spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

Featured Articles from the WebReference Update

Each week, the WebReference Update newsletter features new articles from our Web site. Many of the articles are contributed by our readers through the Open Publishing Initiative. Your words could be read — and your voice could be heard — by tens of thousands of subscribers. Sound interesting? Submit your article today!

home * new * about * archive * articles * tips * submit

ASP 3.0/.NET Developer
Jupitermedia
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
Developer News
MicrosoftÂ’s Automated Agent: Can We Talk?
Borland Finally Sells CodeGear
Red Hat Heads For The JON 2.0

FREE newsletter!

2008

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

Implement Drag and Drop in Your Web Apps
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

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

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

Email Marketing for MySpace Artists
The competition for attention on MySpace is intense. Many artists want to stand out from the crowd, but it can be difficult to break through the clutter. Enter email marketing, which gives artists the ability to send out newsletters, targeted email campaigns and more. By Robert Burko. 0423

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 control added to the page. By Randy Connolly. 0421

How to Create an Ajax Autocomplete Text Field: Part 4
In part 3 of the series, we added the brains behind our Autocomplete text field's search functionality. Now it's time to turn our attention to the Web components. This week we'll create the CSS file, since it, along with the JavaScript file, need to be linked to the AutocompleteSearch.jsp page. By Rob Gravelle. 0416

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

How to Create an Ajax Autocomplete Text Field: Part 3
This week we'll be developing the AutocompleteServlet. The servlet acts much like an ASP, Perl or PHP script in that it's executed by the server and accepts parameters from the browser. By Rob Gravelle. 0409

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

How to Create an Ajax Autocomplete Text Field: Part 2
This week we'll construct the The Fund Java class, which will act as a container for all the fund's properties. On the server, we'll store a collection of funds to be searched. Matching ones will be converted to a JSON array and returned to the browser for displaying in our Autocomplete list. By Rob Gravelle. 0403

Working With Forms
Forms are how your users talk to your scripts. To get the most out of PHP, you must master forms. While PHP makes it easy to access form data, you need to take security measures since you cannot trust the data supplied by an HTML form. By William Steinmetz with Brian Ward. 0331

How to Create an Ajax Autocomplete Text Field
In the last article, you learned how Ajax can be used to link the contents of a select field to a parent one. Now we're going to use Ajax to create an Autocomplete text field using the Eclipse Web Tools Platform with the Apache Tomcat server. By Rob Gravelle. March 27, 2008

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. March 24, 2008

Black Hat Techniques
As search engine optimization has grown more popular, so has the use of unethical SEO techniques. After you've read this, you'll know what techniques are underhanded and which are acceptable. By Terry Detty. March 21, 2008

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. March 17, 2008

How to Gain the Trust of Your List
When building a list, a key ingredient is to consistently offer valuable and products and services, free of charge. Doing so will enable you to obtain the trust of your clients. This article shows you how. By Steve Renner. March 12, 2008

Joomla Templates: Creating a Pure CSS Template - Part 4
This installment takes a look at how to make a Joomla 1.5 template. It begins with a comp, the design which is the basis of the template. From there it covers slicing (creating small sliced images), setting up module locations, column backgrounds and more. By Barrie North. March 10, 2008

Opening the Source on Your Host
In this article you'll learn how to configure Apache to allow your visitors to learn from (or offer advice on) your source code through browsing it in much the same way that they would browse your ordinary Web pages. By Stephen Philbin. March 5, 2008

Joomla Templates: Creating a Pure CSS Template - Part 3
This installment takes a look at modules in templates, menus in templates, hiding columns and module code. All of this creates a pure CSS layout that has dynamic collapsible columns. By Barrie North. March 3, 2008

An Introduction to JavaScript Object Notation (JSON)
JavaScript Object Notation, or JSON for short, is a lightweight data-interchange format which may prove to be a viable alternative to XML for IT developers. It's easy to read and write by people as well as for machines to parse and generate. By Rob Gravelle. February 27, 2008

Why Trackbacks are Useful For Blogs
This week we're going to look at trackbacks - what they are, how they work, why they're important to blog traffic and how to get more. By Terry Detty. February 25, 2008

Metrics with E-mail Marketing Software
With the right e-mail marketing application, the days of blindly conducting marketing are a thing of the past. In this article you'll learn about several key methods of using the reports from your e-mail marketing application to boost your results. By Robert Burko. February 21, 2008

Software Review: A1 Sitemap Generator
Sitemaps are now being used by search engines to index Web sites, which can help improve your site's rankings. To quickly generate a sitemap, you need a script or a program. One of these is the A1 Sitemap Generator, the subject of this review. By Lee Underwood. February 14, 2008

