Web Development Category

September 5, 2010

The WordPress Tag Cloud – wp_tag_cloud

0 Share By Azhar Kamar in Web Development
  • Share/Bookmark
Web Development

Displaying your blog tags anywhere in your WordPress blog is simple.

September 5, 2010

Firebug – The Essential Firefox Add-on for Web Developers

0 Share By Azhar Kamar in SoftwareWeb BrowsersWeb Development
  • Share/Bookmark
Software

Yo web developer, go install Firebug in your Firefox web browser. I’ve been using it for almost a year now and it certainly has helped at least 50% of my website layout tweaking and debugging.
I use Firebug mainly to find out which CSS style to edit. It has helped me a whole lot. Right …… Read more ~

April 21, 2010

Domain Redirection – How to Make a 301 Redirect in cPanel

0 Share By Azhar Kamar in Web Development
  • Share/Bookmark
Web Development

Domain redirections are common for many reasons for example, when your website has shifted to another domain, your company name has changed therefore registering a new domain name, or having many domains for 1 same website and you want all domains to point to this main domain.
So one simple way is to configure a domain …… Read more ~

April 16, 2010

How to Create Your Very Own WordPress Theme

0 Share By Azhar Kamar in Web Development
  • Share/Bookmark
Web Development

Creating a wordpress theme is quite simple; well actually it’s more about editing a ready-made wordpress theme. I think that most WordPress themes were not created from scratch, but edited from the Default or Classic theme, or any other existing theme available. If you come to think of it, it would be quite troublesome to …… Read more ~

April 12, 2010

How to Display a List of Random Post Titles in WordPress

0 Share By Azhar Kamar in Web Development
  • Share/Bookmark
Web Development

A list of random post titles! Yeah, sometimes displaying random posts in your WordPress blog might be good. There’s a few tutorials lurking out there in the web but some aren’t really quite comprehensive and straight forward. So, I’ll do the best I can here.
I’ll tell you exactly what you want to know – How …… Read more ~

March 30, 2010

How to Make Simple 3D Buttons Using Only CSS and HTML

2 Share By Azhar Kamar in Web Development
  • Share/Bookmark
Web Development

Here’s a very simple tutorial on how to make a button using just CSS and HTML.
Well what exactly is a button (in terms of computing)? A button is defined as an element in the graphical user interface (GUI) which provides the user a way to trigger an event like querying in a search engine or …… Read more ~