[jQuery] Google group email problem

2007-03-23 Thread Janet Weber
I joined the group but I can't set the email option for indivdual 
emails. Does anyone else have this problem?

Janet

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] loading animation for imagebox

2007-03-06 Thread Janet Weber
Hi Tobbe

Thank you very much. It works okay.

Janet
Torbjorn Tornkvist wrote:
> Janet Weber wrote:
>   
>> Hi Tobbe
>>
>> I tried that but could not add a transparent background color to the 
>> code. Ii came up with errors. And adding it in the css doesn't work 
>> either the program just ignores it,
>> 
>
> I made a quick hack:
>
> http://noneg.tornkvist.org:8080/search.yaws?action=keyword&key=barcelona
>
> Click on the link: Bildspel
> at the top.
>
> The modified code is here:
>
> http://noneg.tornkvist.org:8080/js/imagebox.js
>
> Cheers, Tobbe
>
>   
>>  I think the developer should have thought that not all webpages use a 
>> white background.
>> The way it displays it just looks crappy
>>
>> Janet
>>
>> Torbjorn Tornkvist wrote:
>> 
>>> Janet Weber wrote:
>>>   
>>>   
>>>> Hi
>>>>
>>>> The loading animation for imagebox doesn't display properly. The 
>>>> animation has a white box behind the loading.gif animation and I would 
>>>> like to know how to change that white box to black or transparent?
>>>> 
>>>> 
>>> It is the container div that holds the loading.gif that has a white 
>>> background. Unfortunately, you just can't set it to be transparant
>>> since the white background also functions as the white border around
>>> the image that you load into the very same container.
>>>
>>> A possible solution would be to begin with a transparant background
>>> where the loading.gif start to run. When the image is loaded, change to 
>>> a white background, then change back to transparent when the loading.gif 
>>> is shown, etc
>>>
>>> Cheers, Tobbe
>>>
>>>
>>> ___
>>> jQuery mailing list
>>> discuss@jquery.com
>>> http://jquery.com/discuss/
>>>
>>>   
>>>   
>> 
>>
>> ___
>> jQuery mailing list
>> discuss@jquery.com
>> http://jquery.com/discuss/
>> 
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>   


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] loading animation for imagebox

2007-03-06 Thread Janet Weber

Hi Tobbe

I tried that but could not add a transparent background color to the 
code. Ii came up with errors. And adding it in the css doesn't work 
either the program just ignores it,


I think the developer should have thought that not all webpages use a 
white background.

The way it displays it just looks crappy

Janet

Torbjorn Tornkvist wrote:

Janet Weber wrote:
  

Hi

The loading animation for imagebox doesn't display properly. The 
animation has a white box behind the loading.gif animation and I would 
like to know how to change that white box to black or transparent?



It is the container div that holds the loading.gif that has a white 
background. Unfortunately, you just can't set it to be transparant

since the white background also functions as the white border around
the image that you load into the very same container.

A possible solution would be to begin with a transparant background
where the loading.gif start to run. When the image is loaded, change to 
a white background, then change back to transparent when the loading.gif 
is shown, etc


Cheers, Tobbe


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

  


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] loading animation for imagebox

2007-03-05 Thread Janet Weber
Hi

The loading animation for imagebox doesn't display properly. The 
animation has a white box behind the loading.gif animation and I would 
like to know how to change that white box to black or transparent?

Also if anyone is interested there is a website that will generate 
loading animations for you. the link is http://www.ajaxload.info/ .

Janet


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Enhancements to Imagebox

2007-03-02 Thread Janet Weber
Hi Tobbe

I don't know, I tried the following setting inthe thickbox.css file but it
didn't work:

#ImageBoxLoader
{
background-color: transparent;
}

I don't know if the problem is with jQuery or Interface. The loading.gif
does have a transparent background so it should display as such. The
interface demo is on a white background so it is hard to tell if it is using
transparency.

Janet Weber

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Torbjorn Tornkvist
Sent: Friday, March 02, 2007 3:08 AM
To: discuss@jquery.com
Subject: Re: [jQuery] Enhancements to Imagebox


Janet Weber wrote:
> Hi Tobbe
> I was wandering if you noticed that the loading.gif graphic dosen't have a
> transparent background?

Hm...yes, when you mention it :-)

So how do I make its background transparent?
I'm no good at doing graphics like that.

Cheers, Tobbe

