A simple, lightweight jQuery plugin for reading, writing and deleting cookies.
Get the plugin here.
examples
Create session cookie:
$.cookie('the_cookie', 'the_value');
Create expiring cookie, 7 days from then:
$.cookie('the_cookie', 'the_value', { expires: 7 });
Create expiring cookie, valid across entire page:
$.cookie('the_cookie', 'the_value', { expires: 7, path: '/' });
Read cookie:
$.cookie('the_cookie'); // => 'the_value' $.cookie('not_existing'); // => null
Delete cookie by passing null as value:
$.cookie('the_cookie', null);
We have finally rolled out the new forum software. It is a major overhaul from the old version. It has a lot of new exciting features that we hope our users will enjoy.
We have also introduced a snippet submission system similar to what hawkee.com uses. It was coded 100% from scratch so in all fairness this is still considered in it’s beta stage.
If you will notice that at the bottom of tg007′s main page there is a popup div using jquery. I have included an alert system. Rather than having to open the file to add new alerts I added an alerts section to the tg007 control panel.

Thanks to Haggis’s email I was notified the dev blog was throwing up an error because i had made some changes to the top menu file and didn’t remember to account for it in the blog. That has been fixed and the sidebar has been changed to be more in line with the main site’s sidebar. Things are progressing very well with the new system. I have very happy with what we have so far. In the coming weeks I hope to add some of the new features I’ve had in mind for a long time. Hope everyone enjoys the new look and keep and eye out for more.
I have updated the dev blog theme to match the current beta version of the site. There are still a few links to work out and then I plan on starting the theme for the forum. Hopefully once finished it will all look pretty much identical. Hope everyone will enjoy the new site. There will be several new features launched once I get everything in place. As always your comments and ideas are most welcome.