[jQuery] Re: jQuery LOGO

2008-06-02 Thread Andy Matthews
Anyone know who came up with the logo in use for the jQuery Linkedin group? I'm quite partial to that one actually. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Sunday, June 01, 2008 11:06 AM To: jquery-en@googlegroups.com

[jQuery] Re: expand-refs

2008-06-01 Thread Andy Chambers
(); expand_refs(cntxt); } });} expand_refs(); Yup. That worked nicely after I'd fixed the funky backslashes in the defs literal. Cheers, Andy

[jQuery] expand-refs

2008-05-31 Thread Andy Chambers
) { $(this).replaceWith(defs[$(this).attr(ref)]); }); } ...but this only replaces the first level (i.e. it doesn't expand the D2488 xref). Can anyone help out? Cheers, Andy ?xml version=1.0 encoding=utf-8 standalone=yes? html head title /title script type='text/javascript' src

[jQuery] OT: Bug in IE: Flash, iframes, and dynamic height of Flash movie

2008-05-30 Thread Andy Matthews
with this use case, and might know about the technote? Andy Matthews Senior ColdFusion Developer Office: 615.627.9747 Fax: 615.467.6249 www.dealerskins.com http://www.dealerskins.com/ Total customer satisfaction is my number 1 priority! If you

[jQuery] Display loading image while alternate image loads.

2008-05-27 Thread Andy Matthews
, then I can display the actual file, if not, I can display a no image available image. Any thoughts on this method? Is there a better way to do this? Andy Matthews Senior ColdFusion Developer Office: 615.627.9747 Fax: 615.467.6249 www.dealerskins.com http

[jQuery] Re: Display loading image while alternate image loads.

2008-05-27 Thread Andy Matthews
Subject: [jQuery] Re: Display loading image while alternate image loads. Andy, You can use the onerror event of an image to determine if an image loaded or not. Also, you could load the image using JS's Image object-that way you could display a loading image. Here's some example code: http

[jQuery] Re: Display loading image while alternate image loads.

2008-05-27 Thread Andy Matthews
, May 27, 2008 4:37 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Display loading image while alternate image loads. Hi Andy, In regards to whether the file exists...I know you're using ColdFusion, is it possible to use the CF function FileExists in your CF code to determine if the jpg

[jQuery] Cycle plugin pagerAnchorBuilder question

2008-05-21 Thread Andy Ford
Hi, I'm using the cycle plugin (and loving it). I'm using 'pagerAnchorBuilder' to build out the nav dynamically in an Ordered List. One thing I'd like to change is instead of having the 'activeSlide' class set on the anchor element, I'd prefer to have it set on its parent LI element. What

[jQuery] Re: Cycle plugin pagerAnchorBuilder question

2008-05-21 Thread Andy Ford
Thanks, Mike! I look forward to that feature in the next rev. Having the class on the parent LI affords more flexibility with the css. Guess I can probably check for anchor elements with the class of activeSlide and then apply a class to the parent LI element maybe? Anyone know how I might go

[jQuery] Anyone going to Webmaniacs next week?

2008-05-14 Thread Andy Matthews
Myself and two of my coworkers are going to be at Webmaniacs next week. I'm just wondering if any of you are planning on attending. Andy Matthews Senior ColdFusion Developer Office: 615.627.9747 Fax: 615.467.6249 www.dealerskins.com http

[jQuery] Re: Hover Background effect

2008-05-14 Thread Andy Matthews
It was called Lava Lamp. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ty (tzmedia) Sent: Wednesday, May 14, 2008 2:57 PM To: jQuery (English) Subject: [jQuery] Hover Background effect Can anyone help me find a demo I know I have seen.

[jQuery] Re: Hover Background effect

2008-05-14 Thread Andy Matthews
Glad I could help. That's a sweet plugin. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ty (tzmedia) Sent: Wednesday, May 14, 2008 3:54 PM To: jQuery (English) Subject: [jQuery] Re: Hover Background effect Thanks again Andy... Looks like

[jQuery] Re: Welcome to Ariel Flesler

2008-05-13 Thread Andy Matthews
John... Do we have a list of items which might break from previous versions? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Tuesday, May 13, 2008 3:30 PM To: jquery-en@googlegroups.com; [EMAIL PROTECTED] Subject: [jQuery]

[jQuery] Re: jQuery TShirt

2008-05-08 Thread Andy Matthews
PLEASE PLEASE PLEASE offer colors other than just black!! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Thursday, May 08, 2008 10:24 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery TShirt There's one in the

[jQuery] Re: [ANNOUNCE] Spaz Twitter Client uses jQuery

2008-05-06 Thread Andy Matthews
Same thing with Snitter. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Tuesday, May 06, 2008 1:53 PM To: jquery-en@googlegroups.com Subject: [jQuery] [ANNOUNCE] Spaz Twitter Client uses jQuery If you've ever been interested

[jQuery] Re: [ANNOUNCE] jQuery UI v1.5b3 is Now Available for Download plus New Site

2008-05-05 Thread Andy Matthews
A few tiny bugs I just noticed. Slider demo When the arrow is selected, it displays a dotted selected line. Accordion In IE7, the left and right sides show horns. The end of each button bar is slide up about 20 pixels. Tabs The tabs aren't connected to the box.

[jQuery] Re: looking for simple AIR-jquery ajax example

2008-05-02 Thread Andy Matthews
Jack... There's absolutely no difference in making an AJAX call via traditional browser based app vs an AIR app. I just completed a sort of one-way messaging app written in HTML/jQuery and it couldn't have been easier. Hit me up offlist and I'll be happy to provide code samples. andy

[jQuery] Re: looking for simple AIR-jquery ajax example

2008-05-02 Thread Andy Matthews
: looking for simple AIR-jquery ajax example Andy, I'll very happy if you could send that code samples to me. Marco Antonio On Fri, May 2, 2008 at 2:20 PM, Andy Matthews [EMAIL PROTECTED] wrote: Jack... There's absolutely no difference in making an AJAX call via traditional browser based app vs

[jQuery] Re: looking for simple AIR-jquery ajax example

2008-05-02 Thread Andy Matthews
:53 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: looking for simple AIR-jquery ajax example Thanks Andy. Is this living in the AIR application sandbox or the non-application sandbox? I need to do some sandboxing on my app, because I want to use some native AIR stuff, but ideally have my

[jQuery] Re: dimensiosn plugin

2008-05-01 Thread Andy Matthews
However you assign it's value is how you'd reference it: var img = $(); var top = img.top ; is my guess. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bdee1 Sent: Thursday, May 01, 2008 2:56 PM To: jquery-en@googlegroups.com Subject:

[jQuery] Re: How to stop other elements on the page from dimming

2008-05-01 Thread Andy Matthews
Unless those other elements are being included in the fade, they shouldn't be effected. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Austin S. Sent: Thursday, May 01, 2008 2:37 PM To: jQuery (English) Subject: [jQuery] How to stop other

[jQuery] Re: Jquery and Low Pro - an example

2008-04-24 Thread Andy Matthews
Cab you provide a sentence or two explanation of what Low Pro is, and what it does? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sudara Sent: Thursday, April 24, 2008 7:59 AM To: jQuery (English) Subject: [jQuery] Jquery and Low Pro - an

[jQuery] Re: jQuery to create dynamic HTML-Content in a table

2008-04-24 Thread Andy Matthews
Could it be failing on your query? jQuery(' img', this).attr(alt); I beleive that there has to be something before the . The way it's set, you're saying all img tags that are the child of nothing. jQuery('body img', this).attr(alt); might be better, but I don't know what you're looking for

[jQuery] Re: Jquery and Low Pro - an example

2008-04-24 Thread Andy Matthews
/oh-behave-the-anatomy-of-jquery-and -low-pro-behaviors :) On Apr 24, 3:29 pm, Andy Matthews [EMAIL PROTECTED] wrote: Cab you provide a sentence or two explanation of what Low Pro is, and what it does? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED

