CSS Shorthand Property Order
You can use a shorthand notation for setting certain CSS properties, for example: div.example { margin-top: 10px; margin-right: 20px; margin-bottom: 30px; margin-left: 40px; } Is the same as: div.example { margin: 10px 20px 30px 40px; } Nothing revolutionary there. However, I always have trouble remembering the order, so I came up with my own Gen-Y [...]
Dummy HTML Content
Very handy if you need some dummy HTML content: http://html-ipsum.com/
Web Development with NotePad++
I’ve started using NotePad++ as my primary editor for web development – HTML, CSS, JavaScript and PHP. Notepad++ gives you everything you need, but you do have to turn on a few settings. Autocompletion. This will prompt for you to complete repeated or known text for the relevant language you are working with: Settings > [...]
NotePad++ Run in Various Browsers
By default, NotePad++ has a number of browsers included in the Run menu including: Firefox Internet Explorer Safari Chrome However, depending on where these browsers are installed on your computer they may not work. For example, I have Firefox Portable installed, so, the command to launch it is D:\Programs\Firefox\FirefoxPortable.exe. To update the shortcuts listed on [...]
StatPress Analytics in WordPress
I’ve been trying StatPress for a week now and its going pretty well. Its an alternative to analytics software such as Google Analytics to give you information about visitors to your wordpress site.