News (27)

Mozilla: Web apps faster with Firefox 3.1

Firefox 3.1 will run many Web-based applications such as Gmail faster through incorporation of a feature called TraceMonkey that dramatically speeds up programs written in JavaScript, Mozilla said Friday. Read more »

Coder links Yahoo search, Google App Engine

The goliaths of the Internet are dangling an ever-larger supply of bootstraps for folks who want to try new ideas for the Web. Read more »

Java will be free this year, says Sun

The struggle to open up Java completely is finally coming to an end. Read more »

Google closes DoubleClick deal - expect job cuts

European antitrust regulators on Tuesday approved Google's US$3.1 billion merger with DoubleClick, which Google's CEO said will mean job cuts. Read more »

Nokia to acquire Linux firm Trolltech

Nokia is to buy Trolltech, the company whose Linux-based Qt application-development framework is at the core of many PC and mobile applications including Google Earth and Skype. Read more »

Microsoft dismisses dual boot OLPC

Software giant Microsoft has said it rejected plans to develop a dual-boot iteration of Windows XP to run on One Laptop per Child XO machines, and instead is developing a version of XP specifically for the XO. Read more »

Affero: A new GPL for SaaS

The Affero General Public License, a new variation of the seminal General Public License (GPL) specifically for one situation the regular GPL doesn't address, is now final. Read more »

Google Android's new battleground: Developers

Google executives have a lot of work ahead of them as they court application developers skeptical of the search king's new open software platform for mobile devices. Read more »

BEA under pressure to get financials in order

BEA must get its financial restatements up to date if it hopes to keep its biggest shareholder from taking control of a possible buyout, legal experts say Read more »

IDC Web site defaced by 'eco-terrorists'

The Web site of Global IT research firm IDC has been hacked by a group purporting to be Brazilian environmental terrorists to serve a message urging people to take action over global warming. Read more »

Features (89)

Running totals in SQL Server queries

This article demonstrates how running totals are simple to create in SQL Server queries once you understand the requirements. Read more »

RIFE with possibilities

Developing a web-based application is never a small undertaking. At the very best it's a lot of work just to develop the code that does whatever it is your application is supposed to do but before you even get to the point of writing your application's code, you have to decide what you going to write it in. Read more »

Comparing SQL Server constraints and DML triggers

This article sheds some light on when to use constraints and when to use DML triggers. Read more »

Create cross-platform database-driven applications with JDBC

The Java Database Connectivity (JDBC) API offers a unified interface to different databases, providing a series of generic functions that are internally translated into native function calls. This makes it extremely easy to create database-driven applications that work across different RDBMS types. Read more »

Defining cascading referential integrity constraints in SQL Server

By using cascading referential integrity constraints, you can define the actions that SQL Server 2005 takes when a user tries to delete or update a key to which existing foreign keys point. Read more »

Is Java Windows for Unix?

Java is an incredibly successful toolset -- but what is it really and how did it get to be so popular? Read more »

How do I ... reject alpha characters in a SQL Server character column?

Enforcing your data's integrity is probably the single most important issue you face when designing a database. Validating user input is one way of keeping bad data from making its way into your analyses and reports. Read more »

Parse XML with the StAX Java API

Streaming API for XML (StAX) is an API that allows you to read and write XML documents in Java. StAX is a parser independent, pure Java API based on interfaces that can be implemented by multiple parsers. Read more »

Sometimes a variables table is better than hard coding into a package

When writing PL/SQL packages, there are times where it's better to store a variable in a table instead of coding it into the package. It's most useful for a variable that you might want to change fairly often. Read more »

Creative uses for COALESCE() in SQL Server

COALESCE() accepts a series of values and a value to use in the event that all items in the list are null; then, it returns the first not-null value. We describe two creative uses of the COALESCE() function in SQL Server. Read more »

Blog (3)

Still many questions about software for mobile computers

Staff [blogs:syslog] -- The great thing about the development of future mobile computers is that no one school of thought has come to dominate the territory. Of course, that's also a problem. Read more »

In a world of Goliaths, who's got a stone?

David McAmis [blogs:theneteffect] -- It seems like it is that time of year again... the days are getting longer, the weather is getting a bit warmer and the top-tier software vendors are on a buying spree. Will you get lost in the shuffle? Why not support your local software developer! Read more »

The Downside of RAD

David McAmis [blogs:theneteffect] -- Rapid Application Development is all the hype lately, with claims of being able to churn out functional applications in under two weeks. One popular technique is to lock end-users and developers in a conference room for 10 days and build the application on the fly. Read more »

Log in


Sign up | Forgot your password?

  • Staff Shadow chasing in browsers

    The punching and counterpunching continued in the ongoing web browser development bout. Each time one browser closes a feature gap, a new feature appears in one of the others -- how we ever put up with the years of browser stagnation, I'll never know. Read more »

    -- posted by Staff

  • Chris Duckett Safari gets Gears

    Since its release in May last year, Gears has supported only Internet Explorer and Firefox browsers. With the addition of Safari into the Gears fold, it closes the loop of major browsers to support Gears Read more »

    -- posted by Chris Duckett

  • Renai LeMay MyPerfect.com.au has potential

    Victorian Web start-up My Perfect has a strong story and rationale for why it will succeed. But it has to overcome some challenges and design flaws first. Read more »

    -- posted by Renai LeMay

What's on?