[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
://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 found some time this weekend

[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:

[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] New jMaps Release

2008-10-14 Thread Tane Piper
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: New jMaps Release

2008-10-14 Thread Tane Piper
(){ view.remove(); }); }); This will let you see the streetview in another port from the map, and with toggle and remove buttons to show you how easy it is all in one chained function! On Oct 14, 10:35 pm, Tane Piper [EMAIL

[jQuery] [Announce] Password Strength Meter 2 release

2008-05-17 Thread Tane Piper
development to check them out. Any comments and feedback are welcome. Tane Piper Freelance Developer http://digitalspaghetti.me.uk

[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).attr(href)});

[jQuery] getJSON Callback not firing

2008-05-09 Thread Tane Piper
, 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: 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 .getJSON, and I can see the JSON in my

[jQuery] Re: jMaps3 RC1 Released

2008-04-22 Thread Tane Piper
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 today. This version is classed as a release candidate as I have not confirmed all bugs have been fixed

[jQuery] [Announce] jMaps3 RC1 Released

2008-04-20 Thread Tane Piper
. 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 email is: [ x

[jQuery] [ANNOUNCE] Release of jMaps 2.1 RC1

2008-03-04 Thread Tane Piper
are 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 3486

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

2007-12-03 Thread Tane Piper
); } }); -- 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
it to be draggable (via the addMarker options). This is all I’ve got so far, but I feel it is a good 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

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

2007-11-08 Thread Tane Piper
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 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 [EMAIL

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

2007-11-02 Thread Tane Piper
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: LiveQuery (Discuss Please)

2007-11-01 Thread Tane Piper
having such a slow rate of adoption. -- Yehuda Katz Web Developer | Procore Technologies (ph) 718.877.1325 -- 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
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 be core? Don't get me wrong, it is a great plugin

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

2007-11-01 Thread Tane Piper
-- 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-01 Thread Tane Piper
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 crossroads in my applications development, and I'd like

[jQuery] [INTERESTING PLUGIN] Wait plugin

2007-10-30 Thread Tane Piper
); 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: [INTERESTING PLUGIN] Wait plugin

2007-10-30 Thread Tane Piper
. -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 I came across an interesting plugin today on my travels

[jQuery] Re: Jquery 1.2 API

2007-10-26 Thread Tane Piper
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: Jquery 1.2 API

2007-10-26 Thread Tane Piper
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: Hello all, I've been using http://jquery.com/api/ extensively as a reference for developing with jquery

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

2007-10-25 Thread Tane Piper
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
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: Plug-in Developers...

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

[jQuery] Timeout on a .getScript()

2007-10-01 Thread Tane Piper
', 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] [Site Submission] pastemonkey.org now live!

2007-10-01 Thread Tane Piper
. 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 - http

[jQuery] Ignoring field within whole DIV

2007-09-30 Thread Tane Piper
. 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
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: Jorn, The other valid reason is, switch of JS and view the site - the app is 100% designed to work with both

[jQuery] Re: Paste Monkey Beta Launched

2007-09-28 Thread Tane Piper
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] Paste Monkey Beta Launched

2007-09-26 Thread Tane Piper
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
://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
: 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
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

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

2007-09-12 Thread Tane Piper
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: [NEWS] Lazy Load Plugin on Ajaxian

2007-09-07 Thread Tane Piper
. 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: jQueryCamp '07 (Boston)

2007-09-07 Thread Tane Piper
, 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: jQuery Merchandise for Sale. Help Support the Project

2007-09-05 Thread Tane Piper
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: New plugin - Lazy Load

2007-09-03 Thread Tane Piper
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 Tuupola http://www.appelsiini.net/ -- Tane Piper http://digitalspaghetti.me.uk

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

2007-09-03 Thread Tane Piper
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 consider and reduce the conflicts? Thanks. /Jack -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable

[jQuery] [ANNOUNCE] New Simple Array manager plugin

2007-08-31 Thread Tane Piper
= $().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
, with over 600 submissions. See the announcement over at Ajaxian: http://ajaxian.com/archives/ajaxraincom-gets-a-facelift-tops-600- ajaxjsria-controls --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com -- Tane Piper http://digitalspaghetti.me.uk

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

2007-08-29 Thread Tane Piper
is powered by jQuery. --Karl On Aug 29, 2007, at 2:49 PM, Tane Piper wrote: And out of those 600 submissions, the highest percentage of submissions are for jQuery with well over 100 plugins and scripts available - beating the nearest library by miles :) On 29

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

2007-08-28 Thread Tane Piper
. 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
on a javascripty dynamicly resizing grid using jQuery. Have a look at the demo here: http://gsgd.co.uk/sandbox/blueprint/ Feedback much appreciated. Is it worth making available as a download? Worth a proper write up? I've not tested on Safari/Opera/Konqueror yet. Thanks, George. -- Tane

[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: [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: Julien Lecomte has just released

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

2007-08-23 Thread Tane Piper
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: jQuery Babelfish Plugin

2007-08-22 Thread Tane Piper
: 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] wrote: Hey folks, Time for another plugin -http

[jQuery] Re: jQuery Babelfish Plugin

2007-08-22 Thread Tane Piper
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, Thanks for pointing that out - I was looking to do something like

[jQuery] [Plugin] jQuery Babelfish Plugin

2007-08-21 Thread Tane Piper
be 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 [ ] ask first

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

2007-08-15 Thread Tane Piper
--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: jQuery for JavaScript programmers

2007-08-15 Thread Tane Piper
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: 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 documention page as a good beginners tutorial. On 15/08

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

2007-08-15 Thread Tane Piper
some of the features of the plugin in the earlier thread and I've now rewritten the demo page to explain 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

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

2007-08-15 Thread Tane Piper
is a GOOD thing. Rey... -- 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
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: Today I came across this article via DZone: http

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Tane Piper
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://wanderinghorse.net/computing/javascript/jquery/colorpicker/ This has just become my packer of choice. -- Tane Piper http://digitalspaghetti.me.uk

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

2007-08-14 Thread Tane Piper
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

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Tane Piper
! Mike -- 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
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: Checking for popup blocker when using click()

2007-08-13 Thread Tane Piper
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] [Plugin] Wordstat Plugin

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

