Browsing the Web Development Archive

How to use Wordpress as a CMS

This is an interesting article about using Wordpress as a CMS (Content Management System). It's not quite a 1-2-3-step-tutorial but rather a general overview, but still very insightful. Look for yourself what the guys at SlipFire did.


Web-based Wordpress Theme Generator

Here is something interesting. It's a fully web-based Wordpress Theme Generator! All you have to do is input your parameters - like font style and color, column widths and border styles -, then hit 'Save', and the website delivers your personal Wordpress theme in an instant, ready for download.


12 Standard CSS Layouts

Are you a CSS beginner? Then you might want to check out this site! It offers you CSS code for 12 basic layouts (templates) and explains how you can alter the code to meet your requirements.


JavaScript Highlight Text Code: Highlight all Text in a Textarea Box JavaScript Highlight Text Code: Highlight all Text in a Textarea Box

We all know HTML textarea boxes. They are perfect for feedback or contact forms on your website or blog - but also for delivering code or text conveniently to the reader. This JavaScript highlight text code especially comes in handy if you are writing HTML, CSS, PHP, or JavaScript tutorials, ...