Archive for the ‘Uncategorized’ Category

Scientific Notation – Quick JS Snippy

Saturday, January 16th, 2010
Number.prototype.toScientific = function (x) {
 
	var parts = this.toExponential(x).split( /[e]\+?/i ,2);
 
	return parts[0] + ((parts[1] != 0 && parts [1] != 1)? " &times; 10<sup>" + parts[1] + "</sup>": "");
}

Aaron Creates A Chimp

Sunday, November 2nd, 2008

or at least a website.  Ok, so, here’s how it goes:

  • code.sachimp.com There’s some cool stuff including Inkscape extensions, Buildings API and, and some cool form widgets.
  • hire.sachimp.com My portfolio and resume, In case you need a really good developer / designer.

Don’t forget to check out getcorkd.com if you need a model or photographer.

Getting Things Set up

Friday, October 31st, 2008

I’m getting things set up.  Make yourself at home. There’s some drinks in the fridge, but stay away from the Guacamole, its been in there a while.  You can check out sachimp.com/portfolio for stuff I’ve worked on in the past.  Oh, and check back here in a bit for some more cool stuff.