Archive for the ‘Web Development’ Category

Publish BlackBerry OTA app on your own web server with .jad and .cod files

Learn how to edit your web server MIME types to publish BlackBerry OTA app using .cod and .jad files.

WordPress File Structure, FTP & MySQL

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

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.