71 reputation
8
bio website boinc.bakerlab.org/rosetta/…
location
age
visits member for 4 years, 1 month
seen May 19 at 11:31
stats profile views 9

May
5
answered Identifying a process via a “key” - Windows
Apr
28
awarded  Commentator
Apr
28
comment Browser compatibilty issues with my header
Text is often hard to understand. It'll be much easier for people to help you if you put the problem CSS onto jsfiddle and post an image of what you want
Apr
27
comment Nodejs Express framework caching
staticCache is not about HTTP caching, but caching the contents of the files within node so that they don't have to be read from the OS
Apr
24
comment Why isn't my favicon appearing in IE7/8?
try jeffcode.blogspot.com.au/2007/12/…
Apr
24
comment How do I force a favicon refresh
Unfortunately you need the fully-qualified absolute URL for IE7 (&IE8?) - see jeffcode.blogspot.com.au/2007/12/…
Apr
24
comment How do I force a favicon refresh
Unfortunately you need the fully-qualified URL for IE7 (&IE8?) - see jeffcode.blogspot.com.au/2007/12/…
Apr
22
comment Installed node.js ver 0.8 but node --version still shows previous version 0.6.12
instead of curl you can also do git clone https://github.com/creationix/nvm.git nvm
Mar
13
comment Server-side “redirect” in express.js
thanks, this will work but I've got quite a few routes under /x/...
Mar
13
asked Server-side “redirect” in express.js
Feb
7
accepted Optimising Firebase's power consumption on mobiles
Feb
6
asked Optimising Firebase's power consumption on mobiles
Feb
3
comment Does Firebase allow an app to start in offline mode?
Ok, I look forward to that as it's a must-have feature for me. Hopefully it'll be done by the time I get an invite ;)
Feb
3
accepted Does Firebase allow an app to start in offline mode?
Feb
3
asked Does Firebase allow an app to start in offline mode?
Nov
22
answered How can I tell Google Chrome to use the larger icon for application shortcuts?
Nov
22
awarded  Organizer
Nov
22
revised How can I tell Google Chrome to use the larger icon for application shortcuts?
added desktop-shortcut tag
Nov
22
suggested suggested edit on How can I tell Google Chrome to use the larger icon for application shortcuts?
Oct
25
comment Getting “Add to Home Screen” to ignore the jQuery Mobile sub-page
Oh yeah, something like sessionStorage or a cookie could tell me whether they've just opened the app and then I can redirect - I'll try it out!