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
jQuery

imgAreaSelect – image crop jQuery plugin

This is plugin for jQuery to select and image crop rectangular wise of an image as well as other user interface features such as photo notes (like those on Flickr). Features: – This is very Lightweight and highly configurable – Can customizable with CSS – Handles scaled images – Support keyboard for moving and resizing […]

Categories
MySQL

SQl MATCH AGAINST find results with only more than 3 characters in the result

In MySQL, while searching column using MATCH AGAINST keywords then the result matches all the row with search character more than 3. If you see the system variable ft_min_word_len, which specifies the minimum length of words to be indexed by full-text searching, it defaults to 4, so 3-letter words won’t be found by full-text searching. […]

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 […]

Categories
jQuery

xBreadcrumbs (Extended Breadcrumbs) jQuery Plugins

xBreadcrumbs (Extended Breadcrumbs) is a jQuery plug-in to categorize breadcrumbs for your site. For a deep structured website you can navigate from one section to another using xBreadcrumbs. This is optimized for search engines. xBreadcrumbs Features: 1) Very light-weight script (~3Kb) 2) Easy to integrate on website 3) Fully customizable via CSS 4) Works with […]

Categories
SEO

DoFollow & Nofollow Link

In search engine optimization the noindex, robots, dofollow & nofollow are the common words to increase your page traffic and very important also. Basically, search engines like Google, Bing and any others have their own algorithms to scan the webpages across the websites on internet and such crawled web pages are stored in the data […]

Categories
SEO

How to Improve Your Website Page Rank

For getting your website on the first page on Google you need to make your website page rank higher which is basically based on quality content, SEO and backlinks. By improving all these things you can high your website page rank. Use quality content for your website: Always use proper and accurate content for your […]

Categories
Technology

Web Servers

For World Wide Web or WWW, web servers is an essential part because without web servers there is web. For developing any website you must use a web server. Basically, web server is a piece of software that you can install on your computer. Some high powered computers are used as web servers as they […]