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
(3)
Interaction Design
(12)
Java
(11)
MSWindows
(19)
Open AIM
(6)
Optimization
(5)
PIM
(8)
Prolog
(3)
Security
(4)
Source control
(5)
Tools
(19)
Uncategorized
(6)
Search
Meta
Log in
Entries
RSS
Comments
RSS
WordPress.org
Archives - Posts tagged as 'Optimization'
Making games more fun with artificial stupidity
If one buys into Daniel Dennett's proposed use of "the intentional stance" to generate explanations and predictions of human behavior (say, in an AI program ...
[March 21st by david]
Steve Souders’ 14 rules for faster-loading websites
Within a few years, if you notice in Firebug that a site doesn't adhere to these, you should ask yourself why... http://stevesouders.com/hpws/rules.php These rules are an excerpt ...
[December 31st by david]
How to configure CDNs in YSlow
From Ian Holsman: in firefox got to about:config right click on the white box and select New > String Name: extensions.firebug.yslow.cdnHostnames Value: (comma-delimited list of domains) now it will count ...
[November 2nd by david]
Memory leaks due to iframes in IE (also how to file-upload via dojo)
1) Changing the src of an iframe in IE may cause later events to fire multiple times - once for each change of src. See ...
[November 2nd by david]
How to check default RAM assigned to a .Net web app
Control Panel->Administrative Tools->Computer Management->Services and Applications tree item->Internet Information Services->Application Pools Right-click on DefaultAppPool Click on Properties
[November 2nd by david]