Remove Blank Lines Between Code

Posted by on Jun 27, 2013 in Css, General, Php | 1 Comment

Sometimes when we are dealing with the files through ftp some servers append so many blank lines in between codes.When we are using Dreamweaver we can remove blank lines between code using the regular expressions Hit CTRL-F to open the …

Get country list in magento

Posted by on Jun 20, 2013 in Magento, Php | No comments yet

By accessing the magento collections we can get country list in magento, Here is the code to get all the countries in magento Hope you get country list in magento using this code snippet.

Show order summary inside magento success page

Posted by on Jun 11, 2013 in Magento, Php | No comments yet

Sometimes we need to show order summary inside magento success page Copy this snippet of code inside template/checkout/success.phtml Hope you will get how to show order summary inside magento success page

How to clear the placeholder on focus

Posted by on May 9, 2013 in General, HTML, Javascript, Jquery | No comments yet

By default place holder will stay there when we click on the text box, We can do it by writing simple code with javascript as follows Don’t forget to include jQuery The above code is mentioned only for text boxes …

Load More