Website Development
Project “kill IE6″, with IE6 no more!
by Tom on Aug.05, 2009, under Website Design, Website Development
Internet Explorer 6, at one point the worlds most used browser, sadly its still in use today, with a global share of 15-25% of Internet users, if you don’t know why this is bad, then shame on you!
This disaster, which some call a browser; was released on august 27th 2001, eight years old and still stinking up the tubes, many web applications today rely on a browser that is safe and can handle extensive Javascript and CSS, which IE6 can-not…
How to Enable .htaccess in Apache2 on a Ubuntu Server
by Tom on Jul.14, 2009, under Linux, Linux Software, Website Design, Website Development
Iv jumped back to using my home media server as a web server for testing, and realized that apache2 wouldn’t recognize .htacess files, after some googling i found the answer, you need to open a terminal or putty session:
navigate to
cd /etc/apache2/sites-available
and open “default” up in your editor or choice
sudo nano default
Default for AllowOverride is none, it should be All, so your overall “default” file should look like this;
NameVirtualHost *
ServerAdmin admin@site.com
DocumentRoot /var/www/
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
# This directive allows us to have apache2's default start page
# in /apache2-default/, but still have / go to the right place
# Commented out for Ubuntu
#RedirectMatch ^/$ /apache2-default/
Then all you need to do is restart apache2:
sudo /etc/init.d/apache2 restart
Thanks to this Ubuntu Forums post
600+ Free Design, Twitter and Social Media Icons: A Collection Motherload!
by Tom on Jun.12, 2009, under Resources, Website Design, Website Development
Whether it’s those little Twitter birds, social media or website icons, we all love and need them from time to time. Over the past several months many other blogs have compiled their list of website, social media, Twitter and other icons, so in case you missed them here is the motherload collection!
How to install a full xampp webserver inside windows for development
by Tom on Mar.14, 2009, under Website Design, Website Development, Windows Software
There are multiple reasons that you might want to install a fully working web-server inside windows, the reason that I started off using stand-alone servers was for website development, if your a fully fledged website developer, designer or want to learn how to create dynamic websites these tools will make life so much easier! Cutting development time down.
I have tested many many stand-alone server packages out there and the best by far is XAMPP which runs on Windows 98, NT, 2000, 2003, XP and Vista and includes;
Apache, MySQL, PHP + PEAR, Perl, mod_php, mod_perl, mod_ssl, OpenSSL, phpMyAdmin, Webalizer, Mercury Mail Transport System for Win32 and NetWare Systems v3.32, Ming, JpGraph, FileZilla FTP Server, mcrypt, eAccelerator, SQLite, and WEB-DAV + mod_auth_mysql.
Now lets get an understanding of those tools included…
50 Extreamly usefull PHP tools
by Tom on Jan.21, 2009, under Website Development
So i came across this while surfing digg, and its an amazing list, i though it would end up being one of those posts, with countless crappy scripts, but the heavens opened, with some really useful tools listed here that i had never heard of!