Web DevCenter
MySQL Conference and Expo April 14-17, 2008, Santa Clara, CA

Sponsored Developer Resources

Web Columns
Adobe GoLive
Essential JavaScript
Megnut

Web Topics
All Articles
Browsers
ColdFusion
CSS
Database
Flash
Graphics
HTML/XHTML/DHTML
Scripting Languages
Tools
Weblogs

Atom 1.0 Feed RSS 1.0 Feed RSS 2.0 Feed

Learning Lab






  

Hacking PayPal, Part 2
Effortless digital delivery and setting up Sandbox

  

Hacking IRC, Part 2
Three hacks for IRC addicts

  

Important Notice for Web DevCenter Readers About O'Reilly RSS and Atom Feeds  O'Reilly Media, Inc. is rolling out a new syndication mechanism that provides greater control over the content we publish online. Here's information to help you update your existing RSS and Atom feeds to O'Reilly content.  [Web DevCenter]

Hacking PayPal  The authors of PayPal Hacks offer two hacks designed to make PayPal more customer-friendly, profitable, and accountable, plus an additional hack to catch IPN system errors.   [Web DevCenter]

Manipulating Space with CSS  One of the main strengths of Cascading Style Sheets (CSS) is how the technology handles web typography. In this article, Christopher Schmitt shows how to use CSS's letter- and word-spacing properties to easily adjust the space between two letters or to separate whole words within a paragraph. Chris is the author of O'Reilly's recently released CSS Cookbook.   [Web DevCenter]

Hacking IRC  IRC Hacks author Paul Mutton has selected some of his favorite hacks to excerpt here. This week find out how to add your IRC nickname to your webcam, and how to make your own IRC bot for passing on short messages to other users. Be sure to check back to this space next week for hacks on performing feats of math; announcing newsgroup posts; and using IRC within a screen.   [Web DevCenter]

The Page Turn Effect in Flash MX  In Sham Bhangal's Flash Hacks, he shows how to create a page turn effect in Flash MX by looking for symmetry in the effect. What is not covered in the book is how to develop code that can be used to create the page turn effect. This article fills in that gap.   [Web DevCenter]

Top Ten Tricks and Tips for New IRC Users  Millions of people around the world use IRC to chat with friends and family or to collaborate on projects, but if you're new to IRC you may be intimidated by its unfamiliar look and feel. Paul Mutton, author of IRC Hacks, presents ten tips and tricks--from advice on picking the right client for your needs to good IRC etiquette--that will get you on the road to becoming an everyday IRC user.   [Web DevCenter]

ActionScript for Non-Coders  Sham Bhangal uses real-world examples to show how the Flash authoring environment allows an ActionScript coder to work and share ideas with designers who have no ActionScript experience, while at the same time allowing the designers to make full use of scripting. Sham is the author of O'Reilly's recently released Flash Hacks.   [Web DevCenter]

Hacking Flash, Part 2  Today we offer two more hacks excerpted from O'Reilly's Flash Hacks. Learn how to create a performance budget that shows where your money is going, and how to secure your online Flash content. And if you missed them, be sure to check out last week's hacks from the book.   [Web DevCenter]

A Random Collection of Photoshop CS Tips  Deke McClelland, author of Adobe Photoshop CS One-on-One, has gathered 14 random (and occasionally bizarre) Photoshop CS tips, plus one bonus tip to grow on. The tips cover a wide range of helpful topics that include manipulating pixels, working with the Camera Raw dialog, and dealing with shortcuts. If you have Photoshop tips to share, let us know about them at the end of the article.   [Web DevCenter]

Hacking Flash  In these two excerpts from Flash Hacks, learn how to simulate pixel-based fades and wipes, as supported in Macromedia Director; and how to use complex shapes as masks.   [Web DevCenter]

The Ideal Digital Photographer's Workflow, Part 5  Ken Milburn, author of Digital Photography: Expert Techniques, offers the latest installment in his series on creating ideal (and least destructive) workflows for digital photography. This week, he offers step-by-step routines for performing the three stages of sharpening that are almost always necessary: rescue, effect, and output. And he offers advice on a few things you should do before you even start sharpening your images.   [Web DevCenter]

The Ideal Digital Photographer's Workflow, Part 4  Ken Milburn continues his quest to create ideal (and least destructive) workflows for people working in digital photography. In this installment, he shows you the most efficient way to scan your images, which in turn insures that you've preserved as much of the data that was in the original image as possible. Ken is the author of Digital Photography: Expert Techniques.   [Web DevCenter]

Cookie Specification Vulnerabilities  For years, privacy-minded people have distrusted cookies in web browsers. While recent advances have improved privacy concerns, the specification leaves room for easy attacks. Alexander Prohorenko explains the situation and tests several recent browsers. Is it time for a new cookie specification?   [Security DevCenter]

