//
archives

Archive for

Top 5 Useful and Free Downloadable Web Design Books

Designing for the Web Author: Mark Boulton. About the Book: A Practical Guide to Designing for the Web aims to teach you techniques for designing your website using the principles of graphic design. Featuring five sections, each covering a core aspect of graphic design: Getting Started, Research, Typography, Colour, and Layout. Learn solid graphic design … Continue reading

Image Wall with jQuery and CSS3

Today we want to show you how to create a neat image wall with jQuery. The idea is to scatter some thumbnails with different sizes on the page and make a ribbon slide in when we click on the picture. The ribbon will show some description next to the picture and when clicking again on … Continue reading

Sliding Notifications Using Jquery

SlideNote is a customizable, flexible jQuery plugin that makes it easy to display sliding notifications on your website or in your web application. SlideNote is compatible with jQuery 1.4.4 and current versions of major browsers. IE8 is the only version of Internet Explorer that is officially supported. How To Use $(‘#myNotification’).slideNote({   where: 640,   corner: ‘left’, … Continue reading

Removing index.php from Codeigniter URL

If you are using Codeigniter you are noticed that by default index.php will be included with your URL. But you can easily remove index.php from your CodeIgniter’s URL so that your URL should be like: http://domain.com/about To do this just follows the following steps: Open config.php from system/application/config directory and replace $config[‘index_page’] = “index.php” by … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 94 other subscribers