[jQuery] Re: Vexed with SuckerFish Flash

2007-11-27 Thread bbuchs

I just finished up a site that used SuperFish and swfObject (and Cycle
and idTabs and Accordion...), although I'm using jQuery 1.1.4 still.
You don't need to re-output the SWF to get the transparent background,
you just need to add a paramater to the swfObject setup code:

so.addParam(wmode, transparent);

That should be enough to ensure that your CSS layers appear on top of
the SWF. I did run into a problem with Firefox on Mac that had to do
with an Opacity bug. That's an issue with the plugin, and not jQuery/
Superfish.

Here's a link to the Superfish plugin:

http://users.tpg.com.au/j_birch/plugins/superfish

And here's a blog post about the FF Flash bug:

http://jakeo.org/blog/2007/03/16/css-opacity-and-flash-transparency-in-mac-firefox/

Oh, and if anyone is interested in a two relaunched sites using
jQuery:

http://www.laphil.com
http://www.hollywoodbowl.com

 - bry




On Nov 27, 2:04 pm, Jay Fallon [EMAIL PROTECTED] wrote:
 Awhile ago I implemented a basic menu based on jQuery/Suckerfish(a
 href=http://be.twixt.us/jquery/suckerFish.php;/a), and I never
 realized the implications of the menu appearing behind a flash object
 until said object became available.

 I've read though the posts and I've seen some talk about solutions,
 but as of yet I haven't seen anything that worked in the wild.

 My current implementation uses the latest jQuery.js and I've tried to
 implement the flash object using swfObject.js (which causes a conflict
 with other scripts), jMedia.js and jquery.flash.js, along with
 bgiframe.js but as of yet I have not been successful.

 Has anyone been able to overcome this problem? I don't have access to
 the Flash IDE at the moment, so I'll try and get it working with a
 transparent background, but if anyone has actually implemented a fix,
 I'd be really appreciative.

 Thanks.


[jQuery] Re: Transparencys and Overlays

2007-10-26 Thread bbuchs

Take a look at BlockUI:
http://jquery.com/plugins/project/blockUI

It will apply an overlay to either the whole page or a specific
element. Might not be exactly what you need, but it's a good starting
point.

 - b





On Oct 26, 11:02 am, Glen Lipka [EMAIL PROTECTED] wrote:
 CSS is used by the plugins.
 Do you use Firebug or IE Dev toolbar?  They are invaluable to inspect
 elements on the page and see what makes them tick.

 Look at the JS of this 
 page:http://parkerfox.parkerfox.railsplayground.net/labs/zoombox/

 Look at the dimScreen plugin that it uses.  You will notice how it uses the
 css tag opacity and z-index to manipulate that stuff.

 This article goes over the CSS rules in 
 detail.http://www.mandarindesign.com/opacity.html

 Glen

 On 10/26/07, S. Robert James [EMAIL PROTECTED] wrote:



  I'm having trouble understanding how various jQuery plugins show
  transparency and overlays over certain elements (or the whole page).
  I think CSS provides the ability to do this, but I'm not sure.

  What is the basic CSS to:
  1) Put a gray, semi-transparent sheet over the whole page?
  2) To do the same over just one element?
  3) And to raise one element over that transparency?

  Much appreciated.



[jQuery] Re: New Plugin: SimpleModal

2007-10-25 Thread bbuchs

I think he's referring to the queuing and duration of the fade
effects. First the overlay fades in, the the modal fades in... start
to finish it's more than a full second from the moment the trigger was
clicked.

Your fade durations are set to 'slow'. I haven't played with it yet,
but from what I read those can be configured, which would make it
appear snappier.

 - b







On Oct 25, 4:14 pm, Eric Martin [EMAIL PROTECTED] wrote:
 On Oct 25, 8:05 am, R. Rajesh Jeba Anbiah

 [EMAIL PROTECTED] wrote:

   Very nice. But, demo's responsive time is very low (click to
  modal appearance takes long time)

 Hmm...about how long of a response time are you seeing? There are
 effects during the opening of the dialog, but I'm assuming that you
 are not talking about that. It sounds like a network or browser issue.

 I see from your website that you are in India, is that correct? What
 browser are you using?

 Is anyone else experiencing this issue?

 Thanks,
 Eric



