[jQuery] jMaps: Unable to continue, in need of new maintainer.

2009-02-06 Thread Tane Piper
for a maintainer or maintainers to take over the project and continue to improve it and fix any bugs. The maintainer would take control of this group and the google code repository. If you think you are up to the task, please email me off the list. Thanks, Tane Piper

[jQuery] Re: jMaps Updates

2008-11-09 Thread Tane Piper
Another fair point. I've pushed r61 which contains these changes and updated documentation. On Nov 9, 4:20 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > var valid = SearchCode(result.code) > > > looks nicer than: > > > var valid = Mapifies.SearchCode(result.code) or var valid = > > jQuery('#map'

[jQuery] Re: jMaps Updates

2008-11-09 Thread Tane Piper
Hey Mike, No thats an absolutly fair point and if you can suggest anything? I don't want to have them as plugin functions, unlike getCenter and getBounds as these are specific to the map. The functions you are talking about are helper functions to be used anywhere within the application, so: v

[jQuery] Re: jMaps Updates

2008-11-09 Thread Tane Piper
http://jmaps.googlecode.com/files/jquery.jmap-r59.js If you would like to see any more example uses, please get in touch and please remember to use the issue tracker to mark any bugs. Thanks, Tane On Nov 8, 10:26 pm, Tane Piper <[EMAIL PROTECTED]> wrote: > Hey folks, > > I have

[jQuery] jMaps Updates

2008-11-08 Thread Tane Piper
togenerated from the source, so you can look into it if your stuck: http://code.google.com/p/jmaps/source/browse/trunk/dist/jquery.jmap.js Please feel free to leave any issues on the tracker, or if you have any questions please get in touch. Thanks, -- Tane Piper http://digitalspaghetti.me.uk

[jQuery] Re: New jMaps Release

2008-10-14 Thread Tane Piper
); $('.remove- streetview').click(function(){ view.remove(); }); }); This will let you see the streetview in another port from the map, and with toggle and remove buttons to show you

[jQuery] New jMaps Release

2008-10-14 Thread Tane Piper
!directions.getStatus().code == 200) { jQuery('#directions').html('Directions cannot be found'); return false; } return true; }); Anyway, feel free to poke and prod at the code and feel free to feedback any issues. There is a public tracker on the repo above that you can raise tickets to as well. Thanks, Tane -- Tane Piper http://digitalspaghetti.me.uk twitter: http://twitter.com/tanepiper

[jQuery] Re: Concat

