[jQuery] Re: Generate Session ID

2009-02-14 Thread C.Everson

On Sat, 14 Feb 2009 10:41:05 -0900, Tim Johnson wrote:

 Using Ajax with jQuery - would it be practical and safe for the
 document to generate a Session ID in the onload or document.ready
 phase and pass it to the server-side script?

Tim,

IMHO the ONLY way to ensure a unique session ID is to generate it server
side.

Otherwise no matter what you do (client side) there is a chance of
duplication.

Chuck



[jQuery] Re: How to get ClueTip to open in parent document?

2009-01-04 Thread C.Everson

On Sun, 4 Jan 2009 23:27:23 -0500, Karl Swedberg wrote:

 Sorry I haven't had a chance to look into this yet. I never work with  
 i-frames, so I'm afraid I won't be of much help with the issue.  
 However, you might have success with the $.cluetip.setup() method. Try  
 setting the insertionElement to the parent frame or something like  
 that and see if that works?
 
 $.cluetip.setup({
  insertionElement: 'whatever'
 });

Hi Karl,

Good idea I think, but I can't seem to find the way to reference the parent
correctly.  I've tried this:

  $.cluetip.setup({insertionElement: 
'window.parent.document.body'});
  $('area.load-local').cluetip({
local:true, 
hideLocal: true, 
showTitle: true, 
sticky: false, 
arrows: false, 
titleAttribute: 'alt', 
attribute: 'href' });
});
 

as well as giving the body tag in the parent a name, then an id and trying
to reference them in different ways.

It seems to almost work as the ClueTip no longer appears in the Iframe,
but it is not appearing in the parent document.

BTW - I only have JQuery and Cluetip added to the child document (Iframe).
I've tried putting it in both, but that does not seem to matter.


I think maybe with the right syntax that your idea could work though.

Chuck





[jQuery] How to call ClueTip direct and pass the Tip as a parameter

2009-01-02 Thread C.Everson

Hello,

Is it possible to use ClueTip in such a manner as to simply call the
ClueTip and pass it the title and tip as a parameter?

