Learn how to edit your web server MIME types to publish BlackBerry OTA app using .cod and .jad files.
Archive for the ‘Web Development’ Category
WordPress File Structure, FTP & MySQL
November 21st, 2013 etdot
This is a must see for any WordPress developer. A good description of what each of the WordPress files is responsible for doing, in what order they get executed, etc. Just a good basic explanation of how WordPress works. Brad Parbs: WordPress File Structure, FTP & MySQL | WordPress.tv. Brad Parbs talks about the WordPress […]
Automatically Version Your CSS and JavaScript Files
September 9th, 2013 Administrator
Today I ran across an article about automatically versioning your CSS and JavaScript Files. The reason to do this is to maximize browser caching and therefore load time. The article is a bit old, but content is still relevent. I can’t wait to try it.