September 2009
7 posts
Speeding up a Magento Import
Magento admin interface
***********************
Navigated to - System> Cache Management
Disabled All cache
Saved Settings
Navigated to - System> Configuration > Catalog
Use Flat Catalog set to “NO”
Saved Settings
Magento .htaccess
***********************
memory_limit = 1024M
VPS settings PHP.ini
***********************
memory_limit =1024M
Restart VPS
...
6 tags
detailed: The iTunes LP Format
An iTunes LP is a bundle containing a a TunesCore application and a playlist. The most interesting aspect as a programmer is TunesCore. TunesCore works in a similar way to Cocoa, you have outlets and actions to define links between pages (these are defined by CSS selectors) and the entire application is wrote in javascript.
All the data for the application is held in a data.js file which is...