The Code You Will Love
Selectors In CSS3 (NEW FEATURE)
Posted on: Tuesday June 23, 2015
What Selectors Means in CSS: In CSS, selectors are patterns used to select the element(s) you want to style. it means style on Every element which you want e.g. <p> (Selects all <p> [...]
Read MoreNew Features in CSS3
Posted on: Tuesday June 23, 2015
CSS3 has been Divided into “modules”. It contains the “old CSS “. In addition, new modules are added. Some important CSS3 modules are: Selectors Box Model [...]
Read MoreGet Data in Loop From WordPress Table
Posted on: Saturday June 20, 2015
How to get The Loop working with $wpdb->get_results() [crayon-68968425b6082478738080/] [...]
Read MoreInsert & Fetch Data From WordPress Database
Posted on: Thursday June 18, 2015
Insert Data in Database : [crayon-68968425b6498533308277/] Fetch Data Form Database : [crayon-68968425b649e506285882/] For Display row from database use column name e.g. [...]
Read MoreLatest 3 Post in WordPress Page
Posted on: Thursday June 18, 2015
Here we will Create 3 Latest Post one after one by ‘bootstrap’. First Post : [crayon-68968425b65c2198690113/] Second & Third Post: [crayon-68968425b65c6510672838/] [...]
Read MoreRepair Table in Mysql/PhpMyadmin
Posted on: Tuesday June 9, 2015
There is two way to repair Database Table in ‘phpMyAdmin’. First Option Login to phpMyAdmin Choose the affected database. If you only have one database, it should choose it by default so [...]
Read MoreHow to increase maximum execution time in php
Posted on: Friday May 29, 2015
[crayon-68968425b683c929697591/] 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-68968425b694f116627479/] [...]
Read More