[jQuery] [Announce] jQuery Session

2008-07-08 Thread Jay Salvat
Hi jQueriers ! Please check a quick plugin which try to simulate session variables in javascript (without ajax or cookies). Source code. http://code.google.com/p/jquery-session/ Demo: http://jaysalvat.com/session/ Usage: $(function() { $.sessionStart(); $.session("var1", "value1");

[jQuery] [ANNOUNCE] markItUp! 1.1 is released!

2008-05-07 Thread Jay Salvat
Hi all, markItUp! 1.1 is released! This release brings thousands bug fixes, better cross-browser compatibility (Mac users will be happy!), removal function, Html preview in templates, and due to popular demand, no more absurd textarea ID moving. Some advanced examples and add-ons have been added

[jQuery] Re: markItUp! input for Jeditable

2008-04-10 Thread Jay Salvat
appelsiini.net/2008/4/markitup-for-jeditablehttp://www.appelsiini.net/projects/jeditable/markitup/markitup.html > > Thanks to Jay Salvat for great plugin! It was incredible easy to work > with (read, I encountered zero problems). > > All feedback and bug reports are welcome. > > -- > Mika Tuupolahttp://www.appelsiini.net/

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-04-03 Thread Jay Salvat
Hi David, Before letting markItUp! go in the wild as an opensource project, I used it for monthes in my personnal needs.I have implemented it in many projects and moving the ID to the container saved me lot of time in some advanced implementations. It's mostly matter of CSS styling/conflicts and

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-04-03 Thread Jay Salvat
").addClass("markItUpEditor"); by > $$.addClass("markItUpEditor"); I hope my explainations and my english will be clear enough to help you. Regards, Jay On 3 avr, 08:30, Olaf Gleba <[EMAIL PROTECTED]> wrote: > Hi Jay. > > Am 23.03.2008 um 19:48

[jQuery] Re: markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-25 Thread Jay Salvat
kItUpEditor" id="" style="margin: auto; padding: > > 0pt; float: none; display: block; width: 100%; height: > > 171px;"> > class="markItUpResizeHandle"> > class="markItUpFooter"> > class="markItUpResizeHandle&

[jQuery] Re: markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-25 Thread Jay Salvat
dered making a single image sprint of the > buttons? That might save some load-time. > > Thanks for your work on this plugin, I use it quite a bit and very > appreciative for it! > > Pax, > - Stan > > On Mar 23, 2:48 pm, Jay Salvat <[EMAIL PROTECTED]> wrote: > >

[jQuery] Re: [ANNOUNCE] markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-25 Thread Jay Salvat
t;+20"}, "fast");}, function() > { > > if (hideDelayTimer) clearTimeout(hideDelayTimer); > hideDelayTimer = setTimeout(function (){ > $("em", this).animate({opacity: "hide", left: "-20"}, "slow"); >

[jQuery] Re: markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-24 Thread Jay Salvat
Wiki page is fixed, thanks. Insertion of element even if Cancel button has been clicked will be fixed in the next release. Thanks for your feedbacks and Diggs. Jay.

[jQuery] Re: jTagEditor Custom Callback

2008-01-22 Thread Jay Salvat
Hi Everyone ! I'm the author of jTagEditor. Thanks Pauly for this great improvement. jTagEditor was an early draft of what i had in mind. I'm finishing a brand new version of jTagEditor now called MarkItUp with many level of callback and possibility to call the editor's features "from the outsid

[jQuery] Re: Kuantic.com

2007-10-03 Thread Jay Salvat
Thanks ! My english is awful so it's hard for me to provide a good description without spending 2 hours Kuantic sells Machine to machine subscriptions (Embbedded GSM) which allow machines to use wireless networks like your cellphones to send or receive data. The site is using homemade jquery pi

[jQuery] [SITE SUBMISSION] Kuantic.com

2007-10-01 Thread Jay Salvat
Hi, My work on my company's website, using lot of jQuery and some homemade plugins :) http://www.kuantic.com/ Jay.

[jQuery] Re: Announce: jQuery copy plugin

2007-07-31 Thread Jay Salvat
Nice! I wanted to develop this feature for my jCodeViewer plugin and the swf is the only cross-browser way to get it. Thanks. Guapo a écrit : > we all know that in ie we can easily copy text to clipboard, but it is > now so easy in fx. this plugin use a swf file to achieve this purpose. > the swf

[jQuery] Re: ANNOUNCE: jTagEditor 1.0 beta

2007-07-30 Thread Jay Salvat
ort for multiple smileys. Can these be improved? > > Excited to hearing your reply. > > Danial > > On 7/26/07, Jay Salvat <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > I'm pleased to announce the birth of jTagEditor 1.0 beta. > > > It