2008-05-17 Thread Tane Piper
var imagename = $('a').attr('href'); var newname = 'M' + imagename; $('a').attr('href', newname); eppytx wrote: > I have the following jquery in an "gallery" page: > > $(document).ready(function(){ > $("#thumbnail a").click(function(){ > $("#picture a").attr({"href": $(this).a

[jQuery] [Announce] Password Strength Meter 2 release

2008-05-17 Thread Tane Piper
on YUI - I suggest anyone serious about JavaScript development to check them out. Any comments and feedback are welcome. ==== Tane Piper Freelance Developer http://digitalspaghetti.me.uk

[jQuery] Re: getJSON Callback not firing

2008-05-09 Thread Tane Piper
Never mind, worked it out in the end. On 9 May, 13:45, Tane Piper <[EMAIL PROTECTED]> wrote: > Hey folks, > > I'm trying to work on some cross-site stuff, and I'm using JSON between > the domains to transfer the data. > > In my below code, the code fires the .

[jQuery] getJSON Callback not firing

2008-05-09 Thread Tane Piper
ot;title":"Test 2","type":"story"}) It was contained in square brackets before like [{...}], but I changed it to () based on previous entries on the group, however it still will not go into the callback function. Does anyone have any idea what's going wrong here?? Thanks Tane Piper http://digitalspaghetti.me.uk

[jQuery] Re: jMaps3 RC1 Released

2008-04-22 Thread Tane Piper
ng markers. I see addMarker is > documented is there a removeMarker? > > > On Apr 20, 7:29 am, "Tane Piper" <[EMAIL PROTECTED]> > wrote: > > > Hey folks, > > > > Today I am happy to announce that jMaps version 3 has been released > > to

[jQuery] [Announce] jMaps3 RC1 Released

2008-04-20 Thread Tane Piper
n too. Id also like to get more feedback from users on where the plugin works well and not so well, and improve this for version 3.1. I'd also appreciate feedback on the documentation if its not very clear. -- Tane Piper Blog - http://digitalspaghetti.me.uk Skype: digitalspaghetti This ema

[jQuery] [ANNOUNCE] Release of jMaps 2.1 RC1

2008-03-04 Thread Tane Piper
documented with basic examples. I'd appreciate any feedback and bug testing - I am currently setting up a public issue tracker, but in the meantime you can email me directly, especially any patches are apprciated. -- Tane Piper Blog - http://digitalspaghetti.me.uk Skype: digitalspaghetti Wii: 4734

[jQuery] Re: Geocoding with Google Maps while a page is loading

2007-12-03 Thread Tane Piper
ode; > if (reasons[result.Status.code]) { > reason = reasons[result.Status.code] > } > alert('Could not find "'+search+ '" ' + reason); > } > } > ); > } > } > > // display a warning if the browser was not compatible > else { > alert("Sorry, the Google Maps API is not compatible with this > browser"); > } > > }); > -- Tane Piper Blog - http://digitalspaghetti.me.uk AJAX Pastebin - http://pastemonkey.org This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] [Announce] Release of jMap2 API

2007-11-17 Thread Tane Piper
ood start towards a new, more stable API. Feel free to leave comments, I’d love to hear your opinions - especially on what features to concentrate on and any optimization of code. Have fun! -- [[[ Tane Piper ]]] Blog - http://digitalspaghetti.me.uk This email is: [ x ] blogable [ ] ask first [ ] private

[jQuery] Re: "Universal Programming Language" concept...

2007-11-08 Thread Tane Piper
gt; > Not to "spam" but if anyone is interested in a "Universal Programming > > Language" concept please visit the URL below. I respect the people of > > this group, so I wanted to spread the word. > > -- Tane Piper Blog - http://digitalspaghetti.me.uk AJAX P

[jQuery] Re: Guess who is using jquery, too?

2007-11-02 Thread Tane Piper
wrote: > > Take a look at the source from http://code.google.com > :-) > > Regards, frank > > -- Tane Piper Blog - http://digitalspaghetti.me.uk AJAX Pastebin - http://pastemonkey.org This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: How do you do Client/Server interaction? (CakePHP/JSON/jQuery)

2007-11-02 Thread Tane Piper
Just to let you all know, I've put up a tutorial explaining it a bit more here: http://digitalspaghetti.me.uk/2007/11/02/developing-a-persistent-javascript-variable-with-cakephp-12-jquery/ Please feel free to comment as it probably could be improved upon. On 02/11/2007, Tane Piper &l

[jQuery] Re: How do you do Client/Server interaction? (CakePHP/JSON/jQuery)

2007-11-01 Thread Tane Piper
me, I can simply call it with: Pastemonkey.sitename Hope this helps out a few people, and I intend to write a more thorough blog about it tomorrow. On 01/11/2007, Tane Piper <[EMAIL PROTECTED]> wrote: > Apologies for the cross posting here, but I myself am at a bit of a > crossroad

[jQuery] How do you do Client/Server interaction? (CakePHP/JSON/jQuery)

2007-11-01 Thread Tane Piper
ttach to. e.g: Pastemonkey.Settings.sitename Pastemonkey.Comments[0] Pastemonkey.User.Colour.Header etc I'm basically looking for the cleanest way to handle persistent data from my server side that I can use client side with jQuery. Thanks -- Tane Piper Blog - http://digitalspaghetti.me.uk AJAX Pastebin - http://pastemonkey.org This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: LiveQuery (Discuss Please)

2007-11-01 Thread Tane Piper
in speed in my app since I removed a lot of livequery. On 01/11/2007, Tane Piper <[EMAIL PROTECTED]> wrote: > Here's my 2p > > I've recently been using livequery a lot on my pastebin app - however > I've been taking it out again, and I really wonder if it should

[jQuery] Re: LiveQuery (Discuss Please)

2007-11-01 Thread Tane Piper
as far as I'm concerned, livequery is the biggest advance in jQuery > > since > > > its inception (no, I am not its author). I'm trying to understand why > > it's > > > having such a slow rate of adoption. > > > > > > -- > Yehuda Katz

[jQuery] Re: [INTERESTING PLUGIN] Wait plugin

2007-10-30 Thread Tane Piper
t;, etc. > > I can't see this being all that large in size. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Tane Piper > Sent: Tuesday, October 30, 2007 12:32 PM > To: jquery-en@googlegroups.com > Subject: [

[jQuery] [INTERESTING PLUGIN] Wait plugin

2007-10-30 Thread Tane Piper
0 }, 1000); To me, this makes a lot of sense, and also looks more jQuery-like. Kudos for the developer for making this one. -- Tane Piper Blog - http://digitalspaghetti.me.uk AJAX Pastebin - http://pastemonkey.org This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: Jquery 1.2 API

