[jQuery] [plugin] jqModal +r14 updated

2009-03-01 Thread Brice Burgess
Plugin Page: http://dev.iceburg.net/jquery/jqModal/ updated jqModal to +r14 Changes include smart detection of the triggering element. This allows you to call $.jqmShow() and $.jqmHide() within the event context of a non-initialized triggering element, and that element will mask a proper ini

[jQuery] Re: A "real" modal window... is it possible?

2008-11-14 Thread Brice Burgess
Wagner, Javascript's flow is single threaded, and a delay in execution (I/O starvation) will halt the entire script including timeouts and intervals. As such, timeouts and intervals are "kind of asynchronous", in that the script hypervisor is polling for these each "tick", and will direct progr

[jQuery] Re: jqRevolve - new, simplistic carousel-like plugin released!

2008-11-13 Thread Brice Burgess
On Nov 13, 1:29 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > hello brice, do you think this would be possible with your plugin? > :http://www.lisapram.com Alexandre, That's a VERY COOL effect. I think I could mimick that functionality, although would need to add callback support t

[jQuery] Re: jqRevolve - new, simplistic carousel-like plugin released!

2008-11-12 Thread Brice Burgess
this feature, i'll have a use of it, so i'll be happy > > to pimp up those little babies when i get some time. > > > On Wed, Nov 12, 2008 at 11:38 PM, Brice Burgess <[EMAIL PROTECTED]> wrote: > > >> Ladies and Gentlemen, > > >>  I'm wri

[jQuery] jqRevolve - new, simplistic carousel-like plugin released!

2008-11-12 Thread Brice Burgess
Ladies and Gentlemen, I'm writing to inform you all of a new addition to the jQuery plugin family... Please welcome jqRevolve! jqRevolve is a carousel-like plugin for jQuery. It provides a component that scrolls arbitrary content (Images, Markup, Text, Iframes, You Name it) in a defined '

[jQuery] Re: jQuery based Media Player - streaming today!

2008-10-31 Thread Brice Burgess
Hah! Well it turns out that the CDN crapped out and the streaming crew is forced use a WMP stream -- all good except that the player I provided was compiled (packed) without Windows Media Support! So; it looks like the player will arise another day. In the meantime I'll be cleaning things up, writ

[jQuery] Re: jQuery based Media Player - streaming today!

2008-10-31 Thread Brice Burgess
Hah! Well it turns out that the CDN crapped out and the streaming crew is forced use a WMP stream -- all good except that the player I provided was compiled (packed) without Windows Media Support! So; it looks like the player will arise another day. In the meantime I'll be cleaning things up, writ

[jQuery] jQuery based Media Player - streaming today!

2008-10-31 Thread Brice Burgess
Happy Halloween folks! I'm happy to announce that a unique jQuery based media player is going to be serving up a stream of the Widespread Panic concert from Voodoo Fest in Nawlins. Entertainment for the masses this evening. If you're around the computer, please stop on by and witness some of

[jQuery] Re: jqDnR: Full Directional Support and Size Limitations

2008-10-05 Thread Brice Burgess
Andrew, Thanks for taking the initiative to add this support to jqDnR. I am sure many in the community will find your revisions VERY USEFUL. I'll be sure to include your changes in the next release (which will be out as soon as I have some time to revise the plugin page). Great work! ~ B

[jQuery] Re: Question about jqModal

2008-10-05 Thread Brice Burgess
Igor Spasic wrote: Hellooo - Excellent plugin! Gem. would you be so kind to let me know what is the best practice for following situation: I have a part of page that is loaded using ajax. Page contains lot of links. Each link needs to become a trigger for specific dialog. I do have onPageLoa

[jQuery] jqModal r13 released!

2008-07-06 Thread Brice Burgess
I've released the 13th revision of jqModal. Maybe I should have jumped to 14... but scientists are not superstitious. I do believe in Stevie Wonder though ;) If you have a chance; see him on his latest tour. Anyhow; jqModal is a tiny general-purpose windowing / dialog / popup / modal / *box / wha

