By Kris Hadlock | Oct 5, 2007If you've ever developed something in JavaScript and wanted to have control over it when it was launched...
By Kris Hadlock | Aug 29, 2007Now that Ajax is becoming a standard for handling interactions on the Web it's time to use it to update...
By Kris Hadlock | Aug 24, 2007In the last Designing with Code article, Converting Forms to Ajax, Kris Hadlock showed you how to...
By Kris Hadlock | Jul 27, 2007Web design has become more than just a pretty web site with a nice layout. While that's still part...
By Kris Hadlock | Apr 20, 2007Time and again I've seen applications fail because of an unusable interface design. This not only...
By Kris Hadlock | Mar 28, 2007Ajax has certainly made itself known over the last year. Even large companies such as Google and Yahoo!...
By Kris Hadlock | Feb 2, 2007Kris Hadlock explains the importance of server-side caching for Ajax, providing a working solution...
By Kris Hadlock | Jan 26, 2007Adding massive amounts of data to one web page is not a recommended design approach because it can...
By Kris Hadlock | Dec 29, 2006Web forms are very important pieces of an application. They're used for registration, logging in,...
By Kris Hadlock | Dec 1, 2006Kris Hadlock covers everything you need to know about how to use the new Atlas framework for ASP.NET:...
By Kris Hadlock | Nov 23, 2006XML (Extensible Markup Language) is a popular choice for Ajax, simply because it is the standard intermediate...
By Kris Hadlock | Nov 23, 2006Ajax has taken the Web to a new level by offering an intuitive interactive model that rivals the desktop....
By Kris Hadlock | Nov 17, 2006If you're developing in AJAX, author Kris Hadlock has a few tricks you can use to avoid common issues...
By Kris Hadlock | Oct 13, 2006Kris Hadlock explains how to create complex JSON data transfers between the client and server, by...
By Kris Hadlock | Sep 1, 2006It's always important to implement some sort of security model in your database-enabled AJAX applications,...
By Kris Hadlock | Aug 18, 2006With all of the new AJAX effects frameworks popping up on the Web, have you ever wondered just how...
By Kris Hadlock | Feb 10, 2006User interaction drives Web sites. It's essential to understand how to handle the responses, especially...
By Kris Hadlock | Jan 27, 2006Kris Hadlock explains how to use design patterns for AJAX development to keep your applications scalable,...
By Kris Hadlock | Dec 16, 2005Kris Hadlock’s AJAX exploration continues with an explanation of how to create real-time data...
By Kris Hadlock | Dec 9, 2005Imagine using a simple HTML file to send a request to a server-side script, receive a custom XML file...
By Kris Hadlock | Nov 11, 2005AJAX, an acronym for Asynchronous JavaScript and XML, is very hot in the growing universe of Web development....
By Kris Hadlock | Oct 6, 2005Want more control over the user experience? Because Flash makes graphical programming quick, easy,...
By Kris Hadlock | Sep 12, 2007There are many benefits of inheritance with PHP, the most common is simplifying and reducing instances...
By Kris Hadlock | Jul 1, 2007The true power of PHP is the speed in which you can rapidly build object-oriented Web applications....
By Kris Hadlock | Jun 22, 2007RSS may be a simple programming language, but you can use it to market and publish any information...
By Kris Hadlock | Feb 9, 2007Robert Hoekman always seems to keep Kris Hadlock on his toes when it comes to following up his Web...
By Kris Hadlock | Nov 1, 2006RSS has become the standard technology for syndicating information to large audiences. Many people...
By Kris Hadlock | Oct 20, 2006An RSS aggregator is the perfect application to build with a standard AJAX engine, but cross-domain...
By Kris Hadlock | Sep 14, 2006RSS has become the standard data format for communicating news, updates or any other type of information...
By Kris Hadlock | Nov 30, 2007One of the most overlooked additions to a designer's web site is a questionnaire for new projects...
By Kris Hadlock | Nov 9, 2007As a business owner and web designer, I understand the importance of creating a winning proposal....
By Kris Hadlock | Sep 14, 2007Mashups allow entirely new applications to be built by simply combining the APIs from third-party...
By Kris Hadlock | Aug 22, 2007In this article Kris Hadlock will show you how to prevent errors in your forms and ultimately bring...
By Kris Hadlock | May 25, 2007Are you struggling to attract readers to your site and then keep them once they've found it? Through...
By Kris Hadlock | Apr 13, 2007The Designing With Code series looks at design and interaction issues in web applications and finds...
By Kris Hadlock | Mar 30, 2007Text readability is an extremely important part of any Web site, but how do you know what size your...
By Kris Hadlock | Mar 16, 2007Tumblelogs are more stream-of-conscious than traditional blogs. With this concept in mind, the interactive...
By Kris Hadlock | Jan 5, 2007Popularized by sites such as Flickr and Del.icio.us, tag clouds are a visual way to depict data used...
By Kris Hadlock | Dec 8, 2006CraigsList is an extremely popular web application used by tons of people in many different countries....
By Kris Hadlock | Nov 10, 2006If you're familiar with Google Docs & Spreadsheets, you're likely a fan of its Web-based collaboration...
By Kris Hadlock | Oct 13, 2006If you've ever tried to implement transparent PNG files on the Web, you've probably found that they...
By Kris Hadlock | Sep 15, 2006If you've recently transitioned to CSS from using standard table layouts to design your Web sites,...
By Kris Hadlock | Aug 4, 2006Web applications are not only giving the Internet a face-lift, they're paving the way for new forms...
By Kris Hadlock | Jun 23, 2006One important aspect of developing web applications is creating feedback messaging—such as errors,...
By Kris Hadlock | Oct 5, 2008There are many necessary ActionScript tasks used to create common Flash functionality. With all...
By Kris Hadlock | Aug 11, 2008In this sample chapter, author Kris Hadlock explains the differences between function arguments and...
By Kris Hadlock | Jul 11, 2008ActionScript 3 offers a great solution to ensuring that your method parameters have values even when...
By Kris Hadlock | Jul 10, 2008Parameters are an essential construct of a method, and the ability to type parameters is of the utmost...
By Kris Hadlock | Jul 9, 2008Loading external variables into Flash opens up a whole world of possibility.
By Kris Hadlock | Jul 8, 2008ActionScript 3 namespace definition keywords are extremely powerful and can really simplify your code.
By Kris Hadlock | Jul 7, 2008There are many little known features in ActionScript 3 that make life easier. The label statement...
By Kris Hadlock | Mar 7, 2008With all of the flexibility of liquid layouts in CSS, it's easy to see why full-screen Flash web sites...
By Kris Hadlock | Feb 8, 2008Animation is fundamental to Flash. It's the reason that Flash gained so much popularity in its early...
By Kris Hadlock | Jan 4, 2008All Web designers know that stylesheets create a consistent look throughout your web site and keep...
By Kris Hadlock | Apr 28, 2006Flash has long lacked the ability to upload files, a standard function in programming languages. Kris...
By Kris Hadlock | Apr 24, 2006Kris Hadlock explores the use of the ExternalInterface class in Flash 8. With ExternalInterface, you...
By Kris Hadlock | Apr 7, 2006Flash 8 has delivered the ability to do simple searches for node names and attribute values in an...
By Kris Hadlock | Sep 16, 2007Events drive and breathe life into Flex applications, so understanding them is crucial to Flex development....
By Kris Hadlock | Jul 27, 2007Do you want to develop applications more quickly, write cleaner code, and use external sources as...
By Kris Hadlock | Jul 6, 2007In his second article from the Flash to Flex series, which focuses on helping you migrate your work...
By Kris Hadlock | Jun 8, 2007Are you familiar with Flash and interested in making a move to Flex? This article is for you. It will...