[jQuery] Re: interesting JS "animation", candidate for jQuery plugin

2007-07-30 Thread Jay Salvat
Script code. I missed one of the CSS > styles, though - thanks for catching that: > >.spoilerspan { > visibility: hidden; >} > > -Mike > > > From: Jay Salvat > > > Hi Stephan, > > I took a look to their css file and html code. They use a &

[jQuery] Re: jqShuffle plugin (alpha)

2007-07-30 Thread Jay Salvat
Very very nice job Benjamin! It would be interesting to plugin it on an picture gallery and slideshow. I will work on that shortly. Great plugin. On 30 juil, 19:39, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > I wanted to announce my first plug-in called jqShuffle. It is in alpha > right now

[jQuery] Re: interesting JS "animation", candidate for jQuery plugin

2007-07-29 Thread Jay Salvat
Hi Stephan, I took a look to their css file and html code. They use a simple but smart css trick. No javascript needed here. html my spoiler here css .spoiler { background-image: url(/images/spoilers.gif); border: 1px solid red; } .spoiler span { visibility: hidden; } .spoiler.hover { ba

[jQuery] ANNOUNCE: jCodeViewer

2007-07-28 Thread Jay Salvat
Hi ! Here is a new plugin : jCodeViewer http://www.jaysalvat.com/jquery/jcodeviewer/ It's a light alternative to Chili and turns div, textareas, pre tags in a simple codeviewer with basic syntax coloration. Not as powerfull as Chili or SyntaxHighlighter, but it goes straight to the point. Any fe

[jQuery] Re: ANNOUNCE: jTagEditor 1.0 beta

2007-07-27 Thread Jay Salvat
Thanks for all your precious feedbacks. I fixed few bugs mentionned and try to find out a "smart" way to use the editor from external modules as picture,link or style library. The development of a better and more elegant preview mode that current popup window is already in progress but no Wysiwyg

[jQuery] Re: ANNOUNCE: jTagEditor 1.0 beta

2007-07-27 Thread Jay Salvat
-Karl > > _ > > Karl Swedberg > >www.englishrules.com > >www.learningjquery.com > > > On Jul 26, 2007, at 8:28 AM, Jay Salvat wrote: > > > My apologies ! too much emotion... ;) > > > Here is the url:http://www.jaysalvat.com/jquery/jtagedi

[jQuery] Re: ANNOUNCE: jTagEditor 1.0 beta

2007-07-26 Thread Jay Salvat
My apologies ! too much emotion... ;) Here is the url: http://www.jaysalvat.com/jquery/jtageditor/ Thanks ! Bruce Wang a écrit : > On 7/26/07, Jay Salvat <[EMAIL PROTECTED]> wrote: > > > > > > Hi all, > > > > I'm pleased to announce the birth of j

[jQuery] ANNOUNCE: jTagEditor 1.0 beta

2007-07-26 Thread Jay Salvat
Hi all, I'm pleased to announce the birth of jTagEditor 1.0 beta. It's a small and customizable tag editor wich allows you to turn any textarea in a quick tag editor of any kind (html, wiki, bbcode, textile or any type of tag you want). It includes also some nice features on key events (Ctrl, s

[jQuery] Re: ANNOUNCE: fr.jquery.com/planet

2007-07-21 Thread Jay Salvat
I'm glad to hear about this news. Can't subscribe to the Rss Feed. Richard D. Worth a écrit : > There's a new jQuery planet[1], and it speaks French: > > http://fr.jquery.com/planet > > We've got two french jQuery blogs syndicated so far: > Gastero Prod > jquery.info > > Note: fr.jquery.com

[jQuery] Re: IE6 png hack bug

2007-07-19 Thread Jay Salvat
Hi Kush this bug is due to the IE filters. Try to add "position:relative" to the css of your links Cheers Jay On 19 juil, 04:34, Kush Murod <[EMAIL PROTECTED]> wrote: > Hi guys, > Some of us having difficulty figuring out as to why when applying ie6png > hack onto a link, it doesn't appear

[jQuery] Re: Image change on link hover.

2007-07-19 Thread Jay Salvat
Hi Dan, Use the "alt" tag of your image to store your alternative path. If you're not a XHTML valid integrist, you can also use your own attributes. :) Jay On 18 juil, 21:22, Danjojo <[EMAIL PROTECTED]> wrote: > I have a crude demo working when I hover over a link an image above is > switched

[jQuery] Re: Resizable textarea

2007-07-18 Thread Jay Salvat
Hi, Take a look to this article : http://www.jquery.info/spip.php?article44 and http://www.jquery.info/IMG/html/44_resizehandler.html Sorry it's in French but i think the code lines are talking by themselves. :) Jay Mark a écrit : > Does anyone could combine a textarea with a Drag and Resize