Recent Posts JQuery reset or clear large form How can you clear or reset large fields of form quickly.You can use jquery $('#formID').reset();. But this would remain in the form if ... By Sumith HarshanNovember 25, 2012
Javascript jQuery Display each users location in google map using address in PHP and Javascript Display each users locations in the google map after submitting his addresses using php and java script.This is displaying using location latitude and ... By Sumith HarshanNovember 24, 2012
PHP Connect with multiple databases using PHP How can you connect and transferring data with multiple databases using php.Only using mysql_connect to simultaneously multiple databases to create multiple databases connections. By Sumith HarshanNovember 18, 2012
Javascript jQuery JQuery full screen background rotator/slideshow example How to create full screen background rotator/slideshow using jquery.It is simple with using jquery supersized plugin.Only you have to pass parameters it the ... By Sumith HarshanNovember 12, 2012
Recent Posts Add breadcrumbs into the WordPress thesis theme If you want to add and display breadcrumbs navigation into the wordpress thesis theme, you can do it simply using wordpress hooks. Look ... By Sumith HarshanNovember 12, 2012
Recent Posts WordPress wp navigation not working in thesis theme How to add, where can I add wp navigation plugin script into the wordpress thesis theme. This is a common problem.Simply you can ... By Sumith HarshanNovember 12, 2012
Recent Posts WordPress add custom text into the Thesis theme footer How to add custom text into the thesis theme footer.We can use thesis_hook_footer hook for do this.Open the custom_functions.php in the thesis theme ... By Sumith HarshanNovember 12, 2012
Recent Posts WordPress add custom text after site name in Thesis theme How to add custom text or google ads after site name in wordpress thesis theme.We can use these hook for do this.Open the ... By Sumith HarshanNovember 12, 2012
Recent Posts WordPress add custom text after post title in Thesis theme How to add custom text or google ads after every post tile in wordpress thesis theme.We can use these hook for do this.Open ... By Sumith HarshanNovember 12, 2012
Recent Posts JQuery autocomplete example with database accessing How can I create text box or drop down box using jquery autocomplete feature with database accessing.It is happening when you are pressing ... By Sumith HarshanNovember 9, 2012