[jQuery] Re: [PLUGIN] JAddTo

2007-12-12 Thread Jason Levine


D'oh!  Thanks for pointing that out.  It should be fixed now.

-- 
View this message in context: 
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14303233.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: [PLUGIN] JAddTo

2007-12-12 Thread Jonathan Sharp
http://www.jasons-toolbox.com/JavaScript/jquery-1.2.1.pack.js 404's..oops!

-js


On Dec 12, 2007 1:58 PM, Jason Levine <[EMAIL PROTECTED]> wrote:

>
>
> This is my first JQuery plugin in awhile.  I needed to put up a series of
> "Add To Digg"-style links on the  http://www.ShootingForACause.com/2008/
> Shooting For A Cause  website.  After collecting the images and links, I
> realized that this would make for a good JQuery plugin.  So I wrote it.
>
> I hereby present  http://www.jasons-toolbox.com/JAddTo/ JAddTo 0.1 .
>  Enjoy!
>
> And if you know of any links that should be added, let me know.  It would
> help if you included an example link and the URL of an image that could be
> included.
> --
> View this message in context:
> http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14302539.html
> Sent from the jQuery General Discussion mailing list archive at Nabble.com
> .
>
>


[jQuery] Re: [PLUGIN] JAddTo

2007-12-12 Thread Benjamin Sterling
Nice work Jason.

On 12/12/07, Jason Levine <[EMAIL PROTECTED]> wrote:
>
>
>
> D'oh!  Thanks for pointing that out.  It should be fixed now.
>
> --
> View this message in context:
> http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14303233.html
> Sent from the jQuery General Discussion mailing list archive at Nabble.com
> .
>
>


-- 
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
http://www.benjaminsterling.com


[jQuery] Re: [PLUGIN] JAddTo

2007-12-12 Thread Jason Levine


By the way, future additions that I plan on incorporating are custom entries
(since I don't think I'd ever come close to having all possible entries) and
fly out effects (kind of a horizontal accordian thing).  For now, though,
this is a good 0.1 release.

-Jason Levine
-- 
View this message in context: 
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14303963.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: [PLUGIN] JAddTo

2007-12-12 Thread David


Nice plugin but the add to example on the page has a spurl links for the 
simpy and smarking icons.


- David

Jason Levine schreef:

This is my first JQuery plugin in awhile.  I needed to put up a series of
"Add To Digg"-style links on the  http://www.ShootingForACause.com/2008/
Shooting For A Cause  website.  After collecting the images and links, I
realized that this would make for a good JQuery plugin.  So I wrote it.

I hereby present  http://www.jasons-toolbox.com/JAddTo/ JAddTo 0.1 .  Enjoy!

And if you know of any links that should be added, let me know.  It would
help if you included an example link and the URL of an image that could be
included.
  




[jQuery] Re: [PLUGIN] JAddTo

2007-12-12 Thread Jörn Zaefferer


Jason Levine schrieb:

This is my first JQuery plugin in awhile.  I needed to put up a series of
"Add To Digg"-style links on the  http://www.ShootingForACause.com/2008/
Shooting For A Cause  website.  After collecting the images and links, I
realized that this would make for a good JQuery plugin.  So I wrote it.

I hereby present  http://www.jasons-toolbox.com/JAddTo/ JAddTo 0.1 .  Enjoy!

And if you know of any links that should be added, let me know.  It would
help if you included an example link and the URL of an image that could be
included.
  
I've never ever got into using digg or whatever on that ever growing 
list is, so I guess I missed the point of social bookmarking entirely. 
On the other hand, I've got about 34 blogs in my feed reader, with at 
least eight having daily activity. Via those I get more then enough 
links to visit, often with a some entertaining or just useful, often 
enough well-written text explaining the value of the link.


So, lacking the basic appreciation of social bookmarking, I find those 
endless lists of meaningless icons, whereever I see them, useless or 
even annoying. Its a bit of bad luck that I felt to express that issue 
right here, because I don't want to rant about your work on the plugin 
or anything.


But maybe someone here can give me an idea whats its all about. Or how 
I'm supposed to identify all those weird icons.


Thanks
Jörn


[jQuery] Re: [PLUGIN] JAddTo

2007-12-12 Thread Jason Levine


Thanks.  That should be fixed now.

-- 
View this message in context: 
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14309325.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: [PLUGIN] JAddTo

2007-12-13 Thread Vincent Majer


thanks, nice work and useful !


Jason Levine a écrit :


This is my first JQuery plugin in awhile.  I needed to put up a series of
"Add To Digg"-style links on the  http://www.ShootingForACause.com/2008/
Shooting For A Cause  website.  After collecting the images and links, I
realized that this would make for a good JQuery plugin.  So I wrote it.

I hereby present  http://www.jasons-toolbox.com/JAddTo/ JAddTo 0.1 .  Enjoy!

And if you know of any links that should be added, let me know.  It would
help if you included an example link and the URL of an image that could be
included.




[jQuery] Re: [PLUGIN] JAddTo

2007-12-13 Thread Andy Matthews

Mind you, I'm not deriding the plugin itself, which seems to work just
dandy. I'm just wondering why you chose to do it via JS vs straight code.

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Matthews
Sent: Thursday, December 13, 2007 8:09 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [PLUGIN] JAddTo


