Mar 28

My Favorite Webmaster’s Trick

Whether you have one website or several dozens… their is one very handy piece of code that can save you tons of work when its time to update your site. Using the PHP include function will allow you to update design or content changes with one quick edit. No need to have to edit each specific page of your site, nor to learn a new programming language either.

Read the rest of this entry »

Mar 6

Floating Element Alignment ProblemIf you ever use the float property… sometimes things just won’t align properly on your web pages. And no matter how hard you try to fix it with <br> tags and forced spaces… the problem still exists.

We ran into this very problem on this website as evident by the image posted above. Most of the headlines for each post were interfering with the way the first paragraph was being displayed. It looked crappy and I needed to figure out how to solve this issue.

Read the rest of this entry »