[jQuery] [Plugin] DynaCloud Plugin

2007-08-11 Thread Tane Piper
parts once a keyword is clicked. -- 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
-- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x ] ask first [ ] private

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

2007-08-09 Thread Tane Piper
] 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: Hey folks, I wanted to ask the list a quick straw poll

[jQuery] Re: Quick straw pole about maps

2007-08-09 Thread Tane Piper
://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] wrote: Hey folks, I wanted to ask the list a quick straw poll. A bit OT but the subject

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

2007-08-09 Thread Tane Piper
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. -Anthony LeBoeuf -- Tane Piper http://digitalspaghetti.tooum.net

[jQuery] Re: scollovers animation

2007-08-09 Thread Tane Piper
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 happen--some times a client demands something that is purely for eye candy.) -Dan -- Tane Piper http://digitalspaghetti.me.uk This email is: [ ] blogable [ x

[jQuery] Documention Group

2007-08-03 Thread Tane Piper
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. -- Tane Piper http

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

2007-08-02 Thread Tane Piper
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: Check this, if you've got the time

2007-08-02 Thread Tane Piper
, 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
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

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

2007-08-02 Thread Tane Piper
to map, just a general drawing library? howa -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: question for klaus

2007-08-02 Thread Tane Piper
something in mind? --Klaus -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

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

2007-08-01 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!! Rey -- Tane Piper http

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

2007-08-01 Thread Tane Piper
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! Maps Support Hi, Yea - sorry about

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Tane Piper
:) I'm not the best scripter and jquery has simply allowed me to accomplish with my own personal site so much more than I would have otherwise attempted. You people behind jquery are genious and your work is great, thanks. Kiwwwi. -- Tane Piper http://digitalspaghetti.tooum.net

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

2007-07-31 Thread Tane Piper
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: Layout Panels?

2007-07-31 Thread Tane Piper
, 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

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

2007-07-31 Thread Tane Piper
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: jQuery Maps 1.3 released with Yahoo! Maps Support

2007-07-31 Thread Tane Piper
. 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 http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-30 Thread Tane Piper
' }); }); }); }); }); }); } TIA, Shaun -- 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
community by voting his post up. Keep in mind that some folks don't participate on the mailing list but may 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

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-27 Thread Tane Piper
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://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002 -- Tane Piper http://digitalspaghetti.tooum.net This email

[jQuery] Re: jQuery capture images from webcam

2007-07-25 Thread Tane Piper
application; - users(application) can cut that photo via jQuery; - after all that image is saved in our server; Is it a dream? ;-) Cheers -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: What are most commonly-used menu plugins?

2007-07-23 Thread Tane Piper
impression (not a mathematical fact!) of the number of posts people make here. That is admittedly a questionable metric because some plugins are inherently so small/easy-to-use that people don't need to ask questions about them very often. -- Tane Piper http://digitalspaghetti.tooum.net This email

[jQuery] Building up DOM tree using .append()

2007-07-23 Thread Tane Piper
class=ability / in Firebug - so what i want to happen next is within this DIV, the ul class=fontsize / is appended, and then each LI element is added. ANY help is much appreciated. -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] Re: [OT] Massive List of User Agents

2007-07-20 Thread Tane Piper
certain why, and of course there's no browser debugging plugin for it (like Firebug). :( -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private

[jQuery] [ANNOUNCE] jQuery Accessibility Plugin

2007-07-20 Thread Tane Piper
from the jQuery plugin repository, as this saves the text size and theme over the users session. As usual, feedback, comments and suggestions are welcome. -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ x ] blogable [ ] ask first [ ] private

[jQuery] Re: [ANNOUNCE] jQuery Accessibility Plugin

2007-07-20 Thread Tane Piper
. Hope this helps, alex -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tane Piper Sent: vendredi 20 juillet 2007 13:45 To: jquery-en@googlegroups.com Subject: [jQuery] [ANNOUNCE] jQuery Accessibility Plugin Hi Folks, Today I am happy

[jQuery] Re: Removing table rows on delete not working correctly

2007-07-20 Thread Tane Piper
{ return false; } }); Since my table structure is always the same, I can find the parent TD, then the parent TR and remove them from the DOM tree. On 7/20/07, Tane Piper [EMAIL PROTECTED] wrote: Hi folks, I've written a small script to deal

[jQuery] [SITE] Performancing using jQuery

2007-07-20 Thread Tane Piper
just the dashboard. Please help us spread the word by blogging about this! We think the new interface is really cool and we want everyone to know about it. :) Have fun! -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ x ] blogable [ ] ask first [ ] private

[jQuery] Re: [ANNOUNCE] Check Out dzone.com for jQuery Articles

2007-07-18 Thread Tane Piper
. There are times when we post articles on the site and your vote definitely counts in ensuring exposure. Go check out the jQuery category here: http://www.dzone.com/search.html?query=jquery Rey... -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first

  1   2   >