[jQuery] jq.slideviewer.plugin (it's a plugin? i'm not sure)

2007-06-13 Thread GianCarlo Mingati
Hi all. I wanted to write my first plugin and challenge myself with the jq syntax. I ended up with something that is like a component (it should be, but i would appreciate your suggestions and help) of an image gallery. It is a new widget!? i know there are thousands of image sliders, but at last

[jQuery] how do i wait for the images to be fully downloaded?

2007-06-14 Thread GianCarlo Mingati
Hi, the question may not be clear but what i would like to know is how do you get the width of an image AFTER the image has fully downloaded. I use this chunk of code: var pictWidth = this.find(img).width(); where this is the jQuery context. If tested locally (images loads immediately) it works

[jQuery] Re: how do i wait for the images to be fully downloaded?

2007-06-14 Thread GianCarlo Mingati
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html Hi all. It works now, thank you very much, but why couldn't I put only one istance per page? Try yourself if you got the time. I'll work on that too. Grazie! GC On Jun 14, 8:09 pm, Jörn Zaefferer

[jQuery] Re: how do i wait for the images to be fully downloaded?

2007-06-14 Thread GianCarlo Mingati
plain ignorant ... but i try ;-) Any tip agin? Thanks GC On Jun 14, 9:03 pm, Renato Formato [EMAIL PROTECTED] wrote: GianCarlo Mingati ha scritto:http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/i... Hi all. It works now, thank you very much, but why couldn't I put only one

[jQuery] Re: Cheat Sheet for jQuery v1.1.2 (PDF format) grab here.

2007-06-18 Thread GianCarlo Mingati
Good job Nile, thanks! GC On Jun 18, 6:27 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hey, long time jquery fan, I got time today to make One page Cheat Sheet (overview list of function in jquery library ) You know what to do with it, print it, tape it, type it, enjoy it. Download /

[jQuery] Re: problem with animate()...

2007-06-18 Thread GianCarlo Mingati
Hi Byron, i am not an expert but i had the same issue with my sliderView plugin. http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html I looked at your script and i think that if instead of declaring the imagewidth [var imageSize = 180;] you let jq retrieve

[jQuery] Re: Easing rocks

2007-06-21 Thread GianCarlo Mingati
I've made that http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html using easing's expoinout. GC On Jun 21, 11:56 am, george.gsgd [EMAIL PROTECTED] wrote: Isn't that the point of having plugins, for bells and whistles like this? Obviously it's a great

[jQuery] ANNOUCE: slideView plugin released

2007-06-21 Thread GianCarlo Mingati
Hi all. After a bit of trials i ended up with this plugin. http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html Basically it is possible, into any page (blog), to insert an unordered List of images inside a DIV such as div id=myinstantgallery ul

[jQuery] Re: Easing rocks

2007-06-21 Thread GianCarlo Mingati
alexandre, it could be modified as an auto-paging for texts. yes, it should work Try yourself playing with the code: If you look at the plugin, i used var pictWidth = container.find(img).width(); to find dinamically the width of the images so the galleries can slide images of any size. The value

[jQuery] Re: Easing rocks

2007-06-21 Thread GianCarlo Mingati
Done! http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html Added the possibility to customize animation kind and duration. Will rewrite it in english and will add documentation. Anyhow, it's pretty simple. Easing rocks and jQ too!! Ciao! On Jun 21, 3:02

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread GianCarlo Mingati
is that all of the images initially appear sequentially on the page and then the page gets reformatted into the SlideViewer. Its hard to explain it but I've taken a screen cap of it and attached it to this email. FireFox works fine. Rey... GianCarlo Mingati wrote: Hi all. After a bit

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread GianCarlo Mingati
this plugin man!! Great work. Could you please help us out by doing the following: - translate it the page to English - throw in a download link for the plugin itself - List the dependencies (eg: easing plugin and jQuery version) Again, many thanks. This is really cool. Rey GianCarlo

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread GianCarlo Mingati
Rey, r u sure?? Hit F5. GC On Jun 21, 5:03 pm, Rey Bango [EMAIL PROTECTED] wrote: Its not working any longer. When I hit the page, it just displays all of the images. I don't see any JS errors being reported. Rey GianCarlo Mingati wrote: Hi it is something i noticed too but i don't

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-23 Thread GianCarlo Mingati
Hi, http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html the plugin it's ready with some new pictures and a bt of 'documentation' I suggest to use it with small galleris in a post until i've fixed the 'preload' with iE7. GC On Jun 21, 5:42 pm, Rey Bango

