Categories

How to fix "Headers already sent" error in PHP


Posted on 26/01/2016 14:11:11

This generally happens because there is something being sent before the output. Functions that modify/send HTTP headers must be invoked before any output is made.…

Read post

How to rotate/spin an image on hover using CSS3


Posted on 25/01/2016 22:10:50

Ever wondered how to spin an image on hover? It's easy! First add the CSS below to your stylesheet CSS and then add the class "spin" to an image you want to spin, for instan…

Read post

To use Wordpress or not to use Wordpress?


Posted on 22/11/2014 23:20:19

Wordpress is a great content management system and an excellent platform overall to quickly set up a website, however the influx of updates to either the core wordpress softw…

Read post

To use sliders or not to use them?


Posted on 19/11/2014 12:37:29

Although sliders look appealing, they unfortunately use lots of bandwidth which can adversely affect page load speed, which is a ranking factor on major search engines. Imagin…

Read post