[jQuery] Re: ZendX_JQuery

2009-01-31 Thread Colin Guthrie
ou add the relevent foo into your layouts head area. By default it includes jquery source from the google CDN system, but you can override this with local copy if you like. I'd go over the docs again as I followed them just the other day and everything worked fine. Col -- Colin G

[jQuery] Re: New jMaps Release

2008-10-14 Thread Colin Guthrie
excellent progress. Thanks for this. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mandriva Linux Contributor [http://www.mandriva.com/] PulseAudio Hacker [http://www.pulseaudio.org/]

[jQuery] Re: Omniture tracking code clashing with jquery

2008-09-13 Thread Colin Guthrie
e leading ; is simply to allow multiple files to be concatenated together into one for downloading as a single file should that be desired) Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Man

[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-03 Thread Colin Guthrie
Isaak Malik wrote: > Very nice plugin, everything seems to work fine for me though. I tested > with Opera 9.51, Firefox 3.0.1 and IE 7 on Windows Yeah looks interesting. Worked fine for me on FF 3.0.1/Linux. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ D

[jQuery] Re: Is there a plugin to zoom in/out an image

2008-07-17 Thread Colin Guthrie
Andy Matthews wrote: > None of those plugins that you mentioned are for zooming in and out of > images. They simply display a larger version of the image as an overlay to > the page. Ahh OK, It's just when you said "like shopping carts" and this is what I've mostly seen shopping carts do (larger

[jQuery] Re: Is there a plugin to zoom in/out an image

2008-07-17 Thread Colin Guthrie
[EMAIL PROTECTED] wrote: > Just like those on many on-line shopping stores, is there a jQuery > plugin that we can use to zoom in/out an image? :-) or which approach > should I take to make such applications? many thanks.. Search for jQuery lightbox, thickbox, photobox or even jqModal. There are

[jQuery] Re: jQuery and Prototype

2008-07-14 Thread Colin Guthrie
Michael wrote: > And I wanted that functionality on my site. So I tried the code (which > uses prototype) and my jQuery code stops working. > > http://www.aber.ac.uk/designstudio/mike/newnew/newweb/ > > The lavalamp at the top right has stopped working and so has the drop > down on the settings

[jQuery] Re: How would I substitute the term jquery('class') for $('class')

2008-07-09 Thread Colin Guthrie
mickbw wrote: > I am working on a page that works correctly when I call it directly in > any browser. > > If I include the page in my RIA app and run the script in firebug, the > jquery script works correctly. > > If I include it in my RIA app with the script part of an > external .js script,

[jQuery] Re: jMaps and other G* functions

2008-07-08 Thread Colin Guthrie
noon wrote: > I'm aware that it binds opening to the click function but I want to > open without click. I think you should modify the jmaps' addMarker function to pass the marker to the callback. It's probably meant to do that anyway :) You can then just do something like: function(marker) { G

[jQuery] Re: jMaps and other G* functions

2008-07-07 Thread Colin Guthrie
noon wrote: > All jMaps functions never seen to return a handler that I can use, but > only fire the callback if provided. I used jMaps to add a marker and > centered the map. On this newly created marker, how can I get to the > other G* methods such as openInfoWindow? When adding a marker you c

[jQuery] Re: unsubscribe me

2008-07-03 Thread Colin Guthrie
Brian J. Fink wrote: > Look, we all know Rohit is confused... we don't need to make it THAT > hard on him. Yeah, Sorrr :) Col

[jQuery] Re: unsubscribe me

2008-07-02 Thread Colin Guthrie
Brian J. Fink wrote: > @Eric: He said he forgot his username and password. > @Rohit: Then how did you log in to post this? I'm posting this without logging in. And I read the mail without logging in aren't I clever. Hint: gmane.org - provided you use the same email address in e.g. Thun

[jQuery] Re: Google Analytics Cross domain link tracking: My pain and (hopefully) as nice solution

2008-07-01 Thread Colin Guthrie
Colin Guthrie wrote: > I have "solved" all of these issue and implemented an example (attached > - hopefully) that shows the various methods in action with lots of comments. I did of course forget to change the URL of the jquery inclusion before I posted: d'oh! Just co

[jQuery] Google Analytics Cross domain link tracking: My pain and (hopefully) as nice solution

2008-07-01 Thread Colin Guthrie
Hi, This is jQuery related so bear with me! I'm CCing someone who asked about this recently as I think this may help them. Apologies to you if this is out of turn :) I was recently asked by a client to implement cross domain link tracking. Fair enough, Google does this in their analytics syste

[jQuery] Re: Google Analytics Tracking with JQuery

2008-06-29 Thread Colin Guthrie
Gaudicia wrote: > Hello, > > I just started looking into JQuery and I have a few questions. Mostly > about how to make tagging my links with google analytics tracking > faster. > > I want to be able to track my outgoing links, which I've read is > possible, but I really haven't see anything abo