Posts tagged jquery

All tags: 3g adobe apple business code css Design download error facebook fireworks free google gtd guide internet ios4 iPhone ipod ipod touch javascript jquery linux marketing mobile mp3 Music online optimize photoshop plugin problem seo spotify startups template theme tool tricks tutorial Twitter web Web design web development wordpress


  • 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…

  • 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…

  • Creative Commons image Search Tool (autotags and resizes)

    Creative Commons image Search Tool (autotags and resizes)

    12 Apr 2011

    Direct link to the tool: Flicksourcer Jonathan Foucher created Flickholdr a few weeks ago and I am impressed by how good the system is. It is not like other dummy image generators where you get a grey…

  • SnippShot – Ultra-minimal simple Code Snippet tool

    SnippShot – Ultra-minimal simple Code Snippet tool

    28 Jul 2010

    SnippShot is a free online code snippet collector tool. The snippets are stored online and since it is web based, you can access them from any computer, platform and browser without the need to instal…

  • jQuery-JavaScript: Basic Cheat Sheet for Beginners

    jQuery-JavaScript: Basic Cheat Sheet for Beginners

    20 Dec 2009

    Content Check if element exists if ($('#infobox').length) { /*exists, do things here*/ } Change attribute $('#name').attr('title', 'Hello!'); Change content of a container $('#main').html('<p>Lo…