Display Loading Image While Page Loads Using jQuery and CSS

Display Loading Image while Page Loads Using jQuery and CSS

When we build web applications then web page takes time to load and if there is lots of image ,jquery script and css then it takes more time to load. Mostly website users close webpage when it takes more time to load,in such type of a case we try to optimize web pages to maintain … Read more

How to Get Selected Radio Button Value in jQuery

How to Get Selected Radio Button Value in jQuery

In this tutorial we are going to see how to get selected or checked radio button value in jQuery. Here we will use :checked selector with val() to get selected radio button value from a group of radio buttons. It is very easy to get selected value using jquery. jQuery selectors are used to select … Read more

How To Setup Free CloudFlare CDN on WordPress Blog

How To Setup Free CloudFlare CDN on WordPress Blog

If you are running a blog, the website loading speed is an important factor for better search engine ranking. Slow website loading gives a bad experience to the user and may be user quit your blog page.  WordPress blog speed is increased using an image optimized plugin  and cache plugin with a content delivery network. … Read more

PHP Form Validation

PHP Form Validation

In this article we are going to see how to validate a HTML form using PHP. We have already written about how to validate form using jQuery. Server side form validation is used for additional security with client side validation. In this tutorial we will see how to use the HTML contact form on the … Read more