Resizing an Image  O'Reilly has just released Adobe Photoshop CS One-on-One. To give photographers and web designers a sense of what they'll find in the book, we've excerpted a lesson from Chapter 5 that explains how to modify image size, when to resample, and what to do about resolution. And to make things crystal clear, we've also included one of the QuickTime-based video lessons, called "Image and Canvas Size" (26MB). (If you're not interested in a long download, check out the one-minute excerpt instead. Note: To download either file, you must have QuickTime installed on your machine.)   [Web DevCenter]

What's New in Photoshop CS?  Photoshop CS may have fewer new features than version 7, but quality counts more than quantity, and Ken Milburn is pretty jazzed about the quality. In this article, he covers the new features in CS he's most excited about. Ken is the author of the just-released Digital Photography: Expert Techniques.   [Web DevCenter]

The Ideal Digital Photographer's Workflow, Part 3  You can achieve greater control over the quality of the images produced by your new digital camera if you shoot them in RAW format. Trouble is, it can take an inordinate amount of time to convert RAW images into something your image-editing program can use. In Part 3 of Ken Milburn's series on creating ideal digital photography workflows, he details several steps you can take to save hours of RAW-process work after every shoot. Ken is the author of the upcoming Digital Photography: Expert Techniques.   [Web DevCenter]

Getting Started with Microsoft InfoPath 2003  Wei-Meng Lee introduces newcomers to the power of InfoPath 2003 and shows how to build a simple form to start collecting data. InfoPath provides three ways to define the types of data you want to collect: using an XML Schema, a database, or a Web service. For this article, Wei-Meng uses an XML Schema. Wei-Meng is the author of Windows XP Unwired.   [Web DevCenter]

More articlesGo to all articles


JavaScript & DHTML Cookbook: Recipe of the Day
  From the JavaScript & DHTML Cookbook: Recipe of the Day

You want to verify that a text box contains one of the following: any text, a number, a string of a fixed length, or an email address.

Do it now.


Today's News
August 21, 2008

Form Focus This snippet places the cursor in a selected form field upon page load. It uses the ID attribute, making it easy to target any field, regardless of form changes. Easy to add to any form. Updated. [Source: JavaScriptSource.com news]

Primitive Data Types, Arrays, Loops, and Conditions: Part 3 This tutorial takes a look at some of the basics of JavaScript, such as primitive data types, arrays, common operators and flow control statements. This final installment looks at arrays, conditions and loops. By Stoyan Stefanov. 0818 [Source: WebReference News]

qTip This script creates tooltips for anything on your page. You select what tags it can be attached to and then just add them to the page. [Source: JavaScriptSource.com news]

How to Create an Ajax Autocomplete Text Field: Part 11 Along the way, we learned about the Eclipse IDE, the Eclipse Web Project, JSP pages, how to add a Tomcat server to the IDE, JavaScript, AJAX, JSON and CSS. This week we wrap up the series by adding code to process ENTER and TAB keystrokes, and keeping the list open when returning from another page. By Rob Gravelle. 0814 [Source: WebReference News]

Image Navigator This script works by sliding the background image of one DIV element, using the background-position to correspond with the coordinates of another DIV. Great for showing details in a small space. [Source: JavaScriptSource.com news]

Auto Expire Set "go live" and "expire" dates for content, such as "Latest News" or various promotional content. Great for when you don't have time to remember to go back and take old content down, or when you want to create content and have it go live at a later date. [Source: JavaScriptSource.com news]

Primitive Data Types, Arrays, Loops, and Conditions: Part 2 Any value that you use is of a certain type. In JavaScript, there are the following primitive data types: Number, String, Boolean, Undefined and Null. Any value that doesn't belong to one of the five primitive types listed above is an object. By Stoyan Stefanov. 0811 [Source: WebReference News]

Filler Text Use this snippet to display text on a Web page when testing and doing design layout work. The amount and type of text can easily be changed, according to your preferences and needs. [Source: JavaScriptSource.com news]

Accessible Rich Internet Applications (WAI-ARIA) Working Draft Published 2008-08-06: The Protocols and Formats Working Group published an updated Working Draft of Accessible Rich Internet Applications (WAI-ARIA). WAI-ARIA defines a way to make Web content and Web applications more accessible to people with disabilities. It especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies. WAI-ARIA is introduced in the WAI-ARIA Overview and the WAI-ARIA FAQ. Read the updated WAI-ARIA Specification announcement that requests feedback on host language embedding, and about the Web Accessibility Initiative. (Permalink) [Source: The World Wide Web Consortium]

Panorama This script provides a panorama view of an image, without using Flash or Java. Scrolls to the left and to the right. Easy to implement. [Source: JavaScriptSource.com news]


 





-->