Home » Archives by category » Coding
How to integrate Timthumb to your WordPress theme

How to integrate Timthumb to your WordPress theme

TimThumb is a simple, flexible, PHP script that allows you to produce a cropped and sized version of an image. You just give it a bunch of parameters, and it spits out a thumbnail image for websites and blogs.

How to run Firebug on your iPad, iPhone and iPod touch

How to run Firebug on your iPad, iPhone and iPod touch

Firebug is an web development tool that allows a user to inspect and modify HTML, CSS style and layout in real-time and also has step-by-step interactive debugging in JavaScript, CSS, and XML on web page in real time. It’s most known that the Firebug has plugin on the Firefox, Google Chrome. It’s also support IE, [...]

Read More

Change display UL elements to a flat comma-separated list

Change display UL elements to a flat comma-separated list

Here is the example: How to display UL elements as a flat comma-separated list. The advantage of this is that changing the default separator from list type to comma or | or – or whatever now means only having to change one character in the stylesheet.

Read More

Enable Firebug on IE, Safari, Chrome or Opera

Enable Firebug on IE, Safari, Chrome or Opera

Firebug is a web developer’s best friend and no words to describe how cool it is. On the firefox and Google’s Chrome platform, the Firebug add-on makes it very easy to debug and develop web pages. What about Firebug on other browsers – IE, Safari and Opera? It not has add-on for there browsers but [...]

Read More