Posts Tagged ‘css’

Top 3 Internet Explorer fixes

Tuesday, September 20th, 2011

Every web developer I know of has disdain for Internet Explorer. Although we have made some strides with Internet Explorer 9 (Even scoring a 100% on the Acid3 test recently), most users do not necessarily run the latest version of their browser. There are some techniques that web developers can use however to bring some [...]

Tags: , ,

Simple jQuery animated collapsible div

Monday, April 4th, 2011

I recently had to develop a way to hide a part of a website and then toggle its visibility when you click a button. The solution that came to mind was to use jQuery to hide, toggle the display, animate the appearance, add an arrow and then use some CSS for styling. This method can [...]

Tags: ,

My top 5 WordPress hacks

Sunday, August 8th, 2010

When developing a theme for a client you can make use of WordPress hacks in your functions.php file to achieve the desired result, whether it is to replace the login logo or to disable menus. You can put all these hacks into your functions.php file and simply comment or uncomment them as you need them. [...]

Tags: ,