[jQuery] slideView plugin (nav auto-selection)

2007-06-25 Thread GianCarlo Mingati
the numbers representing the photos be changed to tiny thumbnails so there would be visual reference? Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of GianCarlo Mingati Sent: Saturday, June 23, 2007 10:59 AM To: jQuery (English) Subject

[jQuery] Re: jCarouselLite - my first plugin - anxiously awaiting comments

2007-06-25 Thread GianCarlo Mingati
Very nice, seems similar to http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html ;-)) GC On Jun 25, 10:36 am, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Thanks, glad you liked it. On 6/24/07, Jean [EMAIL PROTECTED] wrote: very nice! On 6/24/07,

[jQuery] Re: slideView plugin (nav auto-selection)

2007-06-25 Thread GianCarlo Mingati
On Monday 25 June 2007 03:52:58 am GianCarlo Mingati wrote: http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/i... ide-plugin.html Hi all, now when you click a link, a className of current is applied (eg: if you click #6, current class is added to that link and removed

[jQuery] a simple (fake) preloader with CSS (slideViewer)

2007-06-26 Thread GianCarlo Mingati
Hi all, i wasn't able to find a solution for my plugin: preload an unknown number of images in a page without writing their path in an array, or using load vs onload functions or any other (inspiring but too complicated for my level) snippet of code found right here in the list. I was in the

[jQuery] Re: a simple (fake) preloader with CSS (slideViewer)

2007-06-26 Thread GianCarlo Mingati
HI, thanks for the link. GC On Jun 26, 1:22 pm, Mika Tuupola [EMAIL PROTECTED] wrote: On Jun 26, 2007, at 1:04 PM, GianCarlo Mingati wrote: i wasn't able to find a solution for my plugin: preload an unknown number of images in a page without writing their path in an array, or using load

[jQuery] Re: New Plugin: HoverAccordion

2007-06-26 Thread GianCarlo Mingati
I like it! GC On Jun 26, 1:34 pm, Bernd Matzner [EMAIL PROTECTED] wrote: Hello, I'm really excited: My first try at building a jQuery plugin! This is another accordion, but in this case, it's designed to open up by just moving your mouse over an item, just like on

[jQuery] Re: a simple (fake) preloader with CSS (slideViewer)

2007-06-26 Thread GianCarlo Mingati
mmmh but it does not work in Opera! did not get the width of the images... gc On Jun 26, 12:04 pm, GianCarlo Mingati [EMAIL PROTECTED] wrote: Hi all, i wasn't able to find a solution for my plugin: preload an unknown number of images in a page without writing their path in an array

[jQuery] Re: a simple (fake) preloader with CSS (slideViewer)

2007-06-26 Thread GianCarlo Mingati
class and apply the correct CSS class wich of course is set to left: 0; And it does the trick! GC On Jun 26, 2:32 pm, GianCarlo Mingati [EMAIL PROTECTED] wrote: HI, thanks for the link. GC On Jun 26, 1:22 pm, Mika Tuupola [EMAIL PROTECTED] wrote: On Jun 26, 2007, at 1:04 PM, GianCarlo

[jQuery] Re: a simple (fake) preloader with CSS (slideViewer)

2007-06-26 Thread GianCarlo Mingati
;-)) GC On Jun 26, 3:48 pm, Rey Bango [EMAIL PROTECTED] wrote: Very nice work my man! Special thanks to Mike Tuupola for hooking GianCarlo up with that article. Rey GianCarlo Mingati wrote: Fixed! Now the preloader works correctly even in Opera 9. Before only IE7 and FF were

[jQuery] slideViewer now works with the toolTip plugin!

2007-06-27 Thread GianCarlo Mingati
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html Hi all. I think i'm done with this plugin. It is becoming a monster so it's better to leave it as it is now. Added in the past 24H: 1) a tricky preloader wich equally works for FF, Opera and IE7 2) added

[jQuery] Re: slideViewer now works with the toolTip plugin!

2007-06-27 Thread GianCarlo Mingati
bella ;-) ma tu di dove sei? io di roma gc On Jun 27, 4:19 pm, Salvatore FUSTO [EMAIL PROTECTED] wrote: great, paisa' salvatore P.S. è che su queste liste sembriamo degli emigrati stile inizio '900 :) - Original Message - From: GianCarlo Mingati [EMAIL PROTECTED] To: jQuery