>
> Janet
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Behalf Of Torbjorn Tornkvist
> Sent: Thursday, March 01, 2007 8:14 PM
> To: discuss@jquery.com
> Subject: [jQuery] Enhancements to Imagebox
>
>
> Hi,
>
> I've done some enhancements to Imagebox that may be of general interest.
>
> Added:
> + a stop() function that undo what init() does.
> + a closeHook option that is called when Imagebox is closed.
> + a nextImage2 and prevImage2 element that are placed to the left of
> closeHTML
>
> I'm not sure what the process is when contributing code but the
> code can be found here (for a while):
>
> http://noneg.tornkvist.org:8080/js/imagebox.js
>
> It is based on what I checked out from svn some hours ago.
>
> For an example of the new functionality, see:
>
>
http://noneg.tornkvist.org:8080/search.yaws?adonly=false&action=keyword&ke
> y=barcelona
>
> Click on the link named: Bildspel
> at the top.
>
> Cheers, Tobbe
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Enhancements to Imagebox

2007-03-01 Thread Janet Weber
Hi Tobbe
I was wandering if you noticed that the loading.gif graphic dosen't have a
transparent background?

Janet

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Torbjorn Tornkvist
Sent: Thursday, March 01, 2007 8:14 PM
To: discuss@jquery.com
Subject: [jQuery] Enhancements to Imagebox


Hi,

I've done some enhancements to Imagebox that may be of general interest.

Added:
+ a stop() function that undo what init() does.
+ a closeHook option that is called when Imagebox is closed.
+ a nextImage2 and prevImage2 element that are placed to the left of
closeHTML

I'm not sure what the process is when contributing code but the
code can be found here (for a while):

http://noneg.tornkvist.org:8080/js/imagebox.js

It is based on what I checked out from svn some hours ago.

For an example of the new functionality, see:

  http://noneg.tornkvist.org:8080/search.yaws?adonly=false&action=keyword&ke
y=barcelona

Click on the link named: Bildspel
at the top.

Cheers, Tobbe


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Path problem with Imagebox

2007-03-01 Thread Janet Weber
Hi Benjamin

You where right about the php. All that I added to the file to fix the
problem was to add ?> and \n";
?>
addCustomHeadTag($html);

It works.Knock on wood

Janet


  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Benjamin Sterling
  Sent: Thursday, March 01, 2007 7:57 PM
  To: jQuery Discussion.
  Subject: Re: [jQuery] Path problem with Imagebox


  Janet,
  I am just jumping in here, but those errors you are getting are php
errors.  So, if you need to add the javascript code to the page, you need to
make sure you put it outside of the php tags.

  

  
  


  --
  Benjamin Sterling
  http://www.KenzoMedia.com
  http://www.KenzoHosting.com
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Path problem with Imagebox

2007-03-01 Thread Janet Weber
Hi Andrea

The code causes a "Parse error: syntax error, unexpected '<' in
/home/janet/public_html/mambots/content/mosthickbox.php on line 32" no
matter where I out it in the file,

Janet

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Andrea Ercolino
Sent: Thursday, March 01, 2007 12:32 PM
To: discuss@jquery.com
Subject: Re: [jQuery] Path problem with Imagebox



I don't know... are you sure you replaced the square brackets?


Janet Weber wrote:
>
> Hi Andrea
>
> I tried that, but I get an error message when I modify the index.php of
> the
> plugin. It says there is a T_string error in the  type="text/javascript"> line.
>
> Janet
>
> -Original Message-
> From: [EMAIL PROTECTED] [<a  rel="nofollow" href="mailto:[EMAIL">mailto:[EMAIL</a> PROTECTED]
> Behalf Of Andrea Ercolino
> Sent: Thursday, March 01, 2007 12:10 PM
> To: discuss@jquery.com
> Subject: Re: [jQuery] Path problem with Imagebox
>
>
>
> Sorry, disregard my previous message.
>
> Here is what you need:
>
> <script type="text/javascript">
> $(document).ready(
>   function()
>   {
>   $.ImageBox.init(
>   {
>   loaderSRC: 'images/imagebox/loading.gif',
>   closeHTML: '[img 
> src="images/imagebox/close.jpg" /]'
>   }
>   );
>   }
> );
> 
> This snippet appears inside the imagebox example. You sholud put it also
> inside your page, with the two paths properly configured. Maybe you need
> to
> use different relative paths. You could try by using an absolute path at
> first, to see that it works, and then try to deg a relative path from
> there.
>
> Also please note that I had to use a trick in the snippet above for
> posting
> it here: I replaced the angle brackets in closeHTML with square ones, just
> put them back in :-) or copy that snippet from
> http://interface.eyecon.ro/demos/imagebox.html
>
> --Andrea
>
>
> Janet Weber wrote:
>>
>> Hi
>>
>> I use Joomla and it is installed in the root of my website. hence I don't
>> use a \Joomla directory.
>>
>> I can't get ImageBox the work right in this configuration. When the box
>> opens it doesn't display the loading graphic and when the box is open is
>> doesn't display the close button at all.
>>
>> I have install the same plug-in in my test system where Joomla is install
>> in
>> the /joomla directory and imagebox works fine.
>>
>> How do I fix this problem?
>>
>> Thank you
>>
>> Janet Weber
>>
>>
>> ___
>> jQuery mailing list
>> discuss@jquery.com
>> http://jquery.com/discuss/
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/Path-problem-with-Imagebox-tf3328033.html#a9253797
> Sent from the JQuery mailing list archive at Nabble.com.
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>

