javascript

Interview: Matt Taylor on jQuery

The Strange Loop conference is a unique software developer conference in St. Louis featuring excellent speakers and a wide variety of languages and...

0 replies - 1223 views - 09/16/09 by Alex Miller in News

Introducing JetBrains Web IDE. Early Access is available for preview

Jetbrains today unveiled its new JetBrains Web IDE, a new specialized development environment for web authoring and PHP programming.

0 replies - 2065 views - 08/12/09 by Eugene Toporov in Announcements

Learning Dojo

Chapter 1: Introduction to Dojo Chapter 2: Useful JavaScript and Dojo Tricks Chapter 3: Basic Dijit Knowledge Chapter 4: Ajax Communication Chapter 5: Forms Chapter 6: Layout Chapter...

0 replies - 1343 views - 06/18/09 by Manuel Jordan in Book Reviews

Thoughts on Google Wave

If you’re not yet seasick with all the reviews of Google Wave, here are a few additional thoughts. My mental picture for a Wave is that of an IRC channel on...

2 replies - 3021 views - 06/04/09 by vambenepe in News

Adding a YUI Sortable DataTable to a NetBeans Web Project

This exercise demonstrates how to add a sortable YUI DataTable to a web page. As Yahoo! UI's demo page states,

1 replies - 8981 views - 01/27/09 by giunipero in Articles

Selenium and Section 508

Selenium is a popular test tool for web applications. It was developed from 2004 onwards, originally to acceptance-test a time-and-expense-reporting...

1 replies - 6870 views - 01/01/09 by David Sills in Articles

An HTML List Builder: A Study in Applying jQuery

Recently, a client requested a particular implementation for a control in a web application. What they wanted looked like a standard Windows widget, called by...

0 replies - 11561 views - 12/30/08 by David Sills in Articles

Exploring the Deadly Sins of Rich Internet Applications

Let me begin with a story about my friend, a tech lead at a small business company. He was assigned the task of enriching his company's "Expense...

4 replies - 3989 views - 10/15/08 by robbiecheng in Articles

Dojo 1.2 Released - The Sliced Bread Release With Over 1100 Issues Addressed

A lot has been going on in Dojo-land, and we're finally ready to push out the release. I have tentatively named this the 'Sliced Bread' release, as over...

0 replies - 1193 views - 10/08/08 by Schalk Neethling in Announcements

DOMAssistant 2.7.2 Adds triggerEvent And replace Methods

DOMAssistant has just announced the release of DOMAssistant 2.7.2 beyond the bug fixes they introduced to new methods triggerEvent and replace. Bug fixed...

0 replies - 1248 views - 09/22/08 by Schalk Neethling in Announcements

jQuery in Action

Chapter 1 - Introducing jQueryAs the title suggests, this chapter introduces the main elements that will be carried through the book: the jQuery wrapper, utility functions available in jQuery, the...

0 replies - 8352 views - 09/08/08 by David Sills in Book Reviews

Removing inline Javascript and using Mootools addEvent()

Javascript lets us run program logic on the client-side, meaning we can change HTML Elements dynamically based on some logic without reloading the page with a...

0 replies - 7195 views - 08/02/08 by mcarthurgfx in Articles

TOTD #39: Prototype/Script.aculo.us Autcomplete widget with MySQL, GlassFish, NetBeans

There are several JavaScript libraries that can be embedded in your webapplication to create a visually appealing interface. Script.aculo.us is one of the...

0 replies - 2098 views - 07/29/08 by Arun Gupta in Blogs

Demo Of New JavaScript Editor In NetBeans IDE 6.1

NetBeans IDE 6.1 contains a completely new JavaScript editor which provides many advanced editing capabilities such as intelligent code completion, mark...

0 replies - 2653 views - 07/19/08 by Schalk Neethling in News

Javascript Tutorial - Radial Menus Part 1

Sometimes, user interfaces can be really constraining. A whole lot of stuff to do, and not nearly enough pixels to do it in. In regular desktop applications,...

0 replies - 2329 views - 07/17/08 by Charlie Key in News