How to change Admin theme in WordPress 3.8 ?

How to change Admin theme in WordPress 3.8 ?

WordPress 3.8 provides complete new design for WordPress admin panel. New WordPress admin theme is stylish, fast, responsive and beautiful. Some of the users did not like the dark theme of the WordPress dashboard. Changing Admin Color Scheme in WordPress 3.8 : If you want to change the Color Scheme then go to User »(…)

Stylish CSS Table Design #2

Stylish CSS Table Design #2

In this tutorial, we are using the simple CSS and HTML for designing the stylish table. Take a look at following table design. HTML Code : Consider the following code -

We have just created the simple table which is basic HTML version of the table. Now its time to add some CSS to(…)

Redirect your home-page/+ URL to your Google+

Redirect your home-page/+ URL to your Google+

Google+ is becoming very much popular these days. Being an webmaster it is very useful to encourage our readers to follow on Google+. Redirecting homepage/+ to Google+ : Instead of remembering following long URL we can make URL bit simple.

We can make the above lengthy URL to shorter version like -

Lets(…)

Read XML file using PHP

Read XML file using PHP

In this tutorial we will be learning the the way to read and parse XML file using PHP. We have single XML file and we need to open that file for reading the XML nodes and attributes. Step 1 : Read from a XML File : Consider that we have XML file. Say student.xml. [Learn(…)

Accept Terms & Condition Script in JS

Accept Terms & Condition Script in JS

Whenever we read terms and condition then we need to click on accept terms and condition checkbox. Tutorial provides guide to implement terms and condition using JS.