free hit counter

How to Add Speech Recognition to your Website

How to Add Speech Recognition to your Website
How to Add Speech Recognition to your Website (only Google Chrome support) Your website pages probably contain a few text fields that require user input. For instance, your site may have a search box where people type in search queries, a comment form (commonly found in blogs) while some sites have a contact form that visitors can ...

show image before upload using jquery

show image before upload using jquery
How to show Image before upload using Jquery We’ve all seen the basic file upload form for uploading avatars, images, memes, etc. The problem with these is that once you upload your image it’s hidden from you. The solution is to use a little bit of JavaScript to upload the image as soon as it’s ...

Cross-Browser HTML5 Placeholder Text

Cross-Browser HTML5 Placeholder Text
One of the nice enhancement in HTML5 web form is being able to add placeholder text to inputfields. Placeholder attribute allows you to display text in a form input when it is empty and when it is not focused (it clears the field on focus). This is a nifty feature, but it is not supported ...