-
Recent Posts
Archives
Frequent Topics
595 Android API mode APK Arduino bash clone cygwin DX160 EEPROM EL GlobalCache Graphic LCD hack home automation IE Infrared Internet Explorer IP2IR IR JAR java javascript jQuery jQuery UI LCD manual install MongoDB ORM Parallax RFID Schlage Serial Servo shell shift register simulator SoftwareSerial Sparkfun TTL X-10 X10 XBee XML mapping z-indexMeta
Tag Archives: javascript
Spring MVC AJAX web services Part 2, attack of the JSON post
Previously I covered how to create simple AJAX web services using Spring MVC and annotated controllers. This made it very easy to create robust services that automatically convert your java beans into JSON for easy consumption by your AJAX client. … Continue reading
Posted in Java, Javascript, jQuery, JSON, Programming, Spring
Tagged annotation, controller, java, javascript, jQuery, mvc, spring
2 Comments
IE inconsistencies
I’ll keep a running list of new items I find that are inconsistent between Internet Explorer and other browsers. I’ll skip most of the stuff that’s already public knowledge. Internet Explorer doesn’t treat z-index for absolutely positioned objects the same … Continue reading
Posted in Browser Issues, Javascript, Programming
Tagged IE, Internet Explorer, javascript, z-index
Leave a comment
jQuery UI Drag and Drop
jQuery UI has drag and drop functionality baked right in. This makes it really easy to add rich functionality and responsiveness to your web applications that let them act more like desktop applications. Check out the demo below and continue … Continue reading
Posted in Javascript, jQuery, Uncategorized, Web Development
Tagged javascript, jQuery, jQuery UI
Leave a comment
jQuery clone usage
Recently I was working on a project that used a few divs that were identical in form and function. They both contained an HTML form and they both submitted to the same REST service. I figured there had to be … Continue reading