Is Tomcat 7 in your future?
Tomcat 7 is the first major Tomcat release in quite a long while (three and a half years…and counting), since Dec 1, 2006 when Tomcat 6.0... more »
Tweet 0 Comments Save Tags: java , javascript , opinion , reviews
MediaElement.js - HTML5 video player in CSS with Silverlight and Flash fallbacks
MediaElementPlayer.js uses MediaElement.js and jQuery to build the complete working player you see here. The same HTML/CSS controls show... more »
Tweet 0 Comments Save Tags: javascript , ria , web 2.0
Easy Gallery for jQuery
New awesome jQuery image gallery. Its easy to use and its code is simple. the link will show the live demo and download links..
Tweet 0 Comments Save Tags: css-html , javascript , open source
ExtJs Simple Data Writer
Ext.data.SimpleWriter facilitates create, update, and destroy (CRUD) actions between an Ext.data.Store and a server-side framework, like... more »
Tweet 0 Comments Save Tags: ajax , frameworks , how-to , javascript
CRUD using jQuery and Codeigniter – IV
In Part 4 you will learn: 1. How to perform Ajax based CREATE operation. 2. How to switch jQuery tab programmatically.
Tweet 0 Comments Save Tags: ajax , frameworks , javascript , php
Real-time Event Tracking with Google Spreadsheets
Real-time Analytics using Google Analytics as a Database? Yes. Maybe not the most scalable solution (maybe it could be?), but... more »
Tweet 0 Comments Save Tags: javascript , open source , web 2.0 , web services
Build a web-based notification tool with XMPP
Real-time web applications are networked applications, with web-based user interfaces, that display Internet information as soon as it's... more »
Tweet 0 Comments Save Tags: how-to , javascript , php
Canto.js: An Improved Canvas API
Javascript author extraordinaire David Flanagan released Canto.js recently, a lightweight wrapper API for canvas, introduced here and... more »
Tweet 0 Comments Save Tags: css-html , frameworks , javascript , open source
Introducing the Google Form API
One of the biggest problems with Google Forms is its lack of an API. Developers have almost no access to the core data structure. Now,... more »
Tweet 0 Comments Save Tags: javascript , ruby , web design , web services
Announcing Ext JS 3.3 Beta – PivotGrids, Calendars and More
We are pleased to announce the availability of Ext JS 3.3 beta 1 for immediate download. This release introduces great new components and... more »
Tweet 0 Comments Save Tags: frameworks , javascript , other languages , web 2.0
HTML5 3D Line Chart - Super Mario Brothers Tribute (API + sound)
HTML5 3D line chart, with custom tooltips, API Calls. Super Mario themed. Built using ZingChart Flash & HTML5 charting library.
Tweet 0 Comments Save Tags: frameworks , javascript , tools
20 Must Learn Button Tutorials in jQuery and CSS
Since its release, jQuery has proven its credibility and usefulness in web development. It has helped in making html easier to use and... more »
Tweet 0 Comments Save Tags: css-html , javascript , web design
Thumbnails Navigation Gallery with jQuery
In this tutorial we are going to create an extraordinary gallery with scrollable thumbnails that slide out from a navigation. We are... more »
Tweet 0 Comments Save Tags: css-html , how-to , javascript , web design
Scale Stack vs node.js vs Twisted vs Eventlet
We’ve been discussing switching from Tornado to either Twisted or Eventlet for Nova, so I decided to setup a test to see if there are... more »
Tweet 0 Comments Save Tags: c-and-cpp , how-to , javascript , usability
$.getScript() and Firebug: But then, who was code?
If you’ve ever tried to import javascript via jQuery.getScript(), you might be rendered unable to actually debug the fetched js in... more »
Tweet 0 Comments Save Tags: how-to , javascript , web design
Meryl – A thin web layer for NodeJS
Lately, there has been a rising star that succeeded to attract quite a bit of IT people’s attention with its powerful and natural support... more »
Tweet 0 Comments Save Tags: how-to , javascript , web design
Bit.ly Button - jQuery Plugin for Your Clicky Post
bit.ly -The intelligent URL shortener- offers realtime statistics about the clicks on shortened links and this button takes advantage of... more »
Tweet 0 Comments Save Tags: ajax , javascript , tools , web 2.0
A Custom jQuery Selector to Retrieve Labels for Inputs
One of the great features of jQuery extensibility is the ability to create custom selectors. This is how the jQuery Sizzle selector... more »
Tweet 0 Comments Save Tags: .net , javascript , web design
Tutorial: Implementing a Servlet Filter for JSONP callback with Spring’s DelegatingFilterProxy
This tutorial shows you how to create a servlet filter in Spring to handle JSONP requests to @Controllers that produce JSON output.
Tweet 0 Comments Save Tags: ajax , java , javascript
Easy Javascript for Liquid Layout
Do you sometimes encounter difficulty getting HTML containers to size correctly? A few of lines of Javascript can put an end to many... more »
Tweet 0 Comments Save Tags: how-to , javascript , web design
How do you open a select box with JavaScript?
So you want to open a drop down select box without clicking on it? For years, people have been looking for the answer to this question.... more »
Tweet 0 Comments Save Tags: how-to , javascript , web design
Node and Scaling in the Small vs Scaling in the Large
Alex Payne writes: "One of the most talked-about technologies amongst the Hacker News crowd is Node, a framework for writing and running... more »
Tweet 0 Comments Save Tags: frameworks , javascript , open source
Node.js -- Non Blocking Evented ServerSide Javascript | airodig.com
Come get your node.js on! Forget the traditional attitude of "That is full of hype fluff and not enough stuff" -- this is really the cats... more »
Tweet 0 Comments Save Tags: frameworks , javascript , unix-linux
5 things you didn't know about ... the Java Scripting API
The Java language is more than you need for some projects, but scripting languages are famously lacking on the performance front. Find... more »
Tweet 0 Comments Save Tags: how-to , java , javascript
Deliver real-time information to your users using node.js
This article cover the basics to be able to build a simple node.js server that will respond to an “admin” user input and then broadcast a... more »
Tweet 0 Comments Save Tags: javascript , server