The Code You Will Love
How to increase maximum execution time in php
Posted on: Friday May 29, 2015
[crayon-69914c107b4ed929645765/] 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-69914c107c6aa005401132/] [...]
Read MoreMouse Cursor in HTML/CSS
Posted on: Thursday April 30, 2015
[crayon-69914c107d73c016880357/] 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-69914c107e4fa703053989/] [...]
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-69914c1080373913584949/] 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-69914c10816d5359472076/] JavaScript- 1: [crayon-69914c10816e0445419782/] HTML: [crayon-69914c10816e2403320894/] JavaScript- 2: [...]
Read MoreCompare Date in PHP
Posted on: Tuesday April 28, 2015
[crayon-69914c10829bf158098539/] [...]
Read More