Post Image

Make your own Feedburner alternative with Wordpress

Ever since Google took over feedburner it’s gone… well… a little downhill. Although TutShelf still uses Feedburner there are certainly some things that get me. For a period – whilst I was still developing the first instance of TutShelf, I created my own system which was very close to Feedburner. Throughout this tutorial I will go though how to build such a system as well as put in the odd tip here and there.

Read More! 7 Comment »
Post Image

The Art of CSS Positioning

CSS Positioning is one thing I used to struggle with, hopefully I can help you understand how positioning works and what it’s affected by, and iron out some of those kinks.

Let’s get one thing straight: positioning is vital in web design. When you have odd issues between browsers where elements vanish, don’t show or are a few pixels out of alignment, it’s normally because you are guilty of using margin and padding for positioning your elements. This is wrong because margin and padding were not designed to do that. (of course, if each browser was compliant with web standards there probably would not be an issue).

Read More! 19 Comment »
| Newer Entries »