To display 5 latest posts in each parent category of your WordPress blog, add the following code into the template that you want the result to appear. In our case, we added the following code into our 404 template page (404.php of current theme). Other places that you might want to display [...]
Read Display 5 latest posts in each category in WordPress on Web Development Blog!
Other similiar posts that you might be interested in:
[...]
Since writing How to style a Submit button in CSS a few months ago, I have found an alternative way to achieve the same result. In this example, we will be using <button> tag instead of <input> tag. The <button> tag will still submit the form that it belongs to [...]
Read How to style a Submit button in CSS – Example 2 on Web Development Blog!
Other similiar posts that you might be interested in:
[...]
As seen on iPhone version of news.com.au today. Just thought it was funny because most of us would never ever associate a supermodel with a web technology.
Read Naomi Campell for jQuery on Web Development Blog!
Other similiar posts that you might be interested in:
[...]
Use promo code WEBDEV30 to get $30 off from your dreamhost hosting package. Works for monthly, one year and two year hosting plans.
Normal one year cost = $119.40
After dsicount = $119.40 – $30.00 = $89.40
WEBDEV30
The promo code expires on 30 April 2010.
Read DreamHost Promo Code – Get $30 off from hosting on Web Development Blog!
Other similiar posts that you might be interested in:
[...]
To turn off iPhone auto correction feature (predictive dictionary) on textboxes, add autocorrect="off" attribute to your input tag.
<input type="text" id="keyword" name="keyword"
autocorrect="off" />
You can also turn off auto capitalising/capitalizing feature by adding autocapitalize="off" attribute.
<input type="text" id="keyword" name="keyword"
autocorrect="off" autocapitalize="off" />
And lastly, you can turn off auto complete in a similar way.
<input type="text" id="keyword" name="keyword"
autocorrect="off" autocapitalize="off" [...]
Read How to disable text auto correction in iPhone web app on Web Development Blog!
Other similiar posts that you might be interested in:
[...]
Development
10+ Essential Tools for Windows Based Web Developers
Web development is not an easy career path to follow- there’s so much competition around for jobs and the industry is advancing all the time. If you want to stay ahead of the pack, it’s important to familiarise yourself with the latest and greatest tools- tools which will [...]
Read Weekly round-up: 15 must read development, design and blogging articles on Web Development Blog!
Other similiar posts that you might be interested in:
[...]
Domain Name
BUY2010 – $0.99 for any .COM, .US, .MOBI, .BIZ, .NET, .ORG, .CA, .CO.UK and .IN domain names (only works for the first year of new or transfer registration)
OYH7 – $7.49 for any .COM domain names ($3.20 off)
chill7 – $7.49 for any .COM domain names ($3.20 off)
hash7 – $7.49 for any .COM domain names ($3.20 [...]
Read A list of GoDaddy promo codes for domain names, hosting, ssl certificates or any order (2010) on Web Development Blog!
Other similiar posts that you might be interested in:
[...]
FireFTP is a browser plugin for Mozilla Firefox that lets you connect to a FTP server. By default, it doesn’t show any hidden files on the server, but you can change this via Options.
1. Connect to a FTP server using FireFTP
2. Click on Tools -> Options from the top right menu
3. From [...]
Read How to show hidden files in FireFTP on Web Development Blog!
Other similiar posts that you might be interested in:
[...]
So you don’t like ads.
If you have a website that has ads, you are probably no stranger to people commenting that you have too many ads on your website. Usually, I just smile and nod when I receive such comment but today, I thought I’d write my thoughts here. You don’t have to [...]
Read So you don’t like ads on websites/blogs on Web Development Blog!
Other similiar posts that you might be interested in:
[...]
As you can see in the table below, Cross-Site Scripting, SQL Injection and Buffer overflows are three most common and serious programming errors that result in vulnerabilities. This list was published recently on 17 February 2010.
Rank
Name
[1]
Failure to Preserve Web Page Structure ('Cross-site Scripting')
[2]
Improper Sanitization of Special Elements used in an SQL [...]
Read 25 Most Dangerous Programming Errors on Web Development Blog!
Other similiar posts that you might be interested in:
[...]