Recent Posts HTML Cross-Browser Placeholder How to create html placeholder to working all web browsers.This can be done using simple java script.Working for all major web browser.First of ... By Sumith HarshanAugust 4, 2012
Recent Posts Creating Facebook like popup using JQuery How to create Facebook like popup window using JQuery.This article is simply explain how to create it. JQuery color box can be use ... By Sumith HarshanAugust 4, 2012
Javascript jQuery JQuery click event not working I loaded the jquery library files properly.But it click event does not trigger the function.No errors display in the firebug console.This is a ... By Sumith HarshanAugust 2, 2012
Magento Magento product images missing after import products After importing products,sometimes you can’t view it’s images of that product.Product images are missing.If already included image names/path of the csv file this ... By Sumith HarshanAugust 1, 2012
Magento Magento import and export all products,categories and images using csv file How to import and export all products,categories and image using csv file in Magento.Here easy method to import and export all products without ... By Sumith HarshanAugust 1, 2012
Magento Magento check admin is logged or not and get admin details Here is a simple script to check admin is logged or not and if logged get admin details of Magento.You can call to ... By Sumith HarshanAugust 1, 2012
Recent Posts WordPress disable posts/pages auto save and revision – full complete guide When you editing your posts/pages in WordPress posts/pages are automatically saved by WordPress function.When you editing big post if your contents lose because ... By Sumith HarshanAugust 1, 2012
Recent Posts JQuery check element is exist How can I check if some element is exist or not, using JQuery.Here describes check element by using JQuery and Java Script.If you ... By Sumith HarshanJuly 30, 2012
PHP How to read file using PHP How to read file using php.Following example is describes how to read and display file content using php.php fopen() and fread() functions will ... By Sumith HarshanJuly 28, 2012
PHP PHP get last week date If you want to get last week dates using php, that can be get from the following example. By Sumith HarshanJuly 28, 2012