[jQuery] Re: jqModal problem with IE6

2008-07-06 Thread Brice Burgess
Aarnold, Great to hear you found a workaround. It is important to note that most of the examples use fixed positioning to keep the popup dialolg in the center of the screen (even when scrolling). This is all in the CSS and can be changed from there. As IE6 does not support position: fixed, a wo

[jQuery] Re: tutorial: how to convert from thickbox to jqModal + how to load external url in jqModal

2008-07-02 Thread Brice Burgess
On Jul 1, 6:51 am, pixeline <[EMAIL PROTECTED]> wrote: > I hope that my little blurb will be useful to some of you: in this > article i explain how to usejqModalwith anchors pointing to external > url, or in "iframe" mode, to put it differently. I also describe how > to convert an old thickbox im

[jQuery] Re: jqModal dialog closes when clicked on

2008-07-02 Thread Brice Burgess
Zaroundus, I wasn't able to visit your test page, but can clearly see the offending code. On Jul 2, 7:53 pm, zaroundus <[EMAIL PROTECTED]> wrote: > var cfLoad = function(hash) { >         ... >         hash.w.load("jax/credForm.php"); >         hash.w.jqmAddClose(); > ... >         var

[jQuery] Re: jqModal - How to close the modal box from an iframe

2008-06-30 Thread Brice Burgess
On Jun 29, 1:32 pm, Hypolite <[EMAIL PROTECTED]> wrote: > I have a jqModal which contains an with a inside. The > allows me to show messages (error messages and success > confirmation) back after the submission of the form. But I can't manage to > close the modal dialog with a button or link

[jQuery] Re: jqModal r12 release

2008-06-29 Thread Brice Burgess
Alexandre, The neat thing about jqModal is it's flexibility. Really anything is possible... but may take some extra code (CSS, onShow Callbacks, etc.) to achieve the desired effect. It is a good idea to extend jqModal... say to mimic the (very good looking) effects and functionality of Shado

[jQuery] Re: jqModal r12 release

2008-06-23 Thread Brice Burgess
Oh no problem :) One thing I forgot to mention is that jqModal is now dual licensed under both the MIT and GPL licenses -- which is more in sync with all the others. I was always under the impression that the MIT license was leniant enough to allow re-licensing derivatves under the GPL for inclus

[jQuery] Re: jQuery powered Plazes acquired by Nokia

2008-06-23 Thread Brice Burgess
Klaus, Congradulations man! They're lucky to have you and your talented work. Are you going to stay on board? Keep it up! ~ Brice On Jun 23, 3:41 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > All, > > I'm happy to announce that jQuery powered service Plazes has been > aquired ny Nokia. W0

[jQuery] jqModal r12 release

2008-06-22 Thread Brice Burgess
Ladies and Gentleman, I have finally updated jqModal, and apologize for the ridiculous delay. I am also pleased to announce that the plugin page has been updated to include improved documentation. jqModal is a tiny general-purpose windowing / dialog / popup / modal / what-have-you plugin.

[jQuery] (SuperFish) Overlaying active Flash / Java Applet Content with DHTML on Linux

2008-06-01 Thread Brice Burgess
I've been browsing under the linux platform since about 1943, and one of my pet peeves has been encountering websites that didn't work because their main navigation menu was hidden under some Flash content! ;) Well, it turns out I just made one of those sites! And so I spent the better half

[jQuery] Re: what editor do you use?

2008-02-13 Thread Brice Burgess
On Feb 13, 11:38 am, Feijó <[EMAIL PROTECTED]> wrote: > I changed my own a few weeks ago, now I'm using Editpad++ > (http://sourceforge.net/projects/notepad-plus/) > its freeware, nice resources, like macros, quick-text, highlighted source, ... > and yours?-- Feijó I like mooEdit for an edito

[jQuery] A Very jQuery App

2008-02-12 Thread Brice Burgess
I thought I'd write in to let the community know that there's an open source mailing application whose interface is *heavily* based on jQuery. Nearly all JavaScript was refactored in the PR16 release of poMMo following an upgrade to jQuery 1.2. I hope the resulting source serves as a useful