[jQuery] Re: slideViewer now works with the toolTip plugin!

2007-06-28 Thread GianCarlo Mingati
Ganeshji ciao, for unknown number i mean that the script (wich is my first attempt at making something with jquery) waits for the images to be fully downloaded before even counting how much of them are present for each gallery and counting that images a new list of links is built. Maybe unknown

[jQuery] Re: slideViewer now works with the toolTip plugin!

2007-06-29 Thread GianCarlo Mingati
Zaefferer [EMAIL PROTECTED] wrote: GianCarlo Mingati wrote: $(div#mygaltwo).slideView({ easeFunc: backinout, easeTime: 1200, toolTip: true }); et voilà, you get a gallery. Now, how cool is that? Great stuff. I love the backinout easing. I consider integration of plugins the toughest part

[jQuery] Re: sort of horizontal scrolling

2007-07-02 Thread GianCarlo Mingati
it. Lets see if i am able to get something out this weekend. :-) -GTG On 6/29/07, GianCarlo Mingati [EMAIL PROTECTED] wrote: Hi all i was investigating at make something like this: http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm but with jquery. does anybody played

[jQuery] Re: NEWS: A Whole Lotta jQuery Love Over at AjaxRain.com

2007-07-02 Thread GianCarlo Mingati
Cool, listed is also my slideViewer plugin and many others! GC On Jul 2, 2:03 am, Rey Bango [EMAIL PROTECTED] wrote: I've been keeping an eye on AjaxRain.com and I just noticed a big update with a boatload of jQuery plugins being listed. Very cool. http://www.ajaxrain.com/index.php Rey...

[jQuery] Re: sort of horizontal scrolling

2007-07-02 Thread GianCarlo Mingati
That's fine. ;-)) Ciao GC On Jul 2, 8:19 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Sorry Gian, I wasn't able to get around to it this weekend... I will try to squeeze out some time over the week... I will keep you posted. -GTG On 7/2/07, GianCarlo Mingati [EMAIL PROTECTED] wrote

[jQuery] Re: jCarouselLite 0.3.0 released

2007-07-03 Thread GianCarlo Mingati
Ganeshji, very nice demo page! You know i'll steal the code for the mouse gestures (mouse x-scroll) as soon it will be ready. ;-) GC On Jul 3, 8:59 am, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Hi friends, I have just released an updated version of jCarouselLite. Now it is in version 0.3.0.

[jQuery] Re: jquery book

2007-07-09 Thread GianCarlo Mingati
_ Karl Swedbergwww.englishrules.comwww.learningjquery.com On Jul 9, 2007, at 5:20 AM, GianCarlo Mingati wrote: Hi, http://www.packtpub.com/jQuery/book the learning jq book is available. unfortunately this is not true for its PDF version wich i would prefer. GC

[jQuery] .trigger(click) // don't work? [newbie]

2007-07-10 Thread GianCarlo Mingati
HI, i have these line on document.ready and using jquery-1.1.3.pack.js (no, not 1.1.3.1): $(function(){ $('#chiamacap').trigger('click'); $(a#chiamacap).bind(click, function(){

[jQuery] Re: .trigger(click) // don't work? [newbie]

2007-07-10 Thread GianCarlo Mingati
;-)... ehm thanks... now it works. It was sufficent to cut and paste it after the click behaviuor experimenting... experimenting... ciao grazie GC

[jQuery] using JSON... and the jQuery book

2007-07-12 Thread GianCarlo Mingati
Hi all. http://www.gcmingati.net/wordpress/wp-content/uploads/jsonhelicopters.html Here's what i learned form the book, chapter 6 (Ajax techniques). I went faster than i expected. The book explains clearly and easily how to dinamically insert content into a page... wow this is hooking me as much

[jQuery] Re: using JSON... and the jQuery book

2007-07-13 Thread GianCarlo Mingati
Jack thank you very much it will be useful ;-) GC On Jul 12, 7:32 pm, Jack Killpatrick [EMAIL PROTECTED] wrote: This might be of interest to you, too: http://code.google.com/p/trimpath/wiki/JavaScriptTemplates It will get you around having to do stuff like: $.each(entry['model'],

[jQuery] ajax newsticker does not work in IE. Any clue?

2007-07-18 Thread GianCarlo Mingati
Hi list, today at work i had to build a news ticker based on XML (Ajax). I'm sponsoring jquery so much that they told me: ok let's see what jquery can do. And voilà, i ended up with this experiment: http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/ The problem is that this

[jQuery] Re: ajax newsticker does not work in IE. Any clue?

2007-07-22 Thread GianCarlo Mingati
,xmlDataSet)[i].childNodes[0].nodeValue to $(entry:eq(+i+)/pb,xmlDataSet).text(); this: $(window).bind(load, function() { setTimeout(Visualizza(),1000); }); should/could be: $(document).ready(function() { setTimeout(Visualizza(),1000); }); On 7/18/07, GianCarlo