2007-10-26 Thread Tane Piper
t in the works? > Glen > > > On 10/26/07, Tane Piper <[EMAIL PROTECTED]> wrote: > > > > The docs have been moved to the Wiki: > > > > http://docs.jquery.com/Main_Page > > > > On 26/10/2007, Josh Ain <[EMAIL PROTECTED] > wrote: > >

[jQuery] Re: Jquery 1.2 API

2007-10-26 Thread Tane Piper
able for > browsing the jquery 1.2 api? > > Thanks, > > Josh Ain > ITA Software > -- Tane Piper Blog - http://digitalspaghetti.me.uk AJAX Pastebin - http://pastemonkey.org This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: pulling my hair out with validation plugin and radio/checkboxes

2007-10-25 Thread Tane Piper
7;t figure it out though until I > hit 'send'. Just typing it up is not enough! :) > > I realized Jorn was included an additional label for the radio buttons > and it is used for displaying errors... > > Jim > -- Tane Piper Blog - http://digitalspaghetti.me.uk AJAX Pastebin - http://pastemonkey.org This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Live Query + History Remote plugin issues

2007-10-23 Thread Tane Piper
History plugin, as inside the .remote() function, there is a click bind within the function. However any attempts to debug it have failed. Can anyone help out with this? -- Tane Piper Blog - http://digitalspaghetti.me.uk AJAX Pastebin - http://pastemonkey.org This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: the jquery logo

2007-10-03 Thread Tane Piper
ROTECTED]> wrote: > > Whoops, bad link. Here it is: > http://users.tpg.com.au/j_birch/plugins/superfish/img/jQuery-alpha-trans.png > -- Tane Piper Blog - http://digitalspaghetti.me.uk AJAX Pastebin - http://pastemonkey.org This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] [Site Submission] pastemonkey.org now live!

2007-10-01 Thread Tane Piper
posts. Hopefully you will all find it useful, and I am happy to offer subdomains to any communities that may want to use the bin (or you can host your own if you dare!), and please submit any bugs or enhancements at http://code.google.com/p/pastemonkey/issues/list -- Tane Piper Blog -

[jQuery] Timeout on a .getScript()

2007-10-01 Thread Tane Piper
', 'timeout', function(){ ..Code in here for sucess. }, function() { .Code in here for fail to get within timeout. }): -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: Plug-in Developers...

2007-10-01 Thread Tane Piper
m Members, if it's not already there, please consider > > > > offering a "bottom-up", "nothing-assumed", "Quick Start Guide" to > > > > whatever is being explained. That's where newbies will almost always > > > > turn for a quick, gratifying experience. After success with that, they > > > > dig deeper as the addiction grows! > > > > > > > > Thanks for listening (or rather, reading)! > > > > > > > > Rick > > > > > > -- > Benjamin Sterling > http://www.KenzoMedia.com > http://www.KenzoHosting.com > http://www.benjaminsterling.com > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Ignoring field within whole DIV

2007-09-30 Thread Tane Piper
$ using .noConflict. I've tried using :not but couldn't get it to work. Can anyone help? -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: Paste Monkey Beta Launched

2007-09-29 Thread Tane Piper
gt; > I been cruisin't the web since the dawn of web time... > > and well... its ugly! Yet cute... kinda like the monkey... > > But what the hell is it??? > :P > > Seriously. > > > On Sep 28, 1:24 pm, "Tane Piper" <[EMAIL PROTECTED]> > wrote:

[jQuery] Re: Paste Monkey Beta Launched

2007-09-28 Thread Tane Piper
> monkey. > > Btw, how is your cake_jquery_cms work going? =) > Well, assuming the speed gains in Chili 1.9 that argument isn't that > reasonable any more :-) > > -- Jörn > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: Paste Monkey Beta Launched