--
View this message in context:
http://www.nabble.com/Path-problem-with-Imagebox-tf3328033.html#a9254297
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Path problem with Imagebox

2007-03-01 Thread Janet Weber
Hi Andrea

I tried that, but I get an error message when I modify the index.php of the
plugin. It says there is a T_string error in the  line.

Janet

-Original Message-
From: [EMAIL PROTECTED] [<a  rel="nofollow" href="mailto:[EMAIL">mailto:[EMAIL</a> PROTECTED]
Behalf Of Andrea Ercolino
Sent: Thursday, March 01, 2007 12:10 PM
To: discuss@jquery.com
Subject: Re: [jQuery] Path problem with Imagebox



Sorry, disregard my previous message.

Here is what you need:

<script type="text/javascript">
$(document).ready(
function()
{
$.ImageBox.init(
{
loaderSRC: 'images/imagebox/loading.gif',
closeHTML: '[img 
src="images/imagebox/close.jpg" /]'
}
);
}
);

This snippet appears inside the imagebox example. You sholud put it also
inside your page, with the two paths properly configured. Maybe you need to
use different relative paths. You could try by using an absolute path at
first, to see that it works, and then try to deg a relative path from there.

Also please note that I had to use a trick in the snippet above for posting
it here: I replaced the angle brackets in closeHTML with square ones, just
put them back in :-) or copy that snippet from
http://interface.eyecon.ro/demos/imagebox.html

--Andrea


Janet Weber wrote:
>
> Hi
>
> I use Joomla and it is installed in the root of my website. hence I don't
> use a \Joomla directory.
>
> I can't get ImageBox the work right in this configuration. When the box
> opens it doesn't display the loading graphic and when the box is open is
> doesn't display the close button at all.
>
> I have install the same plug-in in my test system where Joomla is install
> in
> the /joomla directory and imagebox works fine.
>
> How do I fix this problem?
>
> Thank you
>
> Janet Weber
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>

--
View this message in context:
http://www.nabble.com/Path-problem-with-Imagebox-tf3328033.html#a9253797
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Path problem with Imagebox

2007-03-01 Thread Janet Weber
Hi

I use Joomla and it is installed in the root of my website. hence I don't
use a \Joomla directory.

I can't get ImageBox the work right in this configuration. When the box
opens it doesn't display the loading graphic and when the box is open is
doesn't display the close button at all.

I have install the same plug-in in my test system where Joomla is install in
the /joomla directory and imagebox works fine.

How do I fix this problem?

Thank you

Janet Weber


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] ImageBox Problem - close and loading images not displaying

2007-02-28 Thread Janet Weber
Hi

I can't get the close and loading images to display and would like to know
if that is a bug or a directory path problem on my part? If the latter I
would like to know which directory Imagebox is expecting to find the files
in?

Thank you,
Janet Weber


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Imagebox display problem

2007-02-27 Thread Janet Weber
Hi Benjamin

Imagebox just dosen't display on top of my webpage. Itried chaning the the
imagebox code so the z-index was hight than the webpage contents but it
didn't work. There are several point in the code for imagebox that use
z-index, so I figured if I changed these I could get the box the diplay on
top of everything.

Janet
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Benjamin Sterling
  Sent: Tuesday, February 27, 2007 4:41 PM
  To: jQuery Discussion.
  Subject: Re: [jQuery] Imagebox display problem


  Try the style sheet first, if that does not work, try the code.  Def try
the style sheet first tho.

  But why do you set the zindex for the page in the first place for?  If you
don't mind me asking?


  --
  Benjamin Sterling
  http://www.KenzoMedia.com
  http://www.KenzoHosting.com
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Imagebox display problem

2007-02-27 Thread Janet Weber
Hi Benjamin

Where would i change this? In the stylesheet or the script file?

Janet
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Benjamin Sterling
  Sent: Tuesday, February 27, 2007 3:16 PM
  To: jQuery Discussion.
  Subject: Re: [jQuery] Imagebox display problem


  I see that ImageBoxOuterContainer does not have a zindex at all, try
setting that because wrapper has a zindex of 1 and ImageBoxOuterContainer
may be getting a 0 index.


  --
  Benjamin Sterling
  http://www.KenzoMedia.com
  http://www.KenzoHosting.com
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Imagebox display problem

2007-02-27 Thread Janet Weber
Hi Benjamin

http://www.janetweberdesign.com/index.php

Just click one any of the three picture in the thickbox demo article to see
the problem.

