Hi friends,
I want to taste the javascript codes without connect to internet.Because I want to solve some variables in cookies that save the data of order for goods.Running site like internet connected.Thanks...
Printable View
Hi friends,
I want to taste the javascript codes without connect to internet.Because I want to solve some variables in cookies that save the data of order for goods.Running site like internet connected.Thanks...
If you are using Dreamweaver UltraDev or anything like that you can build a shop using a tutorial.. then you can take the code apart... I used to have an online shop set of code but I can't find it now.. It was from one of the free source code sites...
Are you wanting to hand code the entire thing?
OK I must study some online-shop codes but some(or all :)) of them using cookies when you buy something.I have mirrors of some online-shop sites but I want to use(run) them without connecting to internet.Cookies must work offline then I can study on codes and see how the shop is work.I can't explain that in last post ; I must change something in one of online-shop sites because webmaster stoped working so I have to change some codes in shop but before I need to understand of site's working.If I can run it offline It will be easier.Thanks...
if it is all javascript then you shouldn't have a problem running it off-line. just open it up in the browser and run it. javascript is client side so you don't need a server.