[jQuery] Re: jQuery to create dynamic HTML-Content in a table

2008-04-24 Thread Andy Matthews
I said already, the error is that it has to be 'alt' not alt cause it's a string ;) On 24 Apr., 16:55, Andy Matthews [EMAIL PROTECTED] wrote: Could it be failing on your query? jQuery(' img', this).attr(alt); I beleive that there has to be something before the . The way it's set, you're

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-22 Thread Andy Matthews
problem google for IE DIV OVERFLOW youll find tons of solutions just encountered with this problem last night with a flash also, but no iframe still same luck hope this helps On Apr 18, 9:31 am, Andy Matthews [EMAIL PROTECTED] wrote: I've been dealing with this irritating issue on and off now

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-22 Thread Andy Matthews
Andy, Are you talking about the scroll bar appearing? As Dan pointed out, you can get rid of that by setting the padding and margin of the body of the page INSIDE the iframe to 0, and do the same for the form. They're taking on their default values. I was able to do this with firebug. I see

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread Andy Matthews
] On Behalf Of Dan G. Switzer, II Sent: Monday, April 21, 2008 11:47 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height Andy, I've been dealing with this irritating issue on and off now for about a month. I'm finally going to ask

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-21 Thread Andy Matthews
: Using iframe to load in a Flash movie with dynamic height Andy, So your'e saying that even though the page works fine when not loaded into an iframe, it's still a padding issue? That sounds odd to me. I'll check it though...that'd be a great thing to have fixed. You may have a different style

