Categories Archives: Web development

Open DNS

OpenDNS is a custom DNS server that you can use instead of using your IPS’s DNS server. It checks any address that you lookup against its own list of bad sites (phishing scams, and other things) and redirects you accordingly. It also provides a simple way of enabling/disabling blocking of adult websites. It often used [...]

Twitter vs Tumblr

Introduction There has been a lot of talk recently about the micro blogging. Micro blogging is a blogging platform that lets you post very small updates about your life, to help keep you and your friends up to date with each others lives. The services are kept very simple so anyone can use them easily. [...]

How to make a facebook applcation.

We are going to build a simple facebook application to demonstrate how to use the Facebook API. Requirements: Basic knowledge of php A webserver running php5 that is open to the internet. A facebook account (sign up) Directions Add the developers application to your facebook account. Goto: http://www.facebook.com/developers/ and add the developers application to your [...]

When big people steal small guys ideas

I was reading some of the posts on the top three contest by dailyblogtips.com. One that caught my attention was 3+1 things bloggers should never ever do Stealing others content Being rude to your commenter Posting invalid facts Stealing others ideas The stealing others ideas has a great example of how Adobe aka 500 gorillas [...]

WordPress robots.txt

Recently Daily blog tips ran an article about Robots.txt files. The article gives examples of other major websites and there robots.txt files but fails to mention the reason behind each rule. I am going to run thou my robots.txt file and describe each and every rule. Hopefully by the end of this article you will [...]

Always add the www

When creating a new website you want to create as little duplicate content as possible. Most host let your users access your website from either the http://abluestar.com or the www version http://www.abluestar.com. This can be dramaticly reduce your site’s Page rank because is that most search engines see the ‘www’ and the ‘non www’ version [...]

Timeless content

I have talked before about creating timeless content but never in detail till now. Its one of the first things I check when searching for content is when it was written. Content is king. The internet is about content, about finding answers to your questions, it’s supposes to make things easier. As people search the [...]

What happened to the design?

To know more about why styles are disabled on this website visit the Annual CSS Naked Day website for more information. The idea behind this event is to promote Web Standards. Plain and simple. This includes proper use of (x)html, semantic markup, a good hierarchy structure, and of course, a good ‘ol play on words. [...]

ImageManager 2.0

One of the most important WordPress plugin’s for any blogger, ImageManager alowes you to resize, crop, rotate, flip or scale uploaded images. Having an image included with your posts make it stick out, but if that image is huge or has random crap in the background it can become annoying. I highly suggest this plugin [...]