News (58)

E-forms standard finalised

The main standards body for the Web released the final specification this week for XForms, a standard that will compete in the growing market for electronic forms. Read more »

Sun to launch first MySQL update

The next version of MySQL won't contain bugs of the past, according to Sun execs who have promised not to change the culture of the open-source database organisation that was acquired by Sun for US$1bn in January. Read more »

Most Oracle database admins don't apply patches?

Around 70 percent of Oracle database professionals say they have never applied a security patch, according to database security firm Sentrigo. Read more »

Oracle announces Database 11g beta

Company says beta includes 482 new features designed to add flexibility to database administration. Read more »

Phillips: Oracle may support rival databases

Oracle may make a decision as early as March on whether to support multiple databases in its "Project Fusion" release, which will combine acquired products with its own applications. Read more »

Open source grows beyond its roots

One of a growing cadre of open-source companies, Zimbra will add joint document creation and sharing to its messaging and collaboration software at the LinuxWorld conference in San Francisco. Read more »

Economist: Oracle-SAP duopoly would hurt market

An economist testified Friday that an Oracle takeover of PeopleSoft would allow the database powerhouse and SAP to unfairly dominate the market for business software. Read more »

In T-SQL, use CASE...WHEN in place of IF...THEN

Add some flexibility to your program flow in T-SQL with the CASE...WHEN statement. Get a hands-on look at the statement's syntax and the advantages it can provide for your application. Read more »

MySQL and JBoss cozy up

Open-source software companies JBoss Group and MySQL are forming a partnership to jointly sell and market products to large corporate customers interested in expanding their use of open-source software. Read more »

BusinessWeek site hacked

Hackers have broken into BusinessWeek's online site and set up an attack scenario in which visitors to a section of the site could have their own computers compromised and their data stolen, a security researcher said on Monday in the US. Read more »

Features (282)

Forms authentication in .NET: Using a database

Storing forms authentication information in Web.config has serious limitations. See how to work around them by storing this information in a database. Read more »

Master simple forms authentication in .NET

Using forms authentication, you can quickly build a simple, secure Web app. This walk-through shows you how to apply the strategy in your apps. Read more »

Handling multiple submits in a single form with PHP

Processing form data in PHP is significantly simpler than most other Web programming languages. This simplicity and ease of use makes it possible to do some fairly complex things with forms, including multiple submit buttons in the same form. Read more »

Work around XForms' lack of browser support

XForms offers a way to implement Web forms, but most browsers don't support it. Use the Java Framework and Chiba to process server side XForms. Read more »

Choose the right JDBC driver for your database interface

Picking the right driver can optimise connectivity between your Java apps and database. 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 »

Storing URLs in your database

Are you looking to store URLs in your SQL database? This article from Arthur Fuller shows you how to write a function declaration. Read more »

Handle errors in the data tier with SQL Server

Exception handling is a standard part of every .NET application. The try/catch block allows you to catch exceptions and control application execution from that point. Many errors occur during database interaction, but a lot of developers are unaware of handling errors within the database tier. This week we examine error handling in your database code with SQL Server and T-SQL. Read more »

Build a database front end with ASP

There are many ways to interface with a database, and one solution is to use ASP to build a front end. Builder AU dives in and creates a sample app in this article. Read more »

Upsizing an existing Microsoft Access database

The Upsizing Wizard in Microsoft's Access database software makes transforming to SQL Server mostly painless. But even the wizard needs fine-tuning for a smooth transition. Find out how to overcome some of the limitations. Read more »

Blog (4)

The 2008 Trends and Threats to Internet security

Lana Kovacevic [blogs:webanatomy] -- I recently came across the IBM Internet Security Systems X-Force 2008 Mid-Year Trend Statistics report, which outlines issues affecting internet security, including application vulnerabilities, phishing, malware and spam. Read more »

Google's Secret Sauce

Staff [blogs:syslog] -- A new Googler has offered a rare glimpse into the process by which the search giant turns ideas into products. Read more »

Flash in the pan

Staff [blogs:syslog] -- So Silverlight will kill Flash, will it? Maybe it will. A lot of people have told me this and I began to wonder if the opinion had any validity. Read more »

Be a hero, get a Meego: IT Fund for kids competition.

Staff [blogs:syslog] -- Support the IT Fund for kids and you could win from an entertainment pack worth over $1,000! Read more »

Log in


Sign up | Forgot your password?

  • Staff Microsoft prescribes more REST

    Details have begun to emerge about the next versions of Visual Studio and Windows Server this week -- and the message from Redmond is to REST up Read more »

    -- posted by Staff

  • Chris Duckett .NET looks to REST

    With news that REST will play a big part in the next version of the .NET Framework, it is timely to take a look at ADO.NET. Read more »

    -- posted by Chris Duckett

  • Renai LeMay Spellr.us needs a new dictionary

    One of the only Australian start-ups to present at the recent round of conferences in the US was Sydney-based spellr.us, which has launched a Web-based tool to check and monitor websites for spelling mistakes. Read more »

    -- posted by Renai LeMay

What's on?