Adding Client Capabilities to Server Controls Using the ASP.NET AJAX Control Toolkit
The ASP.NET AJAX Control Toolkit assists in the development of extender controls, the use of attributes to decorate extender control properties that should be included in the $create statement creation, built-in designer support, and much more. By Adam Calderon & Joel Rumerman. 0714
Read the original here: Adding Client Capabilities to Server Controls Using the […]
JavaScript and HTML Tricks
In this article you’ll learn about a wide variety of tips: from storing and using hidden data to making HTML forms and lists look great. Each topic contains a brief introduction, then details on how to apply the technique. By Joseph Myers. 0711
View post:JavaScript and HTML Tricks
a2a_linkname=”JavaScript […]
Functional Testing
JMeter is useful and convenient for functional testing. This week, you’ll learn how to create a Test Plan and incorporate and/or configure JMeter elements to support functional testing. By Emily H. Halili. 0707
More here: Functional Testing
a2a_linkname=”Functional Testing”;a2a_linkurl=”http://www.frenzygraphics.com/2008/07/07/functional-testing/”;
Book Review: Head First JavaScript
This book is written for someone who has a good grasp of HTML and CSS, and is looking to extend their capabilities. There are plenty of stimulating tutorials, but most importantly, you’ll learn how to create dynamic, eye-popping Web sites. By Lee Underwood. 0703
Credit:Book Review: Head First JavaScript
[…]
New Life for Old Drives
If you’re looking to upgrade to a larger hard drive, add an external hard drive, CD drive or give additional life to a switched-out drive, this system is as simple as it gets. By Lee Underwood. 0916.
View original here: New Life for Old Drives
a2a_linkname=”New Life for Old […]
Refactoring HTML: Well-Formedness - Part 2
The very first step in moving markup into modern form is to make it well-formed. Well-formedness is the basis of the huge and incredibly powerful XML tool chain. By Elliotte Rusty Harold. 0609
See the rest here: Refactoring HTML: Well-Formedness - Part 2
a2a_linkname=”Refactoring HTML: Well-Formedness - Part 2″;a2a_linkurl=”http://www.frenzygraphics.com/2008/06/09/refactoring-html-well-formedness-part-2/”;
[…]
Refactoring HTML: Well-Formedness
The first step in moving markup into modern form is to make it well-formed. Well-formedness guarantees a single unique tree structure for the document that can be operated on by the DOM, thus making it the basis of reliable, cross-browser JavaScript. Elliotte Rusty Harold. 0602
Read more: Refactoring HTML: Well-Formedness
[…]
Software Engineering for Ajax - Part 2
Eclipse provides a nice environment for debugging a running Java application. When launched, the application runs in the hosted mode browser. In Debug mode, the hosted mode browser is connected to Eclipse and can use Eclipse’s debugging commands. By Ryan Dewsbury. 0519
More here: Software Engineering for Ajax - Part 2
[…]
Software Engineering for Ajax
A great advantage of using the Google Web Toolkit (GWT) when building Ajax applications is leveraging advanced software engineering. This week you’ll learn how to use the Java software engineering tools in GWT to build high-quality Ajax applications. By Ryan Dewsbury. 0512
Go here to see the original: Software Engineering for Ajax
[…]
Perl Pragma Primer
Pragmas in Perl are specific instructions that we can embed in Perl code, depending on our needs and preferences, that allow our scripts to be compiled and behave differently than they would otherwise. In this article, we look at how pragmas work. By Dan Ragle. 0508
Source:Perl Pragma Primer
[…]
Implement Drag and Drop in Your Web Apps: Part 2
Last time we looked at how to use the dnd module. This week, we look at how it’s implemented. Like all GWT modules, our drag-and-drop module has an XML configuration file. It also has some Java classes and interfaces. David Geary and Rob Gordon. 0505
See more here: Implement Drag and Drop in Your Web Apps: […]
How to Create an Ajax Autocomplete Text Field: Part 5
In part 4 of the series, we defined the appearance of our autocomplete control using an external cascading style sheet (CSS). This week we’ll create a JavaScript file to manage the behavior of the autocomplete control in the browser. By Rob Gravelle. 0501
Read more here: How to Create an Ajax Autocomplete Text Field: Part 5
[…]
Implement Drag and Drop in Your Web Apps
With the advent of GWT (Google Web Toolkit), we have drag-and-drop capabilities in a Java-based Web application framework. In this solution, we implement drag and drop in its own module, allowing you to easily incorporate it into your applications. By David Geary and Rob Gordon. 0428
Read the original here: Implement Drag and Drop in Your […]
Joomla Templates: Creating a Pure CSS Template - Part 4
This week we look at how to make a Joomla 1.5 template. We begin with a comp, the design which is the basis of the template. From there we get into slicing (creating small sliced images), setting up module locations, column backgrounds and more. By Barrie North. 0310
Go here to see the original: Joomla Templates: […]
Transparency in Ajax Applications
An average user might not be aware that the logic of the Ajax application is more exposed than that of the standard Web page. It’s relatively simple for an advanced user (or an attacker) to “look inside” and gain knowledge about the internal workings of the application. By Billy Hoffman and Bryan Sullivan. 0317
See the […]


