DevX: Latest Web Development Content
Latest DevX Content

DevX

Exploring HTML 5's Audio/Video Multimedia Support
The

ASP.NET Workaround: Calling a JavaScript Function from a HyperLinkField in a GridView
You can call a JavaScript function when a user clicks a HyperLinkField in a GridView control—you just need to use this workaround.

Understanding the Cloud Computing Security Vulnerabilities
What's the number one concern when it comes to adopting a cloud strategy? Security. This white paper addresses potential security issues during the development of client and cloud applications by using the Security Development Lifecycle.

Servlet 3.0: A Sneak Preview
Find out which features in the upcoming Servlet 3.0 specification will affect a major change in the way developers build Java web applications.

Create ASP.NET Dynamic Hyperlinks from URLs Stored in Web.Config
It's useful to store URLs outside of your application code, because they can change.

Delivering Web-based Embedded Fonts in CSS 3
One of the new features in the CSS specification lets web developers embed third-party fonts that users can use directly in a web page. Learn how to use this useful feature.

Consuming XML Web Services in iPhone Applications
Find out the various ways you can call web services and parse responses from your iPhone applications to give your applications a huge range of data sources.

POJO-Based Solutions for LDAP Access: One Good, One Better
Find out how to employ dependency injection, annotation, and aspect-oriented programming to enable POJO-based application development.

Add an Image Command Field to a GridView at Runtime in ASP.NET
Programmatically adding an image command field to a GridView is relatively easy. This tip shows how.

The Best Way to Hide a Column in a DataGrid
A better approach than "hiding" columns in a DataGrid is simply to avoid creating the columns in the first place, as shown in this tip.