How to add Hyperlink Relationships (rel=”") to FCK Editor links

February 26th, 2007

I use FCK Editor quite a bit for some of my websites. One thing I use quite often that is not supported by the FCK Editor is the Hyperlink Relationship (<a href=”link.html” rel=”nofollow”>) on links so that it hooks up with Lightbox (if you aren’t using Lightbox, you’re missing out).

I finally decided to have a play around with adding this feature to the FCK Editor and believe it or not, it was easier then I thought…

I’m using FCK Editor 2.4 but I’m pretty sure there won’t be many changes if any between versions.

Here’s how you do it…

Read the rest of this entry »

Ajax Tutorial : Ajax Help for newbies

August 18th, 2006

Came across this neat little blog today. It’s a blog dedicated to ajax including tutorials, code snippets, news and books. I’ve been looking into AJAX mroe and mroe over the past month and am still very fascinated with how it all works.

Anyhoo, you might want to check it out and see if you can learn a thing or to from Ajax Tutorial.

Also, here is a tutorial linked to from the above site called Ajax: What is it good for?.

dhtmlgoodies.com - A library of DHTML and AJAX scripts

July 17th, 2006

A friend of mine sent me a link to dhtmlgoodies.com a while back but I’ve never really had a decent look at the site.

Last night I finally went through some of the scripts and I have to admit they are all pretty awesome. What is best is that most if not all the script work in all the major browsers. This is a great resource for software developers and website owners.

My favourite DHTML scripts have to be the drag and drops. They are fantasic! I’m definately implementing some of these into my scripts.

Apache .htaccess tweaking tutorial

March 27th, 2006

Came across this cool .htaccess tweaking tutorial that teaches you how to tweak your .htaccess file to improve your website.

There are currently 16 tweaks you can play around with.
Apache .htaccess tweaking tutorial