Adobe Air with Netbeans
I love Netbeans, it’s by far my favourite IDE for developing PHP applications. Recently, I’ve needed to create an Adobe Air application and from what I remember the best free IDE on windows for this was Aptana, which is ok…
Best Firefox Plugins for SEO aka Addons
Probably the best browser for SEO and Web Development (although prefer Chrome for surfing the net). This is mainly because of the wide variety of addons/plugins available. Recommended Addons for SEO: Firebug Page Speed SEOQuake SEO For Firefox Google Toolbar…
Setup Ubuntu as a Web Server
So these are the general steps for setting up a web server (Apache, MySQL and PHP) on a Ubuntu 10.4 server. If you are not sure on how to use unix command line see: http://www.leonardaustin.com/technical/ssh-commands Upgrade Ubuntu apt-get update apt-get…
Changing Plesk Fast CGI to Apache PHP with ZF
So recently I’ve had to change the php mode from Fast CGI to Apache Module in plesk due to the http authenticate functions in php not working. This caused my Zend Framework website to produce a 500 error, in my…