peachpittv

Stories kicked by peachpittv

Handling JSON data securely, Five JavaScript Tips in Five Days(peachpit.com)

submitted by peachpittvpeachpittv(10) 3 years, 2 months ago

JSON (JavaScript Object Notation) is a lightweight data format commonly used in Ajax requests. Unfortunately, JSON has some inherent security concerns. In this post, I'll discuss the problem with JSON and the fix that makes it safe to use in your Rich Internet Applications. read more...

add a comment |category: |Views: 26

tags: another

Designing With Code: Converting Forms to Ajax(peachpit.com)

submitted by peachpittvpeachpittv(10) 3 years, 2 months ago

Web design has become more than just a pretty web site with a nice layout. While that's still part of the equation, web design has evolved into the way things work, how users interact with a web site or application, and how the entire experience is crafted. In this article, I'll show you how to take your old standard web forms and convert them to Ajax to enhance the experience in your applications. read more...

1 comment |category: |Views: 6

tags: another