Categories
jQuery

Uploadify – jQuery file upload plugin

Uploadify, a jQuery plugin, allows you to upload multiple files at a time. HTML5 and Flash both both versions are available for implementation on your website. Some features include: Multiple file uploads at a time – main benefit of this plugin is its ability to allow multiple file uploads. Drag and drop facility – it […]

Categories
jQuery

jQuery Cookie (Set, Get and Delete)

Cookies are the most important thing or technology for storing data on the client side environment. jQuery Cookie is a simple, lightweight plugin for writing, reading and deleting cookies from client side. At first you need to download jquery.cookie plugin and simply need to add it in your pages. <head> <script src=”js/jquery.js”></script> <script src=”js/jquery.cookie.js”></script> </head> […]

Categories
Creative blog

Do we really need splash page?

Splash page is a front page of any website which does not contain the actual content rather than show some kind of attractive information for what the website is for. To attract people this can be an eye candy to draw attention. Here are few using of splash page or screen: Some form of advertising. […]

Categories
SEO

WWW or non-WWW version?

Any website can be accessed either WWW or non-WWW version. It can be harmful for search engine ranking. Google and other search engines can see two separate versions with the same content. Basically “www” is the sub domain which can target to another content. Any search engines based on how many incoming links are pointing […]

Categories
Css Css3

6 Free online CSS sprite generator

Image sprite is a collection of images put into a single image depends on particular position of a image. Basically CSS sprites are used for faster loading of your site. Read our previous article about CSS Image Sprites. There are few online CSS Sprite generator tool which is very handy to create sprites quickly. 1) […]

Categories
Javascript

JavaScript onerror() method to handle error

The JavaScript onerror method is the first thing to handle error in JavaScript. This error event is called on the window object whenever any exception occurs on the page. There are three pieces of information to identify the exact error: Error message URL, in which file the error occurred The line number in the given […]

Categories
Javascript

How to associate functions with objects using JavaScript?

In JavaScript you can associate functions with objects. Here we will demonstrate how the constructor creates the object and assigns properties. Object is a standalone entity, with properties and type in JavaScript. JavaScript objects can have properties, that define their characteristics. Objects and properties: An object in JavaScript has properties associated with this. So, a […]

Categories
Creative blog

60 seconds battle – keeping your visitors busy

The most important thing is that, keep your visitor busy for a while when they arrived your page first time. The first minute is very important when visitors come to your website. If they do not like the website they will leave and move on to another website. So make your visitor busy always. And […]

Categories
jQuery

jQuery Tiny Carousel

Based on javascript jQuery library, Tiny Carousel is a lightweight carousel to slide html based content. It gives web designers a powerful way by utilizing the dynamic lightweight to enhance user interface. Features of Tiny Carousel: Slide vertical or horizontal. Support for AMD, Node, requirejs and commonjs. Supports navigation by button or paging. Very Lightweight. […]

Categories
Creative blog SEO

10 online broken link checker tools

Broken links or 404 dead links are not good for search engines. So broken link checker websites are very useful to get dead links on your blog. If any visitor lands any broken links of your website then they may be offended and they may not come back to your website again. So it’s better […]