[jQuery] Re: ANNOUNCE: Free AIR v1.0 for JavaScript Developers Pocketguide from Adobe

2008-04-18 Thread Andy Matthews
Building HTML/JS AIR apps with jQuery couldn't be easier. Plus the fact that you only have to deal with one browser (WebKIT) makes it a no-brainer. I'm planning on doing a writeup of my experiences building on my recent HTML AIR app. andy -Original Message- From: jquery-en

[jQuery] SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-18 Thread Andy Matthews
you can provide. Andy Matthews Senior ColdFusion Developer Office: 615.627.9747 Fax: 615.467.6249 www.dealerskins.com http://www.dealerskins.com/ Total customer satisfaction is my number 1 priority! If you are not completely satisfied

[jQuery] Re: Can jQuery do this?

2008-04-18 Thread Andy Matthews
It looks like all they're doing is to display a DIV when the select a phone dropdown is clicked. That div contains a multi-select box, with associated images. There's nothing built in to jQuery to this completely, but jQuery could make doing this quite simple. -Original Message- From:

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-18 Thread Andy Matthews
Neglected to mention that it appears to only display this behaviour in IE. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Friday, April 18, 2008 11:32 AM To: [jQuery] Subject: [jQuery] SOT: Using iframe to load in a Flash movie with dynamic

[jQuery] Re: SOT: Using iframe to load in a Flash movie with dynamic height

2008-04-18 Thread Andy Matthews
Interestingly enough, the iframe page crashes Safari everytime it loads. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Friday, April 18, 2008 11:32 AM To: [jQuery] Subject: [jQuery] SOT: Using iframe to load in a Flash movie with dynamic

[jQuery] Re: WYSIWYG Editor

2008-04-17 Thread Andy Matthews
TinyMCE works really well. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Donald J Organ IV Sent: Wednesday, April 16, 2008 6:59 PM To: jquery-en@googlegroups.com Subject: [jQuery] WYSIWYG Editor Does anyone know of a lightweight(code size) WYSIWYG editor

[jQuery] I love the Cycle plugin! Is there anything similar for scriptaculous and/or jquery

2008-04-15 Thread Andy Ford
For my freelance business I love jQuery and the excellent Cycle plugin. But at the day job we're married to prototype/script.aculo.us (and don't want to load 2 js libraries). Just thought I'd ask around here if anyone knows of something for prototype/scriptaculous that is as awesome as Cycle...

[jQuery] Cycle plugin - Is there an equivalent for scriptaculous and/or prototype?