[jQuery] Re: jqStripe - download and demo

2008-01-27 Thread Brice Burgess
Karl, Thank you for your input as always. I'm glad you like the plugin. > One minor thing: You could probably chain these two lines ... > > $(this).removeClass(classes); > $(this).addClass(params.stripeClasses[i % stripes]); You are absolutely

[jQuery] jqStripe - download and demo

2008-01-27 Thread Brice Burgess
Apologies for the localhost link! Here goes; http://dev.iceburg.net/jquery/jqStripe/

[jQuery] jqStripe - Simple alternating stripes with jQuery

2008-01-27 Thread Brice Burgess
I've posted yet another striping plugin which may prove useful -- jqStripe. jqStripe is not just for table rows. It features a *tiny* codebase and an adaptable row model so that it may be used on list items, divs, and anything you are able to identify with a row selector. Download and Demo a

[jQuery] Re: [jqValidate] - Client Side Validation with jQuery

2008-01-22 Thread Brice Burgess
On Jan 22, 2:30 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > "The source *may* even be readable!" > > Now, Brice you really fought against your nature on this one :) > Nice to see another plugin from you! Will you continue working on jqmodal? > 2 requests: > - an iframe example > - a "a

[jQuery] [jqValidate] - Client Side Validation with jQuery

2008-01-21 Thread Brice Burgess
While refactoring all the Javascripts in poMMo I decided to rewrite my old client side validation library into something more jQuery like. The result could prove as a useful form validation plugin to someone. A rudimentary demo has been posted to; http://dev.iceburg.net/jquery/jqValidate/ j

[jQuery] Re: is it possible to call jqModal after the page has loaded?

2007-11-03 Thread Brice Burgess
Vanwill, Use $.jqm() to *initialize* an element for use with jqModal, and then $.jqmShow() on the element to "trigger". E.g. to display a modal on page load; $().ready(function(){ // Initialize DOM element with ID 'modalElement' for jqModal use $('#modalElement').jqm({ajax: 'ajax_return.htm

[jQuery] Re: jqModal ajax question

2007-10-21 Thread Brice Burgess
Dan Richman wrote: > Is the onShow callback in place of the ajax parameter passed to .jqm ? > > Or something like this? > > onShow: function() { myUrl = document.foo.bar.value; }, > ajax: 'myscript.cgi?q=' + myUrl , > > I really appreciate the help. I'm a perl guy trying to muddle my way thru. D

[jQuery] Re: jqModal position:relative IE bug

2007-09-26 Thread Brice Burgess
On Sep 13, 11:12 am, David Duymelinck <[EMAIL PROTECTED]> wrote: > I got arround the relative element by hiding the content of the window > and coping it into a div outside the relative element. It's very > restricted but maybe this is the base of the solution? > > http://lukoil.norbertprovoost.be

[jQuery] Re: Testing IE6 and IE7 with Virtual PC

2007-08-21 Thread Brice Burgess
bmsterling wrote: > > I've notice some odd issues with using ie6 running along side ie7, activeX > issues and filter issues. Have you notice those issues with Multiple IE? > I haven't noticed any issues with Active-X / filters *yet*. IE6 .PNG alpha-transparency filter loading via active-x ap

[jQuery] Re: Testing IE6 and IE7 with Virtual PC

2007-08-21 Thread Brice Burgess
Bernd Matzner-2 wrote: > > two new VPC images for IE6 and IE7 on Win XP SP2 are now available: > http://www.microsoft.com/downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&DisplayLang=en > Bernd, Thanks for the above. It's nice to see Microsoft giving out these VPC imag

[jQuery] Re: - jqDnR R2 Released

2007-08-19 Thread Brice Burgess
Thanks for all the feedback regarding this plugin. It is apparent that the styling needs updating in order to prevent confusion! :) Stephen: Stephan Beal-3 wrote: > > To reproduce, simply resize the 3rd example's widget. Then move it up > a ways and resize again, and watch the space where it o

[jQuery] [ANNOUNCE] - jqDnR R2 Released

2007-08-19 Thread Brice Burgess
I have updated the jqDnR ("jQuery Drag and Resize") plugin today. Changes include; + Multiple Independent initialization of Elements called by $.jqDrag or $.jqResize. + Detection of the dimensions plugin to alleviate Internet Explorer "jumpiness" with elements that have fixed or percenta

[jQuery] [jqModal] - r11 release, improvements.

2007-08-18 Thread Brice Burgess
Ladies and Gentleman, A few hundred bytes were added to the jqModal plugin to aid those struggling with z-Index container stacking issues. Namely; there's now a shortcut** to overcome "the overlay covers everything, including the dialog!" issues. Other improvements include a fault-tolerant focu

[jQuery] [jqModal] - r11 release, improvements.

2007-08-18 Thread Brice Burgess
Ladies and Gentleman, A few hundred bytes were added to the jqModal plugin to aid those struggling with z-Index container stacking issues. Namely; there's now a shortcut** to overcome "the overlay covers everything, including the dialog!" issues. Other improvements include a fault-tolerant focu

[jQuery] Re: tabs + jqmodal = bad things in IE6

2007-08-10 Thread Brice Burgess
On Aug 8, 10:20 pm, m3avrck <[EMAIL PROTECTED]> wrote: > Will be announcing the plugin very soon, it's going to rock and amaze > people, based on the current feedback ;-) [yes, it's called CSSmizer] > > However, found another bug -- onShow is called the first time the page > loads, but if you clos

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-08-01 Thread Brice Burgess
I wrote an app awhile back that asynchronously loads tinymce in a Klaus Hartl tab... and retains functionality. The code can be seen @; http://try.pommo.org/admin/mailings/mailings_start.php#tabs-remote-3 Of particular interest is the assignForm, bodySubmit, and tinyMCE.init functions. The above

