Archive for 'Web Design & Code' Category


Diagonal Line Generator

19 June 2007

If you are into doing web design, they you’ll know how popular it is to use stripes on sites. Stripes incorporate well into the web 2.0 look.
If you’ll notice, I use various forms of stripes on my website. I use them on main page background, and I also use them in the header image.
Typciall I […]

Wamp List

18 June 2007

Wamp and Lamp are packages designed for either Windows or Linux and usually contatin Apache, MySQL, and PHP.
These packages are usually rolled into one install package, making it very easy and fast to get up and running. by installing these separately, it can take a lot of time and tweaking.
Typically in the past, I’ve always […]

Feedburner RSS

11 June 2007

Well as you can see I readded my Feedburner feed count icon on my sidebar. I fixed some things with my RSS feed this evening and tested it, so now it’s rockin.
I use a feedburner redirect plugin for my site which forwards everything to feedburner so I can keep track of all my subscribers in […]

Kontera Filter

20 May 2007

Tonight I updated my article on how to do some various exclusions with the Kontera ContentLinks system.
Check it here.
Cheers.

target="_blank"

19 May 2007

If you use target=”_blank” when creating hyperlinks, you may not be using the latest standards. While all browsers accept this, and will continue to, it doesn’t pass validation for some of the latest standards.
You can get around this by using a rel attribute, using javascript. This is something I’m planning on implementing on my site.
Here is […]