I was working on a project that required cross-browser compatibility, this generally means at least FireFox and IE. The reason is due to the fact that IE is still the most commonly used browser (IE7, IE6, etc.), FireFox coming in second, and then the other browsers split up the rest. I was trying to code …
Monthly Archives: April 2008
Dev and Live Environment
Today’s topic will be the importance of having two environments, one to develop your code in, and one to release into the public. Sometimes it is simply easier to edit, run, and test it in the live environment, but when your code deals with data, this becomes more problematic. Imagine some code that insert data …
Migration from GoDaddy to BlueHost
I have just finished moving my site from GoDaddy to BlueHost. This form of migration was the first one I’ve ever done, and it went quite smoothly. I think a few tips that would help anyone migrate from one host to another would be to first figure out if you’re transferring the domain, web hosting, …