Services
Web Hosting Dedicated Servers Forex Investment Web Design Voice over IP
Products
Clothing & Fashion Mobile Phones Electronics eBooks & Info Music & Movies
Shopping
Shopping - US Shopping - UK Shopping - EU Shopping Info US Shopping Portal
Blogs
Real Estate Fashion Technology Business News

Web Templates, Flash Templates, Website Templates Design

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 […]


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/”;


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

[…]


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: […]


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 […]


Transparency in Ajax Applications - Part 2

Beyond the general danger of revealing application logic to potential attackers, there are specific mistakes that programmers make when writing client-side code that can open their applications to attack. By Billy Hoffman and Bryan Sullivan. 0324
Credit:Transparency in Ajax Applications - Part 2

a2a_linkname=”Transparency in Ajax Applications - Part […]


Customizing and Managing Your Site’s Appearance

ASP.NET 2.0 provides a number of ways to customize the style of pages and controls in your Web application. This week we examine the various properties of Web server controls, how to use CSS with ASP.NET and how to work with themes, master pages and user controls. By Randy Connolly. 0407
View original post here: Customizing […]


Customizing and Managing Your Site’s Appearance - Part 2

This week we’ll look at an example that demonstrates the dynamic selection of themes. The page contains no appearance markup, only structured content. All formatting is contained in the theme skins and CSS files. By Randy Connolly. 0414
See the original post: Customizing and Managing Your Site’s Appearance - Part 2

[…]


Customizing and Managing Your Site’s Appearance - Part 3

When a page that uses a master page (i.e. a content page) is requested, ASP.NET merges the content page and master page together (assuming both have been compiled) by inserting the master page’s content at the beginning of the content page’s control tree. This means that the master page content is actually a […]