Category: Development

Link Directory Launched 1

Link Directory Launched

Here at the Links Directory I aim to provide my users / visitors with a broad range of superior quality links across a broad range of links within our directory. If you think you have a valuable website or business resource for the directory that you would like to share...

3 Quick WordPress SEO Tips 1

3 Quick WordPress SEO Tips

The default WordPress is pretty good in terms of it’s SEO capability – it let’s you add fresh content to your site and Search Engines love fresh content. But there are some things that you can do to change it to give your site’s a better chance in the Search...

42 Tips for optimizing your php code 0

42 Tips for optimizing your php code

1. If a method can be static, declare it static. Speed improvement is by a factor of 4. 2. echo is faster than print. 3. Use echo’s multiple parameters instead of string concatenation. 4. Set the maxvalue for your for-loops before and not in the loop. 5. Unset your variables...

Powerful CSS-Techniques For Effective Coding 0

Powerful CSS-Techniques For Effective Coding

Sometimes being a web-developer is just damn hard. Particularly coding is often responsible for slowing down our workflow, reducing the quality of our work and sleepless nights with pizza and coffee laying around the laptop. Reason: with a number of incompatibility issues and quite creative rendering engines it sometimes takes...

Launching Link Directory – Beta version 1

Launching Link Directory – Beta version

I am pleased to announce the official launch date for this directory has been announced – 1st November 2008 Meanwhile i launch this as beta version… Here at the Links Directory I aim to provide my users / visitors with a broad range of superior quality links across a broad...

How to forward e-mail appropriately 2

How to forward e-mail appropriately

A friend who is a computer expert received the following directly from a system administrator for a corporate system. It is an excellent message that ABSOLUTELY applies to ALL of us who send e-mails. Please read the short letter below, even if you’re sure you already follow proper procedures. Do...

Internet Error Codes 0

Internet Error Codes

Here are the most common codes and messages you’re likely to see on your Web browser (HTTP), when accessing Usenet, using e-mail, or using the FTP protocol to upload or download files.

The codes can generally by grouped as follows –
100-199 – Information Codes. Provide information about the request or the servers involved.
200-299 – Success Codes. Indicate that the request was accepted or the requested file has no content (empty).
300-399 – Redirects. Requested content has moved.
400-499 – Client Errors. Cannot find content or you don’t have the correct permissions to access it.
500-599 – Server Errors. There is a problem at the server end stopping the request from completing successfully.