Today I am presenting a simple jQuery plugin I made. This plugin allows you to browse easily through the list of items with pagination controls. It is very easy to implement and very lightweight so it might come in handy to use in your own projects. It\'s main purpose is to view certain number of list items at once, but it can also be set up to view one item by one.
We all know that the time will come, but we didn’t expect it to happen so soon. Today is not an easy day for millions out there who owns an Apple product or two, certainly also a gloomy day for all folks who work at Apple. Steven Paul Jobs, better known as Steve Jobs, CEO of Apple, has officially left us on today, 5th of October, 2011.
Of course, the iPad is a pretty large screen and a fully capable browser, so most websites don\'t need to have iPad specific versions of them. But if you need to, you can detect for it with .htaccess
RewriteCond %{HTTP_USER_AGENT} ^.*iPad.*$
RewriteRule ^(.*)$ http://ipad.yourdomain.com [R=301]
This will redirect iPad users to a URL you specify.
We\'ve all seen the dreaded Error 404 message - the result of broken links and mistyped URLs. You\'ve probably been on some websites where the error pages are customised with their own logo and message, and I\'m sure you\'ll agree that it looks far more professional than the standard one. There\'s several o....





