Javascript trim

In programming, trim is a string manipulation function or algorithm. The most popular variants of the trim function strip only the beginning or end of the string. Typically named ltrim and rtrim respectively. Read more »

Javascript pie menu

This script allows you to build a pie menu. It uses unordered lists (<ul>) to define a menu, which means that not only is it easy to configure, but it will ‘gracefully degrade’ in older browsers! Read more »

Javascript custom cursor

This script will add a fancy custom crosshair mouse cursor to your website. You can modify this custom mouse cursor script anyway you want to add functionality and special effects. Read more »

Dynamic favicon

Wikipedia quote: “A favicon (short for “favorites icon”), also known as a page icon, is an icon associated with a particular website or webpage. Read more »

Javascript context menu

There are many of context menu examples on the internet. This javascript context menu is very lightweight, OOP based and item-specific. You can setup it in a few seconds.
Read more »