Wooden-Robot.net
Commonsense AI, NLP, interaction design, web apps
Home
About
Publications
Subscribe (RSS) | Assimilate!
Search
Categories
Accessibility/A11y
(4)
AI
(6)
Books
(2)
C#
(12)
C/C++
(3)
Coding style
(9)
DHTML
(28)
Digirati
(2)
Interaction Design
(12)
Java
(11)
MSWindows
(17)
Open AIM
(6)
Optimization
(5)
PIM
(8)
Prolog
(3)
Security
(4)
Source control
(5)
Tools
(18)
Uncategorized
(5)
Meta
Log in
Entries
RSS
Comments
RSS
WordPress.org
Archives - Posts tagged as 'Security'
Why Palm’s webOS is the future of Android (and desktop computing)
Do you connect these dots in the same way I do? The current practice in OSs and browsers of asking the user at install time whether ...
[January 28th by david]
Going portable as an alternative to using a remote desktop
This tip is intended for people like me who: Often need to work outside the office but don't want to carry a laptop Happen not to use ...
[March 7th by david]
An alternative to using eval() to reify JSON strings
If you have a page that uses a JSON API, don't reify the JSON response strings using eval(). If it's an external API, you can't ...
[December 12th by david]
Avoid cross-site scripting vulnerabilities
"Cross-site scripting" (aka XSRF = cross-site request forgery) is an evil practice where someone tries to trigger your site into sending sensitive info, such as ...
[November 2nd by david]