Tag Archives: applications

Free Version Control System – Bazaar

6 Sep

" alt="Free Version Control System – Bazaar" width="490" height="200" class="thumbnail" />

Bazaar is a free version control system for tracking project history over time and collaborating easily with other team members.

Whether you are a single developer or a group of developers (at the same location or working remotely) Bazaar does the job well.

Bazaar Version Control

It is an easy to learn and use system which can work on all major OSs. Also, compared to Git and Mercurial, it supports bound branches (an easier and safer way of implementing a centralized workflow).

There are many applications that can work with Bazaar like Loggerhead, a web interface for it or several IDE integrations.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Tags:

Related posts

  • No related posts.

 

Click here to read the full article

Article Source: Free Version Control System – Bazaar

CSS3 Selectors For IE – Selectivizr

5 Sep

" alt="CSS3 Selectors For IE – Selectivizr" width="490" height="200" class="thumbnail" />

Selectivizr is a JavaScript library that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.

Once included in web pages, rest is done automatically.

Selectivizr

The library requires a JavaScript framework to run and many popular ones are supported like Query, MooTools, YUI, Dojo, Prototype and more.

And, if there are multiple JS frameworks inserted in the web page, Selectivizr chooses the most suitable one for the job.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Tags: ,

Related posts

 

Click here to read the full article

Article Source: CSS3 Selectors For IE – Selectivizr

Skinnable HTML5 Video Player – FryPlayer

4 Sep

" alt="Skinnable HTML5 Video Player – FryPlayer" width="490" height="200" class="thumbnail" />

FryPlayer (Google-translated English version) is an open source and easy to use HTML5 video player.

The player is actually a jQuery plugin and has very nice features like the ability to skin, buffering, full screen mode and keyboard shortcuts.

It is also possible to set the width-height and initial volume of the player.

HTML5 FryPlayer

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Tags:

Related posts

 

Click here to read the full article

Article Source: Skinnable HTML5 Video Player – FryPlayer

Fully Ajaxed MySQL Admin – MonoQL

26 Aug

" alt="Fully Ajaxed MySQL Admin – MonoQL" width="490" height="200" class="thumbnail" />

MonoQL is a PHP-powered, open source and Ajaxed web application for managing MySQL databases.

It has a desktop-like interface -thanks to Ext JS- and can accomplish almost every task you can ask for like database/table design, data browsing/editing, advanced querying & more.

MonoQL

The application has support for controlling advanced MySQL features like triggers, stored procedures and views.

MonoQL can connect to any number of databases, both local or remote. Also, with the help of a context menu, it display options on every level like running queries, importing data from a CSV file or truncating/deleting a table.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Tags: ,

Related posts

 

Click here to read the full article

Article Source: Fully Ajaxed MySQL Admin – MonoQL

Cross-Browser HTML5 Form Validation: jQuery.Html5form

25 Aug

" alt="Cross-Browser HTML5 Form Validation: jQuery.Html5form" width="490" height="200" class="thumbnail" />

HTML5 has a built-in validation that doesn't require any JavaScript. However, currently, it only works in Webkit browsers and can't be used in Firefox, Opera or IE.

jQuery.Html5form is a jQuery plugin that adds the lacking HTML5 form validation features to non-compatible browsers.

jQuery HTML5 Form

It doesn't require any custom functions or coding. Just create your form with the HTML5 syntax and it'll execute them automatically.

Optionally, the plugin offers features to help customizing how the errors will be handled like the the error messages, where they'll be displayed, their styles, etc.

And, it works with multiple forms on the same page as well (each of them can be customized differently).

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Tags:

Related posts

  • No related posts.

 

Click here to read the full article

Article Source: Cross-Browser HTML5 Form Validation: jQuery.Html5form

Open Source & Ajaxed Notebook – Surreal Todo

24 Aug

" alt="Open Source & Ajaxed Notebook – Surreal Todo" width="490" height="200" class="thumbnail" />

Surreal Todo is an open source web application that can be used as an online notebook or a to-do-list manager.

It is built with PHP, uses MySQL for storing data and relies on jQuery for the JavaScript part.

Surreal Todo

With a totally Ajaxed interface, you can create new lists, style every item or mark them as completed.

The application enables you to create new tabs and pages instantly for a better organization of the lists/content.

Also, list items can be re-ordered or moved to other lists via drag'n drops and lists can be collapsed to save space.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Tags: , ,

Related posts

 

Click here to read the full article

Article Source: Open Source & Ajaxed Notebook – Surreal Todo

On-Demand JavaScript Loader – LABjs

23 Aug

" alt="On-Demand JavaScript Loader – LABjs" width="490" height="200" class="thumbnail" />

LABjs (loading and blocking JavaScript) is an on-demand JavaScript loader, capable of loading any JavaScript resource, from any location, into any page, at any time.

By default, the library helps loading all scripts in parallel (it is possible to define priorities) which is a great speed improvement that we usually see with asynchronous scripts.

LABjs

It works by removing the commonly-used