The Code You Will Love
How to increase maximum execution time in php
Posted on: Friday May 29, 2015
[crayon-67684a1b09829369167872/] Place this at the top of your PHP script and let your script [...]
Read MoreMagento:Skip import row, required field “sku” not defined
Posted on: Thursday May 28, 2015
In most cases your .CSV file needs to be saved in UTF-8 format: 1. First, ensure all your fields are properly filled in Excel or Open Office Calc. 2. Create and edit a copy of your .CSV file. 3. Save [...]
Read MoreSelect Menu in Text Field
Posted on: Saturday May 23, 2015
[crayon-67684a1b09d5c535454895/] [...]
Read MoreMouse Cursor in HTML/CSS
Posted on: Thursday April 30, 2015
[crayon-67684a1b09f88004537651/] Example: Mouse over the words to change the cursor. auto crosshair default e-resize grab help move n-resize ne-resize nw-resize pointer progress s-resize se-resize [...]
Read MoreChanging image on hover with css/html
Posted on: Thursday April 30, 2015
[crayon-67684a1b0a184937747310/] [...]
Read MoreMagento install error – Exception printing is disabled
Posted on: Wednesday April 29, 2015
Here is a known error which can occur when installing Magento: [crayon-67684a1b0a36e039287988/] Here is the solution: Navigate to the “errors” folder. Change local.xml.sample to [...]
Read MoreOpen Div On Click HTML/Javascript
Posted on: Wednesday April 29, 2015
style: [crayon-67684a1b0a587828419050/] JavaScript- 1: [crayon-67684a1b0a58b084896633/] HTML: [crayon-67684a1b0a58d224212301/] JavaScript- 2: [...]
Read MoreCompare Date in PHP
Posted on: Tuesday April 28, 2015
[crayon-67684a1b0a7bb717443386/] [...]
Read More