February 21st, 2011

Moving Magento from development to production

Tweet Once you are ready to move your development environment to the production environment, there are few things that you have to take care in Magento to avoid some issues. Before beginning it is always a best practice and safe to back up your database irrespective of any platform you are working on. This is [...]

Category: CMS, QBytes Read More
January 24th, 2011

Delete test orders in Magento

In Magento there is no option for deleting orders in the admin panel. This is a problem when you want to delete those test orders that you made in development before going live. Here I will show you which tables you have to look for to delete those test orders.

Category: CMS, QBytes Read More
September 25th, 2010

Javascript Test Framework

Tweet JsFiddle is a javascript test framework where users can test their javascript code before placing it on their site. JsFiddle includes almost all javascript libraries available right now. JsFiddle is an evolution of MooShell, created and maintained by Pitor. Here are some of the examples from JsFiddle.

June 27th, 2010

JS Sandbox

Tweet Javascript Sandbox (JS Sandbox) is a test bed for playing with various javascript libraries. Right now the sandbox can be used to play around with the following (Jquery, JqueryUI, Prototype, Scriptaculous, Dojo, Swfobject, YUI, Ext-core, Chrome-frame, Google Webfonts). To use the sandbox type in your javascript in the script area and type in your [...]