Mini Updates, Programming

jQuery UI 1.8.20 « jQuery UI Blog

See on Scoop.itJQuery-Features

The official jQuery UI blog that posts development status updates and news about the jQuery UI library and community. They have posted this useful article about the twentieth maintenance release for jQuery UI (1.8). This article provides information on how to link to both the Google Ajax Libraries API and the Microsoft Ajax jquery-ui.js library. The jQuery UI 1.8.20 update is primarily meant as a release of bug fixes for Datepicker, Draggable, and Sortable.

See on blog.jqueryui.com

Advertisement
Mini Updates, Programming

The Apache Software Foundation Announces Apache Cassandra(tm) v1.1 – GlobeNewsWire (press release)

See on Scoop.itYahoo! YQL & Open Data Tables

This is an interesting article from http://www.globenewswire.com about release 1.1 of the NoSQL database product called Apache Cassandra. The press release is from April 24, 2012 and I am quite curious to try my hands at using the updated product. The database uses a proprietary, but SQL-based query language called CQL (Cassandra Query Language).

Their release:

The Apache Software Foundation Announces Apache Cassandra(tm) v1.1GlobeNewsWire (press release)Apache Cassandra v1.1 features improved caching, revised query language (CQL -Cassandra Query Language- a subset of SQL), storage control, schema/structure,…

See on www.globenewswire.com

Mini Updates, Programming

Prevent Textfield Copy and Paste Using Javascript | Luca Dioli’s blog

See on Scoop.itJQuery-Features

A nice example of how to disable copy and paste on a Web page form field using JQuery/Javascript posted by Luca Dioli at his technical blog http://blog.lucadioli.com . This is certainly useful for adding to password fields or email confirmation fields so that the user must type each entry manually.

See on blog.lucadioli.com