2007-09-27 Thread Tane Piper
re CSS related, but since > it's still beta I'll cut ya some slack. =P Keep up the good work. > > > > ~Sean > > > > > > -- > Joan Piedra || Frontend web developer > http://www.justaquit.com/ || http://www.joanpiedra.com/ -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Paste Monkey Beta Launched

2007-09-26 Thread Tane Piper
please do not use for anything important. -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: [SITE SUBMISSION] Google Code

2007-09-18 Thread Tane Piper
hem to this URL: > > http://code.google.com/ > > The way I see it is if Google feels confident enough to use jQuery, then > that speaks volumes and the naysayers can take a hike! > > Rey... > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: idea to track plugin updates: myJquery.com

2007-09-17 Thread Tane Piper
lf understandable? > > thank you for your attention, > > Alexandre > > > > Ce message Envoi est certifié sans virus connu. > Analyse effectuée par AVG. > Version: 7.5.485 / Base de données virus: 269.13.21/1012 - Date: 16/09/2007 > 18:32 > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: OT: Hosting Service

2007-09-15 Thread Tane Piper
> > >1. Wordpress > > >2. PHP > > >3. Free Parked Domains > > >4. Sub Domains > > >5. Fast > > >6. Reliable > > >7. Nice UI > > >8. Inexpensive. > > > > > > Anyone have experience with bluehost.com <http://bluehost.com>? > > > > > > Thanks, > > > > > > Glen > > > > > > -- > Benjamin Sterling > http://www.KenzoMedia.com > http://www.KenzoHosting.com -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] [NEWS] Firebug 1.1 Beta Released

2007-09-13 Thread Tane Piper
rts Firefox 3, * "better" debugging icons, * CSS errors report against source lines, * bug fixes (incl. issues 8, 69. 230, 239) * Internal firebug debug output http://fireclipse.xucia.com/#Downloads -- Tane Piper http://digitalspaghetti.me.uk This email is: [ x ]

[jQuery] Re: Invitation from Dug Falby ([EMAIL PROTECTED])

2007-09-11 Thread Tane Piper
ight Quechup.com 2007. > > > > Go to > http://quechup.com/emailunsubscribe.php/ZW09anF1ZXJ5LWVuQGdvb2dsZWdyb3Vwcy5jb20%3D > if you do not wish to receive any more emails from Quechup > > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Found a dodgy copy of your book

2007-09-10 Thread Tane Piper
. -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: jQueryCamp '07 (Boston)

2007-09-07 Thread Tane Piper
> > > > > Actually, they just added a fourth day. Tuesday will be tutorials, Wed > > > - Fri will be talks. I'm going to be giving one tutorial (on > > > JavaScript Libraries), three talks (The Future of JavaScript, > > > Beginning jQuery, and Advanced jQuery), and will be on two panels. A > > > very full week :-) > > > > > > --John > > > > > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: [NEWS] Lazy Load Plugin on Ajaxian

2007-09-07 Thread Tane Piper
write up over on > Ajaxian.com. > > http://ajaxian.com/archives/lazy-load-plugin-for-jquery > > Great work Mika!! > > Rey... > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Tane Piper
;s much better. I expected the logo to be fractionally > > larger in that space, but it still looks good. > > > > Joel Birch. > > > > > > -- > Benjamin Sterling > http://www.KenzoMedia.com > http://www.KenzoHosting.com -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: $ in jQuery, Prototype and Mochikit

