Validating form using Jquery

HTML form can be validated with different methods like using simple JavaScript If Else statements or Ajax and if using any server side language like PHP it can be validated with PHP but if the simplest method where you don not have to write a lot of statements and still can use a lot of options is using JQuery Validation Plugin...Continue reading

Validating form using Jquery

Adding elements dynamically with JavaScript

In today's post we will create a program where user can add multiple items either form elements, images, div or any thing dynamically with JavaScript. This can be useful where you want to add multiple user's data, want to create questionnaire or multiple tasks items....Continue reading

Adding elements dynamically with JavaScript

Crop image with Marquee tool in Javascript

Generating thumbnails in your web service is important for proper look. Thumbnails can be created dynamically with PHP on the fly. All is that you need to to tell your PHP function the width, height, top and left measurements of the image you want to cropped from....Continue reading

Crop image with Marquee tool in Javascript

Using Syntax highlighter in Tinymce with syntaxhl

Syntax highlighter is important for programmers, coders and developers to post their code syntax online which will stand highlighted and look pretty in any article or blog. Today we will discuss how to add Syntax highlighter in Tinymce so that user can add their code in their article properly....Continue reading

Using Syntax highlighter in Tinymce with syntaxhl

Upload image in Tinymce with Uploadify

Tinymce editor is WYSIWYG editor widely used by bloggers and programmers for text editing. This editor have a lot of built in options for text editing but don't have any option to upload image it only allow you to give direct URL of image and other options for image adjusting....Continue reading

Upload image in Tinymce with Uploadify