No offense, but why should this be done via Javascript? All it appears to be
is a series of icons linked to their respective websites. Wouldn't it just
be easier to have this as a server side include, or something like that? I
don't see anything in this plugin that should require client-side code.

Just curious. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jason Levine
Sent: Wednesday, December 12, 2007 1:59 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] [PLUGIN] JAddTo



This is my first JQuery plugin in awhile.  I needed to put up a series of
"Add To Digg"-style links on the  http://www.ShootingForACause.com/2008/
Shooting For A Cause  website.  After collecting the images and links, I
realized that this would make for a good JQuery plugin.  So I wrote it.

I hereby present  http://www.jasons-toolbox.com/JAddTo/ JAddTo 0.1 .  Enjoy!

And if you know of any links that should be added, let me know.  It would
help if you included an example link and the URL of an image that could be
included.
--
View this message in context:
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14302539.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.





[jQuery] Re: [PLUGIN] JAddTo

2007-12-13 Thread Jason Levine


I just added some features to JAddTo.  You can now add custom entries.  To
accommodate this, I changed the IncludeSites option from a comma-delimited
string to an array of strings/objects.  If the entry is a string, it uses
the pre-defined list like before.  If, however, the entry is an object, the
script will use the object to determine how the icon should look.

I hope to add some additional options soon like animations (fly-out
effects/menu effects) and the option to show text, icons, or text and icons
in the links.
-- 
View this message in context: 
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14317122.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: [PLUGIN] JAddTo

2007-12-13 Thread Andy Matthews

No offense, but why should this be done via Javascript? All it appears to be
is a series of icons linked to their respective websites. Wouldn't it just
be easier to have this as a server side include, or something like that? I
don't see anything in this plugin that should require client-side code.

Just curious. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jason Levine
Sent: Wednesday, December 12, 2007 1:59 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] [PLUGIN] JAddTo



This is my first JQuery plugin in awhile.  I needed to put up a series of
"Add To Digg"-style links on the  http://www.ShootingForACause.com/2008/
Shooting For A Cause  website.  After collecting the images and links, I
realized that this would make for a good JQuery plugin.  So I wrote it.

I hereby present  http://www.jasons-toolbox.com/JAddTo/ JAddTo 0.1 .  Enjoy!

And if you know of any links that should be added, let me know.  It would
help if you included an example link and the URL of an image that could be
included.
--
View this message in context:
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14302539.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.




[jQuery] Re: [PLUGIN] JAddTo

2007-12-13 Thread Jason Levine


>Mind you, I'm not deriding the plugin itself, which seems to work just
>dandy. I'm just wondering why you chose to do it via JS vs straight code.


Well, part of it was the nature of the site I needed it for.  It was to
appear on a CafePress shop site and while CafePress gives some good options
for changing custom code, I still prefer using my local editor and uploading
the changes via (S)FTP.  After writing out the code normally, I thought
about how it could be generated programmatically.  With server-side
scripting not an option, I thought about linking to a JavaScript file hosted
on the main ShootingForACause.com server.  From there it was a short mental
hop to making a JQuery plugin.  And of course, once I have the plugin
written, there's all sorts of ways to expand it.  (Like my 0.2 release did.)

Plus, it was good experience in writing JQuery plugins.  You can never have
enough experience.  ;-)

Sure it's not the type of plugin that will see wide usage, but it helped me
learn a bit more, it served the purpose it was designed for and was fun to
write.

-Jason Levine
-- 
View this message in context: 
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14317206.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: [PLUGIN] JAddTo

2007-12-13 Thread Andy Matthews

That's a perfect example of why to make it a plugin. For those people who
might not have access to server side programming, your JS is a perfect
solution.

Well done, and in fact I might use it on a site I'M building.


andy 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jason Levine
Sent: Thursday, December 13, 2007 8:38 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [PLUGIN] JAddTo



>Mind you, I'm not deriding the plugin itself, which seems to work just 
>dandy. I'm just wondering why you chose to do it via JS vs straight code.


Well, part of it was the nature of the site I needed it for.  It was to
appear on a CafePress shop site and while CafePress gives some good options
for changing custom code, I still prefer using my local editor and uploading
the changes via (S)FTP.  After writing out the code normally, I thought
about how it could be generated programmatically.  With server-side
scripting not an option, I thought about linking to a JavaScript file hosted
on the main ShootingForACause.com server.  From there it was a short mental
hop to making a JQuery plugin.  And of course, once I have the plugin
written, there's all sorts of ways to expand it.  (Like my 0.2 release did.)

Plus, it was good experience in writing JQuery plugins.  You can never have
enough experience.  ;-)

Sure it's not the type of plugin that will see wide usage, but it helped me
learn a bit more, it served the purpose it was designed for and was fun to
write.

-Jason Levine
--
View this message in context:
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14317206.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.




[jQuery] Re: [PLUGIN] JAddTo

2007-12-15 Thread Jason Levine


I had some more ideas for the plugin and so added them in just now.  This is
rapidly turning from a single-purpose plugin (put "Add To" links on the
page) into something that may be of more general use and something that can
be more customized.

This version adds custom CSS Classes (so more than one JAddTo item can be on
the same page and can look different), adds the ability to hide the title
text, and adds the ability to show the icon titles on the left or right of
the icons (or keep them hidden).

The URL again is:  http://www.jasons-toolbox.com/JAddTo/
-- 
View this message in context: 
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14358425.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.