2008-04-15 Thread Andy Ford
I have a situation where I have to use prototype/scriptaculous and not jquery =( I've been trying to find something similar to the jquery Cycle plugin for prototype/scriptaculous, but haven't found anything close to it. I've been so spoiled by jQuery and Cycle... anyone know of anything remotely

[jQuery] Re: Cycle plugin, start from last entry in container, rather than first

2008-04-11 Thread Andy Matthews
msg 1 to be displayed rather than msg 5? Andy Matthews Senior ColdFusion Developer Office: 615.627.9747 Fax: 615.467.6249 www.dealerskins.com Total customer satisfaction is my number 1 priority! If you are not completely satisfied with the service

[jQuery] Re: Cycle plugin, start from last entry in container, rather than first

2008-04-11 Thread Andy Matthews
typing it out, force it to appear retroactively in EVERY person's copy? :) Have a great Friday! andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Thursday, April 10, 2008 5:08 PM To: jquery-en@googlegroups.com Subject

[jQuery] Cycle plugin not working in IE - (I probably screwed something up!)

2008-04-11 Thread Andy Ford
Hey all, I've got the cycle plugin up and running in Firefox (mac/pc) and Safari/mac, but It's not running in IE7 or Opera/mac. I must have missed something. (I'm a css dev, but not great with js). Would you mind having a peek to see where I must have slipped up?

[jQuery] Re: Cycle plugin not working in IE - (I probably screwed something up!)

2008-04-11 Thread Andy Ford
Alsup [EMAIL PROTECTED] wrote: You need to remove the trailing comma in functions.js: pager: '#slide-numbers', On Fri, Apr 11, 2008 at 1:38 PM, Andy Ford [EMAIL PROTECTED] wrote: Hey all, I've got the cycle plugin up and running in Firefox (mac/pc) and Safari/mac, but It's not running

[jQuery] Cycle plugin, start from last entry in container, rather than first

2008-04-10 Thread Andy Matthews
Does anyone know if this is possible? div id=cycle pmsg 5/p pmsg 4/p pmsg 3/p pmsg 2/p pmsg 1/p /div Assuming that I have the above code, is it possible to force msg 1 to be displayed rather than msg 5? Andy Matthews Senior

[jQuery] Re: Find a exact location in the dom, then move down from that location to another element

2008-04-10 Thread Andy Chambers
wonder if there's a better way. -- Andy

[jQuery] Cycle plugin: TypeError: Null value?

2008-04-08 Thread Andy Matthews
happening? I could show code, but I don't have any way to show the app in action as it's internal only. Andy Matthews Senior ColdFusion Developer Office: 615.627.9747 Fax: 615.467.6249 www.dealerskins.com http://www.dealerskins.com/ Total customer

[jQuery] Re: Cycle plugin: TypeError: Null value?

2008-04-08 Thread Andy Matthews
Ah...no I'm not. That might be it. Is it just .stop()? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Tuesday, April 08, 2008 12:19 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Cycle plugin: TypeError: Null value?

[jQuery] Re: Cycle plugin: TypeError: Null value?

2008-04-08 Thread Andy Matthews
Okay...an update. I had two click events assigned to each nav button, oen from Cycle, and another custom. I explicitly unbound both buttons, then reassigned them and it works just fine. I don't feel that I should have to do that, but meh...it works, so I'm not complaining. The weird thing is

[jQuery] Re: Drag and Drop question

2008-04-08 Thread Andy Matthews
There's a much newer version of the drag and drop found in the jQuery UI. I don't believe that the Interface plugins are being supported any more: http://ui.jquery.com and http://dev.jquery.com/view/trunk/ui/demos/ui.draggable.html -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Drag and Drop question

2008-04-08 Thread Andy Matthews
effect' on the drag state. I'm thinking i might need to apply it with the onStart function - though this is just a stab in the dark. Any ideas? On Apr 8, 8:19 pm, Andy Matthews [EMAIL PROTECTED] wrote: There's a much newer version of the drag and drop found in the jQuery UI. I don't believe

[jQuery] Re: JQuery bigginer

2008-04-04 Thread Andy Matthews
Something like this might workd (untested): // when the text field changes $('#myTextField').change(function(){ // if it's empty if ($(this).val() == '') { // give it focus $(this).focus(); } }; -Original Message- From:

[jQuery] Re: Func outside of doc.ready cannot access function inside doc.ready? Why not?

2008-04-04 Thread Andy Matthews
I'm still having trouble with this. All of my code is already written inside the doc.ready function. The code which needs to be located outside of the doc.ready function HAS to be able to call code within the doc.ready body. I'd be GREATLY in debt to anyone who could help me resolve this issue.

[jQuery] Re: Func outside of doc.ready cannot access function inside doc.ready? Why not?

2008-04-04 Thread Andy Matthews
this? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Friday, April 04, 2008 3:22 PM To: jQuery (English) Subject: [jQuery] Re: Func outside of doc.ready cannot access function inside doc.ready? Why not? I'm still having trouble

[jQuery] Re: new to jquery

2008-04-03 Thread Andy Matthews
We'd really need to see your HTML code, but if you want to get the parent of an object. Let's say you have HTML code like this: div p bthis is my paragraph/b /p /div You want to get the immediate parent of all P tags: $('p').parent(); or you want to get a div

[jQuery] Func outside of doc.ready cannot access function inside doc.ready? Why not?

2008-04-02 Thread Andy Matthews
. Why is this, and how might I be able to get around it? Andy Matthews Senior ColdFusion Developer Office: 615.627.9747 Fax: 615.467.6249 www.dealerskins.com http://www.dealerskins.com/ Total customer satisfaction is my number 1 priority! If you

[jQuery] correct way to quote strings

2008-04-01 Thread Andy Chambers
' type='text' id='s' /input); These are failing, I think because the single quotes need to be backslashed. I'm a bit of a javascript newbie and wondered if there are any similar issues I should be aware of when generating javascript on the fly. Cheers, Andy

[jQuery] Re: submitting the form by pressing ENTER

2008-03-25 Thread Andy Matthews
You should be able to intercept that button press by using the submit() method of the form object. $('#myForm').submit(function(){ // this method should fire whether the button was clicked with the mouse // or the enter button was pressed return false; }); form id=myForm

[jQuery] Re: submitting the form by pressing ENTER

2008-03-25 Thread Andy Matthews
; } // if }); I did have success when I did form id=pageForm name=pageForm action=javascript:submitPageForm(); Damn, hate going back to the old ways. Oh well, - On Mar 25, 1:26 pm, Andy Matthews [EMAIL PROTECTED] wrote: You should be able to intercept that button press by using the submit() method

[jQuery] Re: Event namespacing - how to see the full event name?

2008-03-25 Thread Andy Matthews
You're allowed to pass in an array object along with each trigger method call. So this might work for you: var call = 1; $('.foo').trigger('bar.update',[call]]); var call = 2; $('.foo').trigger('bar.update',[call]]); $('.foo').bind('bar', function(e,data) { if (data[0] == 1) {

[jQuery] Re: Using a button that doesn't submit?

2008-03-24 Thread Andy Matthews
If you're already using jQuery just return false on the submit method for the form. $('#myFormID').submit(function(){ // do stuff here return false; }); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent:

[jQuery] Re: Call function contained in object, from WITHIN object

2008-03-23 Thread Andy Matthews
contained in object, from WITHIN object On Mar 21, 4:02 pm, Andy Matthews [EMAIL PROTECTED] wrote: Well the problem is that I'm building an AIR app, so console isn't available to me. I believe AIR does have an air.trace() function that can be used in a similar way... - jason

[jQuery] Re: Snap to grid on BBC website

2008-03-10 Thread Andy Matthews
iGoogle doesn't use jQuery. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rui Pacheco Sent: Monday, March 10, 2008 6:22 AM To: jQuery (English) Subject: [jQuery] Snap to grid on BBC website Hi all I am currently evaluating the jQuery

[jQuery] Re: [POLL] Online jQuery Training from John Resig

2008-03-06 Thread Andy Matthews
I'd be interested as well. Probably myself and several of my coworkers. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Jordan Sent: Thursday, March 06, 2008 11:47 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [POLL] Online

[jQuery] Re: OT: FCK editor now double spaces with enter key?

2008-02-14 Thread Andy Matthews
. In the fckconfig.js file there are two lines: FCKConfig.EnterMode = 'p' ; // p | div | br FCKConfig.ShiftEnterMode = 'br' ; // p | div | br Looks like if you change the first one to 'br' you'd be set. On Feb 13, 9:32 am, Andy Matthews [EMAIL PROTECTED] wrote: Right

[jQuery] Re: OT: FCK editor now double spaces with enter key?

2008-02-13 Thread Andy Matthews
Right... You can force it to single space by hitting SHIFT + enter, but I'd like to know if there's a preference which can be changed to force it to revert to single spacing by default. This is changed in the new version of FCK. -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: what editor do you use?

2008-02-13 Thread Andy Matthews
Editplus www.editplus.com Best one I've found in 6+ years of looking, been using it for about the same amount of time. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Feijó Sent: Wednesday, February 13, 2008 10:38 AM To: jquery-en@googlegroups.com Subject:

[jQuery] Re: what editor do you use?

2008-02-13 Thread Andy Matthews
PROTECTED] On Behalf Of Feijó Sent: Wednesday, February 13, 2008 10:53 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: what editor do you use? I dont like the editplus interface, very ancient :) But its a good app too!! Feijó Andy Matthews escreveu: Editplus www.editplus.com Best

[jQuery] Re: what editor do you use?

2008-02-13 Thread Andy Matthews
@googlegroups.com Subject: [jQuery] Re: what editor do you use? They improved a little the interface, has been some time since the last time I saw it But editpad++ is free!! editplus has pay resources :) baita abraço Feijó Andy Matthews escreveu: Not sure what you mean...I just looked

