Archive For October, 2010

37 articles

Open Source Database Modeling Tool: Anchor Modeler

Anchor Modeling is an agile technique for creating database models. Anchor Modeler is a database modeling tool for creating Anchor Models. It uses newly developed force directed graph algorithms to do the layout and interact with it. Requirements: HTML5 supported browser Demo: http://www.anchormodeling.com/modeler/ Download: http://code.google.com/p/anchormodeler/ License: MIT

240+ Free Flags PNG Icons: Flags

Flags, a collection of 240+ Free Flags PNG icons containing a flag of every major country around the world. The flags icons set comes in several sizes: 16x16, 24x24, 32x32, 48x48, and 64x64. It has 2 variants - as flat and standard, and with a lovely glossy finish. Website: http://www.gosquared.com/liquidicity/archives/1493 License: Free

Grid Calculations Made Easy: Gridulator

Gridulator is a small yet useful online grid calculator tool that helps you calculate multi-column grids for your web projects. Tell Gridulator your layout width and the number of columns you want, and it’ll spit back all the possible grids that have nice, round integers. There are inline previews, courtesy of the canvas element, and when you’re all set Gridulator…

jQuery News Previewer With Thumbnails

News Previewer let’s you show your latest articles or news in a compact way with thumbnails. The news previewer will show some list of articles on the left side and the preview of the article with a longer description on the right. Once a news on the left is clicked, the preview will slide in. Requirements: jQuery Library Website: http://tympanus.net/codrops/2010/10/03/compact-news-previewer/…

Google Online URL Shortener: Goo.gl

Google URL Shortener has just launched its own website. The feature worth mentioning is that you can view statistics on all URLs you have shortened. The statistics include referres, traffic details and visitor profiles. Google URL Shortner is: Stable: Nearly 100% uptime Secure: Automatic spam detection based on the same type of filtering technology we use in Gmail Speedy: Doubled speed There…

Flexible Client Side Table Sorting: Tablesorter

Tablesorter is a flexible client side table sorting jQuery plugin that turns standard HTML table (with THEAD and TBODY tags) into sortable table without page refreshes. Tablesorter can successfully parse and sort many types of data including linked data in a cell. Tablesorter will auto-detect most data types including numbers, dates, ip-adresses. It has many useful features including: Multi-column sorting Lightweight…

Manage RSS And Atom Feeds With SimplePie

SimplePie is a code library intended to make it ridiculously easy for people to manage RSS and Atom Feeds. Its an easy to use API that handles all of the dirty work when it comes to fetching, caching, parsing, normalizing data structures between RSS and Atom formats, handling character encoding translation, and sanitizing the resulting data. Flexible enough to suit beginners…