I posted a question a few days ago about how to get ClueTip to open from a
link in an Iframe document so that it opens in the parent window (instead
of being clipped at the edge of the IFrame.

I have ran across another DHTML tooltip that I can call in this fashion and
it DOES work as it needs to, but it is not as nice as ClueTip.

It uses an OnMouseOver Javascript event to call a function that passes the
tip from the link up to the parent window.

If I can find out how to call ClueTip in this manner, then I may be able to
do the same thing with it.

Thanks!

Chuck



[jQuery] How to get ClueTip to open in parent document?

2009-01-01 Thread C.Everson

First off - Happy New Year to everyone!


I am trying to use the excellent Cluetip plugin from:

http://plugins.learningjquery.com/cluetip

to display some content in a hidden DIV on a page that is pulled into
context of the main page with an I-frame.

I can easily get the content to display in the way I want it to, but the
Cluetip is restricted to the boundary of the I-frame.

This causes it to get cut off if the activation point is at the edge of the
I-frame.


I've ran into similar problems with a lightbox and the solution there was
to include a target=_parent on the link of the content in the I-frame
document.

However this does not seem to work for Cluetip.

Does anyone have an idea on how to solve or work around this?


Thanks!

Chuck




[jQuery] Re: Slide Show (S6) Autoplay Addon Beta (w/ Scroll-Up Effect) - jQuery Animate in Action

2008-10-15 Thread C.Everson

On Tue, 14 Oct 2008 21:51:46 -0700 (PDT), Gerald wrote:

   See an example slide show in action @ 
 http://slideshow.rubyforge.org/autoplay.html

The URL presents this message:

Microsoft's Internet Explorer browser has no built-in vector graphics
machinery required for loss-free gradient background themes. 

Please upgrade to a better browser such as Firefox, Opera, Safari or others
with built-in vector graphics machinery and much more.


I'm NOT trying to be critical, but while everyone certainly appreciates
your effort and contribution, IMHO it does not really help anyone since IE
is the defacto standard for browsers.

Love it or hate it, we all have to deal with it.

Personally I don't see any point in pursuing any code that won't run on IE
other than as hobby code

Just my $.02


Chuck





[jQuery] Re: WYSIWYG input for Jeditable

2008-09-06 Thread C.Everson

On Sat, 6 Sep 2008 16:38:55 +0300, Mika Tuupola wrote:

 http://www.appelsiini.net/projects/jeditable/wysiwyg/wysiwyg.html

Hi Mike,


Selecting text and clicking the H1-3 does not work for me in IE7.

FF seems OK.

Also FYI - where it says Weblog|Projects seems pushed down the page (half
off the black area at the top).

Chuck





[jQuery] Re: jquery lightbox - balupton question

2008-07-10 Thread C.Everson

On Thu, 10 Jul 2008 15:37:58 -0700 (PDT), balupton wrote:

 Did you get this working? If not could you repost it here:
 http://plugins.jquery.com/project/issues/jquerylightbox_bal
 along with a sample url so I can look at it and see what is going
 wrong.

Just a note, your demo page:

http://www.balupton.com/sandbox/jquery_lightbox/

which is linked from this page:

http://plugins.jquery.com/project/jquerylightbox_bal

does NOT run - it attempts to download a file in IE7.

That makes it impossible to see what your building.


Chuck



[jQuery] Re: Superfish 1.4.4 released - has auto-submenu arrows

2008-07-07 Thread C.Everson

On Tue, 8 Jul 2008 00:52:19 +1000, Joel Birch wrote:

 Third release in 7 days, and like the subject says: auto generation of
 submenu arrows via an added span, customisable CSS, and nicely
 degradable indexed alpha-transparent png that should work for all
 colour schemes and menu types. Can be easily disabled via options
 object.
 
 http://users.tpg.com.au/j_birch/plugins/superfish/

Hi Joel,

Nice work as always!

One thing I noticed on your demo at:

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

If you open one of the droplist boxes (say 3rd one over, it stays open) -
THEN click the 3rd Superfish menu above it, the menu opens BEHIND the
opened droplist.

Could just be a thing with the demo page, but I thought I'd mention it.

Chuck



[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-05 Thread C.Everson

On Fri, 4 Jul 2008 23:39:42 -0400, Karl Swedberg wrote:

 ok. quick suggestion for now until I look more into this:
 
 you don't need to use the rel attribute at all. you can instead set  
 the attribute option to any attribute you want. You could use the  
 title attribute from the area for the clueTip title (default) or use  
 the alt attribute for it; you can use the href attribute to fetch the  
 contents from an element with a matching id.
 
 $('area').cluetip({
   attribute: 'href',
   titleAttribute: 'alt',
   local: true
 });

Thanks Karl,

That is exactly what I have been doing right nowg.

I have these settings:

$('area.load-local').cluetip({
local:true, 
hideLocal: true, 
showTitle: true, 
sticky: false, 
arrows: true, 
titleAttribute: 'alt', 
attribute: 'href' });
});

Thanks for confirming my logic (in your other post reply) that for local
content using href would be good in case JS was turned off.

I figured that (in normal operation) the local content is hidden in divs
below the image map and they display as the Cluetip.  But that if JS was
disabled they would appear below the image map and the href would serve as
a anchor link to jump to it.

If you can figure out the IE thing, I think this will be a solid winner for
me!

Chuck



[jQuery] Re: UI Dialog with BUG when resize in IE?

2008-07-04 Thread C.Everson

On Fri, 4 Jul 2008 12:18:52 -0700 (PDT), Leandro Vieira Pinho wrote:

 I´m with problem with UI Dialog, and I´m thing it´s a bug.
 
 In this UI Dialog example http://docs.jquery.com/UI/Dialog is possible
 to verify.
 
 If you resize the Dialog to right, for example, and then try to resize
 to left, the titlebar and content doesn´t seems to reduce it´s width.
 You can observe looking the X icon used to close the Dialog.
 
 It´s a BUG?

It works fine here in IE7.

What version of IE are you using?

Chuck



[jQuery] Using ClueTip with Image Maps in IE

2008-07-03 Thread C.Everson

Hello,

I've been working with ClueTip (GREAT plug-in!) and image maps.

After digging around on Google for some time I came across the link to this
example:

http://test.learningjquery.com/clue/chic-test.html

(note that there are only two images that display the Cluetip and that
neither has a title.  You will see what appears to be a native tip, but
that is coming from the Alt tag on this page).


Based on that I was able to get it working on the Image Map, but I do have
one problem.

The native title attribute displays in IE (it does not in FF). If I remove
it from the link, then that gets rid of the native tip, but then I can't
use the Title attribute to pass the title for the tooltip to ClueTip and 

I'd really like to be able to use that feature.

Does anyone have an idea on either how to get rid of the native title
display in IE, or how to pass a title to ClueTip in some other fashion?

