PHP Convert HTML into PDF using PHP How do I convert html file into pdf file using php.In the past, I found everywhere to convert html file into pdf file ... By Sumith HarshanSeptember 1, 2012
Javascript jQuery JQuery check page is fully loaded or not | $(document).ready() vs $(window).load() How to check web page is fully load or not using JQuery.First you must understand JQuery document.ready and window.load functions.Here this is simply ... By Sumith HarshanAugust 31, 2012
Javascript jQuery Java script detect iPhone, iPad, iPod and Android devices How to detect iPhone, iPad, iPod, Blackberry and Android or detect mobile devices using Java script.This is very useful to developing your web ... By Sumith HarshanAugust 31, 2012
Javascript jQuery Java script detect Touch-screen devices When you are developing web sites for compatibility all browsers and mobile devices.But sometimes you want to detect who viewing the site that ... By Sumith HarshanAugust 30, 2012
Javascript jQuery JQuery check element is visible or not How to check html element is visible/display or hidden using JQuery.This is very easy job.JQuery is() function can be easily use to this.Look ... By Sumith HarshanAugust 27, 2012
PHP PHP remove special characters in the string How to remove special characters in the string using php.This example it shows how to remove special characters from a string using regular ... By Sumith HarshanAugust 25, 2012
PHP PHP Creating XML file How to creating simple xml file using php.I’ll describes how to creating xml file by formatting tags using php. By Sumith HarshanAugust 25, 2012
PHP PHP read XML file using SAX parser How to php read xml file using SAX parser.SAX means Simple API for XML.The SAX parser is work differently with DOM parser, it ... By Sumith HarshanAugust 25, 2012
PHP Read XML file using PHP Today I’m going to describes how to read xml files using php.I’ll explain this using simple php example.If you have simple knowledge about ... By Sumith HarshanAugust 25, 2012
Javascript jQuery JQuery scroll page top and bottom This post is explaining how to scroll down to bottom or scroll up to top of the page or iframe using jquery.This is ... By Sumith HarshanAugust 25, 2012