[jQuery] differences between $.ajax and $.get (plz help!!!)

2007-07-23 Thread GianCarlo Mingati
Hi list, i'm experimenting with jquery and xml. I really can't understand the difference between $.ajax and $.get If you bought the book 'learning jquery', for xml parsing they always use, or suggest to use (in the examples, but i may wrong) the $.get method to retrieve the contents of an xml

[jQuery] Re: differences between $.ajax and $.get (plz help!!!)

2007-07-23 Thread GianCarlo Mingati
want to find those elements in the XML DOM: $('/rss//item', data).each(function(){ Mike On 7/23/07, GianCarlo Mingati [EMAIL PROTECTED] wrote: Hi list, i'm experimenting with jquery and xml. I really can't understand the difference between $.ajax and $.get If you bought the book

[jQuery] retrieving the width of an element??

2007-07-24 Thread GianCarlo Mingati
.width() is not enough ;-) I have a div with overflow: hidden and it's width is, suppose, 100px; Inside i have a very long P div style=width: 100px; overflow:hidden p style=white-space:nowrap;my v-e-r-y long text, repeated...my v-e- r-y long text, repeated...100 times/p /div the NOWRAP keep my

[jQuery] Re: retrieving the width of an element??

2007-07-24 Thread GianCarlo Mingati
(width) ) should work On Jul 24, 11:25 am, Brandon Aaron [EMAIL PROTECTED] wrote: Is this happening in all the browsers or just a specific browser? -- Brandon Aaron On 7/24/07, GianCarlo Mingati [EMAIL PROTECTED] wrote: .width() is not enough ;-) I have a div with overflow

[jQuery] Re: retrieving the width of an element??

2007-07-24 Thread GianCarlo Mingati
EVERYWHERE :-( On Jul 24, 5:25 pm, Brandon Aaron [EMAIL PROTECTED] wrote: Is this happening in all the browsers or just a specific browser?

[jQuery] Re: retrieving the width of an element??

2007-07-24 Thread GianCarlo Mingati
hi Dan thanks it seems a 'fundamental' tip. i'll try that tomorrow. i've noticed tho that jquery applies an inline style of display:block to elements phaded or moved with the .animate method. am i right? could be a 'problem?' gc. On Jul 24, 9:22 pm, Dan G. Switzer, II [EMAIL PROTECTED] wrote:

[jQuery] Re: retrieving the width of an element??

2007-07-25 Thread GianCarlo Mingati
That worked! Thanks a lot.

[jQuery] Re: jCarouselLite version 0.4.0

2007-07-26 Thread GianCarlo Mingati
that kicks ass. the mouse wheel implementation is a great idea! ;-) GC On Jul 26, 12:28 am, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Hi list, I have updated the jCarouselLite plugin to its next revision - 0.4.0 . The project page is athttp://www.gmarwaha.com/jquery/jcarousellite/index.php

[jQuery] Re: $strip has no properties (??)

2007-07-26 Thread GianCarlo Mingati
/07, GianCarlo Mingati [EMAIL PROTECTED] wrote: Hi list. If yoy have FF with Firebug, and go to this page http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/b... you MAY have an error that pops up that says that $strip has no properties $strip in this script should

[jQuery] Re: $strip has no properties (??)

2007-07-26 Thread GianCarlo Mingati
It works Thank you Cheers GC

[jQuery] $strip has no properties (??)

