Home > Articles > Web Development

Web Development

840 Items

Sort by Date | Title

ASP.NET Data Web Controls: Providing DataGrid Pagination
Jun 20, 2003
Learn how to provide pagination support for the DataGrid Web control using the default paging mechanism. You will also discover the advantages of custom paging that allows the DataSource to contain only those records that will be displayed on the current page of data the user is viewing.
ASP.NET Extensibility With XML
Sep 26, 2002
Explore how XML is integrated with the configuration of Windows Forms and Web Forms applications using the ASP.NET web.config files.
ASP.NET Rendered Custom Controls with C#Builder
Apr 23, 2004
Of the three types of ASP.NET controls, a rendered custom control is the most powerful. Rendered custom controls give you the ability to manipulate the appearance and behavior of a control at a very fine-grained level. Although rendered custom controls are somewhat complex to use, the advantage is that you have full control over their appearance, events, and state.
Assemble the Social Web with zembly: Basics
Jan 14, 2009
Interested in a social network that lets you build services, widgets, and web applications? Check out zembly.
Automate Tedious Debugging Tasks Using Debug Analyzer.NET
Apr 20, 2011
Today there are mechanisms to automate debugging tasks via custom native debugger scripts or even VB script. Unfortunately, these approaches force us to learn new technologies instead of leveraging what we already know. Mario Hewardt, author of Advanced .NET Debugging, shows you how Debug Analyzer.NET is the solution to that problem by providing a comprehensive set of Debugger .NET APIs as well as a harness with powerful debugger automation features.
Automate the Pagination of Your Web Pages
Feb 2, 2007
Ivan Pepelnjak describes how to display paginated pages in the web browser without modifying the actual content on your web server.
Bad UI of the Week: Ask Forgiveness, Not Permission
Nov 21, 2007
David Chisnall looks at some of the things that are often missed by not using Undo.
Bad UI of the Week: Don't Make Me Tell You Twice...
Aug 3, 2007
David Chisnall takes a look at the habit of some software to make users repeat themselves and some of the ways it can be avoided.
Bad UI of the Week: The Cross-Platform User Interface
Aug 17, 2007
David Chisnall explains why cross-platform GUIs are likely to be doomed to failure.
Bad UI of the Week: The Menu Bar
Aug 24, 2007
David Chisnall examines the historically contentious topic of menu placement.
Bad UI of the Week: The Mythical "is Like" Operator
Aug 10, 2007
David Chisnall examines the subjective nature of associating objects (and functions) into categories.
Barrie North on Books, Videos, and Joomla!
Jun 9, 2009
Dee-Ann LeBlanc talks with Barrie North about his latest book and video on the Joomla! content-management system, and the three core things that people new to Joomla! need to know.
Basic Shapes and Text in SVG
May 30, 2003
This sample chapter looks at the highlight functions of SVG, and explains the use of simple images and text within the program.
Basics of Android Debugging
Apr 13, 2011
Shane Conder and Lauren Darcey provide a walk-through of Android application debugging techniques and the logic behind them.
Be a Better Java Programmer: A Reading List by Binu John
Oct 3, 2011
Java performance expert Binu John shares 6 of the most important books in his programming library and explains why each is so valuable.
Becoming a Software Developer Part 2: Test Driven Development with Ruby
Apr 12, 2002
Developers can become more productive and spend a lot less time debugging code by creating Extreme Programming style unit tests before the rest of the code is written. Every "Ruby nuby" should learn about test-driven development and create unit tests.
Becoming a Software Developer part 7: Ruby for the Internet Nuby
May 24, 2002
It's easy to write simple scripts for sending emails — but hard to make sure that your application deals with all the weird and wonderful things that can go wrong.
Becoming a Software Developer, Part 1: Ruby for the Nuby
Apr 5, 2002
In the age of objects and the Internet, Pete McBreen shows how Ruby fits a whole new generation of developers.
Beginning the Process of Writing Scripts
Apr 11, 2003
Approach your first script the right way by planning, implementing and then testing it properly. Walk through a simple (yet a step above "Hello World"), detailed example to build a solid scripting foundation.
Best Practices for Collaborative Web Development
Sep 28, 2001
Clear roles and responsibilities are necessary to build an effective collaboration environment. Russell Nakano shows here how to successful assign tasks to achieve your goals.

<< < Prev Page 4 5 6 7 8 Next >