[jQuery] Re: using jqModal - problem with executing jqm with triggers loaded in via AJAX

2007-07-31 Thread Brice Burgess
On Jul 31, 11:54 am, skatta <[EMAIL PROTECTED]> wrote: > > $('body').click(function(event) { > > if ($(event.target).is('.triggerit')) { >alert("Hi!"); >$('#overlay').jqm({ajax: '@href', overlay:80, trigger: > '.triggerit'}); >return false; > > } > }); >From the looks of it (I'm sti

[jQuery] Re: jqModal help: multiple triggers, different ajax url's

2007-07-31 Thread Brice Burgess
I would have to see your code, but may I suggest the following -- As it's a bad idea to run $.jqm() multiple times on the same element, we'll need to use an onLoad callback to perform the ajax- based population of the modal window. To do so, follow this example: [!-- Markup --!]

[jQuery] Re: jqShuffle plugin (alpha)

2007-07-31 Thread Brice Burgess
Holy Web 2.0 Batman! This is very slick looking. Keep up the good work. Code is clean && readable ;) ~ Brice On Jul 30, 1:39 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > I wanted to announce my first plug-in called jqShuffle. It is in alpha > right now, because I know there a better way

[jQuery] Re: 1.1.3.1 breaks jqModal in IE6

2007-07-30 Thread Brice Burgess
On Jul 30, 1:23 pm, mmiller <[EMAIL PROTECTED]> wrote: > Final fix for me as follows: > > jqModal.js (r9) line 55 WAS: var s=0,hash={},ma=[],ie6=$.browser.msie > && typeof XMLHttpRequest == 'function', > > jqModal.js (r9) line 55 FIX: var s=0,hash={},ma=[],ie6=$.browser.msie > && ($.browser.versi

[jQuery] Re: jqModal and Enter key

2007-07-30 Thread Brice Burgess
Jack, I'd have to see your code -- but I believe the enter key is closing the windows as you may have focus on the overlay, and the enter is treated as a click. jqModal doesn't attach anything specific to the enter key. Try passing the "modal" parameter as true to see if it adverts this behavio