Giving is more important than taking... - Web Design in Sheffield, South Yorkshire

At Evoluted New Media we believe in giving back to the community. Often our websites utilise free libraries or snippets of code to help accomplish a task in the most efficient way.

We try to release as much of our code library as possible so that the community can benefit - our way of giving back. These include things like our Directory Listing Script and ImageEditor Class.

JavaScript Comic Tagger

A comic tagger allows you tag to the last comic you read for a particular webcomic, thus when you return to the site you can easily pick up where you left off. It's a very a simple idea but very effective!

You can see an example of the tagger below, or alternatively you can visit Little Gamers and see it working on their site.



Download
If you want to use the comic tagger on your own website just click here to download a ZIP file contain a default set of images and the JavaScript code. It is very simple to install on your website, infact you only need to add the following line to your HTML:

<script language="javascript" type="text/javascript" src="/jsbookmark.js"></script>
Credits
Thanks to Mr Madsen for creating the default graphics and letting me use them here