2007-09-03 Thread Tane Piper
n 9/3/07, jack.tang <[EMAIL PROTECTED]> wrote: > > > > Hi, all > > > > I blogged one case in my blog (http://jack.lifegoo.com/?p=163) which > > described the "complaint" of $ in jQuery, Prototype and Mochikit, > > could you please take it

[jQuery] Re: New plugin - Lazy Load

2007-09-03 Thread Tane Piper
useful with long pages which have lot of photo > content. For example photoblogs. > > Demo pages is available. You might want to use Firebug or liveHTTP > headers to better see what is happening. > > http://www.appelsiini.net/projects/lazyload/enabled.html > > -- > Mika T

[jQuery] [ANNOUNCE] New Simple Array manager plugin

2007-08-31 Thread Tane Piper
le: var mydata = $().arrayPop(myArray, {x:0, y:6}); The plugin should be easily expendable to support more dimensions in arrays, but for my needs I only needed a 2D array. Hope someone finds this code useful. -- Tane Piper http://digitalspaghetti.me.uk This email is: [ x ] blogable [ ] ask first [ ] private

[jQuery] Re: [OT] NEWS: AjaxRain Updates

2007-08-29 Thread Tane Piper
> > > > > And, as has been noted here before, ajaxrain.com itself is powered by > jQuery. > > > > > > > > --Karl > > > > > > > > > > > > On Aug 29, 2007, at 2:49 PM, Tane Piper wrote: > > > > > > > > &

[jQuery] Re: [OT] NEWS: AjaxRain Updates

2007-08-29 Thread Tane Piper
mp; Flex > > And they're still churning out the entries, with over 600 submissions. > > See the announcement over at Ajaxian: > http://ajaxian.com/archives/ajaxraincom-gets-a-facelift-tops-600- > ajaxjsria-controls > > > --Karl > _ > Karl Swedb

[jQuery] [NEWS] YUI Compressor 2 out now - Now with CSS Compression

2007-08-28 Thread Tane Piper
S minifier. Therefore, the YUI Compressor is now able to compress both JavaScript and CSS files." Just keeps getting better and better! -- Tane Piper http://digitalspaghetti.me.uk This email is: [ x ] blogable [ ] ask first [ ] private

[jQuery] Re: Blueprint and jQuery

2007-08-24 Thread Tane Piper
tested on Safari/Opera/Konqueror yet. > > Thanks, > George. > > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Attn Jorn: Updating API Browser

2007-08-24 Thread Tane Piper
wser, as I would love to have a handy one-stop shop for all the plugins I use, rather than having to refer back to their homepages every time I need something. Thanks in advance. -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: jQuery 1.1.4: Faster, More Tests, Ready for 1.2

2007-08-24 Thread Tane Piper
nd on the jQuery blog: > http://jquery.com/blog/2007/08/24/jquery-114-faster-more-tests-ready-for-12/ > > Suffice it to say that some significant speed increases, test coverage > increases, and API reductions have been made. Please let us know if > you encounter any new problems from jQu

[jQuery] Re: [ANNOUNCE] LavaLamp for jQuery lovers released!

2007-08-23 Thread Tane Piper
would > be really glad if more people came to know about it. > I would be happy to answer any questions, comments or suggestions you may > have... > > Thanks again, > -GTG -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: [NEWS] Comparison of different compressed jQuery Versions with GZip

2007-08-23 Thread Tane Piper
I've just tried it with the latest nightly: jQuery 1.4(a2) Uncompressed: 4 bytes jQuery 1.4(a2) Minified: 37709 bytes jQuery 1.4(a2) Min + GZip: 11989 bytes On 8/23/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > Simply amazing! 10k gzipped! > > Tane Piper wrote: >

[jQuery] [NEWS] Comparison of different compressed jQuery Versions with GZip

2007-08-23 Thread Tane Piper
Julien Lecomte has just released 1.1 of his YUI Compressor. As a test, he decided to use jQuery with GZip and came up with some interesting results compared to packer! http://www.julienlecomte.net/blog/2007/08/21/gzip-your-minified-javascript-files/ -- Tane Piper http://digitalspaghetti.me.uk

[jQuery] Re: jQuery Babelfish Plugin

2007-08-22 Thread Tane Piper
whole page via location.href. I'll let you know how I get on. On 8/22/07, weepy <[EMAIL PROTECTED]> wrote: > > would it be possible to convert inline ? > > > > On Aug 22, 11:00 am, "Tane Piper" <[EMAIL PROTECTED]> > wrote: > > Hey Xavier, >

[jQuery] Re: jQuery Babelfish Plugin

2007-08-22 Thread Tane Piper
ECTED]> wrote: > > This isn't done as a plugin, but that's a similar idea: > (buttons automatic translation) > http://www.gmworkersblog.com/languages/english/union_says_avtovaz_fired_staff_the_moscow_times > > On Aug 21, 2:33 pm, "Tane Piper" <[EMAIL PROTECTED]

[jQuery] [Plugin] jQuery Babelfish Plugin

2007-08-21 Thread Tane Piper
overridden to input and output any language that Google supports. Using the plugin, you can pass in text from any element, including the body. You can see the demo on the page above to see how this can be achieved. -- Tane Piper http://digitalspaghetti.me.uk This email is: [ x ] blogable [ ] ask

