Redactor : Fantastic WYSIWYG-editor on jQuery

    Redactor : Fantastic WYSIWYG-editor on jQuery

    You must have noticed – a stylish editor. He looks equally well in any interface on any website. Are we wanting more, if the editor is already falling in love with his chosen interface?Inside you will find a clear, logical code. A good API. Customization available. All the tools to customize the editor for their needs. Be careful, your imagination can go a long way.

    Drag a file from your computer out the window and insert a file, it immediately appears as a link directly to the text.Just drag the window and your image will already be in the editor.Clicking on any image editor, you can easily configure whether text wrap around the picture on the right or left.

    Create an Upload Form using jQuery, CSS3, HTML5 and PHP

    Create an Upload Form using jQuery, CSS3, HTML5 and PHP

    In this tutorial we will code an Upload Form from Impressionist UI. We will code it using the Plupload API. Plupload allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads. This way we are able to create a very powerful upload form compatible with all browsers. So let’s get started

    Google Play’s minimal tabs with CSS3 & jQuery

    Google Play’s minimal tabs with CSS3 & jQuery

    The tab navigation is an element you often meet in your daily browsing. There are so many ways, so many styles, but the idea is the same: you click a tab and see its content without a page refresh.

    In this article you’ll learn how to build some new CSS3 & jQuery tabs inspired by Google Play‘s design.

    flipCounter : jQuery Counter Plugin

    flipCounter : jQuery Counter Plugin

    flipCounter is a jQuery plugin that turns a boring ‘ole number into a big, beautiful analogue display. Count down the days until the apocalypse, make your own debt clock or throw back to the 90s and resurrect the hit-counter. The possibilities are endless!

    jQuery Picasa Plugin

    jQuery Picasa Plugin

    jQuery Picasa Plugin Stream Picasa Albums without touching the Server.Here is the HTTP API for Picasa. There’s a lot to it, but all we need to do is list albums and list photos. And we want to do this using Google’s experimental Data API feature of course, the Partial Response. The Partial Response allows us to limit the information the feed returns to us, which means significant performance improvement. For example, if all we want are the image urls, we don’t need thumbs, titles, descriptions, and the author. We can cut out 80% of the feed’s size. That’s awesome. Still waiting for Google Docs to have that.

    The goal is to stream photos without ever having to touch your server. Aka, no PHP or Ruby proxy. Reason being, what if your pages are entirely static (Github Pages!), and you want it to work the same as if they were dynamic? The code should be all Javascript.

    jQuery Modern News Ticker

    jQuery Modern News Ticker

    Modern News Ticker is a modern, powerful, flexible, fast, easy to use and customize news ticker. It offers a varied number of features while still being lightweight and very easy to work with:

    • It comes with 15 different themes to choose from.
    • It has 4 different effects.
    • It has 4 different layouts.
    • It can have either round or square corners.
    • It offers options to control the effects as well as the autoplay settings.
    • Data can be loaded from a RSS or Atom feed.
    • Data can be loaded from Twitter.

    Build Desktop Apps using HTML, CSS and JS: AppJS

    Build Desktop Apps using HTML, CSS and JS: AppJS

    AppJS is simple yet powerful resource which allows you to build desktop applications for Linux, Mac and Windows using HTML, CSS and JavaScript.

    Using AppJS you don’t need to be worry about coding cross-platform or learning new languages and tools. You are already familiar with HTML, CSS and Javascript. AppJS uses Chromium at the core so you get latest HTML 5 APIs working.

    AppJS allows you to use HTML 5 APIs to create attractive applications from Word Processors to 3D Games and allows CSS to decorate widgets as you like.

    My Thumbnail : jQuery plugin creates image thumbnails

    My Thumbnail : jQuery plugin creates image thumbnails

    This jquery plugin creates image thumbnails on client side for multiple images in a page. Sometimes you have different images with different orientation and size, which make your page a bit difficult to read. MyThumbnail help you to generate uniform size images. Of course, the original aspect ratio of the picture is maintained. If your browser support css3, you can get a best (inner) fit image for your specified thumbnail size. Also, round corner is supported for css3 capable browser.
    FEATURES

    • Automatic generation of thumbnails with uniform size and orientation
    • Maintain aspect ratio of original pictures
    • Image is centered
    • Rounded corners (CSS3 capable browser)
    • Best inner fit image (CSS3 capable browser)
    • Cross sever (work for external image in other server)
    • Cross browser (work in IE / FF / chrome / Safari / opera)

    TabSelect jQuery Plugin

    TabSelect jQuery Plugin

    A plugin to select one or more array or form entries visually, for example to filter a list or replace a multiselect form element.If you toggle an option, the text changes automatically, in other words, you can use that text field in a form to submit the selection. In such a case you would of course hide the text field first.

    You’re completely free to style your elements. Default setting for the tabs is a span element, but you can change that in the settings (check the plugin source, the default settings are right at the top).