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 […]
How to Use a JavaScript Query String Parser
In this article you’ll learn how to obtain and use the data from the query string portion of the URL by using a JavaScript query string parser. This script is especially useful for people whose Web sites are served by free hosting providers. By Joseph K. Myers. 0612
How to Use a JavaScript Query String Parser
[…]
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/”;
[…]
How to Create an Ajax Autocomplete Text Field: Part 8
This week we look at how to add a vertical scrollbar to the list. We’re also going to use a parameter to set the list size, so a vertical scrollbar will appear when the number of items exceeds it. By Rob Gravelle. 0605
Source:How to Create an Ajax Autocomplete Text Field: Part 8
[…]
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
[…]
How to Create Inline Video in WordPress with Camtasia Studio
This week you’ll learn how to embed video from Camtasia Studio in WordPress. The key to making all of this work is the Kimli Flash Embed (KFE) plug-in. The entire process is detailed in this article. By Nathan Segal. 0530
The rest is here: How to Create Inline Video in WordPress with Camtasia Studio
[…]
How to Build a Profitable Opt-In List
One of the most important aspects of having an online business is a good opt-in list. To have a list is one thing, to make it successful is another. In this article you’ll learn how to create an opt-in list - the right way. By Christina Lang. 0527
Go here to read the rest: How to […]
How to Create an Ajax Autocomplete Text Field: Part 7
In this series we’ve built a fully functional Autocomplete control within Eclipse. For the remaining installments, we’ll be updating the Autocomplete control’s layout to CSS, decoupling it from the Autocomplete.jsp page, tweaking the appearance of the list, and implementing additional functionality. By Rob Gravelle. 0522
See the original post here: How to Create an Ajax Autocomplete […]
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
[…]
How to Create an Ajax Autocomplete Text Field: Part 6
In part 5 of the series, the AutocompleteList JavaScript file, we wrote the client-side script to manage the behavior of the Autocomplete control in the browser. This week we’re going to finish the remaining Web files, including the AutocompleteSearch.jsp page. 0515
Go here to see the original: How to Create an Ajax Autocomplete Text Field: Part […]
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 […]