[jQuery] [Plugin] Password Strength Meter

2007-08-20 Thread Tane Piper
/index.php?q=jquery-pstrength The password at the moment is quite simple in it's input and output, but I'll be improving it. At the moment, the algorithm for calculating password strength can be a litte flaky. -- Tane Piper http://digitalspaghetti.me.uk This email is: [ x ] blogable [ ]

[jQuery] Re: Updated Plugin: jQuery Timers. jQuery-oriented setTimeout/setInterval

2007-08-15 Thread Tane Piper
xplain some of that better so hopefully you enjoy. > > > > Demo page: <http://jquery.offput.ca/every> > > Source file: <http://jquery.offput.ca/js/jquery.timers.js> > > > > -blair > > > > > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: About the author of the recent jQuery article - Please Read

2007-08-15 Thread Tane Piper
t; http://del.icio.us/url/ab0dd7b1d9b07607b6736a909284f043 > > So if he like jQuery, it really is a GOOD thing. > > Rey... > > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: jQuery for JavaScript programmers

2007-08-15 Thread Tane Piper
Done On 8/15/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > +1 - to linking this from the jquery site... > > -GTG > > > > On 8/15/07, Tane Piper <[EMAIL PROTECTED]> wrote: > > > > Very clear and concise article - it should get linked to on the >

[jQuery] Re: jQuery for JavaScript programmers

2007-08-15 Thread Tane Piper
lopment. It looks pretty thorough: > > http://simonwillison.net/2007/Aug/15/jquery/ > > --Erik > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: What is wrong with this code?

2007-08-14 Thread Tane Piper
ools accordion thingie: > > > > http://www.gmarwaha.com/jquery/jkwick/test/test.html > > > > Just have a look at the source js. That should get you going in the > > right direction. > > > > This questions has been asked a lot lately. Anyone up for adding it > > to the frequently asked questions list? :) > > > > > > --Karl > > _ > > Karl Swedberg > > www.englishrules.com > > www.learningjquery.com > > > > > > > > > > -- > View this message in context: > http://www.nabble.com/What-is-wrong-with-this-code--tf4264306s15494.html#a12153000 > Sent from the JQuery mailing list archive at Nabble.com. > > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: fancy menu - tell me what you guys think

2007-08-14 Thread Tane Piper
; > > > > On 8/14/07, Stephan Beal <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > On Aug 14, 5:31 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > > > > > > I have ported this fancy menu over from mootools to jquery. You > > > > > can take a > > > > > > look at ithttp://www.gmarwaha.com/jquery/jfancymenu/test/test.html > > > > > > > > > > > > > > > Slick, Ganishji :). My first thought is "lava lamp", so maybe "lava > > > > > lamp menu" would be a suitable plugin name? > > > > > > > > > > Is it intentional that the "bubble" slides past its target, and then > > > > > > > > > > back (a "single bounce" effect)? That's a bit disconcerting - when > > > > > it > > > > > happens i think, "oh, no, it's moving to the wrong menu item." Have > > > > > you tried it without the bounce? > > > > > > > > > > And a CSS question for you: > > > > > > > > > > i notice several commented-out blocks with "!important" in them. > > > > > What > > > > > does that mean in CSS? > > > > > > > > > > > > > > > > > > > > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Tane Piper
This makes it an ideal candidate > for inclusion in the jQuery tree, IMO. > > i just finished updating all of my plugin pages to include YUImin'd > copies and they are, without exception, smaller than the MIN'd and > PACK'd versions. e.g. > > http://wanderingho

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Tane Piper
Unfortunately, that's Windows only (blrgh). At least with this being Java and using Rhino it's cross-platform. On 8/14/07, R. Rajesh Jeba Anbiah <[EMAIL PROTECTED]> wrote: > > On Aug 14, 3:45 pm, "Tane Piper" <[EMAIL PROTECTED]> > wrote: >

[jQuery] New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Tane Piper
it down to 4.6k minified, that's a 58% reduction in code, while producing no errors, something I have never truly been able to get with packer. jQuery minified with this (1.1.3) goes down to 31.5kb - not as small as the packed version, but still an impressive reduction in size.

[jQuery] Re: Cycle Plugin update