[jQuery] OT: FCK editor now double spaces with enter key?

2008-02-12 Thread Andy Matthews
We've been using FCK editor for a while now. It used to create a single return when hitting the enter button. We recently upgraded to a newer version (2.5 I think) and now it creates a double space instead. Does anyone know if this is a setting that can be changed? andy

[jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect?

2008-02-08 Thread Andy Matthews
Wixus... I know how to write the code to actually do the animation. The problem I'm finding is that when the animation kicks off, it'll throw off the rest of the layout. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wixus Sent: Friday,

[jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect?

2008-02-08 Thread Andy Matthews
PROTECTED] On Behalf Of andrea varnier Sent: Friday, February 08, 2008 3:37 AM To: jQuery (English) Subject: [jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect? On 8 Feb, 02:41, Andy Matthews [EMAIL PROTECTED] wrote: I'm thinking now that I could possible position each

[jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect?

2008-02-08 Thread Andy Matthews
) Subject: [jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect? On 8 Feb, 16:28, Andy Matthews [EMAIL PROTECTED] wrote: Andrea... I think you're right...absolute positioning should solve my problem. The animation in your example works perfectly, but the text is located

[jQuery] Re: Thickbox Alternative that Works with jQuery

2008-02-07 Thread Andy Matthews
If you like Thickbox, why are you looking for something different? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cfdvlpr Sent: Thursday, February 07, 2008 10:20 AM To: jQuery (English) Subject: [jQuery] Thickbox Alternative that Works with

[jQuery] I'm stumped! How to accomplish this navigation rollover effect?

2008-02-07 Thread Andy Matthews
This is what the client wants: http://commadelimited.com/uploads/rollover.jpg (text has been blurred out intentionally) The site is VERY basic: nav colum on left, content column on right. The building it out is easy, but the nav is throwing me for a loop. My original thought was that I could use

[jQuery] Re: on click event does not response

2008-02-06 Thread Andy Matthews
The liveQuery plugin takes care of this work for you. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giant Jam Sandwich Sent: Wednesday, February 06, 2008 3:55 PM To: jQuery (English) Subject: [jQuery] Re: on click event does not response

[jQuery] Re: http://jquery.com/api/ page broken

2008-01-28 Thread Andy Matthews
Same for me. Tried it in IE6, and FF2 and neither worked. jQuery has REALLY got to get the documentation improved. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Yansky Sent: Saturday, January 26, 2008 5:50 PM To: jQuery (English) Subject:

[jQuery] Re: http://jquery.com/api/ page broken

2008-01-28 Thread Andy Matthews
The http://jquery.com/api/ is outdated; the docs for the current jQuery version is at http://docs.jquery.com/. Andy, feel free to volunteer your time to help improved the documentation. On 1/28/08, Andy Matthews [EMAIL PROTECTED] wrote: Same for me. Tried it in IE6, and FF2 and neither

[jQuery] Re: http://jquery.com/api/ page broken

2008-01-28 Thread Andy Matthews
PROTECTED] On Behalf Of Jörn Zaefferer Sent: Monday, January 28, 2008 12:04 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: http://jquery.com/api/ page broken Andy Matthews schrieb: It's less an improvement on the content than it is the presentation. For the time being, give this a try: http

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Andy Matthews
The article I read mentioned that MS is going to force IE7 on users, but that there was a way that sysadmins could prevent this. Whether that means that lots of people are going to try and prevent it is another story. The problem is that as long as there is even a 5% or 10% level of use of IE6,

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Andy Matthews
LOL!!! That totally puts it into perspective. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey Kretz Sent: Thursday, January 24, 2008 10:12 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Feb 12 IE6 Forced Update If IE problems ever start to

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Andy Matthews
http://sitening.com/blog/2008/01/22/microsoft-gives-away-early-or-late-chris tmas-present-to-web-designers _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Sharp Sent: Thursday, January 24, 2008 10:51 AM To: jquery-en@googlegroups.com Subject: [jQuery]

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Andy Matthews
To: jquery-en@googlegroups.com Subject: [jQuery] Re: Feb 12 IE6 Forced Update On Jan 24, 2008 8:21 AM, Andy Matthews wrote: I personally have put off installing it IE7 at home so that I can still test with IE6. Andy, If you want to be able to test with IE6 and IE7 on the same machine, check

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Andy Matthews
Right... That's the ideal method... _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Thursday, January 24, 2008 11:17 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Feb 12 IE6 Forced Update On Jan 24, 2008, at 12:07 PM, Andy

[jQuery] Anyone wanna 'Jquer-ify' this date picker?

2008-01-23 Thread Andy Matthews
http://ajaxian.com/archives/new-twist-on-date-pickers Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com http://www.dealerskins.com/ 2008 Email NADA.jpg

[jQuery] Re: how to build a image cycle?

2008-01-23 Thread Andy Matthews
Have you looked at the Cycle plugin from Mike Alsup? http://www.malsup.com/jquery/cycle It does everything you need. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of DoZ Sent: Wednesday, January 23, 2008 12:12 PM To: jQuery (English) Subject:

[jQuery] Re: how to build a image cycle?

2008-01-23 Thread Andy Matthews
: [jQuery] Re: how to build a image cycle? ...yes, but I forgot to mention the I need to show at least 5 images! On 23 Gen, 20:03, Andy Matthews [EMAIL PROTECTED] wrote: Have you looked at the Cycle plugin from Mike Alsup? http://www.malsup.com/jquery/cycle It does everything you need

[jQuery] OT: Networking Vista Home/Home Premium and Leopard

2008-01-17 Thread Andy Matthews
a program called gpedit.msc, which is the piece which is NOT on her computer. I need to get this going as soon as possible. Anyone have any ideas/solutions? Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax

[jQuery] Re: [OFF TOPIC] Really weird Behaviour in IE

2008-01-15 Thread Andy Matthews
What happens when you you have an http:// in there? Your href should never just be www.somedomain.com anyway as that will attempt to load that as a document in the current domain's directory structure. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED

[jQuery] Re: [ANNOUNCE] Space gallery

2008-01-09 Thread Andy Matthews
H! That's so awesome! Now can you get it to work with the scroll wheel, or at least the up/down arrows? andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Petre Sent: Wednesday, January 09, 2008 3:00 PM To: jquery-en

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Andy Matthews
You could probably simulate a drop shadow with some creative HTML. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Beeson Sent: Tuesday, January 08, 2008 8:19 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Andy Matthews
Weepy... I was kidding. You get square corners if you don't do anything. That's the default display. I was just messing around with you. ;) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of weepy Sent: Tuesday, January 08, 2008 9:45 AM To:

[jQuery] Re: Progress image swap

2008-01-08 Thread Andy Matthews
Also, consider that your image might be taking a while to load. Consider preloading the image. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: Tuesday, January 08, 2008 3:34 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Progress

[jQuery] Re: jQuery.ScrollTo 1.3 released

2008-01-07 Thread Andy Matthews
the ZIP from here:http://www.freewebs.com/flesler/jQuery.ScrollTo/jquery.scrollTo.zip. Should I make them all ZIP again from now on ? @Andy    I do agree with you, that it would look better, but I think it's more clear, for some that is not experienced with these stuff, if they see

[jQuery] Re: Is it possible to show a specific div on a distant page (same domain) ?

2008-01-07 Thread Andy Matthews
Karl... I'm thinking he wants to show/hide a div on another page. Not pull content into the current page from another. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Monday, January 07, 2008 7:42 AM To:

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Andy Matthews
Confusion?? One plugin has a z on the end of it. That's totally different. :) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Penner, Matthew Sent: Monday, January 07, 2008 11:18 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re:

[jQuery] Re: jQuery.ScrollTo 1.3 released

2008-01-04 Thread Andy Matthews
, all the releases till this one, I uploaded as ZIP, I chose RAR this time because it was a few KB smaller, that's all. You can get the ZIP from here: http://www.freewebs.com/flesler/jQuery.ScrollTo/jquery.scrollTo.zip. Should I make them all ZIP again from now on ? @Andy I do agree with you

[jQuery] Re: Is there an sample like iGoogle?

2008-01-03 Thread Andy Matthews
This might work for you: http://host.sonspring.com/portlets/ -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ayeah Sent: Wednesday, January 02, 2008 10:33 PM To: jQuery (English) Subject: [jQuery] Is there an sample like iGoogle? I am making

[jQuery] Re: jQuery.ScrollTo 1.3 released

2008-01-03 Thread Andy Matthews
This is KICKIN'! Well done Ariel!! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: Thursday, January 03, 2008 7:16 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery.ScrollTo 1.3 released veeery

[jQuery] Re: [ANNOUNCE] jQuery.ScrollTo 1.3 released

2008-01-03 Thread Andy Matthews
Oh...one thing I'd like to see on the demos is a code view. On the various links that you can click, I'd like to see exactly what options you're using. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ariel Flesler Sent: Thursday, January 03,

[jQuery] Re: [ANNOUNCE] jQuery.ScrollTo 1.3 released

2008-01-03 Thread Andy Matthews
Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ariel Flesler Sent: Thursday, January 03, 2008 9:04 AM To: jQuery (English) Subject: [jQuery] Re: [ANNOUNCE] jQuery.ScrollTo 1.3 released Thanks to all of you for the quick and encouraging reply. @Andy I

[jQuery] Re: Debug Tools - Charles, DebugBar, Firebug Lite

2008-01-03 Thread Andy Matthews
I've used Charles and honestly I don't like it. I use Firebug for FF, and for Flash dev, I use the Flash Net Debugger. A co-worker uses Service Capture, but I've not tried it enough to know if it's good or not. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Re: Debug Tools - Charles, DebugBar, Firebug Lite

2008-01-03 Thread Andy Matthews
Larry... I'm RIGHT there with you. Better to develop in IE, then move forward into other browsers. Better than getting cool code working with a fringe browser, then finding out it doesn't work correctly in the primary browser. -Original Message- From: jquery-en@googlegroups.com

<    1   2   3   4   5   6   7   8   9   >