jQuery Remove Elements with Animation

Delete Records with Animations using jQuery

Every language & libraries has its own competitors. jQuery is hardly competitor to Flash. Now a days every web developers prefer to choose jQuery instead of Flash because of its ultimate UI Effects. jQuery leads when its come to SEO point of view where Flash doesn’t. jquery remove animation is … Read more

.htaccess File – The Ultimate Guide For Beginners

How Redirect Works - htaccess

If you are new to .htaccess file then this tutorial will be very helpful to know how .htaccess file used to enable or disable certain functionality in apache web server at a run time. If your site is running in WordPress then you should know more about .htaccess file What … Read more

How to capture webpage screenshot using javascript?

How to take webpage screenshot using javascript

If you want to take a Webpage screenshot or particular element like DIV then this tutorial will help you to get it done. Why do you want to take a screenshot of webpage? lets say if you want to Capture user’s data on part of the screen Capture Canvas Element … Read more

how to show loading image in ajax request using jquery?

/home/dhaswin/Downloads/how to show loading image in ajax jquery

In this post I am going to discuss how to show a busy loading image during Ajax call in jQuery. Recently, when I was developing one cool project, I needed a progress indicator to show the user that something was happening in the background. Previously I had written simple jQuery … Read more

How to find the difference between two dates in php?

How to Calculate Differnce Between Two Dates in PHP

If you were given two dates, that is start date and end date and You want to find the difference between two dates in PHP. Its very simple and easy to calculate the difference between two dates. There are two methods to find the difference. By using date_diff() in-built function … Read more

Top 10 eBooks to Improve Your SEO Skills in 2020

Free SEO eBook

You should always strive to maintain your website in the first page of Google and other main search engines that will gradually increase your success rate high. You can execute the search engine optimization (SEO) techniques for your website for quickly boosting the search engine rankings in order to gain … Read more

How toremove index.php from Codeigniter URL ?

Remove index.php from URL in Codeigniter

If you are using Codeigniter you are noticed that by default index.php will be included with your URL. We should remove index php codeigniter because its very ugly to have it in all the urls. So lets see how to from url in Codeigniter from Servers separately I will tell … Read more