January 24th, 2008 by Tom

You may see the technique that wrap text around image or adsense ads in many websites, you may want to use this technique in your website or blog but have no idea how to do it. Actually, this is just a basic in Css about floating but many people don’t know how to do it, [...]


January 23rd, 2008 by Tom

IconsPedia has icons in several categories, sush as Animals Icons, Art Icons, Brands, Business Icons, Car Icons, Computer Icons, Food & Drinks Icons, Holidays Icons, Internet Icons, Movies & TV, Music, Objects Icons, Phones, Sistem Icons, Sport Icons. Icons are in .png and .ico format with tranparency background, you can use icons for develope websitess, [...]


January 22nd, 2008 by Tom

This is a javascript and Css code that will show a popup tooltip when you’re pointing mouse pointer over a link or an image, the script will show a popup tooltip and when you move your mouse pointer away the link, the tooltip box will follow your mouse pointer, then when you point out the [...]


January 21st, 2008 by Tom

A set of high quality icons from userinterfaceicons.com. There’re 560 icons in this set(140 icons in 4 sizes), you can use this icons for free for develope softwares or web applications. Icons are in .png format (tranparency background) and available in 4 sizes — 1. 80 x 80 pixels — 2. 48 x 48 pixels [...]


January 20th, 2008 by Tom

Are you looking for a nice looking CSS menu? There’re several sites that offer beautiful and free CSS menu and you can customize the Css code online. The process are very easy, you just select a Css menu template, select color, add your own navigations, insert links and grab the code. 1. CSS Menu Maker [...]


January 19th, 2008 by Tom

When you retrived data from a mysql database and you want to limit displayed results per page. This is a tutorial that shows you a sample PHP code for creating a PHP and mysql pagination like digg.com or flickr.com. There’s also a guide how to customize the code. Example View the tutorial PHP Pagination