Chovy’s Blog

XMLHttpRequest Draft from W3C

Mon, June 18, 2007 — Category: JavaScript

Today the W3C announced a new working draft for the now widely popular XMLHttpRequest object in javascript.

The XMLHttpRequest Object specification defines an API that provides scripted client functionality for transferring data between a client and a server.

Documenting changes since Last Call, the Web API Working Group has released an updated Working Draft of “The XMLHttpRequest Object.” The core component of Ajax, the XMLHttpRequest object is an interface that allows scripts to perform HTTP client functions, such as submitting form data or loading data from a remote Web site. Read about the Rich Web Clients Activity.

Read more about AJAX programming from Wikipedia and Rich Web Clients page at W3C.

  • Post XMLHttpRequest Draft from W3C to del.icio.us
  • Post XMLHttpRequest Draft from W3C to digg
  • Post XMLHttpRequest Draft from W3C to Furl
  • Add XMLHttpRequest Draft from W3C to YahooMyWeb
  • Simpify!
  • Post XMLHttpRequest Draft from W3C to shadows
  • Post XMLHttpRequest Draft from W3C to Spurl
  • Post XMLHttpRequest Draft from W3C to BuddyMarks
  • Submit XMLHttpRequest Draft from W3C to Slashdot

XSS: Cross Site Scripting Book

Thu, June 14, 2007 — Category: JavaScript

New book out about web application security and Cross Site Scripting (XSS) by Jeremiah Grossman.

Cross Site Scripting Attacks: XSS Exploits and Defense

There’s a new (published May, 2007) book about web application security “Cross Site Scripting Attacks: XSS Exploits and Defense” written by Jeremiah Grossman of WhiteHat Security, Inc.

“Gartner Group has stated that today, over 70% of cyber attacks occur at the Web (or website) application layer.” — whitehatsec.com.

Jeremiah Grossman has been recently named one of InfoWorld’s Top 25 CTOs.

As a web developer and UI designer, web application security is rapidly becoming a necessary skillset to have in your online arsenal during web application development. It is said that XSS (Cross Site Scripting) is the new “buffer overflow” and malware (malicious software) delivery can perpetuate through a vulnerable web site and a deviously crafted URI — giving rise to the popularity of online “phishing” scams and other potentially dangerous exploits.

  • Post XSS: Cross Site Scripting Book to del.icio.us
  • Post XSS: Cross Site Scripting Book to digg
  • Post XSS: Cross Site Scripting Book to Furl
  • Add XSS: Cross Site Scripting Book to YahooMyWeb
  • Simpify!
  • Post XSS: Cross Site Scripting Book to shadows
  • Post XSS: Cross Site Scripting Book to Spurl
  • Post XSS: Cross Site Scripting Book to BuddyMarks
  • Submit XSS: Cross Site Scripting Book to Slashdot

Renaming JavaScript Objects

Fri, May 4, 2007 — Category: JavaScript

A brief explanation of testing object properties and how those objects are copied in JavaScript.

javascript:var foo = {baz: 'bizzer'};
var bar = foo;
bar.baz = 'bazzer';
alert(foo.baz + ' == ' + bar.baz);

As you can see the object’s property of ‘baz’ is updated in both foo object and bar object (a copy or reference to foo).

  • Post Renaming JavaScript Objects to del.icio.us
  • Post Renaming JavaScript Objects to digg
  • Post Renaming JavaScript Objects to Furl
  • Add Renaming JavaScript Objects to YahooMyWeb
  • Simpify!
  • Post Renaming JavaScript Objects to shadows
  • Post Renaming JavaScript Objects to Spurl
  • Post Renaming JavaScript Objects to BuddyMarks
  • Submit Renaming JavaScript Objects to Slashdot
Next Page »
 
Keyword Advertisers:
SEO Directory SEO Links Free Link Directory Shopping Submission Directory Gardening Tips Political Forum Search Engine Optimization Search Engine Marketing Audio Video Directory SEO Forum Web Development Blog Organic SEO Wiki Web Development Consulting

Learn more about purchasing keyword text link ads on this site.