Re: [jQuery] bgiframe update, sneak peak

2007-03-19 Thread Brandon Aaron
I've gone ahead and updated the docs, added a change log, changed the name of the file to jquery.bgiframe.js and added a min version. I went ahead and tagged this as 2.0 (http://dev.jquery.com/browser/tags/plugins/bgiframe/2.0). Let me know if you find any bugs. :) -- Brandon Aaron On 3/18/07,

Re: [jQuery] bgiframe update, sneak peak

2007-03-18 Thread Joel Birch
On 18/03/2007, at 3:10 PM, John W wrote: Hey guys this is great stuff. Joel your menu works a lot better now under IE6 and Brandon thanks for making Bgiframe updates. One thing I was wondering, since IE7 doesnt really suffer from the same issue as IE6 perhaps there is a way not to

Re: [jQuery] bgiframe update, sneak peak

2007-03-18 Thread John W
Hmm Didnt realize that would do the trick. Because IE use an active x object and IE7 does not. I admit Im not the javascript expert. Thanks for pointing that out. // This is only for IE6 if ( !($.browser.msie typeof XMLHttpRequest == 'function') ) return this; And yes I do hope they add in

Re: [jQuery] bgiframe update, sneak peak

2007-03-17 Thread Joel Birch
On 15/03/2007, at 2:41 AM, Brandon Aaron wrote: Okay ... I've got a sneak peak of the new bgiframe plugin here: http://brandon.jquery.com/plugins/_bgiframe/test/ This discussion started in the recent suckerfish plugin thread ... basically they ran into an issue where the expressions used by

Re: [jQuery] bgiframe update, sneak peak

2007-03-17 Thread Brandon Aaron
Hey Joel, Thanks for the information! It is true that the iframe is behind the element it is called on by setting the z-index to -1 and by where it is inserted into the DOM. The only time the iframe should show through is if a child element (of the element that has the bgiframe method called on

Re: [jQuery] bgiframe update, sneak peak

2007-03-17 Thread Brandon Aaron
Okay so I did some testing with this idea and if the element has a background color on it, the iframe will show above it. You can see the result on my test page. -- Brandon Aaron On 3/17/07, Brandon Aaron [EMAIL PROTECTED] wrote: Hey Joel, Thanks for the information! It is true that the

Re: [jQuery] bgiframe update, sneak peak

2007-03-17 Thread Joel Birch
On 18/03/2007, at 6:34 AM, Brandon Aaron wrote: Okay so I did some testing with this idea and if the element has a background color on it, the iframe will show above it. You can see the result on my test page. -- Brandon Aaron On 3/17/07, Brandon Aaron [EMAIL PROTECTED] wrote: Hey Joel,

Re: [jQuery] bgiframe update, sneak peak

2007-03-17 Thread John W
Hey guys this is great stuff. Joel your menu works a lot better now under IE6 and Brandon thanks for making Bgiframe updates. One thing I was wondering, since IE7 doesnt really suffer from the same issue as IE6 perhaps there is a way not to fire the bgiframe for IE7. There isnt really a reason

Re: [jQuery] bgiframe update, sneak peak

2007-03-15 Thread agent2026
Hi, Can one of you explain to me what 'tagging it' is about, and how I can use it to keep track of changes/releases? Thanks, Adam Jonathan Sharp wrote: Thank you! That will be very useful! Also thanks for tagging it, that helps greatly in tracking changes and when releases happen.

Re: [jQuery] bgiframe update, sneak peak

2007-03-15 Thread Jonathan Sharp
jQuery uses SVN (Subversion) to control and track changes to the code. SVN projects are usually setup with a trunk and a tags folder. Brandon does all of his work in the trunk folder which will always have the latest and greatest and maybe some features that aren't stable. Once he gets the trunk

Re: [jQuery] bgiframe update, sneak peak

2007-03-15 Thread agent2026
Thanks for the help, that's what I thought. I've never really tried to use SVN. Is there a frontend you recommend? Adam Jonathan Sharp wrote: jQuery uses SVN (Subversion) to control and track changes to the code. SVN projects are usually setup with a trunk and a tags folder. Brandon

Re: [jQuery] bgiframe update, sneak peak

2007-03-15 Thread Aaron Heimlich
On 3/15/07, agent2026 [EMAIL PROTECTED] wrote: Thanks for the help, that's what I thought. I've never really tried to use SVN. Is there a frontend you recommend? On Windows, there's TortoiseSVN[1], which integrates directly into the Explorer shell. If you're working in Eclipse there's

Re: [jQuery] bgiframe update, sneak peak

2007-03-15 Thread Jonathan Sharp
On 3/15/07, agent2026 [EMAIL PROTECTED] wrote: Thanks for the help, that's what I thought. I've never really tried to use SVN. Is there a frontend you recommend? I got beat to the reply... I'll post a Mac client: http://www.lachoseinteractive.net/en/community/subversion/svnx/features/

Re: [jQuery] bgiframe update, sneak peak

2007-03-15 Thread Karl Swedberg
and on the mac side, TextMate has a subversion bundle built right in. It's a beautiful thing. http://macromates.com --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 15, 2007, at 10:26 AM, Aaron Heimlich wrote: On 3/15/07, agent2026 [EMAIL

Re: [jQuery] bgiframe update, sneak peak

2007-03-15 Thread Geoffrey Knutzen
I use smartSVN for our local SVN repository. Works pretty well for me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of agent2026 Sent: Thursday, March 15, 2007 7:14 AM To: discuss@jquery.com Subject: Re: [jQuery] bgiframe update, sneak peak Thanks

[jQuery] bgiframe update, sneak peak

2007-03-14 Thread Brandon Aaron
Okay ... I've got a sneak peak of the new bgiframe plugin here: http://brandon.jquery.com/plugins/_bgiframe/test/ This discussion started in the recent suckerfish plugin thread ... basically they ran into an issue where the expressions used by the bgiframe plugin slow down animations in IE6. This

Re: [jQuery] bgiframe update, sneak peak

2007-03-14 Thread Jonathan Sharp
Thank you! That will be very useful! Also thanks for tagging it, that helps greatly in tracking changes and when releases happen. Cheers, -js ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] bgiframe update, sneak peak

2007-03-14 Thread John W
This is great news Brandon. -- View this message in context: http://www.nabble.com/bgiframe-update%2C-sneak-peak-tf3402941.html#a9487729 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] bgiframe update, sneak peak

2007-03-14 Thread Joel Birch
On 15/03/2007, at 2:41 AM, Brandon Aaron wrote: Okay ... I've got a sneak peak of the new bgiframe plugin here: http://brandon.jquery.com/plugins/_bgiframe/test/ Great enhancements and barely affected the weight of the plugin. Top work. I noticed that when you increase the in FF the test

Re: [jQuery] bgiframe update, sneak peak

2007-03-14 Thread Joel Birch
On 15/03/2007, at 2:26 PM, Joel Birch wrote: I noticed that when you increase the in FF the test case where the dimensions are in ems scales up as expected, but in IE6 it does not. Any ideas why that would be? sorry, typo: ...when you increase the *text size* in FF... Joel.