javascript

Simple tricks to boost website performance

Time is money and it doesn’t stop for you at any cost. All the web users expects our website to load in blink of an eye. Users worry mainly on functionality, and least bothered on what technology, methodology, & framework we use to create the app or website. Architects need to…

Read More

How to create a plugin for CKEditor?

Here we will discuss in detail on creating various types of plugin in CKEditor and configuring it accordingly for making it appear in CKEditor menu, right click or whether the plugin needs to run on predefined event. And also about the complex features useful for developers.

Read More

Star rating system in jquery, mootools & simple javascript

Star based rating system is created using html for user interface, client side script/language, server side script/language and database for storing the rating points. I have created three versions of rating systems using simple javascript, mootools, jquery for client side script. PHP for server side script for storing the rating points in MySQL database, actually one can use any server side scripts like C#,VB.NET, typically any language.

Read More