How to build a WordPress theme from HTML5 template? Step by step.
30 Simple Steps To Do: Setup development environment like XAMPP or WAMP. ( http://www.apachefriends.org/en/xampp.html ) Create a database for the new install. Install WordPress from...
View ArticleFrom PSD To HTML And CSS, Things To Consider. Step by step.
10 Simple Steps To Consider: First you need to decide on the layout type. Fixed width – what resolution (800, 1024, …)? Fluid width – which parts will resize? Then you should identify site sections....
View ArticleWeb Design and UI Technologies Track.
Web Design and UI Technologies Track at Telerik Academy Free web design lessons are suitable for beginners and experts with an interest to develop in the field of web design and web development....
View ArticleSlice And Dice Exam, 8 May 2013 at Telerik Academy
Snapshot of the sliced Web Page From PSD to HTML, CSS and JavaScript. Its written withing 200 lines of HTML code and 500 lines of CSS code, its responsive, works with 960px, 780px and 480px resolution....
View ArticleHow to register custom background and custom header into WordPress admin?
Register Custom Background in WordPress 1. First you need to go into your functions.php file and add the following code for custom background: add_theme_support( ‘custom-background’, array( //...
View Article