Project Entropy - Details

Link Details

Blog Directory : Listing Details

Project Entropy details

Listing ID: 1476

Title: Project Entropy

Description: Software engineer Daryn Holmes uses this blog to share information he finds interesting and useful.

CategoryComputers : Programming

Owner:

listed on: July 27, 2008 06:52:27 PM

Number Hits: 0 times

Recent Posts:

Zuhlke - Corporate Networking Event - Wed, 22 Oct 2008 15:53:18 +0000
Zuhlke Engineering is hosting a corporate networking event at Canada Square on the 20th November. There will be an informative one hour presentation, followed by lunch and a networking session.Here is a short snippet from the leaflet:Zuhlke will share thier experience in successfully helping CIO’s and Programme / Project Managers in Top Tier Banks and [...]

Ajax Fundamentals - Part 4 - Tue, 23 Sep 2008 17:14:27 +0000
Index | Part 1 | Part 2 | Part 3 | Part 4 | Part 55. Development and Debugging Tools5.1. Documenting JavaScriptJSDoc is an open source tool used to add inline documentation to JavaScript source files.   JSDoc is based on the javadoc tool.   Many of the javadoc characteristics have been included in JSDoc.   An example [...]

Ajax Fundamentals - Part 3 - Sat, 12 Jul 2008 08:39:01 +0000
Index | Part 1 | Part 2 | Part 3 | Part 4 | Part 53. Security IssuesThe XMLHttpRequest object is restricted to run within the browser’s security sandbox. Any resources requested by the XMLHttpRequest object must reside within the same domain from which the calling script originated. Therefore the XMLHttpRequest object is constrained to [...]