2007-07-26 Thread GianCarlo Mingati
Hi list. If yoy have FF with Firebug, and go to this page http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/beta/continuous.html you MAY have an error that pops up that says that $strip has no properties $strip in this script should be (should be because i'm 'learning' jquery)

[jQuery] Re: $strip has no properties (??)

2007-07-27 Thread GianCarlo Mingati
Hi, no, inserting a variable that if it's true calls the function that scrolls the P. You gave me the idea. GC On Jul 26, 7:08 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote: do u mean it works if u put it into the $.get() callback? Eitherways, glad it worked -GTG On 7/26/07, GianCarlo

[jQuery] Re: Elements strip for horizontal scroller

2007-07-31 Thread GianCarlo Mingati
My second idea is to use an extra div. The outermost div will be a viewport div and will be set overflow hidden. Inside this will be a product strip div. This will hold the actual product divs. like this, with a 'mask' div (sort-of, maybe):

[jQuery] changing the order of alist

2007-09-06 Thread GianCarlo Mingati
HI all. If possible i would like to have some advice on how to randomize the order of a list. Suppose we have such markup: ul liitem 01/li liitem 02/li liitem 03/li /ul I want something that on page load, changes (hides and rewrite, i guess) my list in a random() order, like that: ul liitem

[jQuery] Re: changing the order of alist

2007-09-06 Thread GianCarlo Mingati
ok, it is better to have the images in an array, and then construct the list. But is there a way with jquery of changing the order of a list? GC On Sep 6, 11:47 am, GianCarlo Mingati [EMAIL PROTECTED] wrote: HI all. If possible i would like to have some advice on how to randomize the order

[jQuery] Re: changing the order of alist

2007-09-12 Thread GianCarlo Mingati
if it's possible. And yes, it is. ;-) GC On Sep 6, 4:45 pm, Renaud [EMAIL PROTECTED] wrote: On 6 sep, 09:02, GianCarlo Mingati [EMAIL PROTECTED] wrote: ok, it is better to have the images in an array, and then construct the list. But is there a way with jquery of changing the order

[jQuery] hiding/showing more than 5 P

2007-09-19 Thread GianCarlo Mingati
Hi guys. I have a DIV with let's say 10 paragraph. I want to show just 5 paragraph on page load and let the users view more (news) by clicking a button, or a link. I ended up with these lines in 10 seconds but i can't made them shorter. Can you? pStart sets the nuber of elements to be showed.

[jQuery] Re: hiding/showing more than 5 P

2007-09-20 Thread GianCarlo Mingati
(); }, function(){ $(#newswrapper p).slice(pStart).hide(); } ); }); This is untested, but should work. On 9/19/07, GianCarlo Mingati [EMAIL PROTECTED] wrote: Hi guys. I have a DIV with let's say 10 paragraph. I want to show just 5 paragraph on page load and let

[jQuery] Re: hiding/showing more than 5 P

2007-09-20 Thread GianCarlo Mingati
, GianCarlo Mingati [EMAIL PROTECTED] wrote: Thanks Ben i'm givin it a try. ;-)) GC On Sep 19, 5:29 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: My bad, change pStart to 5 to get 5 P On 9/19/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Just tested that and it works like a charm

[jQuery] Re: IT Assistant

2007-09-24 Thread GianCarlo Mingati
On Sep 24, 1:17 pm, Gordon [EMAIL PROTECTED] wrote: Well it's finally ready enough to go live so now I can plug the big jQuery-driven project I've been working on. Gordon, that is a really well designed app. I love the way the product-boxes expands, and the overall functionalities. Bravo! GC

[jQuery] Re: hiding/showing more than 5 P

2007-09-25 Thread GianCarlo Mingati
The code above has been used on this tiny homepage. http://www.modostudio.net/ P.S: Giorgio wanted this more/less trigger thing. To me this other attempt http://www.gcmingati.net/tmp/modo/htdocs/index.html was better, but ... he is A friend and i don't want to litigate ;-) GC

[jQuery] jquery 1.2.1 and the easing (1.1.1) plugin (?!!)

2007-09-27 Thread GianCarlo Mingati
hi guys. Has anybody experienced problems since the release of the new jquery 1.2 and it's use in conjunction with the plugin in subject? I found that the expoinout method and all the inout methods do not work anymore smootly. GC

[jQuery] sites using jQuery: www.corriere.it

2007-10-02 Thread GianCarlo Mingati
Hi all, today the new version of corriere.it, one of the most important italian news site has been released. Looking at the source code i see they're using jquery1.2, jcarousel-0.2.0 and jquery.cookie. GCM

[jQuery] Re: superfish (two of them in a page??)

2007-10-02 Thread GianCarlo Mingati
thank you Joel, i'll check this out GC On Oct 2, 4:15 pm, Joel Birch [EMAIL PROTECTED] wrote: Hi GianCarlo, In the CSS, apply a lower z-index to the second Superfish menu and also to it's li elements. Assuming you have class=nav on both menus, change the second one to class=nav second, then

[jQuery] Re: superfish (two of them in a page??)

2007-10-02 Thread GianCarlo Mingati
It works! Thanks alot Joel. GC On Oct 2, 4:15 pm, Joel Birch [EMAIL PROTECTED] wrote: Hi GianCarlo, In the CSS, apply a lower z-index to the second Superfish menu and also to it's li elements. Assuming you have class=nav on both menus, change the second one to class=nav second, then add

[jQuery] slideViewer 1.1

2007-10-08 Thread GianCarlo Mingati
the plugin now works with jquery 1.2 and the jquery.easing.1.2 plugin GC

[jQuery] Re: JSS - New Plug-in

2007-10-08 Thread GianCarlo Mingati
WOW!

[jQuery] Re: slideViewer 1.1

2007-10-08 Thread GianCarlo Mingati
http://www.gcmingati.net/wordpress/2007/09/12/seeing-it-burn-gives-me-the-chills/ integrated in a post, as it was invented for. ;-)) GC

[jQuery] restarting after stop()

2007-10-11 Thread GianCarlo Mingati
Hi all. What's wrong with this? $(function(){ var timing = 5000; var stripWidth; var $strip; $strip = $(#mask p); stripWidth = $strip.width(); containerWidth = $(#mask).width(); var totalTravel = stripWidth+containerWidth; function scrollnews(param){ $strip.animate({left: '-='+

[jQuery] [NEWS] liScroll Plugin

2007-10-15 Thread GianCarlo Mingati
Hi all. http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html This is my scrolling news ticker plugin for jQuery. Ciao GC

[jQuery] Re: liScroll Plugin

2007-10-16 Thread GianCarlo Mingati
your own animation function for this rather than using the built in one. Otherwise good work. George. On Oct 15, 8:33 pm, GianCarlo Mingati [EMAIL PROTECTED] wrote: Hi all.http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/j... This is my scrolling news ticker plugin

[jQuery] Re: [NEWS] liScroll Plugin

2007-10-18 Thread GianCarlo Mingati
if include or not in liScroll. Ciao GC On Oct 17, 9:24 pm, Guy Fraser [EMAIL PROTECTED] wrote: GianCarlo Mingati wrote: Hi all. http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/j... This is my scrolling news ticker plugin for jQuery. Nice plugin. Would it be possible to have

[jQuery] Re: [NEWS] liScroll Plugin

2007-10-18 Thread GianCarlo Mingati
Guy, done that. Now all you need to do is write your UL and give it a class name and a unique id. I'll work on the hoverIntent integration. GC On Oct 17, 9:24 pm, Guy Fraser [EMAIL PROTECTED] wrote: GianCarlo Mingati wrote: Hi all. http://www.gcmingati.net/wordpress/wp-content/lab/jquery

[jQuery] Re: liScroll Plugin

2007-10-18 Thread GianCarlo Mingati
sorry, you need only to give the list an ID GC On Oct 18, 12:48 pm, GianCarlo Mingati [EMAIL PROTECTED] wrote: Guy, done that. Now all you need to do is write your UL and give it a class name and a unique id. I'll work on the hoverIntent integration. GC On Oct 17, 9:24 pm, Guy Fraser

[jQuery] Re: [NEWS] liScroll Plugin

2007-10-18 Thread GianCarlo Mingati
://plugins.learningjquery.com/cluetip/jquery.cluetip.js --Karl _ Karl Swedbergwww.englishrules.comwww.learningjquery.com On Oct 18, 2007, at 6:48 AM, GianCarlo Mingati wrote: Guy, done that. Now all you need to do is write your UL and give it a class name and a unique id. I'll work

[jQuery] Re: Wait plugin

2007-10-31 Thread GianCarlo Mingati
(this is not jQuery, it's based on my new lib): $('li').on('click').setStyle({color: '#ccc'}).and.wait(1).then._('h1').setContent('Hello!') That's cool. Could u tell us more about Your New lib?! GC

[jQuery] Re: popping up an image

2007-11-02 Thread GianCarlo Mingati
try tickbox http://jquery.com/demo/thickbox/ On Nov 2, 9:09 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I tried the lightbox and like it, but it has some problem with my page, so can't be used. I'm looking for something very simple: show a image in a modal window when user click a

[jQuery] OT jQuery plugins user account password

2007-11-26 Thread GianCarlo Mingati
Hi, sorry for the OT. I can't remember my password for the plugin repository. The request new password does not work. Any clue on how to retrieve the password?

[jQuery] Re: OT jQuery plugins user account password

2007-11-26 Thread GianCarlo Mingati
and now? how do i add new plugins GC On Nov 26, 12:48 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I haven't forgotten my password but it won't allow me to login. If i try an request another password nothing happens. On Nov 26, 6:04 am, GianCarlo Mingati [EMAIL PROTECTED] wrote: Hi

[jQuery] Re: OT jQuery plugins user account password

2007-11-26 Thread GianCarlo Mingati
i'm not using gmail as the email to receive the new pass ;-) On Nov 26, 2:21 pm, [EMAIL PROTECTED] wrote: try to look inside your spam folder on gmail... if gmail is what you are using -ark - Original Message - From: GianCarlo Mingati [EMAIL PROTECTED] To: jQuery (English) jquery

[jQuery] Re: OT jQuery plugins user account password

2007-11-26 Thread GianCarlo Mingati
The problem is when you ask for a new password the mail is not sent at all Ark, if you can try logging out and login again. see if you can login GC On Nov 26, 5:20 pm, Flesler [EMAIL PROTECTED] wrote: I do have, but I clean the spam list daily. - Mostrar texto de la cita -

[jQuery] Re: OT jQuery plugins user account password

2007-11-27 Thread GianCarlo Mingati
, [EMAIL PROTECTED] wrote: there seems to be a problem, when trying to change the password I keep getting an error message, I guess we have to wait for the site to sort it out -ark - Original Message - From: GianCarlo Mingati [EMAIL PROTECTED] To: jQuery (English) jquery-en

[jQuery] Re: OT jQuery plugins user account password

2007-11-27 Thread GianCarlo Mingati
. Someone will help us? On Nov 27, 7:07 am, GianCarlo Mingati [EMAIL PROTECTED] wrote: Hey, are somebody going to fix this? I can't login GC On Nov 27, 2:23 am, Flesler [EMAIL PROTECTED] wrote: I do get the reset password email. Over and over, but I can't get to log

[jQuery] Re: Scroll effect

2007-11-29 Thread GianCarlo Mingati
no. this is not that easy, even with jquery ;-P GC On Nov 28, 4:59 pm, Gerson Goulart [EMAIL PROTECTED] wrote: Hey there, Someone know how to do this mouseover scroll efect (in playlist) using jQuery: http://www.flashloaded.com/flashcomponents/flvplayerpro/example1.html Thanks! Gerson.

[jQuery] Re: weird behaviour with slideViewer and Chili 1.9

2007-12-03 Thread GianCarlo Mingati
fixed. Disabled the automatic highlighting ChiliBook.automatic = false; then in $(window).bind(load, funct . wich is the event used by slideviewer: $(code).chili(); and it works. GC On Dec 3, 1:13 pm, GianCarlo Mingati [EMAIL PROTECTED] wrote: Hi all. I've included Chili 1.9

[jQuery] digg widget: Top 10 list from All Topics with CYCLE

2007-12-21 Thread GianCarlo Mingati
Hi all. yesterday i 'pasted' on the sidebar of my blog, the code necessary to display the Digg news widget. Unfortunately i was unhappy with any of the selectable color schemes, so i decided to get an 'unstyled' one on work on that. Then i used the jquery.cycle plugin to rotate the LI elements.

[jQuery] dynamically remove scripts form page

2007-12-21 Thread GianCarlo Mingati
Hi all. I wonder how you remove an external script from a page. In particular i have a problem with a widget from DIGG wich uses jquery 1.1.4. Such widget imports also this version of the framework wich creates conflict with the easing 1.2 plugin because of the easing names. I tried with

[jQuery] Re: dynamically remove scripts form page

2007-12-21 Thread GianCarlo Mingati
(the old one, from Digg) was used as THE framework from the browser, generating errors. I'm quite happy but i'm sure you did not get a word of whati'm saying... sorry for my english BTW merry christmas everybody! GC On Dec 21, 1:51 pm, GianCarlo Mingati [EMAIL PROTECTED] wrote: Hi all. I wonder

[jQuery] chili and jquery 1.2.2

2008-01-22 Thread GianCarlo Mingati
Hi all. I tried to upgrade to jQ 1.2.2 but unfortunately the Chili syntax highlighter have some problem with the new version of jQuery. Anyone else got any issue too? Or is there something i am missing? Ciao GC

[jQuery] jquery reflection plugin

2008-02-02 Thread GianCarlo Mingati
Hi Folks is there any better way to add reflections to the images via the jquery.reflect.js plugin? http://summer.gcmingati.net $subnav.find(img).reflect({height: 0.3, opacity: 0.3}); won't add reflections to the images at the first-visit of the page, with Firefox. It seems (to me) that

[jQuery] Re: jquery reflection plugin

2008-02-03 Thread GianCarlo Mingati
fixed. during the 'development' of the reel scroller, i founded an issue with the jquery.reflect.js plugin. In firefox, even if you call the method when DOM is ready, it seems that the filter won't apply if all images are not already loaded. in IE7 and in Opera9 such issue were not visible, the

[jQuery] sites made with jQuery

2008-02-06 Thread GianCarlo Mingati
Well, it is just my new portfolio but it's made with jQuery! ;-) Plugins used: jquery.reflect.js jquery.safe_mail.js shadowbox-jquery.js http://summer.gcmingati.net Cheers GC

[jQuery] Re: sites made with jQuery

2008-02-07 Thread GianCarlo Mingati
: Very nice, GianCarlo. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of GianCarlo Mingati Sent: Wednesday, February 06, 2008 12:54 AM To: jQuery (English) Subject: [jQuery] sites made with jQuery Well, it is just my new

[jQuery] Re: sites made with jQuery

2008-02-07 Thread GianCarlo Mingati
gracefully. Mike Francisco wrote: Very nice, GianCarlo. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of GianCarlo Mingati Sent: Wednesday, February 06, 2008 12:54 AM To: jQuery (English) Subject: [jQuery] sites made with jQuery

[jQuery] shadowbox+flash preload

2008-02-07 Thread GianCarlo Mingati
nice and degrades gracefully. Mike Francisco wrote: Very nice, GianCarlo. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of GianCarlo Mingati Sent: Wednesday, February 06, 2008 12:54 AM To: jQuery (English) Subject

[jQuery] Re: sites made with jQuery

2008-02-07 Thread GianCarlo Mingati
http://mjijackson.com/2008/01/22/shadowbox-js-media-viewer-1-0-beta/ On Feb 7, 5:23 pm, cfdvlpr [EMAIL PROTECTED] wrote: Can someone please post a link to the shadowbox plugin?

[jQuery] Re: sites made with jQuery

2008-02-11 Thread GianCarlo Mingati
jquery.cookie.js jquery.datePicker.js On Feb 7, 3:07 pm, GianCarlo Mingati [EMAIL PROTECTED] wrote: http://mjijackson.com/2008/01/22/shadowbox-js-media-viewer-1-0-beta/ On Feb 7, 5:23 pm, cfdvlpr [EMAIL PROTECTED] wrote: Can someone please post a link to the shadowbox plugin?

[jQuery] www.na3.it

2008-03-31 Thread GianCarlo Mingati
Hello, this is a new site i've made for an architect. It uses the jquery.cycle plugin for most of the slides. Check out the 'projects' page for a sliding accordion menu. If the items for each sub category contains more than 5 items, a 'sliding' interface is created (check the 'design' catgeory).

[jQuery] Re: www.na3.it

2008-03-31 Thread GianCarlo Mingati
http://www.na3.it On Mar 31, 10:09 am, GianCarlo Mingati [EMAIL PROTECTED] wrote: Hello, this is a new site i've made for an architect. It uses the jquery.cycle plugin for most of the slides. Check out the 'projects' page for a sliding accordion menu. If the items for each sub category

[jQuery] Re: www.na3.it

2008-04-01 Thread GianCarlo Mingati
Hi Chris yep there's a CMS entirely built from scratch by a friend of mine. Since the beginning with this project (all my freelance work is done in my spare time, because I have a full-time job with a banking group), my intent has been to use as much plugins as possible, writing the lightest

[jQuery] Re: Need Special Menu Plugin

2008-04-01 Thread GianCarlo Mingati
Don't know... why do you want to build a CMS with ajax calls? Consider this: you have a page (no frames), you got your animated accordion menu, you click an item and the whole page reloads with the requested components and the menu on the left is kept open on the desired position. Isn't easier?

[jQuery] Re: hide() and floating elements leaves white space

2008-04-02 Thread GianCarlo Mingati
i think you should get a copy of the markup of the entire LI element you want to hide, and pointing to that LI element onclick you .remove() it. To reappend it, store the position of the removed li (.eq(n)), and re - insertAfter() the element that precedes the one you removed... ?? On Apr 2,

  1   2   >