PHP and Flash Integration

Learn how to create real-time collaborative apps with PHP and LiveCycle Collaboration Services.

Introducing Infinispan: Part I

Part I provides an overview of the capabilities of Infinispan, including usage examples and a tour of the API's.

Aptana's Jaxer Server

A couple weeks ago Aptana released "Jaxer: The Ajax Server" as with most new products (I am a technology junky) I was interested to find things I...

0 replies - 4305 views - 02/15/08 by Robert Buffone in Articles

Designing the DZone Cross-Promotional Footer

DZone has recently rolled out a footer on their new "Zones" that I designed for them. If you want to check it out live, you can see it at any of the zones like...

3 replies - 1705 views - 02/12/08 by Chris Coyier in News

9 Signs You Shouldn't Hire THAT Web Guy

My employer specializes in creating websites for middle-sized businesses. We rarely create "Mom'n'Pops" websites and generally don't pursue...

32 replies - 40160 views - 02/11/08 by David Walsh in News

XPath Overnight

A fascinating thing has happened in the world of JavaScript DOM traversal: Over the course of a couple months in 2007 three of the major JavaScript libraries...

2 replies - 2745 views - 02/11/08 by John Resig in News

jQuery in Action - Now Available

This new book from Manning written by Bear Bibeault and Yehuda Katz is available as print book as well as PDF. As per Manning publications, jQuery in Action,...

0 replies - 2926 views - 02/09/08 by Meera Subbarao in Uncategorized

8 Considerations For Choosing Your Javascript Framework

Picking your javascript framework is a difficult decision. There are many considerations that need to be made when choosing which javascript framework is best...

5 replies - 3184 views - 02/09/08 by David Walsh in News

Ajax: The Definitive Guide -- New from O'Reilly

As per O'Reilly  Ajax: The Definitive Guide explains how to use standards like JavaScript, XML, CSS, and XHTML, along with the XMLHttpRequest object, to build...

0 replies - 1468 views - 02/07/08 by Meera Subbarao in Uncategorized

Preventing "Stepdown"

If you are familiar with the concepts of "floats", you know that if you float a page element to the left, that the next page element will move up next to...

0 replies - 1939 views - 02/06/08 by Chris Coyier in News

Comparing Adobe Flex and Ajax development models

My latest article is out in the latest issue of the Adobe Edge. It gives a basic overview of using Flex and Ajax and tries to take an objective look at the...

0 replies - 1478 views - 02/06/08 by Brian Rinaldi in Articles

Optimizing Your Website Structure For Print Using CSS

As much as I read articles online, I still print a fair amount of them out. Sometimes I print them to pass on to others, other times to read again when I have...

3 replies - 4530 views - 02/06/08 by David Walsh in News

CSS Links of Interest

The Funkiest Ampersand's You Have Ever Seen Spoon Graphics has an awesome roundup of funky ampersands. I mentioned in the comments a cool thing to "use...

0 replies - 1241 views - 02/05/08 by Chris Coyier in News

Gotcha with Prototype.Bind and Arrays

If the title sounds confusing, that is because it is. I couldn't figure out a better way to describe the issue I was running into. Let see if I can better...

2 replies - 2813 views - 02/04/08 by Boyan Kostadinov in Tips and Tricks

Understanding JavaScript Injection Attacks

The Google Caja team has put forward a fantastic document on JavaScript-based injection attacks. This is a fascinating subject and one that receives little...

0 replies - 3353 views - 02/01/08 by John Resig in News

Use CSS to Override Default Text Selection Color

One of those cool CSS3 declarations that you can use today is ::selection, which overrides your browser-level or system-level text highlight color with a...

1 replies - 10785 views - 02/01/08 by Chris Coyier in News

Create a Paragraph Preview with Prototype.js

Creating a paragraph with expandable text can be quite useful if you have a lot of text on your page but do not want all of it to show in the same time....

0 replies - 2508 views - 02/01/08 by Boyan Kostadinov in News