[jQuery] Re: datePicker plugin inline

2007-07-26 Thread bbuchs

Give this a shot:

http://tedserbinski.com/jcalendar/index.html

Inline calendar that ties to 3 select elements (m/d/y), with paging.





On Jul 26, 10:45 am, Kelvin Luck [EMAIL PROTECTED] wrote:
 Hi,

 I'm afraid I haven't got any alternative suggestions...

 If you only need one calendar on the page and don't need a popup one as
 well you could implement a temporary dodgy hack... You could look for
 the calls to close the calendar and just comment them out... It's not
 pretty but could get you out of a fix,

 Cheers,

 Kelvin :)

 Larry Garfield wrote:

  Thanks, Kelvin.  (And sorry about misspelling your name. g)

  I was afraid you were going to say that.  Unfortunately my timeframe 
  allowed for this project is measured in hours, not weeks, so I doubt I'd 
  even have time to try and figure out how to do it myself.  Is there a 
  method that you think would work that you haven't tested yet, or is it just 
  a non-available feature?

  Is there some alternate plugin you can recommend?  Or some possible 
  alternate interface that's similar that could be accomplished with 
  datePicker?

  Thanks.

  --Larry Garfield

  On Thu, 26 Jul 2007 14:12:14 +0100, Kelvin Luck [EMAIL PROTECTED] wrote:
  Hi,

  I'm afraid that it is currently exactly as you describe. A date picker
  calendar (with the paging etc) only exists as a popup and if you use
  renderCalendar then you don't get paging or anything.

  The ability to use a date picker not in a popup is one of the two
  additions I wanted to make before I stop calling the date picker v2
  beta. Unfortunately I'm really busy at work at the moment and
  realistically it will probably be a couple of weeks before I get a
  chance to work on the date picker again.

  If you want to try and figure it out yourself then feel free and report
  back on your progress, otherwise if you can wait I'll try and get it
  done then,

  Cheers,

  Kelvin :)

  Larry Garfield wrote:
  Hello, jQuery.  My apologies if this is a dupe; the first copy didn't
  seem to
  go through.

  I'm working with Kevin Luck's datePicker plugin, v2[1], because it
  seemed the
  least unsuited for what I was trying to do and I'm already using it
  elsewhere.  What I'm trying to do is have an inline calendar grid rather
  than
  a popup, and have that inline grid offer paging and multi-select
  abilities.  Then on submit, grab all of the selected dates and serialize
  them
  to a hidden field and submit.  I'm replacing a YUI widget that did that,
  but
  did so only on certain systems when it was in certain moods, making it
  far
  too unreliable.

  According to the docs, I can get paging and multi-select in a popup
  easily[2].  I can also render an inline calendar instead[3].  What I
  have
  found no documentation on and have been unable to do myself is get both
  to
  happen at the same time.  If I render my own calendar, it gets no
  paging, no
  select ability at all; it's really just a static read-only display.
  I've
  looked at the plugin's source, but haven't been able to find any
  indication
  of what I'd need to copy out or reference directly in order to get
  the picker parts of datePicker.

  Any tips on how to have my picker and see it, too, would be most
  appreciated.  Samples of working code would be even better. :-)  Thanks.

  [1]http://kelvinluck.com/assets/jquery/datePicker/v2/demo
  [2]

 http://kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMult...
  [3]
 http://kelvinluck.com/assets/jquery/datePicker/v2/demo/renderCalendar...



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

2007-06-11 Thread bbuchs

It's a very impressive app, but I'd feel better about it if the
interface wasn't a blatant rip from Basecamp!



