Showing posts with label jQuery. Show all posts
Showing posts with label jQuery. Show all posts

Wednesday, September 10, 2008

Ruby Ireland Meetup

I was in ruby Ireland last night ( good turn up btw) and it was great to see Paul Campbell talking about Couch Db, a non relational DB in their own words

"Apache CouchDB is a distributed, fault-tolerant and schema-free
document-oriented database accessible via a RESTful HTTP/JSON API. Among other
features, it provides robust, incremental replication with bi-directional
conflict detection and resolution, and is queryable and indexable using a
table-oriented view engine with JavaScript acting as the default view definition
language."



Anna showed some interesting rake tasks and i did a short intro to jQuery (slides here) hopefully someone found it interesting.

This Saturday the 13Th is the open coffee meeting in the New York Grind that will include the talk about trying to come up with something similar to alt.net Ireland. as discussed in previous post

And the universe didnt disapear (aparently) thumbs up.

Wednesday, September 3, 2008

jQuery ExtJS talk

I m doing a lighting talk about jQuery and ExtJs (maybe mention GWT) in the next Ruby Ireland on the 9th of September link

I ll add a link to the slides as soon as i finish them, any suggestions very welcome.
so far i m doing a quick intro, some of the features, stuff i found useful or interesting or use with code samples and finally some links. For jQuery I m touching on ui.jquery and themeroller and the event observer implementation link

For ext again intro and show some code and then maybe touch on EXT (GWT implementation of EXT Js) just started to have a look at this but it does seem very promising

Cheers

Wednesday, June 18, 2008

Super easy image replacement with jQuery

http://www.webdesignerwall.com/demo/jquery/img-replacement.html
look at the source code for this, is it clean or what?
took me little time to get something up and running in a real nice way
This is a sufficient reason to love jQuery and whoever it is wrote this :)

Cheers

Wednesday, June 11, 2008

Theme Roller and UI.jQuery

I really like this UI.jQuery.com
Will post more later...

Monday, June 9, 2008

No Non-sense jQuery

John Resig just posted some talks he gave and they are so easy to understand that it hurts. I really like the jQuery syntax, ok is a different approach to a JS library than ExtJs, and I like it, unobtrusive and lightweight with loads of plug ins available.

I really like this grid (ok ok it does use a table for layout but hey, looks good and you read the code and immediately know what's happening) .