Enable Quick Launch in Windows 7

If you didn’t notice, Windows 7 got a new feature called “Pinning” (maybe ) which acts similarly to the quick launch toolbar in older Windows versions. However, I really don’t like it and I prefer the good ol’ Quick Launch. Now, if you’re... 

Write less PHP code

I found a funny but working way to write less php and more html code.. Instead of writing: < ?php echo '< form action="" method="post">'; echo '< input type="text" name="something">'; echo...