On Jun 8, 5:04 pm, Rey Bango [EMAIL PROTECTED] wrote:
 Hmm. Looks like Joe's site is having trouble. I'll let him know about it
 and give you all a heads up when its up and running.

 Rey



 Andy Matthews wrote:
  When you login.

  -Original Message-
  From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
  Behalf Of Rey Bango
  Sent: Friday, June 08, 2007 4:48 PM
  To: jquery-en@googlegroups.com
  Subject: [jQuery] Re: ANNOUNCE: Open Source Project Tracker Using jQuery

  Which link Andy?

  Rey...

  Andy Matthews wrote:
  :(

  CF error:

  Security: The requested template has been denied access to ticc.

  -Original Message-
  From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED]
  On Behalf Of Rey Bango
  Sent: Friday, June 08, 2007 4:20 PM
  To: jQuery Discussion
  Subject: [jQuery] ANNOUNCE: Open Source Project Tracker Using jQuery

  Super ColdFusion guru and recent jQuery convert Joe Danziger has just
  released the beta version of his open source project management
  software, aptly name Project Tracker. You can get more information here:

 http://projecttracker.riaforge.org/index.cfm

  and see the application in action here:

 http://ajaxcf.com/project/

  Description:
  Send messages, manage to-do lists, set milestones, share files, track
  issues, browse source code.. all from a streamlined interface taking
  advantage of the latest ajax technologies. Built using jQuery.

  Requirements:
  ColdFusion MX 6+
  ColdFusion 8 required for avatar features mySQL or SQL Server jQuery

  Great job Joe!

  Rey..

  --
  BrightLight Development, LLC.
  954-775- (o)
  954-600-2726 (c)
  [EMAIL PROTECTED]
 http://www.iambright.com

  --
  BrightLight Development, LLC.
  954-775- (o)
  954-600-2726 (c)
  [EMAIL PROTECTED]
 http://www.iambright.com

 --
 BrightLight Development, LLC.
 954-775- (o)
 954-600-2726 (c)
 [EMAIL PROTECTED]://www.iambright.com



[jQuery] Re: ANNOUNCE: jqUploader plugin upgraded to v1.0

2007-06-08 Thread bbuchs

What version is the FLA file in the source package? I'm using Flash8
Professional, and getting an unexpected file format error message
when trying to open the file.



On Jun 8, 8:39 am, Alexandre Plennevaux [EMAIL PROTECTED]
wrote:
 Thanks :) apparently there is a need for an installation guide, i'll work on 
 it tonight.

 -Original Message-
 From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike 
 Alsup
 Sent: vendredi 8 juin 2007 1:54
 To: jquery-en@googlegroups.com
 Subject: [jQuery] Re: ANNOUNCE: jqUploader plugin upgraded to v1.0

 Nice job, Alexandre.  It looks great!

 Mike

  New features:

  - maximum file size implemented (using the good old html input
  name=max_file_size if available) -ergonomy improved
  - custom messages
  - many small things, like giving an alert() if it doesn't find swfobject.js

 Ce message Envoi est certifié sans virus connu.
 Analyse effectuée par AVG.
 Version: 7.5.472 / Base de données virus: 269.8.11/838 - Date: 7/06/2007 14:21



[jQuery] Re: Validate() and TinyMCE problem

2007-06-07 Thread bbuchs

In simple terms, you need to move the content from the TinyMCE
control to the textarea for validation.

$('button.save').click(function(){
if (tinyMCE) tinyMCE.triggerSave();
});

http://wiki.moxiecode.com/index.php/TinyMCE:Functions#tinyMCE.triggerSave




On Jun 7, 7:36 am, Jörn Zaefferer [EMAIL PROTECTED] wrote:
 Diego A. wrote:
  I don't use TinyMCE but I have a similar problem with FCKEditor and
  Codepress (both JS based rich-text editors).

  Usually, these RT editors update the contents of the field/textarea
  element just before the form is submitted, which probably happens
  after your validation.

  I work around it by manually updating the value of the field/textarea
  before I call the validation/submit the form.

 Could you describe in more detail how you do that? As this issue is
 quite likely to occur for others, I'd like to write examples showing how
 to integrate validation with those editors.

 --
 Jörn Zaefferer

 http://bassistance.de