geoff hendrey
About: I've been a Java developer since 1999. For 4 years I have been building scalable backends to an AJAX mapping API that generates about 200 million requests per month.
Last year I spoke at AjaxWorld about how to build cross-domain API's for AJAX applications. http://tinyurl.com/5eapnj
I've also been involved in the Java world of database persistence and O/R mapping for many years.
Blog Posts
Try again tomorrow for database Web2Open session
--We got the signup board a little late today and didn't really have time to organize this. We are going to try again tomorrow. So if you are interes...
is Java losing?
--Very interesting article titled "Java is losing the battle for the modern web." http://tinyurl.com/5ogm9k I'm a Java programmer since 1999, and ...
Crap: I just missed the deadline to submit a BOF
--Oh well, 12:08 AM, so I missed the deadline by 8 minutes. Maybe they will let it slide, but the website would not let me submit. Here was my propo...
Let's do an OpenGrid Session on how to access databases from AJAX/RIA
--I've worked with databases and persistence technologies for years. I want to meet other developers who are thinking outside the box about databases...
Bookmarks:
iPhone Web Goodies: Drag and Drop with Touch, Resize and Rotate with Gestures
The video above shows a simple showcase application that Neil Roberts of SitePen created and wrote about. He testing out the new APIs such as the touch API where he worked with drag and drop: PLAIN TEXT JAVASCRIPT: node.ontouchmove = function(e){ if(e.touches.length == 1){ // Only deal with one finger var touch = e.touches[0]; // Get the information [...]
Remember the Web Apps; Don’t forget the first iPhone baby today
We see the birth of the second baby when it comes to building and running apps on the iPhone. People have already spent almost $100k in the first few hours of the AppStore not being open, so tomorrow is likely to be a great day for Apple, and developers, as people run around clicking on [...]
YPulse: Fades and Pulsations Library
Kent Johnson has released YPulse a simple open source wrapper for the YUI Animation library that makes creating highlight fades and pulsing button glows a bit easier. You pulse away with something like: PLAIN TEXT JAVASCRIPT: var pulser = new YAHOO.squarebits.YPulse( ‘my-div’, ‘backgroundColor’, ‘#FFFFFF’, // starting ‘#FFFF00?, // ending 0.75, // The number of seconds for the start-end transition [...]
A safety fence for your property lookups
Michal Till posted a little JavaScript tip that he uses to create a safety fence for accessing properties: As we all know, null not only does not have any properties, but their existence also can not be tested. So null.property retuns error instead of undefined. You can end up with something like this: PLAIN TEXT JAVASCRIPT: if ( (node) && (node.nextSibling) && (node.nextSibling.className [...]
Ojay 0.2: easy keyboarding, a validation DSL, and two new UI widgets
James Coglan has updated Ojay, the chaining wrapper for YUI that we posted on a few months back. The new release features really simple keyboard and form scripting and couple of new UI widgets, a new event system and a stack of other improvements: Ojay.Forms. By far the biggest new package, Ojay.Forms sorts out a real pain [...]
Code specialization; Namespaces again; Parasitic inheritance
Karl Krukow has a new blog that has some interesting Ajax content. Rather than pick at one, we have a synopsis of a few of his recent posts: Manual code specialization A technique is presented (in terms of examples) which can give performance boosts in certain situations. The technique relies on higher-order functions, and sharing variables in [...]
Network
|
|
|
|
|
Brent Hamby (mutual) friend, fan, met |
|
|
|
|
|
Emily Chan (mutual) friend, fan, met |
|
|
|
|
|
Rodrigo Orrego friend, fan |
|
|
|
|
|
Mike Pittaro (mutual) met |
|
|
|
|
|
Dion Almaer fan, friend, met |
|
|
|
|
|
Christen Duong (mutual) fan, met |
|
|
|
|
|
Mike Brennan (mutual) want-to-meet |
|
|
|
|
|
Art Weller want-to-meet |
|
|
|
|
|
Pedro Pablo Fuentes Schuster (mutual) fan, want-to-meet |