2007-08-14 Thread Tane Piper
files to kick-start the > > documentation process. As Mike says, the documentation is every bit as > > important as the code. jQuery makes it relatively easy to create the > plugin > > code, but we are on our own when it comes to creating the docs to explain > it > > to the public. > > > > Was that a rant? I hope not - I just wonder if anyone has any ideas. Sorry > > for going off-topic. > > > > Joel Birch. > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: Checking for popup blocker when using click()

2007-08-13 Thread Tane Piper
use window.open, you can check for it returning null, but I > can't find a way of checking if the click() method worked. No > exception and it returns the element. > > Anyone know how I can check for a popup blocker? > > Thanks! > > Geoff > > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] jQuery-fy Ellipsis code

2007-08-13 Thread Tane Piper
#x27;t seem to stop. If anyone can figure it out (probably easy but I've had a long day), you get the cookie. It's also very slow, so if you can figure out a way to speed it up, that would be handy too. -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Tane Piper
e pretty wacky stuff. > > The documentation provides lots of examples. > > Cheers! > > Mike > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] [Plugin] DynaCloud Plugin

2007-08-11 Thread Tane Piper
ching parts once a keyword is clicked. -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] [Plugin] Wordstat Plugin

2007-08-11 Thread Tane Piper
(frequent pronouns, prepositions, adverbs and so on). -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: SITE SUBMISSIONS: doublerebel.com, villaappiaapts.com

2007-08-10 Thread Tane Piper
Query in heavy action at one of my clients' sites: > > http://www.villaappiaapts.com > > [ Featuring: ] > jQuery powered custom Google Maps (written before Maps plugin) > Thickbox 3 > > -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: "scollovers" animation

2007-08-09 Thread Tane Piper
this offer the user? > > While eye candy can be nice, I don't really see any benefit to the user. I'm > very much a form over factor guy, so I want to make sure if I'm introducing > new behaviors that they're benefiting the user (at least I try to make that > happe

[jQuery] Re: SITE SUBMISSION: http://www.wcmp.org/

2007-08-09 Thread Tane Piper
grave and grieve with each other in the community > forums. It uses Lots of jquery all over the place, animations, > superfish, thickbox, input watermark,Pquery, form plugin, lots of ajax > in the user control panel.as well as the slide show and family tree > builder. > &

[jQuery] Re: Quick straw pole about maps

2007-08-09 Thread Tane Piper
page clicking this: > http://dev.digitalspaghetti.me.uk/jmaps/ > give me "Bad Request (Invalid Hostname)" > > I use Google maps and mapQuest maps almost exclusively just for > personal use fwiw. > thanks. > > On Aug 8, 3:02 pm, "Tane Piper" <[EMAIL PROTECTED]>

[jQuery] Re: [Slight OT] Quick straw pole about maps

2007-08-08 Thread Tane Piper
TED]> wrote: > > Google maps all the way. I really wish there was a jquery equivalent > of gmapez (http://n01se.net/chouser/gmapez/). While very easy to use, > it can be slow at time. > > On Aug 8, 12:02 pm, "Tane Piper" <[EMAIL PROTECTED]> > wrote: > &

[jQuery] [Slight OT] Quick straw pole about maps

2007-08-08 Thread Tane Piper
y. Thanks folks! -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Documention Group

2007-08-03 Thread Tane Piper
and we can get the dicussion going. This should allow us to keep it off the main list, and keep it in an organised place. Discussions should be along the lines of what we can do to improve the documentation, how we should show demo's of plugins, and how to display the official API. --

[jQuery] Re: question for klaus

2007-08-02 Thread Tane Piper
of having to click) > > not necessarily for 3.0, but later: > * support ARIA (to improve Accessibility) > * find a solution for tabs exceeding the available space (little left, > right arrows maybe) > > Do you have something in mind? > > > --Klaus > -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: Draw line or polygon like Google Map?

2007-08-02 Thread Tane Piper
rray. > > > > So wouldn't it be great if we have plugin using jQuery to do the same > > thing, but no need to related to map, just a general drawing library? > > > > howa > > > > > -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: Do you think jQuery's documentation is enought?

2007-08-02 Thread Tane Piper
; > managers are doing a great job to date... and demos? look at the > > plugin pages for demos... imho the core documentation should only be > > techinical with little to no examples... like the link above, they > > give a two liner example with before and after expectations that > > is more then a programmer deserves and is just icing on the cake... > > > > asking for demos of the core is like asking the creators for included > > libraries in any language (like c, c++, etc) to provide demos of the > > library functions when the coder only needs to know the name, input > > parameters and the expected output... > > > > ~Terry > > > > > -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: Check this, if you've got the time