Joomla Templates: Creating a Pure CSS Template
This week you'll learn how to create a Joomla template that uses Cascading Style Sheets to produce a layout. This makes the template code easier to validate. It also tends to load faster and is easier to maintain. By Barrie North. February 11, 2008

Universally Related Popup Menus Ajax Edition: Part 3
This installment concludes the series with a line-by-line walk through of the JavaScript code and describe the server-side classic ASP script code. By Rob Gravelle. February 6, 2008

Page Structuring Using Cascading Style Sheets: Part 2
This week we look at how to modify AP element properties with the AP elements panel, design tableless Web pages with AP elements, work with built-in CSS page layouts and more. By Zak Ruvalcaba. February 4, 2008

Universally Related Popup Menus Ajax Edition - Part 2
Last week we looked at a brief overview of Ajax, relevant JavaScript 1.3 enhancements, how to run the example and using the script within your own Web page. This week we look at additional functionality that you'd like to add to scripts and an in-depth explanation of the JavaScript code. By Rob Gravelle. January 30, 2008

Page Structuring Using Cascading Style Sheets: Part 1
In this first installment you'll learn about AP (or Absolutely Positioned) Elements. These are CSS-driven "content blocks" in Dreamweaver that can contain text, images, media elements and more. Additionally, you can freely position the AP Element anywhere you want on a page. By Zak Ruvalcaba. January 28, 2008

Universally Related Popup Menus Ajax Edition - Part 1
This week we look at a brief overview of Ajax, some relevant JavaScript 1.3 enhancements, how to run the example and using the script within your own Web page. By Rob Gravelle. January 23, 2008

Using Multiple JavaScript Onload Functions
JavaScripts are usually written to accomplish a given task, such as creating a rotating picture gallery, or to validate a form. For each task, a separate script is necessary. Often, a script is called using an onload function. Using the onload event handler can sometimes be a bit tricky. Check out this easy, fool-proof method for use in your next script. By Lee Underwood. January 21, 2008

Inside Camtasia Studio 5 - Part 6: PowerPoint
This is the last installment of this series. In it, you'll have a look at recording, editing and producing PowerPoint recordings, as well as additional tips. By Nathan Segal. January 17, 2008

How to Write and Publish Articles for the Internet
Want to generate more traffic? Write articles. Articles are a great way answer client questions, drive traffic to your Web site and be seen as an expert in your field. By Terry Stanfield. January 14, 2008

How to Build a Web Design Business - Part 2
This week we discuss the skills and knowledge needed to succeed as a Web designer, such as knowledge of HTML, CSS, browser issues, programming knowledge, e-commerce shopping carts and more. By Peggie Brown. January 10, 2008

Top Online Marketing Techniques
In this article you'll learn about several effective online marketing techniques (such as article writing for ezines, blogging, joint ventures, etc.) and how to implement them. By Terri Seymour. January 7, 2008

Inside Camtasia Studio 5 - Part 5: Production Improvements
This week we look at some of the production improvements, such as Flash SWF recommendations, Express Show, additional playback options, the onyx template for video instead of SWF, and options for sharing your video, including FTP and Screencast. By Nathan Segal. January 4, 2008

the Top 5 Email Marketing Uses in 2007
Email marketing experienced another year of explosive growth. With so many new businesses putting email marketing software to work, there's been increased activity in almost every vertical market imaginable. By Robert Burko. January 2, 2008

2007

2006

2005

2004

2003

2002

2001

2000

1999


Comments are welcome



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
Microsoft Article: HyperV-The Killer Feature in WinServer ‘08
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Win Server ‘08
HP eBook: Putting the Green into IT
Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
Avaya Article: Setting Up a SIP A/S Development Environment
IBM Article: How Cool Is Your Data Center?
Microsoft Article: Managing Virtual Machines with Microsoft System Center
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Intel Video: Are Multi-core Processors Here to Stay?
On-Demand Webcast: Five Virtualization Trends to Watch
HP Video: Page Cost Calculator
Intel Video: APIs for Parallel Programming
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Sun Download: Solaris 8 Migration Assistant
Sybase Download: SQL Anywhere Developer Edition
Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
Red Gate Download: SQL Compare Pro 6
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
IBM Article: Collaborating in the High-Performance Workplace
HP Demo: StorageWorks EVA4400
Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES
webref The latest from WebReference.com Browse >
Perl Pragma Primer · Implement Drag and Drop in Your Web Apps: Part 2 · How to Create an Ajax Autocomplete Text Field: Part 5
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
SQL Server 2005 Express Edition - Part 22 - Upgrading from Microsoft SQL Server Desktop Engine (MSDE) · Vyatta: Downgrades that Pay Off · NetMotion Brings Cross-Network Support to Wireless VoIP


URL:http://www.webreference.com/new/articlearchive.html

>ta