Category: JavaScript
-
Rich Text Editor, a lightweight jQuery Plugin
Recently I am using a rich text editor (WYSIWYG editor) one of my professional web project. This is a jQuery plugin developed by Andrey Gayvoronsky. I am one of the contributors of this project. I choose this RTE for some reasons. My requirements were- It should be lightweight Customizable and extendible This plugin fulfills my…
-
Validate HTML forms using jQuery Ketchup
I was looking for a jQuery plugin to validate HTML forms. Today I was reading articles using Google Reader, and found a fantastic jQuery plugin Ketchup to validate HTML forms, shared by Hasin Hyder. Its simple, very flexible and extendable for its appearance and functionality. More jQuery resources: jQuery Documentation and Tutorial Google AJAX Libraries…
-
Flip and Fun
Few days ago Hasin Hayder sent me a link where texts can be flipped. Really interesting and funny. >> Try this to flip your texts. >> I made some modification according to my necessity. You may use Flip Text service for following things IM screen names Put it in your profiles like MySpace, Bebo, Hi5,…
-
Submit HTML form to pop up window
Some times we may need to submit HTML form to a pop up window. Let’s take a look into the details. For example I have a HTML form. We may submit this form to a blank window by setting target=”_blank”, but when we need to submit the form to a pop up window then we…