JavaScript


  • Simplest Modal Window (less than 1KB) – jQuery Plugin

    Simplest Modal Window (less than 1KB) – jQuery Plugin

    16 Mar 2012

    Following my jQuery minimal plugin series I’ve now built a very functional and minimal jQuery plugin to create modal windows on the go, it weights exactly 572 Bytes (0.6KB). The modal windows ha…

  • iPad web based Code Editor (with extra symbols keyboard)

    iPad web based Code Editor (with extra symbols keyboard)

    8 Feb 2012

    I mostly use the iPad for reading email, news and blogs although I am still perplexed at how few apps there are for actually doing some work. Well, to be honest, there are many apps to do some work. B…

  • Fixed Website Fold height (minimal Javascript Plugin, jQuery)

    Fixed Website Fold height (minimal Javascript Plugin, jQuery)

    8 Aug 2011

    FoldResizer is a Javascript plugin that will keep anything you want above the fold without worrying about your visitors screen size. The plugin is very easy to install and it works by resizing a <d…

  • Internet top level domains in a PHP & Javascript array

    Internet top level domains in a PHP & Javascript array

    23 May 2011

    Here’s a PHP/Javascript array with all the top level Internet domain extensions. You can copy and paste it directly into your application or convert it to JSON, SQL, etc. Just grab the code! The…

  • Clickable DIVs – jQuery plugin

    Clickable DIVs – jQuery plugin

    10 May 2011

    Clickable DIVs jQuery plugin will convert anything (<div>, <li>, <p>, etc.) into a clickable object. It is a great way to enhance the usability of your website by increasing the clic…