[jQuery] Re: nonsecure items

2007-09-26 Thread Weaver, Scott

9 times out of 10 this caused by an iframe that has no src attribute
defined.  I usually fix this by adding src=javascript:void(0).  I have
heard that others have encountered issues using this workaround however;
I have never had any problems with it.

-scott

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dimitris
Sent: Wednesday, September 26, 2007 3:45 AM
To: jQuery (English)
Subject: [jQuery] nonsecure items


Hi,

I am using thickbox in an SSL enviroment. This thickbox uses JQeury,
but when the page loads I get a message in IE7 that there are
nonsecure items on the page. When I exclude following tag from my page

script type=text/javascript src=../Js/jquery.js/script

everything works fine so I guess its a JQeury problem.  (offcourse,
whitout this tag the thickbox won't work)
Can anyone help me with this problem?



[jQuery] SUSPECT: RE: [jQuery] [NEWS] I've never seen jQuery described quite like this before....

2007-09-12 Thread Weaver, Scott

This is just to good to keep to ourselves, so I submitted it to Digg :D

http://digg.com/programming/jQuery_1_2_Female_Masturbation_and_the_Vibra
tor_Dilemma

-scott

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rey Bango
Sent: Wednesday, September 12, 2007 11:36 AM
To: jQuery Discussion
Subject: [jQuery] [NEWS] I've never seen jQuery described quite like
this before


Ben Nadel is a bit of a character and he just described jQuery in a very

unique way:

http://www.bennadel.com/blog/949-jQuery-1-2-An-Unexpected-Surprise.htm

Rey...


[jQuery] SUSPECT: RE: [jQuery] Re: SUSPECT: RE: [jQuery] [NEWS] I've never seen jQuery described quite like this before....

2007-09-12 Thread Weaver, Scott
It's a long URL.  The truncated portion is on the line below the actual
link.

 

-scott

 



From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Glen Lipka
Sent: Wednesday, September 12, 2007 12:10 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: SUSPECT: RE: [jQuery] [NEWS] I've never seen
jQuery described quite like this before

 

URL didnt work. :(
Glen

On 9/12/07, Weaver, Scott [EMAIL PROTECTED] wrote:


This is just to good to keep to ourselves, so I submitted it to Digg :D

http://digg.com/programming/jQuery_1_2_Female_Masturbation_and_the_Vibra

tor_Dilemma

-scott

-Original Message-
From: jquery-en@googlegroups.com [mailto:jquery-en@googlegroups.com ] On
Behalf Of Rey Bango
Sent: Wednesday, September 12, 2007 11:36 AM
To: jQuery Discussion
Subject: [jQuery] [NEWS] I've never seen jQuery described quite like
this before


Ben Nadel is a bit of a character and he just described jQuery in a very


unique way:

http://www.bennadel.com/blog/949-jQuery-1-2-An-Unexpected-Surprise.htm

Rey...

 



[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Weaver, Scott

Very nice!  

I think the bouncing is on purpose and is probably using easing or
something similar to achieve the effect.  

As for !important, this allows the specific css property value to take
precedence over the same property that might be overriding it.  For
example, say I have this define in my external stylesheet.

p {font-weight: bold;}

but then in the html, I have this:

p style=font-weight:normalHello/p

The obvious outcome is that the text in the p tag will be normal weight
since the style at the tag level takes precedence over the style defined
in the stylesheet.

However, if my style sheet looked like this:

p {font-weight: bold !important;}

The text in the p tag would be bold as the !important property in the
style sheet trumps the one defined at the tag level.

-scott

 -Original Message-
 From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED]
On
 Behalf Of Stephan Beal
 Sent: Tuesday, August 14, 2007 11:44 AM
 To: jQuery (English)
 Subject: [jQuery] Re: fancy menu - tell me what you guys think
 
 
 On Aug 14, 5:31 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote:
  I have ported this fancy menu over from mootools to jquery. You can
take
 a
  look at ithttp://www.gmarwaha.com/jquery/jfancymenu/test/test.html
 
 Slick, Ganishji :). My first thought is lava lamp, so maybe lava
 lamp menu would be a suitable plugin name?
 
 Is it intentional that the bubble slides past its target, and then
 back (a single bounce effect)? That's a bit disconcerting - when it
 happens i think, oh, no, it's moving to the wrong menu item. Have
 you tried it without the bounce?
 
 And a CSS question for you:
 
 i notice several commented-out blocks with !important in them. What
 does that mean in CSS?



[jQuery] Re: Safari: Elements within overlaying Div not recognised

2007-08-02 Thread Weaver, Scott

Hmmm, sounds like a z-index issue.  Try setting z-index value of the div
that contains the images and close button to a fairly highly value and
see if that enables you to interact with them images.

Hth,
-scott

 -Original Message-
 From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED]
On
 Behalf Of [EMAIL PROTECTED]
 Sent: Thursday, August 02, 2007 11:33 AM
 To: jQuery (English)
 Subject: [jQuery] Safari: Elements within overlaying Div not
recognised
 
 
 Hi,
 
 Im currently working on a web app which has a feature where a user can
 click a button which brings up an image gallery in the form of a div
 which overlays the page until the user selects an image, at which
 point the gallery is hidden again. This has so far worked perfectly in
 Firefox and IE but today I began testing with safari and I'm running
 into the following issue.
 
 The Div is displayed as normal when the gallery button is selected but
 once the div is visible, none of the images within the div are
 clickable as normal and even the close button isnt enabled. its as if
 the normal click events which are attached on IE and Ff just dont kick
 in and makes this part of the site useless.
 
 This issue only seems to occur on the safari browser, running on Max
 OS X.
 
 Any ideas on this one?
 
 Cheers,
 
 Chris



[jQuery] Re: [Slightly OT] What's your setup?

2007-06-22 Thread Weaver, Scott
OS:

  - Work: Windows XP

  - Home: Ubuntu Linux Dapper Drake

 

IDE: Eclipse

 

Language: 

-  Java  

-  Ruby

-  PHP when I am forced to (using Drupal) ;) 

 

Frameworks:

-  Apache Jetspeed

-  Wicket

-  Spring

 

Components

-  Hibernate

-  Velocity

-  Oracle

-  MSSQL

-  MySQL

-  Selenium

-  JUnit

-  EasyMock

-  JMockit

 

Servers

-  Jetty (for local development)

-  BEA Weblogic (for production)

 

-scott

 



From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Erik Beeson
Sent: Thursday, June 21, 2007 8:25 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] [Slightly OT] What's your setup?

 

Hi all,

With jQuery being a front-end library, there's lots of possible
configurations for the backend and development environment. I thought it
would be fun if we shared what we use alongside jQuery. Any or all of
the following... 

About your development environment:
What OS? What IDE or editor?

About your server:
What backend language, if any (php, asp, cf, ruby, java, etc)?
What framework, if any (cake, symfony, rails, struts, etc)? 
Any other significant components (persistence layer, database, etc)?

Anything else of interest?

If enough people use a particular framework or IDE, maybe it would be
worth looking into building addons for them to help with jQuery
integration (like jQuery on Rails that's been talked about here before).


--Erik