Home > Articles > Web Development

Web Development

840 Items

Sort by Date | Title

A Tutorial Introduction to the Python Programming Language
Aug 27, 2001
Dave Beazley guides you through the basics of working with the Python programming language in this quick introduction.
A Website Is Really Just Text: Build One in 5 Minutes
May 21, 2012
This chapter starts with a blank site and one HTML page and works its way from there to a fully functional site.
Accelerating DBI for the Web
Oct 12, 2001
Chris Radcliff shows you how to improve the performance of database-backed Web sites using persistent Perl and Apache::DBI.
Accepting User Uploads in ASP.NET
Nov 29, 2002
Once upon a time, your web site needed third-party components to allow users to upload files. Now you can do it all in ASP.NET, without any third-party add-ons. Here's how.
Accessing iPhone's GPS, Acceleration, and Other Native Functions with QuickConnect
Jun 25, 2009
Lee Barney shows how to activate several desirable features of iPhone or iPod Touch devices from within your JavaScript application.
Accessing Your MySQL Database from the Web with PHP
Sep 30, 2008
In this chapter, learn how to access a database from the Web using PHP, read from and write to the database, and filter potentially troublesome input data.
Accordion
Dec 11, 2006
Accustoming Yourself to JavaScript
Dec 12, 2012
As approachable as JavaScript is, mastering the language takes more time, and requires a deeper understanding of its semantics, its idiosyncrasies, and its most effective idioms. This first chapter begins with some of the most fundamental topics.
Accustoming Yourself to Ruby
Oct 7, 2014
In this excerpt from Effective Ruby: 48 Specific Ways to Write Better Ruby, Peter J. Jones examines Ruby's unique take on common programming ideas. That is, those that impact every part of your program, such as Treat All Objects as If They Could Be nil and Avoid Ruby’s Cryptic Perlisms.
ActionScript Elements Used to Make Games and Toys
Jan 24, 2003
These 10 lessons show you some advanced ActionScript techniques used in Flash game programming.
Adding ActionScript to Your Flash Animation
Jul 16, 2004
Bill Sanders explains how to use ActionScript to add behaviors to object-oriented animations in Flash.
Adding Client Capabilities to Server Controls Using the ASP.NET AJAX Control Toolkit
Jul 22, 2008
The AJAX Control Toolkit is a compelling alternative to using the ASP.NET 2.0 AJAX Extensions alone. Learn why.
Adding Multimedia to Google Web Toolkit (GWT) Applications
Sep 14, 2010
Federico Kereki demonstrates ways to add sound (and, by extension, video) to your GWT-based website using some relatively easy coding methods, with and without resorting to additional libraries. You'll also learn how to adjust your code to accommodate both HTML5-enabled and Internet Explorer browsers, depending on the user's settings, by using the advanced 'deferred binding' technique.
Adding Text and More to Your HTML Code
Aug 4, 2006
In this lesson, you will learn how to use HTML to add text and headings in your Web pages. You'll also learn how to add mathematical notations, information about your Web page, and special characters (such as ampersands).
ADO.NET Managed Providers: SQL Managed Provider and OleDB Managed Provider
Jul 12, 2002
.NET experts Donny Mack and Doug Seven discuss the two data access Managed Providers offered in ADO.NET: the SQL Managed Provider and the OleDB Managed Provider. Use the DataReader to iterate through data, and bridge between the Web application and your database using DataAdapter.
Adobe Dreamweaver CS5 on Demand: Viewing the HTML Behind the Page
May 18, 2010
Dreamweaver does all of the HTML coding behind the scenes, but it's important to know how HTML works. This tutorial from Adobe Dreamweaver CS5 on Demand shows you everything you need to know about HTML.
Adobe Flash Professional CS5 on Demand: Developing iPhone Apps
May 12, 2010
In this chapter, you’ll get an overview for how to start developing for the iPhone using Flash CS5 including deploying an App to the iTunes App Store.
Advanced Active Record in Rails 4
Jun 5, 2014
In this chapter from The Rails 4 Way, 3rd Edition, Obie Fernandez and Kevin Faustino wrap up their comprehensive coverage of Active Record by reviewing callbacks, single-table inheritance (STI), and polymorphic models. They also review a little bit of information about metaprogramming and Ruby domain-specific languages (DSLs) as they relate to Active Record.
Advanced HTML and Site Tools for Dreamweaver MX
Jan 17, 2003
This sample chapter covers some of Dreamweaver MX's advanced features such as advanced page layout, navigation, and site management.
AJAX Tips and Tricks
Nov 17, 2006
If you're developing in AJAX, author Kris Hadlock has a few tricks you can use to avoid common issues and speed up your AJAX development time. This article shows you how to prevent cached AJAX requests, debug AJAX code with FireBug, and create a database connection.

< Prev Page 1 2 3 4 5 Next >