Archive | Programming RSS feed for this section

Custom info windows with jQuery and Google Maps

13. March 2009

0 Comments

Ben Nolan has a writeup on a new feature in his Weheartplaces application that tweaks the info popup that comes with Google Maps by using a custom overlay. He walks us through an example that ends up with an Infowin class like this: PLAIN TEXT JAVASCRIPT:   // Infowin class for displaying a miniature info window. Does not // respond [...]

Continue reading...

Qooxdoo 0.8.2 Featuring A Cross-Browser “Inspector” Tool

6. March 2009

0 Comments

Qooxdoo 0.8.2 has just been released with some cool new features to not miss ! Qooxdoo is one of the most popular Open Source RIA Frameworks. Here are some of the highlights of the brand new 0.8.2 release: Inspector, a cross-browser debugging tool a la Firebug Tons of improvements and bugfixes over the previous version Tested for all common browsers, including betas like IE8 Optimized packaging and loading of qooxdoo applications CSS3 selector engine and a jQuery-like low-level API Preview of the upcoming data binding layer Preview of the new infrastructure for virtual widgets For more information please see the 0.8.2 announcement as well as the detailed release notes.

Continue reading...

Επιτέλους : Debug CSS σε IE6,Opera και Safari σε Run Time!!

30. January 2009

0 Comments

Κι όμως δε το πίστευα όταν είπα μπας και βρώ καλύτερο debug bar απο ότι έχω τώρα για τον Eplorer αλλά όχι απλά στάθηκα τυχερός αλλα βρήκα και το αντίστοιχο Ultimate εργαλείο που χρησιμοποιω στον Firefox (Firebug) , το οποίο έχει βγει και για έκδοση που μπορείς να χρησιμοποιήσεις σε Explorer και Opera αλλά και Safari. Λέγεται Firebug Lite και είμαι κατενθουσιασμένος που μόλις το ανακάλυψα.

Continue reading...

JQuery wildcard selectors

19. January 2009

14 Comments

JQuery wildcard selectors on select boxes, how to reset all select boxes using wildcards

Continue reading...