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
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'
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
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
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
);
$('.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
!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
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
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
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 .
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
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
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
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
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
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
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
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
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
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
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
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
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
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: [
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
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:
> >
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
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
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
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
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 -
', '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
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
$ 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
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:
> 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
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
please do not use for
anything important.
--
Tane Piper
http://digitalspaghetti.me.uk
This email is: [ ] blogable [ x ] ask first [ ] private
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
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
> > >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
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 ]
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
.
--
Tane Piper
http://digitalspaghetti.me.uk
This email is: [ ] blogable [ x ] ask first [ ] private
> >
> > > 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
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
;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
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
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
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
>
> >
> > 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:
> >
> >
> >
> >
&
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
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
tested on Safari/Opera/Konqueror yet.
>
> Thanks,
> George.
>
>
--
Tane Piper
http://digitalspaghetti.me.uk
This email is: [ ] blogable [ x ] ask first [ ] private
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
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
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
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 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
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,
>
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]
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
/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 [ ]
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
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
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
>
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
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
;
> > > > 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
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
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:
>
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.
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
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
#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
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
ching parts once a keyword is
clicked.
--
Tane Piper
http://digitalspaghetti.me.uk
This email is: [ ] blogable [ x ] ask first [ ] private
(frequent pronouns,
prepositions, adverbs and so on).
--
Tane Piper
http://digitalspaghetti.me.uk
This email is: [ ] blogable [ x ] ask first [ ] private
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
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
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.
>
&
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]>
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:
> &
y.
Thanks folks!
--
Tane Piper
http://digitalspaghetti.tooum.net
This email is: [ ] blogable [ x ] ask first [ ] private
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.
--
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
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
; > 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
,
> > 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'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
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
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!
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!!
&
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
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
> > >
> > > -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
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
> > 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
({
> type: 'post',
> beforeSubmit:
> getFCKRealContent,
> url:
> '/Admin.scpc?&Prog=SaveItem&UserI
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 - 100 of 161 matches
Mail list logo