featured

10 Modern Websites with Parallax effect

Parallax is one of the most interactive and amazing technique in modern webdesign. By the wide acceptance of modern browsers, designers and front-end developers are happy to experiment something ‘heavy’ like Parallax. Here is a collection of ten ‘parallax’ based webdesign from my favorite list.

(continue →)
code

Create unique URL Slug for codeigniter

We all used to create unique IDS using auto incremented values in MySql for user IDs or identity values which uniquely identifies a record. While creating a web app usually we use this same ids to refer to that particular record. Consider the example of user id. Suppose a user has got an ID value of 2000 generally we used to refer that in our URLS like this http://myapp.com/user/2000 But it is actually a good habit to keep ids open

(continue →)
mag

Multiple price for same products in Magento

For the past few days I was really fed up with a problem. One of my clients needs to show two price values for each of his products in magento based website. That is each product will have two price values one is for international market and the next is for local market. I have searched a lot for an extension to solve this problem, but I couldn’t find any which can exactly solve my problem. But I got this

(continue →)