[jQuery] Re: jquery.com incredibly slow for me

2008-09-19 Thread Michael Stuhr
Karl Swedberg schrieb: Please take a look at this post, which provides links to a number of alternative resources for jQuery documentation, including an Adobe Air app for offline browsing: http://www.learningjquery.com/2008/07/jquery-documentation-alternatives Sorry, i missed that

[jQuery] Re: jQuery how to pronounce

2008-09-10 Thread Michael Stuhr
Reinaldo JuniorZ schrieb: Hello guys, I'm goigo to give a speech on the campus about jQuery and I'm wondering what is the correct pronounce to jQuery... Any Help? best javascript framework EVAR! :-) -- micha

[jQuery] Re: EVENT BUBBLING - IE6 - ARRGGGHHH!!

2008-06-10 Thread Michael Stuhr
Joe schrieb: // To prevent event bubbling, return false (right?) return false; shouldn't that be event.preventDefault(); like $(form).*bind*(submit, function(event){ event.preventDefault(); }); ? micha

[jQuery] Re: EVENT BUBBLING - IE6 - ARRGGGHHH!!

2008-06-10 Thread Michael Stuhr
Joe schrieb: I am running Multiple IEs on one box and IE Tester on another and neither will allow me to set the cookie in IE6. IE7 is fine. afaik: that's not a bug, that's a feature. micha

[jQuery] Re: IE8

2008-03-06 Thread Michael Stuhr
timothytoe schrieb: One thing I noticed is that the JavaScript is still painfully slow, but perhaps there is a lot of debug stuff in there slowing it down. What takes 7 seconds in Safari and 8 in Firefox 3b3 takes 25 seconds in IE8! (28 seconds in IE6). That's ~11% better in ~8 years Not too

[jQuery] ui-slider

2008-03-04 Thread Michael Stuhr
i know they're still in beta, but does anyone else see that setting the startValue is broken ? As a workaround i tried: $j('#slider').slider( moveTo, fontsize); where fontsize definately != undefined or worse. So is it simply broken ? micha

[jQuery] Re: Wordpress: Get post using Jquery

2008-02-05 Thread Michael Stuhr
http://extjswordpress.net/ no more needed :-) micha

[jQuery] Re: jQuery UI Datepicker v3.0 Released! (Previously named jQuery Calendar)

2007-11-01 Thread Michael Stuhr
Graeme B. Davis schrieb: Is there a way to apply a style it so that it looks a bit better? Perhaps like this calendar I've been using on my sites for ~6yrs: http://www.ssw.com.au/ssw/Standards/DeveloperGeneral/Images/popupCalendar.gi f

[jQuery] Re: [ANNOUNCE] Jquery spot on crysis

2007-10-25 Thread Michael Stuhr
Anthony Leboeuf(Worcester Wide Web) schrieb: Hey was just looking at crysisdemo page and saw it used jquery http://crysisdemo.com/ -Tony maybe this is of interest for those looking for jquery use on pages: http://www.sunsean.com/jquerydetect/ micha

[jQuery] Re: Demos of UI and IE7

2007-10-23 Thread Michael Stuhr
[EMAIL PROTECTED] schrieb: Hi. Just thought I'd let someone know that using IE7, none of the examples for the UI work. I can click away to my heart's content, and nothing happens. Anywhere. :-) i think you're safe to say they're still beta. micha

[jQuery] Re: jQuery 1.2.1 and Interface/ui Sortable Bug?

2007-10-05 Thread Michael Stuhr
Suni schrieb: Reproduced here with FF 2 on WinXP. As soon as I let go of a draggable the error console goes mad. yeah i should've mentioned that too: i was on winXP FF2 too, but IE6 has Problems too. the error seems to be this function: 1095 remove: function(a){ 1096 if ( !a ||

[jQuery] Re: IT Assistant

2007-09-24 Thread Michael Stuhr
Gordon schrieb: Well it's finally ready enough to go live so now I can plug the big jQuery-driven project I've been working on. It's called IT Assistant and is intended to make shopping to IT equipment easier (and more fun from the comments I've had back on it so far :) ).

