The site design is pleasing, the new logo is just too much. Compare them below
The colors are just a little too gaudy, the yellow "o" almost looks golden, now you see search results, its almost like seeing a stretch of golden rings. yuck.
Here's a way to bring back a more pleasing logo-
https://chrome.google.com/extensions/detail/nedjejdfkkjgebciefdfofjhmeogiaga
Thursday, April 15, 2010
Monday, April 05, 2010
Spring @RequestMapping + Multiple Paths
I don't know why this isn't documented officially (that I could find anyways), but you can put multiple paths in the requestmapping annotation like so:
@RequestMapping({"/mapping1","/mapping2/*"})
@RequestMapping({"/mapping1","/mapping2/*"})
Thursday, April 01, 2010
Nice review of javascript's call and apply, and how to manage scope
nice article, good refresher, so useful!
http://www.robertsosinski.com/2009/04/28/binding-scope-in-javascript/
http://www.robertsosinski.com/2009/04/28/binding-scope-in-javascript/
Subscribe to:
Posts (Atom)