Janet
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Benjamin Sterling
  Sent: Tuesday, February 27, 2007 2:16 PM
  To: jQuery Discussion.
  Subject: Re: [jQuery] Imagebox display problem


  can u post a link?

  --
  Benjamin Sterling
  http://www.KenzoMedia.com
  http://www.KenzoHosting.com
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Imagebox display problem

2007-02-27 Thread Janet Weber
Hi

Is there a problem with imagebox not displaying properly on websites that
use z-index in there stylesheets. I can seem the get imagfebox to display in
front of the content. It alway displaysunder the content but in front of the
background image. Is there a way to fix this problem?

Thank you
Janet


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-26 Thread Janet Weber
Sounds good
How about building in thumbails so you only have to refer to the main image.

Janet

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Klaus Hartl
Sent: Monday, February 26, 2007 9:06 AM
To: jQuery Discussion.
Subject: [jQuery] ANNOUNCE: Thickbox Reloaded alpha


Hi jQuerians,

I just committed what I would call Thickbox Reloaded alpha version. It
may look the same pretty much, but is a complete rewrite.

Here's what's new:

* Chainable method to bind Thickbox to links and forms (makes it easy
for content that gets loaded/created later on).
* Totally unobtrusive: no classes needed for links, no params in URL.
* Confirm type Thickbox, triggered automatically by binding Thickbox to
a form. If "yes" the form gets submitted unless a custom callback is
defined (for example for Ajax submitting)
* Automatic type detection depending on type of element, respectively on
type of link:
 image: href is an image
 content: href is a hash
 ajax: href is internal and not image
 iframe: href is external and not image
 confirm: element is form
* Improved UI blocking (Thanks to Mike "Malsup" and the BlockUI plugin)
* Options for width/height are now passed in as settings object literal
or are stored as default values via $.thickbox.defaults({ width: 300,
height: 400 })
* Options top/left positioning (instead of centering), unit defaults to 'px'
* Easier skinning: The look is completely separated into an extra style
sheet
* Scrolling via mousewheel/touchpad is blocked
* Lets you define custom animations for showing the modal window via
settings
* Requires jQuery 1.1.1

Maybe I have forgotten something.

I thought of including the required style sheets dynamically, but you
would still have to include the path somehow.

You can also have a look here (besides repository):
http://stilbuero.de/jquery/thickbox_reloaded/

Please note that I haven't tested in other browsers than Firefox yet. I
just thought I'd like to request some feedback/code review first!


-- Klaus

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] PNGs in IE

2007-02-22 Thread Janet Weber
HI

There are 2 plugins that fix this problem. Just search the Joomla extensions 
for them.

Janet
- Original Message - 
From: "schnuck" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, February 22, 2007 6:19 AM
Subject: [jQuery] PNGs in IE


>
> anyone knows of a jquery plugin that fixes PNG transparency in IE 5.5, 6?
> or any ideas please?
>
> tia,
>
> s
>
> -- 
> View this message in context: 
> http://www.nabble.com/PNGs-in-IE-tf3272202.html#a9098109
> Sent from the JQuery mailing list archive at Nabble.com.
>
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/ 


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Interface 1.1.1 - imagebox

2007-01-25 Thread Janet Weber
Hi
 I want to design my own buttons for the imagebox but I don't know the 
demenios to use (30px x 30px).

Janet
- Original Message - 
From: "Tim Gossett" <[EMAIL PROTECTED]>
To: "jQuery Discussion." 
Sent: Thursday, January 25, 2007 4:32 PM
Subject: Re: [jQuery] Interface 1.1.1 - imagebox


The short answer is that the dimensions of the next and previous
elements are calculated: half the width of the current image, 100% the
height.

If you have the (uncompressed) source, take a look at imagebox.js
around line 515:

prevImageEl.css({
left : jQuery.ImageBox.options.border + 'px',
top : jQuery.ImageBox.options.border + 'px',
width : containerW/2 - jQuery.ImageBox.options.border * 3 + 'px',
height : containerH - jQuery.ImageBox.options.border * 2 + 'px'
})…

and similar for nextImageEl. You can style the close button with
#ImageBoxClose (line 240).

The only way to change this is the edit imagebox.js yourself. You may
want to copy it first, then edit the copy, and include that copy right
after you include interface.

Take a look at a modification I did at http://mrgossett.com/jQuery/imagebox/

--
Tim is MrGossett

On 1/25/07, Janet Weber <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi
> Dose anyone know what are the demnsions of the next, previous,close images
> for imagebox are?
>
> Janet
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>
>

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/ 


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Interface 1.1.1 - imagebox

2007-01-25 Thread Janet Weber
Hi
Dose anyone know what are the demnsions of the next, previous,close images for 
imagebox are?

Janet___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/