[jQuery] Re: Spolsky's Strategy Letter VI

2007-09-19 Thread Michael Stuhr
Bil Corry schrieb: This is interesting in the context of jQuery's core optimization vs. larger, less-optimized libraries: http://www.joelonsoftware.com/items/2007/09/18.html Assembler programmers don’t have groupies. xcellent! micha

[jQuery] Re: [SITE SUBMISSION] wo2do.com

2007-09-19 Thread Michael Stuhr
Rey Bango schrieb: Jonah at 64squar.es sent me this one: http://wo2do.com/ An online community for sharing and caring about things to do around the world. they need a new google-api-key :-) micha

[jQuery] Re: Found a dodgy copy of your book

2007-09-10 Thread Michael Stuhr
Tane Piper schrieb: Hey Karl, Don't you think it would be more clever to directly mail him inistead of ... well micha

[jQuery] Re: jQuery getElementsByName Equivalent ?

2007-09-07 Thread Michael Stuhr
0xCAFE schrieb: Is there a jQuery equivalent for getElementsByName that will return an array ? Thanks! 0xCAFE well id's generally should be only used once per site. that's what they are made for. it's an identificator. what you look for is probably a class so you'd do '$('.myclass')' and

[jQuery] Re: Image rollover plugin?

2007-09-06 Thread Michael Stuhr
howa schrieb: Something like what dreamweaver provide, are there such as plugin in jQuery? Thanks. function onMouseOver () { var file = $j(this).attr(src); var filetype = file.substr(-4); file = file.substr(0, file.length - 4); $j(this).attr(src, file

[jQuery] Re: Image rollover plugin?

2007-09-06 Thread Michael Stuhr
Glen Lipka schrieb: This seems like massive overkill to me. What's wrong with the hover function in the core API? and how would that look like ? as i already said: if you plan wisely i think all you need is css. just wanted to give an understandable example. micha

[jQuery] Re: jQuery 1.1.4: Faster, More Tests, Ready for 1.2

2007-08-24 Thread Michael Stuhr
Andy Matthews schrieb: He might have misread the slice() function? that's a 2.0 feature (or better shall be) ... micha

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Michael Stuhr
Christian Bach schrieb: Hi, I put together a demo/preview for the upcoming release tablesorter 2.0 release. The main features of the upcoming release will be: - Multi-column sorting - Robust support for adding new data to the table, provided with the new update method - Support for

[jQuery] Re: opacity in IE6.0 not works with jquery-1.1.3

2007-07-05 Thread Michael Stuhr
SeViR schrieb: Michael Stuhr escribió: Sam Collett schrieb: is there a 'compiled' version too (of this fix)? micha I simply download the SVN version and I compiled with ant. I have attached the new trunk version compiled (packed and source version of jquery.js) thanks micha

[jQuery] Re: opacity in IE6.0 not works with jquery-1.1.3

2007-07-04 Thread Michael Stuhr
Sam Collett schrieb: While it is fixed in SVN, I would rather wait till the next release (1.1.3.1 rather than 1.1.4). So for the time being, I am sticking with 1.1.2 (for work related sites). On Jul 4, 11:33 am, Francisco José Rives [EMAIL PROTECTED] wrote: Fixed in the latest trunk version

[jQuery] library of common needed functions

2007-07-04 Thread Michael Stuhr
before using prototype or such frameworks (too big!) are there any other small libs with common functions (extending String, Array ... ) like escapeHTML() etc. if i would have to use prototype: i tried this simple thing: script type=text/javascript

[jQuery] Re: library of common needed functions

2007-07-04 Thread Michael Stuhr
Jörn Zaefferer schrieb: Michael Stuhr wrote: before using prototype or such frameworks (too big!) are there any other small libs with common functions (extending String, Array ... ) like escapeHTML() etc. You could give the methods plugin a try: http://dev.jquery.com/browser/trunk/plugins

[jQuery] Re: library of common needed functions

2007-07-04 Thread Michael Stuhr
Jörn Zaefferer schrieb: Michael Stuhr wrote: Jörn Zaefferer schrieb: Michael Stuhr wrote: before using prototype or such frameworks (too big!) are there any other small libs with common functions (extending String, Array ... ) like escapeHTML() etc. You could give the methods plugin a try

[jQuery] how to catch a scroll event for the document ...

2007-06-28 Thread Michael Stuhr
i tried: $j('body').scroll( function() { console.info ('scrolling ...'); // do sth }); but it doesn't work ... Maybe the selector is wrong, but what is the correctr one ? micha

[jQuery] Re: John Resig Wikipedia Article

2007-06-26 Thread Michael Stuhr
Glen Lipka schrieb: Not alot of pages or content for web developers. [...] http://en.wikipedia.org/wiki/Dean_Edwards http://en.wikipedia.org/wiki/Dean_Edwards (Who knew he was so funny? that must have been after he played football, right ? micha

[jQuery] Re: DisableHeader tablesorter

2007-06-19 Thread Michael Stuhr
David schrieb: How can disable 3 header ? not one. do you mean the tablesorter from http://motherrussia.polyester.se; ? if so: i've had the same 'problem' and patched my tablesorter by adding some ifs: - should be around line 125 if(defaults.addHeaderLink) {

[jQuery] german umlauts

2007-06-19 Thread Michael Stuhr
hi list, i'm having a utf-8 encoded html document, where i'm adding some elements with jquery. i'm updating some selectboxes with this plugin http://www.texotela.co.uk/code/jquery/select/ but i'm having difficulties adding values to selectboxes where i'm getting unknown characters like �.

[jQuery] Re: german umlauts

2007-06-19 Thread Michael Stuhr
Ⓙⓐⓚⓔ schrieb: it looks like your page is not being served as utf-8 or if it is, it's not valid utf-8. If your html editing program doesn't do utf... you have to encode it yourself. On 6/19/07, *Michael Stuhr* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: well the page is ok

[jQuery] Re: german umlauts

2007-06-19 Thread Michael Stuhr
Ⓙⓐⓚⓔ schrieb: I don't see a charset there what do you mean ? what is the server putting in for it??? if i use the ä it's in there when looking at my js directly. but in the brwoser there's a � (a black diamond with a questionmark in it, just in case this doesn't come through) ...

[jQuery] Re: What's the best way to document my javascript?

2007-06-14 Thread Michael Stuhr
Tom Holder schrieb: Hi Guys, Thanks for your replies. I was kinda meaning a tool that would automatically parse my JS files and produce documentation (and link function calls). doesn'tAptana do this ? http://www.aptana.com micha

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-12 Thread Michael Stuhr
Andy Matthews schrieb: It's by the people who won the testing, so that makes it just a little suspect. This is probably just like the testing from about 6 months back in which the jQuery library was several versions older than the most recent. That said, here's what I got: IE 7.0.57/PC

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-12 Thread Michael Stuhr
Klaus Hartl schrieb: Shelane Enos wrote: Actually, I did manage to install Safari 3 and maintain Safari 2. To do this, you have to copy Safari 2 into another folder in the applications when i'm not totally wrong: safari 3 adds some basic libs to your OSX so keeping them side by side is

[jQuery] Re: ANNOUNCE: Open Source Project Tracker Using jQuery

2007-06-11 Thread Michael Stuhr
Rey Bango schrieb: Yep. It looks very similar. The good thing about it, though, is that its leveraging jQuery, its open source and you can use it to manage as many projects are you need. isn't it based on cf ? micha

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Michael Stuhr
Howard Jones schrieb: Ⓙⓐⓚⓔ wrote: did you try it on any jQuery pages? Well, my own work-in-progress works as well as it does on Firefox. The Interface demos seem to be fine, and even pretty quick. to me it's more an alpha. i surfed some more serious sites and it crashed

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Michael Stuhr
Jonathan Freeman schrieb: This should expand Safari market share dramatically. especially the iphone will boost it :-) micha

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Michael Stuhr
Ⓙⓐⓚⓔ schrieb: a set of plugins to work with textNodes inside the dom. textNodes() replace() split() span() acronyms() more! get it here: http://jqueryjs.googlecode.com/svn/trunk/plugins/textNodes/ see it here: http://cigar.dynalias.org/plugins/textNodes/textNodes.html great idea,

[jQuery] Re: textNodes Plugin 0.1

2007-06-11 Thread Michael Stuhr
Jörn Zaefferer schrieb: Have you checked these? http://dev.jquery.com/browser/trunk/plugins/methods/ obviously not :-) thanks. i never liked the trac interface, maybe thats why i never looked there. are these in release state? i couldn't see any version numbers in the files, just the trac

[jQuery] security advice

2007-06-05 Thread Michael Stuhr
hi list, i'd like to have some opinions on how one should/can secure an ajax application/backend (preferred server language PHP). every hint/link appreciated micha

[jQuery] Re: security advice

2007-06-05 Thread Michael Stuhr
Alexandre Plennevaux schrieb: That's a rather vague question, hence my vague answer :) i know :-) thanks anyway. Michael Price schrieb: Hi Michael, [...] thanks for your detailed answer. i think what i really was after, was a small 'framework' that does the thing for me. i can include

[jQuery] Re: PNG hack that works for repeated background images?

2007-06-04 Thread Michael Stuhr
pd schrieb: Hello I've been trying to implement this 'plugin' 'hack': http://khurshid.com/jquery/iepnghack/ to get a repeated background effect in IE6 and decent browsers. It appears this plugin does not work with repeated background PNG images. Instead the image is shown just once. Can

[jQuery] plugin tablesorter - sort date

2007-06-04 Thread Michael Stuhr
is this plugin capable of sorting other date formats than uk / us ? i tried 'de_DE' (01.01.2000) but it (seems to) fallback to string sorting. micha

[jQuery] Re: OT: Run PHP code inline on a Coldfusion page

2007-06-04 Thread Michael Stuhr
I don't know what the speed is (probably not as fast as the native zend interpreter, but still...PHP code mixed in with CF code is pretty kick ass. I read that someone else has done the same thing for Ruby. it sure is a big mess in the end :-) micha

[jQuery] Re: Slideshow with unknown amount of images

2007-06-04 Thread Michael Stuhr
Ⓙⓐⓚⓔ schrieb: My dog does that! Actually we do it for him... he just sits for pictures... I wrote a plugin http://jqueryjs.googlecode.com/svn/trunk/plugins/traverseDir/ http://jqueryjs.googlecode.com/svn/trunk/plugins/traverseDir/ that I use all over his site http://jpassoc.com/junior omg

[jQuery] Re: Really nice Ext Grid

2007-05-31 Thread Michael Stuhr
Erik Beeson schrieb: Maybe this isn't news, but these are the sweetest grids I've ever seen, even for Ext: http://extjs.com/playpen/ext-2.0/examples/grid/grid3.html is this a beta ? micha

[jQuery] Re: plugin blockUI what do i do wrong ?

2007-05-26 Thread Michael Stuhr
Mike Alsup schrieb: Glad to hear that you've got it working, Micha. Maybe you can post a link to your code instead of sending it all? sure, i can do that. http://onenterframe.de/ajax/ micha

[jQuery] Re: plugin blockUI what do i do wrong ?

2007-05-25 Thread Michael Stuhr
Mike Alsup schrieb: You need to change this: $j.unblockUI; to this: $j.unblockUI(); Mike thanks for that hint, i changed that and in my sample it will do the job (documentation should be updated, see: http://malsup.com/jquery/block/#dialog ) ... however i changed my sample to hide

[jQuery] Re: plugin blockUI what do i do wrong ?

2007-05-25 Thread Michael Stuhr
Mike Alsup schrieb: thanks for that hint, i changed that and in my sample it will do the job (documentation should be updated, see: http://malsup.com/jquery/block/#dialog ) ... The documentation is correct. Use $.unblockUI() when invoking the function directly. Use $.unblockUI when passing

[jQuery] Re: Text Button

2007-05-22 Thread Michael Stuhr
james_027 schrieb: Hi, Is this the best way to make a text button? a href=#Click Me!/a It's nice that even with using a href=# jquery could make almost any tag to have click event, but the problem is the cursor doesn't indicate that it's clickable. what do you mean by the cursor doesn't