16 May 2013
Best jQuery tooltip plugins

Best jQuery tooltip plugins Tooltips are small information boxes which may visible on mouse over of any other html events to help or guid user to use website properly. Even if tooltips are small things, it have a very major role in websites. Because if you built a website with good looking attractive tooltip which
13 May 2013
Put target=”_blank” for all external url using jquery

Put target=”_blank” for all external url using jquery In this tutorial let us check how to Put target=”_blank” for all external url using jquery. This will be helpful for you if you are having website which is having so many of external links. If you have website like this, user will click on that link
10 May 2013
jquery scrollbar plugins

jquery scrollbar plugins In this post let us check some of the best jquery scrollbar plugins available. If your website have so many contents which user need to scroll to see all contents then the jquery scrollbar plugins will be a best choice for you. Because this jquery scrollbar plugins allow you to replace the
07 May 2013
10 best jquery file upload plugins

10 best jquery file upload plugins Do you have a website that have file upload feature. If yes is your file upload have nice look and user friendly. If your answer is no then you can probably use these jquery file upload plugins which will make your file upload nice and user friendly. In this
02 May 2013
replace href url with onclick using jQuery

replace href url with onclick using jQuery Do you ever think about you want to replace all href url in the anchor tag with onclick in your blog or website ect. Usually you don’t need to do that. But if you have a website where users/public post comment/article/content ect which have somany outgoing anchor tag
30 Apr 2013
best jquery image slider plugins

best jquery image slider plugins In this Post I will give some of the best jQuery Image And Content Slider Plugins that I got it while searching for jquery image sliders. I made a previous post about jquery image sliders You can read it here . Now as i mentioned in the jquery image sliders
29 Apr 2013
Get movie information from imdb using php

Get movie information from imdb using php. Are you a website developer who is developing any movie/film based website and want to access a film/movie information from worlds most reputed online movie database. Well this post will help you. In this post Let us check a quick tip to Get movie information from imdb using
24 Apr 2013
Get latitude and longitude from zip without using google api in php

Get latitude and longitude from zip without using google api in php. In this Toutrial I will explain how you can Get latitude and longitude from zip without using google api in php. I made a previous post on how to get latitude and longitude of a place using google / google api You can read
22 Apr 2013
create and use mysql stored procedure with php

create and use mysql stored procedure with php. In this tutorial let us check how to create and use mysql stored procedure with php. When creating php web application that need to have database support we usually create sql queries in in the php code itself and use these code for getting our work done.
18 Apr 2013
create htaccess password generator using php

create htaccess password generator using php In this tutorial let us check how to create htaccess password generator using php script. By using htaccess password we can protect a directory/ folder from unauthorized access. Do you want to protect a specific folder from unauthorized access, or do you want to protect your development server website