How to login with username or email in PHP & MYSQL

How to Login using Username or Email Id with PHP & MYSQL

In many social networking sites, they allow users to login with Username or Email using PHP. I would say this is the fantastic feature for whose all who forgot their usernames. I strongly believe that most of the people will forgot their Usernames rather than Email id. Here I am … Read more

CSS Image Hover Effects

CSS3 Image Hover Effects

Today I am going to tell you how to create CSS image hover effects. You can use this in your ecommerce projects where you can add product title & description for images. While mouse over on images it will add nice effects to present your datas In my previous post … Read more

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

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