Archive For June, 2011

26 articles

Online Flash SWF to HTML5 Converter: Google Swiffy

Swiffy is an online free tool from Google which converts Flash SWF files to HTML5, allowing you to reuse Flash content on devices without a Flash player (such as iPhones and iPads). Swiffy currently supports a subset of SWF 8 and ActionScript 2.0, and the output works in all Webkit browsers such as Chrome and Mobile Safari. If possible, exporting…

Create CSS3 Buttons With CSS3 Buttonize Framework

CSS3 Buttonize Framework, as the name suggests,  is CSS based framework for generating buttons. It is lightweight, simple and quick. No matter what style you want, Buttonize Framework can generate small, big, fat, chunky, sober, cheesy, smart, rounded, showy, and good looking CSS buttons in no time. [rss]Special Downloads[/rss] [rss]Feedback Collection and Polling Widget[/rss] [rss]Free Creative Resume Template[/rss] [rss]Open Source Icons[/rss] [rss]Free Minimal Wordpress…

Community Moderated Open Source CDN Script Repository: cdnJS

cdnJS is a community moderated repository of open source scripts. The repository is managed in a peer reviewed fashion to ensure that only the highest quality libraries vetted by the community get added to cdnjs.com. The entire code base on cdnJS is open source and free for professionals, students and amateurs. [rss]Special Downloads[/rss] [rss]Feedback Collection and Polling Widget[/rss] [rss]Free Creative Resume Template[/rss] [rss]Open Source…

Presentations and Slides in JavaScript: Fathom.js

How do you display your PowerPoint presentations online? Google Docs, Slide Share... and other tools that let you convert your PowerPoint documents with basic slideshow and animation features? They are quite smart but what do you do to keep your online and offline documents synchronized or what do you do when you want to make instant online changes. Wont it…

Open Source Music Identification System: Echoprint

Echoprint is an open source music identification system that allows anyone to build music fingerprinting into their application. It listens to music signals and tells you what song is playing. It’s backed by a huge database of music that grows with the community and further partnerships. [rss]Special Downloads[/rss] [rss]Feedback Collection and Polling Widget[/rss] [rss]Free Creative Resume Template[/rss] [rss]Open Source Icons[/rss]…

Create Better User Experience with Guider.js

Remember Merlin? Yeah, Merlin - the little wizard in Microsoft Office applications that popped up from nowhere on your screen to guide you how to proceed with the application. The little Merlin, Clippy and other characters were designed to provide instant help and tips to the users so they could breeze through their tasks and become familiar with the interface…

Enhance Ordinary Search with Autocomplete Faceted Search Queries: VisualSearch.js

Get most out of search box on your website by adding auto-complete faceted search queries. VisualSearch.js does it easily for your website by enhancing ordinary search boxes with the ability to autocomplete faceted search queries. Specify the facets for completion, along with the complete-able values for any facet. You can retrieve the search query as a structured object, so you don't…

PHP Driven Server Side CSS3 Preprocessor: PCSS

Unleash the CSS3 power with much less code and features like class nesting, server-side browser specifics, default unit and variables by using PCSS, a php driven server side CSS3 preprocessor. It allows CSS developers to write CSS code with variables and various shortcuts, while the user still gets standards-complaint CSS code on his side. [rss]Special Downloads[/rss] [rss]Feedback Collection and Polling…

Visual CSS Background Sprites Generator: Sprite Cow

Sprite Cow is a visual tool for generating CSS background sprites. Okay, cool! But what is a sprite? I knew those old school designers (still slicing their large images) would ask this question. A sprite is a big block of small images that loads in to the Web browser once and might be used to displays many different images at…

Open Source HTML5 Audio Player: Boombox.js

HTML5 introduces the audio element which offers a way to play audio natively in the browser. However the native controls are a little lacking in style. Thankfully HTML5 also brings Media Element API to interact with which allows us to skin an Audio object however we want. Using Boombox.js, users can create browser based audio players on top of HTML5…