2007-08-02 Thread Tane Piper
, > > it's up as an HTML file at: http://tobias.parentleafarm.com/rebound.html > > or as an AIR file (unverified) at > > http://tobias.parentleafarm.com/rebound.air > > > > Todo on it: make the window draggable by the title bar, make a more > > playable (game-worthy) interface, and start building a jQuery-based game > > engine!! > > > > Thanks! > > -Toby > > > > > > > -- > http://cjordan.us > -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: Do you think jQuery's documentation is enought?

2007-08-02 Thread Tane Piper
/";>jQuery's > documentation (dude where is demos? xD) comparing both > documentations and thinking jQuery's documentation isn't enought. > > However, i want to know what do you think about this situation... > > -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Tane Piper
mpted. You people behind jquery are genious and > > your work is great, thanks. > > > > Kiwwwi. > > > > > > -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: jQuery Maps 1.3 released with Yahoo! Maps Support

2007-08-01 Thread Tane Piper
ld shed some light on > this? > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Tane Piper > Sent: Tuesday, July 31, 2007 2:55 PM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: jQuery Maps 1.3 released with Yahoo!

[jQuery] Re: [NEWS] jQuery-Powered AjaxRain.com Writeup on Mashable

2007-07-31 Thread Tane Piper
Bango <[EMAIL PROTECTED]> wrote: > > jQuery-Powered AjaxRain.com, which has to have the most comprehensive > listing of Ajax/JS/DOM controls on the Internet, got a nice writeup on > Mashable. > > http://mashable.com/2007/07/30/ajaxrain/ > > Congrats Archana!! &

[jQuery] Re: jQuery Maps 1.3 released with Yahoo! Maps Support

2007-07-31 Thread Tane Piper
me I could win > a plasma TV. > > But the map works very well. In fact when I check my house they had a much > more recent photo than Google has, one that showed the grass I added a few > years back. > > Is anyone using this plug in? > > Mitch > > -- Tane Piper

[jQuery] jQuery Maps 1.3 released with Yahoo! Maps Support

2007-07-31 Thread Tane Piper
ranteed for the next release. As usual, comments and suggestions welcome. If you have any bugs or feature requests, you can add them to the tracker here: http://code.google.com/p/jmaps/issues/list -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ x ] blogable [ ] ask first [ ] private

[jQuery] Re: Layout Panels?

2007-07-31 Thread Tane Piper
> > > > > > -Original Message- > > > From: jquery-en@googlegroups.com <mailto:jquery-en@googlegroups.com> > > > [mailto: jquery-en@googlegroups.com > > > <mailto:jquery-en@googlegroups.com>] On > > > Behalf Of voltron > > > Sent: Monday, July 30, 2007 3:16 PM > > > To: jQuery (English) > > > Subject: [jQuery] Layout Panels? > > > > > > > > > Hi! > > > > > > Are there any layout panels for Jquery? Examples are( > > http://extjs.com/ > > > deploy/ext/docs/index.html)? > > > > > > Thanks! > > > > > > > > > -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: What library to use for drag and drop?

2007-07-31 Thread Tane Piper
o waiting until then, then yes, I'd recommend it. The > result is going to be very good. > > If you're interested in giving it a try now, there's a bunch more > information here: > http://docs.jquery.com/UI > > --John > -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: [NEWS] 5 JavaScript Tricks Made Easy with jQuery on DZone.com

2007-07-30 Thread Tane Piper
> > see Brian's entry on DZone. Lets make sure he gets support for his great > > blog posting! > > > > http://www.dzone.com/links/5_javascript_tricks_made_easy_with_jquery > > -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Tane Piper
({ > type: 'post', > beforeSubmit: > getFCKRealContent, > url: > '/Admin.scpc?&Prog=SaveItem&UserI

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-26 Thread Tane Piper
move and no zoom, which are the effects > made popular by Ken Burns I would like to have... > > > -Nicolas > > -- > Nicolas "Brush" HOIZEY > Clever Age : http://www.clever-age.com/ > Gastero Prod : http://www.gasteroprod.com/ > Photos : http:

  1   2   >