I'm really close to getting this working like I want it, but hate to give
up the title on the tips.

Thanks for any and all assistance and ideas!

Chuck






[jQuery] Re: Using ClueTip with Image Maps in IE

2008-07-03 Thread C.Everson

On Thu, 3 Jul 2008 14:12:56 -0400, Karl Swedberg wrote:

 Sorry for the delay in replying. I'll try to take a look at this  
 tonight.

Thanks Karl!

BTW, another issue that I ran into with the Image Maps is that REL appears
to NOT be a valid attribute of the AREA tag.  This was causing HTML
validation to croakg.  I was able to reset ClueTip to use the href to
pass the ID of a hidden content div down the page, but that seems a bit of
a kludge...


Thinking about that (and digging into your code some more) I found that the
first parameter to ClueTip can be the tip.

That made me wonder if (for Image Maps) it might be better to be able to
set splitTitle: true and then pass both the tip and title as the first
parameter (with the | or whatever as the split element.

Of course that would not make the map 508 friendly (since there would be no
Alt or Title over the AREA), but it might be a way to make things work and
still pass validation.

If that was an option, then I guess the only other consideration would be
how to solve the REL issue (and still pass validation).


Another idea (if possible), might be to use splitTitle and get it to pull
the tip title from the first part of the content pulled in for the tip...

Anyway - thanks again for your great work on this and I look forward to
seeing what you come up with.

Chuck







[jQuery] Re: Star Rating Plugin

2008-07-02 Thread C.Everson

On Wed, 2 Jul 2008 07:32:14 -0700 (PDT), Diego A. wrote:

 Thanks for pointing that out.
 
 Silly me thought it would be OK to test using the Simulate IE7
 feature in IE8.
 Turns out not even that works in IE...

LOL - I can believe that.  I don't even have IE8 beta installed right now
as it is still too early IMHO to be worth more than a casual glance now
and then...
 
 Anyway, lesson learnt, all fixed now!

Thanks - much better now!

One small thing I did notice (when comparing IE7 with FF2)

At http://www.fyneworks.com/jquery/star-rating/#tab-Download

In IE7 on the download tab after the word Package and before V2.3 there
is a weird graphic display (maybe a messed up bullet?) that does not appear
in FF.

Not sure what is up there, but figured you'd want to know.

Chuck




[jQuery] jQuery Tooltip with image map

2008-07-02 Thread C.Everson

Is it possible to trigger the jQuery tooltip (and also jQmodal) from an
area on an image map?

Any examples around?

Thanks!

Chuck



[jQuery] Re: Star Rating Plugin

2008-07-01 Thread C.Everson

On Tue, 1 Jul 2008 10:53:00 -0700 (PDT), Diego A. wrote:

 Oops, forgot to post a link:
 http://www.fyneworks.com/jquery/star-rating/

Thanks for these updates Diego,

But it appears these pages do not work at all in IE7 either.

You may be fine with thatg, but it does make the rest of us wonder if
your plug-in's even work with IE7...


;-)

Chuck



[jQuery] Re: Multiple File Upload Update

2008-07-01 Thread C.Everson

On Tue, 1 Jul 2008 10:52:22 -0700 (PDT), Diego A. wrote:

 Oops, forgot to post the link:
 http://www.fyneworks.com/jquery/multiple-file-upload/

Diego,

Just an FYI - your website is broken in IE7.

http://www.fyneworks.com/jquery/multiple-file-upload/#

Where it says: jQuery Multiple File Upload Plugin and the V1/29 box,
those items fall down off your menu bar and overlap the content on the
page below it.

Chuck



[jQuery] Re: Multiple File Upload Update

2008-07-01 Thread C.Everson

On Tue, 1 Jul 2008 10:52:22 -0700 (PDT), Diego A. wrote:

 http://www.fyneworks.com/jquery/multiple-file-upload/

Diego, 

Also the navigation menu on that page does not work in IE7.

There is no way to reach the actual download link.

I guess your using some alternate browser, but for public websites you
always need to at least TEST to make sure it works in IE...

;-)


Chuck



[jQuery] Cycle Plugin with Lightbox?

2008-06-30 Thread C.Everson

Does anyone have a link to an example where they are combining the
excellent Cycle plug-in with a lightbox type modal display?

I'd like to be able to present the slides in Cycle, then let the user click
a slide to see the larger image in a lightbox (or similar) presentation.

Thanks!

