Check out the gallery

Upload an article

Finder

welcome.

The Script Junkie Gallery allows developers to contribute their best code ideas and share them with fellow developers in a variety of formats including free-form article style, uploaded code samples and videos. Check out the latest contributions and be sure to post your code as well.

Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.

Recently Added Feed
Recently Added
1 2 3 4 5 more
  • Mobiscroll

    kovlex

    Mobiscroll is a scroller style date/time picker optimized for touch devices such as iPhone, iPad, Android, to easily enter date and/or time. It's easily customizable and comes with very nice pre-defined themes: iOS, Android, Sense UI, Default.

  • Responsive Magazine Design

    tdurant

    Why I think Jquery Masonry could be the next big thing in digital publishing

  • jQuery Mobile Todo Application

    Nick Riggs

    A simple todo application built using the jQuery Mobile framework.

Most Popular Feed
Most Popular
1 2 3 4 5 more
Highest Rated Feed
Highest Rated
1 2 3 4 5 more
  • Simple Three-Column CSS Fluid Layout

    Mani Sheriar

    A 3-column layout where the side columns are fixed-width, the center column is fluid, and the background, header, main, left, right columns, and footer are all capable of being different colors (or backgrounds). It does NOT matter which column is longest.

  • HTML5 - Offline Web Applications

    K Chandrasekhar Omkar

    "Offline Web Applications" renders support for surfing websites even while offline. This article briefs on it's usage and available API, along with a getting started template. It's a feature of HTML-5

  • jQuery postMessage: cross-domain scripting goodness

    'Cowboy' Ben Alman

    jQuery postMessage enables simple and easy window.postMessage communication in browsers that support it (FF3, Safari 4, IE8), while falling back to a document.location.hash communication method for all other browsers (IE6, IE7, Opera).