Chuck



[jQuery] Lightbox w/o resize

2008-06-30 Thread C.Everson

I'm looking for a lightbox type presentation (like thickbox or similar),
but I would prefer one that does NOT resize the images.

Any suggestions?

Thanks!

Chuck



[jQuery] Re: Lightbox w/o resize

2008-06-30 Thread C.Everson

On Tue, 1 Jul 2008 01:06:40 +1000, Joel Birch wrote:

 I recommend Shadowbox. It has many options - the one you want is
 handleLgImages set to 'none'.
 
 http://mjijackson.com/shadowbox/
 
Thanks Joel!

That looks promising - I'll check it out.

Chuck




[jQuery] Re: A Pluggable jQuery Extension Architecture

2008-06-25 Thread C.Everson

On Tue, 24 Jun 2008 21:48:42 -0700 (PDT), Scott wrote:

 You can check out the article at http://blog.skybluecanvas.com

Scott,

Just an FYI - your About, Contact and Feed buttons overlap the top line
of content on your website in IE7.  There appear to be some other hidden
buttons there too.

The result is that it obscures your content and IMHO really detracts from
your website (and consequently the CMS).

Sounds like you use FF, but you have to remember to test in IEg


Chuck





[jQuery] Re: New JQuery Plugin - Menu Toggle Adder

2008-06-15 Thread C.Everson

On Sat, 14 Jun 2008 14:35:14 -0700 (PDT), Ed wrote:

 I fixed an error on the demo page (not the script) that was causing
 the error. On the demo page, I had an extra comma at the end of the
 last value in the settings object... rookie mistake. I appreciate you
 help!

Glad you got it sorted out - nice Plugin!

Chuck



[jQuery] Re: New JQuery Plugin - Menu Toggle Adder

2008-06-14 Thread C.Everson

On Sat, 7 Jun 2008 09:25:33 -0700 (PDT), steve_f wrote:

 Your demo page does not work in FF3, also I get a script error running
 IE8.0 but in IE7.0 compat mode.
 
 
 On Jun 7, 4:20 pm, Ed [EMAIL PROTECTED] wrote:
 Here's a new JQuery Plugin: Menu Toggle Adder

 http://code.google.com/p/js-menu-toggle-adder/

It doesn't work for me (in IE7 on XP SP3) at all.

No red triangles, no action.

If I load FF then it does work, but IE7 reports Done, but with errors on
the page, so it looks like there is something wonky either on your demo
page or in the code.

The URL is:

http://robottoysreviews.com/menu_toggle_adder_example_1.htm#

It looks good in FF so I hope you get it working.


Chuck




[jQuery] Printing iFrame contents

2008-04-19 Thread C.Everson

Hi,

Is it possible to use jQuery to print ONLY the contents of an iFrame?

I'm trying to add a PRINT button to a jQuery lightbox, but not getting 
anywhere.  If I use a Javascript:print() then the entire browser window is 
printing.

Thanks!

Chuck



[jQuery] Re: Printing iFrame contents

2008-04-19 Thread C.Everson

On Sat, 19 Apr 2008 14:58:30 -0700 (PDT), fllados wrote:

 I had to make the same for DIV's and the solution I've got was:
 
 1) Use window.open   (var w =
 window.open('','name','width=X,height=Y');
 2) Copy the html to the new window ( w.document.write($(N).html());
 w.document.close(); )
 3) The onload for the body tag should say something like print();
 self.close();
 
 Hope this helps you

Thanks Fer,

I see where your going, but I'm pretty new to jQuery and I'm not quite sure
how to get there.

In my test case, I am working with the Greybox version of Lightbox and I
have added a PRINT link to the title bar.  I catch the click event for the
link and I am now in a printthis function (added to the greybox code).

function printthis() 
{

... we are here

}


The HTML page that I need to print is currently loaded into a iFrame that
was created when the Greybox opened.

The jQ code that creates the iFrame is this:

$(#GB_window).append(iframe id='GB_frame' src='+url+'/iframe);


So your saying that I need to create a new window at the size of the
iFrame, copy the contents of the iFrame into it AND modify the body
statement of the new document to have a print();self.close(); statement.

Is that right?

It seems like we are right back to where we are with the iFrame that is
already loaded.

Like I said I am new to jQuery and may be missing the obvious here, but I'm
lost as to how to do what your saying (from the already open Greybox) and
also of how to modify the body onload statement of the new document.

Sorry if I seem dense on this.

Chuck