[jQuery] CSSIE = jQuery plugin to fix IE's CSS

2009-11-12 Thread weepy
by jQuery * :focus * plus others blog post = http://blog.parkerfox.co.uk/2009/11/12/css-in-your-face-only-ie-need-to-apply/ source = http://github.com/weepy/cssie

[jQuery] Re: CSSIE = jQuery plugin to fix IE's CSS

2009-11-12 Thread weepy
classes and events, and new CSS rules (with the new classes) On Thu, Nov 12, 2009 at 11:54 PM, weepy jonah...@gmail.com wrote: Plugin for jQuery providing native support for missing CSS in IE. Currently provides:    * E F (direct descendant)    * :hover (normally only available

[jQuery] Re: Announce = ChessTwit now using jQuery

2009-10-27 Thread weepy
oh I forgot the link !! = www.chesstwit.com You can play chess with all your twitter friends. On 26 Oct, 16:13, weepy jonah...@gmail.com wrote: Hey there, Just wanted to tell everyone about ChessTwit that's using jQuery to good effect. The best place to play correspondence chess

[jQuery] Announce = ChessTwit now using jQuery

2009-10-26 Thread weepy
Hey there, Just wanted to tell everyone about ChessTwit that's using jQuery to good effect. The best place to play correspondence chess with your friends on Twitter. Log in and get playing! Hope you like ! Cheers @weepy

[jQuery] jQuery Sprite Factory

2009-10-07 Thread weepy
A jQuery factory for creating sprites from images. Each sprite created from a Sprite Factory is assumed to be the same size Features * Works from a rectuangluar grid of sprites. * Fast, good for rendering large numbers of similar sprites * Preloading CSS for large images (will add

[jQuery] Bezier curves and animation

2009-09-22 Thread weepy
really simple, could also be useful for synced animations ? weepy

[jQuery] Re: 3 Solitaire

2009-07-16 Thread weepy
I suspect that if the type is left off it assumes that it's javascript. nice templating engine On 15 July, 12:02, Brett Ritter swift...@swiftone.org wrote: On Wed, Jul 15, 2009 at 12:42 AM, Karl Swedbergk...@englishrules.com wrote: Interesting view about this from Douglas Crockford: ...

[jQuery] 3 Solitaire

2009-07-14 Thread weepy
Hi Check out the slick card game I just made - at http://www.lovesolitaire.com It entirely made in jQuery (1.3.3pre). It's also strangely addictive - so be careful! Love to hear any feedback any of you have! weepy

[jQuery] Re: 3 Solitaire

2009-07-14 Thread weepy
! Thanks for the words of positivity ... weepy On Jul 14, 9:22 pm, Michael Lawson mjlaw...@us.ibm.com wrote: I did just notice though script       var PORTAL_URI='yumoov.com';           var AUTH_TOKEN = vLVJRvNMHbLBpOsxgyWfu1LfINHkHUVwwPKFX7mB89E=;       $().ready(function

[jQuery] Re: Problems using JRC corner or curvycorner

2009-04-12 Thread weepy
you could try this plugin http://gist.github.com/77516 works for me On Mar 26, 9:18 pm, banacan banaca...@gmail.com wrote: Nicola, Thanks for the link.  Unfortunately CornerZ won't work on this project because the parent div background is a gradient and the background color must be

[jQuery] border-radius plugin for IE

2009-03-18 Thread weepy
This plugin adds support to IE for -moz-border-radius using VML http://gist.github.com/77516 weepy

[jQuery] Helping IE support Border Radius

2009-03-11 Thread weepy
http://gist.github.com/77516 // Use like : $(.myClass).borderRadius() will attempt to apply curved corners as per the elements -moz-border-radius attribute // Good: // - supports textured forgrounds and backgrounds // - maintains layouts // - very easy to use // - IE6 and IE7 // Bad: // - not

[jQuery] pixelperfect

2008-11-25 Thread weepy
http://www.parkerfox.co.uk/labs/pixelperfect/ Is a bookmarklet that will allow you to drag elements around any page and informs you of the new coordinates. Uses jQuery and jQueryUI

[jQuery] Re: JSON parser?

2008-11-10 Thread weepy
User : http://code.google.com/p/jquery-json/ On 10 Nov, 17:19, Mike Alsup [EMAIL PROTECTED] wrote: Is there a problem with using the eval function? I'm curious why you would need an alternative that would add overhead. Security is the main problem.  If you trust the source completely

[jQuery] Re: Is anyone from London?

2008-11-08 Thread weepy
I live in london On 8 Nov, 12:38, nmiddleweek [EMAIL PROTECTED] wrote: Hello, Sorry for the off-topic message but does anyone on the list work or live in London? I've recently started working for myself and thought it'd be a good idea to meet others working with similar tools and in

[jQuery] Re: Gradientz

2008-11-06 Thread weepy
and adding 1px to width and height of VML Now wrap innerHTML in a div to preserve zIndex http://www.parkerfox.co.uk/labs/gradientz http://www.parkerfox.co.uk/labs/gradientz/examples.html On 4 Nov, 14:52, Andy Matthews [EMAIL PROTECTED] wrote: Man...how's that for service! Great job weepy

[jQuery] Re: Gradientz

2008-11-04 Thread weepy
; padding:10px; color:white;         This is the text in my gradient box!/div Rick weepy wrote: Just released a jQuery plugin Gradientz which creates graduated backgrounds without the need for images.     * Uses VML in IE and canvas in Firefox, Webkit.     * Cross Browser: Tested on FF3

[jQuery] Re: Gradientz

2008-11-04 Thread weepy
Ok this is fixed - I've just pushed a new version. Check again - it should be fixed. http://www.parkerfox.co.uk/labs/gradientz/ On 4 Nov, 14:37, Rick Faircloth [EMAIL PROTECTED] wrote: Thanks, weepy... When you said it creates graduated backgrounds I assumed it would respond like a true

[jQuery] Gradientz

2008-11-04 Thread weepy
that have seen Cornerz - it works in a very similar way. See more here http://www.parkerfox.co.uk/labs/gradientz/ Enjoy! weepy ;..(

[jQuery] Cornerz 0.5

2008-10-30 Thread weepy
I released Cornerz v0.5 today. http://labs.parkerfox.co.uk/cornerz/ Features : # Antialiased # Very Fast # Support for any size radius and border width with minimal performance increase # No excanvas # Current layout is maintained # Supports fluid layouts. # Original div still shows through,

[jQuery] Re: Cornerz 0.5

2008-10-30 Thread weepy
where available? cheers, - ricardo On Oct 30, 11:07 am, weepy [EMAIL PROTECTED] wrote: I released Cornerz v0.5 today. http://labs.parkerfox.co.uk/cornerz/ Features : # Antialiased # Very Fast # Support for any size radius and border width with minimal performance increase

[jQuery] Re: Cornerz 0.4

2008-06-10 Thread weepy
I have a new version brewing which will allow an alterative rendering method which should allow textured backgrounds. I'll announce it here when it's ready. On Jun 4, 4:17 pm, Andy Matthews [EMAIL PROTECTED] wrote: I want to clarify my point on this. Of all the corner plugins, I think this

[jQuery] Re: Cornerz 0.4

2008-06-03 Thread weepy
it? Cheers, Pyro On Jun 3, 7:53 am, weepy [EMAIL PROTECTED] wrote: Hi I've just released Cornerz 0.4 http://groups.google.com/group/cornerz Bullet Proof Corners plugin for jQuery using Canvas/VML * Antialiased * Fast - this pages renders in 200ms on my Vaio in Firefox

[jQuery] Re: HOWTO: Nested hover

2008-04-17 Thread weepy
=( MichaL On Thu, Apr 17, 2008 at 3:39 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Weepy I was interested by your question so I had a go. It hasn't worked out quite as I expected, but it sort of does the job. Hope it's some help? http://vanilla-spa.homeholistics.com

[jQuery] HOWTO: Nested hover

2008-04-16 Thread weepy
of divs and pop them on and off, but I wondered if there was a better way. Any ideas ?! weepy

[jQuery] Re: jQuery in the wild

2008-03-24 Thread weepy
also www.bbc.co.uk On 24 Mar, 03:39, Benjamin Sterling [EMAIL PROTECTED] wrote: Looks like MLB.com and in turnhttp://phillies.comare now using jQuery 1.2.1, looks like they are using jcarousel and corners. -- Benjamin

[jQuery] Re: absolute position inside inline element (opera)

2008-03-04 Thread weepy
have you seen cornerz ? On 4 Mar, 16:35, Olaf Bosch [EMAIL PROTECTED] wrote: Rick schrieb: I have made a page which shows what the problem is:http://meerbox.nl/opera.html Any help would be appreciated :) Opera must have a left or right, i try #abs {

[jQuery] Re: Port FCK/TinyMCE to jQuery

2008-02-21 Thread weepy
http://batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-jquery.html On Feb 21, 9:20 am, Gordon [EMAIL PROTECTED] wrote: Thanks for pointing that out. But what I'm more concerned with is the fact you're downloading TinyMCE, PLUS jQuery, PLUS the plugin so it's lot of stuff being

[jQuery] it's only 1 character

2008-02-07 Thread weepy
The closures around plugins, when concatenated together (e.g. via Rails 2.0) into one javascript file for production, can confuse the javascript parser - despite the fact there is a new line. I propose that there should be a semicolon at the first character to stop this. I.e. ;(function($) {

[jQuery] Re: eval vs. Function

2008-01-22 Thread weepy
you might be better off posting that on the jQuery Dev group weepy On Jan 22, 8:34 am, Danny [EMAIL PROTECTED] wrote: A question for the jQuery team: I look at the jQuery source code as my source for Javascript best practices, and I see a few examples of things like: fn = eval(false

[jQuery] possible to know if page is transitioning ?

2008-01-16 Thread weepy
Hi - is there an easy way to know if a page is transitioning ? I.e. when I click on a link and the page is waiting to navigate elsewhere ... Jonah

[jQuery] [OFF TOPIC] Really weird Behaviour in IE

2008-01-15 Thread weepy
I just found the oddest behaviour in IE6. If you have an a tag with content that is a domain name e.g. : a href='www.google.com'www.google.com/a if you set the href attribute (via jquery or natively) to another domain name - it will change the innerHTML to reflect this. E.G.

[jQuery] Re: Bigger Link Plugin

2008-01-11 Thread weepy
nice plugin :) On Jan 11, 9:09 pm, cfdvlpr [EMAIL PROTECTED] wrote: It turns out that all I needed to do was this: $('.testBiggerLink').click(function() { window.location = /test.cfm;}); I don't know why I didn't realize it was this easy before. Your plugin has some advanced

[jQuery] Determine if element is fluid?

2008-01-10 Thread weepy
Hi Does anyone know how to determine if an element is fluid or not ? - i.e. whether it's width is fixed - or not. Jonah

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread weepy
? This is simple: !--[if IE] stylev\: * { behavior: url(#default#VML);display:inline-block; }/style xml:namespace ns='urn:schemas-microsoft-com:vml' prefix='v' /xml ![endif]-- @weepy: Vor what is this DIV??? What hold the Canvas, this is not clear for me? I have set cornerz on a UL

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread weepy
The xhtml validator cries blood because of the xml tag in the middle of everything. Any nicer way to put that xml tag in and still be certain it works in IE6? I plan to put this into the plugin itself, which would sidestep this problem

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread weepy
with IE goes away if u change the width or height by 1px - not sure what is causing this ! If this had gradients and drop shadows Watch this space Regarding 'square' corners - do you mean 45 degrees ? On Jan 8, 2:14 pm, Olaf Bosch [EMAIL PROTECTED] wrote: weepy schrieb: The IE works

[jQuery] Re: Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread weepy
I'm assuming the subpixel rendering the ugly black lines on the left Yes exactly. But its only really an issue with fluid layouts as it only occurs when the width is an odd number. So it's fine to use otherwise. Jonah

[jQuery] Re: Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread weepy
acutally i have a fix for this - will upload tomorrow On Jan 8, 7:15 pm, weepy [EMAIL PROTECTED] wrote: I'm assuming the subpixel rendering the ugly black lines on the left Yes exactly. But its only really an issue with fluid layouts as it only occurs when the width is an odd number. So

[jQuery] Re: Drop Shadow Plugin

2008-01-03 Thread weepy
The only issue I have so far is with the speed - it can be quite slow. You could significantly speed up your HTML creation by simply creating the HTML by concatenating strings. Jquery's functions are generally quite slow. e.g. instead of divShadow.append(shadows[i]); use

[jQuery] Bullet Proof: Help needed

2008-01-03 Thread weepy
). I'd appreciate people's feedback and maybe someone has a cunning idea to deal with the problems. Also I don't have access to many OS/Browser combos, so please try it out and if you could email me a screeny that would be fantastic. weepy

[jQuery] Re: BBC Redesign

2008-01-02 Thread weepy
i think he means the whitespace in the source On Jan 1, 11:08 pm, Sam Sherlock [EMAIL PROTECTED] wrote: overhaul is overdue, however there are some issues with this site pros and cons, there was a discussion over on the WebStandards Group List Glad to see jquery in use at BBC, but that

[jQuery] Pretty Calendar Plugin

2007-11-29 Thread weepy
http://www.electricprism.com/aeron/calendar/ Unfortunately it's in MooTools - would it be difficult to port ?

[jQuery] Re: jQuery 1.2 benchmark

2007-11-01 Thread weepy
How come Ext is so fast !! On Oct 26, 9:30 am, Andy Matthews [EMAIL PROTECTED] wrote: Can someone simply explain what the colors indicate for any specific row? Red? Orange? Green? Grey? Black? Also, in IE7, these are the results I got (for what it's worth): Dojo query 0.9:

[jQuery] Re: 1px rounded corners issue

2007-10-26 Thread weepy
that plugin is the bomb it should be promoted more in the jQuery world. . On Oct 25, 12:08 am, SterlingK [EMAIL PROTECTED] wrote: @ weepy - Thanks so much for posting that link. That answered some of my issues as well. We all appreciate it when people like you go the extra mile to help

[jQuery] Re: New Plugin: ZoomBox

2007-10-26 Thread weepy
faster than before when you upgraded it to jQuery 1.2? possibly :) i don't have the old one to compare :)

[jQuery] Re: 1px rounded corners issue

2007-10-24 Thread weepy
how about this : http://meerbox.nl/?page_id=4 http://www.meerbox.nl/jrc_demo/example1.html http://www.meerbox.nl/jrc_demo/example2.html http://www.meerbox.nl/jrc_demo/example3.html it uses jQuery and canvas (works with IE too via excanvas) it's very small, very fast, supports fine borders, and

[jQuery] Re: Image expand plugin

2007-10-23 Thread weepy
There's also this http://parkerfox.parkerfox.railsplayground.net/labs/zoombox/index3.html On Oct 23, 7:05 am, Txt.Vaska [EMAIL PROTECTED] wrote: On 22 Oct 2007, at 22:54, Sean O wrote: http://vikjavev.no/highslide/#examples It's a funny thing...every time I see something good I assume it

[jQuery] Re: JSS - New Plug-in

2007-10-07 Thread weepy
Very cool How would you recommend using it ? Ie. would you have a jss.css containing specific CSS included after the normal CSS ? Or is your intention to ignore users without javascript ? Jonah On Oct 7, 3:16 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: A question. Probably I do not get

[jQuery] $(document).ready *and* window.onload

2007-09-22 Thread weepy
Hi, I really need to be able to fire both $(document).ready *and* window.onload in my app. However I find that window.onload doesn't get fired in IE (7) with document.ready any ideas here? weepy *...(

[jQuery] Re: $(document).ready *and* window.onload

2007-09-22 Thread weepy
ignore me :) On Sep 22, 6:05 pm, weepy [EMAIL PROTECTED] wrote: Hi, I really need to be able to fire both $(document).ready *and* window.onload in my app. However I find that window.onload doesn't get fired in IE (7) with document.ready any ideas here? weepy *...(

[jQuery] OT: Missing Images in IE7

2007-09-21 Thread weepy
to prevent it? It occurs for background images and img tags - prerendering in the HTML doesn't make a difference. weepy *...(

[jQuery] Re: jQuery runs inserted scripts prior to inserting HTML

2007-09-18 Thread weepy
$(document).ready(function() { run script here ... }) On Sep 18, 3:46 pm, Benjam Welker [EMAIL PROTECTED] wrote: I posted about this yesterday, but it never showed up... I have a script that grabs some HTML (with included javascript) via AJAX and injects the HTML into the page. The

[jQuery] Re: New Plugin: ZoomBox

2007-09-11 Thread weepy
: Great start! It would be cool to add in the keyboard mappings to go to the next image. Or escape to send it back down. Awesome work! Glen On 9/9/07, weepy [EMAIL PROTECTED] wrote: Inspired by EaseBox and Highslide, I made this plugin http://parkerfox.parkerfox.railsplayground.net

[jQuery] Re: New Plugin: ZoomBox

2007-09-11 Thread weepy
new link : http://parkerfox.parkerfox.railsplayground.net/labs/zoombox/index3.html On Sep 11, 1:33 pm, weepy [EMAIL PROTECTED] wrote: that should be working ok in IE now :) On Sep 9, 7:53 pm, Jqlover [EMAIL PROTECTED] wrote: Gr8 work weep, it is working great in FIREFOX. I am

[jQuery] Problem: Event on image load in IE

2007-09-10 Thread weepy
, this)} ) imageLoaded fires in FF, but not in IE Any ideas why ? weepy *...(

[jQuery] Re: Problem: Event on image load in IE

2007-09-10 Thread weepy
I changed to bind('load', ... I still get the same problem - at first it fires - but once the image has loaded - it seems that IE has cached the image and so the image load event does not get fired. You can see it in action here : http://parkerfox.parkerfox.railsplayground.net/labs/zoombox/

[jQuery] Re: Corner Plugin affects layout

2007-09-10 Thread weepy
that's an awesome plugin On Sep 10, 3:59 pm, Sam Collett [EMAIL PROTECTED] wrote: Using canvas instead of nested div's for the corner didn't help with the layout (although it looks slightly better). The problem is caused by the 'position: relative' added to the element with the corner

[jQuery] New Plugin: ZoomBox

2007-09-09 Thread weepy
). It would be nice to provide a flexible way to give a background template to the zoom image (e.g. white border or shadow). BTW: the image of the keyboard is a bit jerky when it moves - this is because it's a *very* large image. Any feedback much appreciated. weepy *...(

[jQuery] Re: jQuery Babelfish Plugin

2007-08-22 Thread weepy
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 that originally, but couldn't get it to work with Google that way. I'll have a look at the altavista service and

[jQuery] Re: Feature suggestion: animating through stylesheets

2007-08-20 Thread weepy
i can't find any documentation on the 'step' function ? Stephan Beal wrote: On Aug 20, 7:18 am, John Resig [EMAIL PROTECTED] wrote: I've re-done the original demo using jQuery's step function (dunno why I didn't think of this before). Much

[jQuery] Re: [ANNOUNCE] - jqDnR R2 Released

2007-08-19 Thread weepy
Hey great plugin - are you likely to add a 'containment' option ? On Aug 19, 9:22 pm, Rey Bango [EMAIL PROTECTED] wrote: Brice, in FF v2.0.0.6, if I resize the box (div I assume), the text inside of the box overflows. It happens on both examples. I've attached a pic for you to look at.

[jQuery] Re: jQuery negatives: dual/triple/quadruple special-case uses for both function calls and method names

2007-08-16 Thread weepy
It's fair to say that the documentation is a little thin on the ground. I've been writing jQuery for a long while and I'd never even heard of the if() or eq() functions, let alone lt() and gt(). Having said that - what is there is generally very well written and and covers alot. It is also very

[jQuery] object orientated setTimeout

2007-08-13 Thread weepy
Hi have the following problem : I want to delay this call by 400ms : game.setAllowedMoves(this_game.allowed_moves) setTimeout(game.setAllowedMoves(this_game.allowed_moves)) does not work as it's executed in the global context. Any idea how to do this ?

[jQuery] Re: object orientated setTimeout

2007-08-13 Thread weepy
to answer my own question : window.setTimeout(function() { game.setAllowedMoves(this_game.allowed_moves)} , 400) On Aug 13, 1:56 pm, weepy [EMAIL PROTECTED] wrote: Hi have the following problem : I want to delay this call by 400ms : game.setAllowedMoves(this_game.allowed_moves

[jQuery] Re: The Right Sprite

2007-08-11 Thread weepy
I'd love to see a jSprite plugin :-) Perhaps you could use a 2d array for the sprites. X direction could be the sprite and Y could be it's Type ? Another question, do you know if this would work with IE6 with transparent PNGS that have been fixed with a DXFilter ? The reason I ask is that I

[jQuery] $.clone

2007-08-05 Thread weepy
During assingment, if the object is not primative, Javascript will return a pointer to the object rather than a copy. E.g. a = [1,2] b = a b[0]=3 a == [3,2] This clone function makes it possible to copy an object. $.clone = function (obj) { if(typeof(obj) != 'object') return obj;

[jQuery] Re: $.clone

2007-08-05 Thread weepy
$ however you want in your own code, for code that you're making public, I suggest you checkout the plugin authoring guide about not using $ directly:http://docs.jquery.com/Plugins/Authoring#Custom_Alias --Erik On 8/5/07, weepy [EMAIL PROTECTED] wrote: During assingment, if the object

[jQuery] Re: $.clone

2007-08-05 Thread weepy
suggest you checkout the plugin authoring guide about not using $ directly: http://docs.jquery.com/Plugins/Authoring#Custom_Alias --Erik On 8/5/07, *weepy * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: During assingment, if the object is not primative, Javascript

[jQuery] Re: ruby style string manipulation

2007-08-01 Thread weepy
yes you are right i wonder if theres a clever way round this ... On Jul 27, 7:06 pm, Michael Geary [EMAIL PROTECTED] wrote: From:weepy $s = function(s) { p = s.replace(/#{/g, ' + eval().replace(/}/g, ) + ') p = ' + p + ' return eval(p) } a=Jonah b=30

[jQuery] Re: ruby style string manipulation

2007-08-01 Thread weepy
or C# style: String.prototype.$ = function() { ret = this for(i=0; iarguments.length; i++) ret = ret.replace(new RegExp(\\{ + i + \\}), arguments[i]) return ret; } r = {0}, hello, {1}.$(hh, ff) == r == hh, hello, ff

[jQuery] Re: Mootools

2007-07-30 Thread weepy
am i the only one who this this demo looks aweful ?! The aliasing makes everything wobble around On Jul 30, 3:17 pm, Andy Matthews [EMAIL PROTECTED] wrote: Yeah...mine too. I'm using a fairly beefy PC and it hovered between 25% and 50% the whole time it was playing. -Original

[jQuery] Re: ruby style string manipulation

2007-07-27 Thread weepy
another alteration to fix problems with apostrophes var $s = function(s) { p = s.replace(/'/g, '').replace(/#{/g, ' + ).replace(/}/g, + '); p = ' + p + '; return eval(p); } this replaces with ' in your input string, it works best if you use to signify the edge of your string and '

[jQuery] ruby style string manipulation

2007-07-27 Thread weepy
Sick and tired of string manipulation in javascript ? I was Try this nice little function : $s = function(s) { p = s.replace(/#{/g, ' + eval().replace(/}/g, ) + ') p = ' + p + ' return eval(p) } OK it's not exactly bullet-proof, but it's the concept that counts here. So now you can

[jQuery] Re: ruby style string manipulation

2007-07-27 Thread weepy
or even $s = function(s) { p = s.replace(/#{/g, ' + ).replace(/}/g, + ') p = ' + p + ' return eval(p) }

[jQuery] Re: ruby style string manipulation

2007-07-27 Thread weepy
hehe On Jul 27, 11:36 am, David Duymelinck [EMAIL PROTECTED] wrote: Can't you make it a oneliner? $s = function(s) { return eval(' + s.replace(/#{/g, ' + ).replace(/}/g, + ') + '); } more place for bloated functions :) -- David weepy schreef: or even $s = function(s

[jQuery] [ANNOUNCE] New JQuery Site: 64squar.es

2007-07-12 Thread weepy
64squar.es is a completely free, fully featured and easy to use online chess site with a clean simple interface. Users can play opponents in real-time by dragging and dropping the pieces just like a real chess board. Ajax is used to make your moves on the opponent's board and vice versa. We are

[jQuery] Re: announcement: jQuery-based generic board game interface

2007-07-10 Thread weepy
Another Jquery based board game that I'm putting into beta : http://64squar.es It's an online realtime chess game with drag and drop pieces. On Jul 10, 2:31 pm, Andy Matthews [EMAIL PROTECTED] wrote: Can you explain (ever so briefly) how this would be used? Is it merely a way to quickly

[jQuery] Re: Feature suggestion: animating through stylesheets

2007-07-09 Thread weepy
Lurvely I have a real world example where I can immediately try this out on: http://64squar.es. When the chess pieces appear initially, they all slide onto the board. It's a bit jerky really - esp since its trying to move 32 x 60x60 pngs with alpha channel. It's currently somewhat jerky, so i'd

[jQuery] Re: Feature suggestion: animating through stylesheets

2007-07-09 Thread weepy
they are different animations - but it should be easy to bunch them all together. On Jul 9, 5:56 pm, Sean Catchpole [EMAIL PROTECTED] wrote: On 7/9/07, weepy [EMAIL PROTECTED] wrote: When the chess pieces appear initially, they all slide onto the board. It's a bit jerky really - esp

[jQuery] Re: Easebox

2007-07-06 Thread weepy
the dimensions plugin in there so it SHOULD be easy? I think. Ugh. So frustrated. I should give up on this project. Glen On 6/24/07, weepy [EMAIL PROTECTED] wrote: oh i see - you're loading them over the thumbnails ( i was right clicking and seeing the large file ). one

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread weepy
I also had a problem, this time only with IE6 line 1587 == return elem.filter ? (parseFloat( elem.filter.match(/ opacity=([^)]*)/)[1] ) / 100).toString() : ; was causing an error as my filter didnt have opacity= string in it. i fixed by changing to : == return elem.filter ? (parseFloat(

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread weepy
if the opacity turns on (even to 100%). *...( On Jul 2, 4:48 pm, Brandon Aaron [EMAIL PROTECTED] wrote: this one. -- Brandon Aaron On 7/2/07, weepy [EMAIL PROTECTED] wrote: I also had a problem, this time only with IE6 line 1587 == return elem.filter ? (parseFloat( elem.filter.match

[jQuery] 1.13 bug - IE6 attr function

2007-07-01 Thread weepy
I have a bug in the fading code for IE6 it is triggered in the function attr on line 1587 return elem.filter ? (parseFloat( elem.filter.match(/opacity=([^)]*)/)[1] ) / 100).toString() : ; elem.filter is actually

[jQuery] Re: Draggables in jQuery

2007-06-27 Thread weepy
lurvely - i can easily hack an end event into that and it makes it droppable ! On Jun 27, 7:27 am, Gilles (Webunity) [EMAIL PROTECTED] wrote: Drag yes, drop no ;) http://dev.iceburg.net/jquery/jqDnR/

[jQuery] Re: Draggables in jQuery

2007-06-27 Thread weepy
ah - don't want to get y'all too excited - but I just meant providing 'dragstart' and 'dragend' callback events. :...( On Jun 27, 10:23 am, Erik Beeson [EMAIL PROTECTED] wrote: Good luck editing Brice's code :) On 6/27/07, weepy [EMAIL PROTECTED] wrote: lurvely - i can easily hack

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-27 Thread weepy
maybe check this out : http://www.netzgesta.de/instant/ *...( On Jun 27, 4:24 pm, Scott Trudeau [EMAIL PROTECTED] wrote: I'm developing in Coldfusion, by the way. But, I don't think I can use a server side script for this as I need it to update without a page refresh... There are a

[jQuery] Re: cssHover rebirth: wuWidgets

2007-06-26 Thread weepy
how about textbox or dropdown ?

[jQuery] Draggables in jQuery

2007-06-26 Thread weepy
Hi Is there any smallish drag and drop plugins for jquery ? I've looked at interface but the Draggables code itself is 18k compressed - which seems alot. weepy

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-26 Thread weepy
i've tried excanvas and it works very well indeed - amazing in fact when you think what its doing. it runs a bit slower on ie check some demos here : http://labs.parkerfox.co.uk/excanvas/examples/

[jQuery] Re: Easebox

2007-06-24 Thread weepy
looking great you need to make it work with thumbnails though otherwise the page might take aaages to load with lots of big images weepy :...( On Jun 24, 8:05 am, Glen Lipka [EMAIL PROTECTED] wrote: It's inching its way forward. It seems though that the further I take this, the more

[jQuery] Re: Easebox

2007-06-24 Thread weepy
I guess I mean a bit like this plugin : http://vikjavev.no/highslide/#examples - does an ajax load for the image before it zooms. On Jun 24, 8:47 am, weepy [EMAIL PROTECTED] wrote: looking great you need to make it work with thumbnails though otherwise the page might take aaages to load

[jQuery] Re: Easebox

2007-06-24 Thread weepy
oh i see - you're loading them over the thumbnails ( i was right clicking and seeing the large file ). one of the main points of thumbnails is that you are not loading the whole image (bandwidth) - so really u should only load them when you click on them. (or it could be an option) weepy

[jQuery] Re: embedding script behaviour different in IE and FF

2007-05-31 Thread weepy
bump : ) This seems quite a fundemental issue - i'm surprised no one has taken an interest : )

[jQuery] $(document).ready limits

2007-05-30 Thread weepy
Hi I have a project where I am using Ajax to squirt some HTML and script into the DOM. The script currently has a document.ready around it which appears to fire ok when in FF but not in IE Does any one have any experience of this ? weepy

[jQuery] Re: $(document).ready limits

2007-05-30 Thread weepy
no - is defer an IE thing ? On May 30, 1:36 pm, Brandon Aaron [EMAIL PROTECTED] wrote: Are you using the defer attribute on any of your scripts? -- Brandon Aaron On 5/30/07, weepy [EMAIL PROTECTED] wrote: Hi I have a project where I am using Ajax to squirt some HTML and script

[jQuery] IE not evaluating script tags in get

2007-05-30 Thread weepy
Hi, I'm using $.get like such : function ajaxLoad(x) { $.get(x, {dataType : html}, function(html) { ajaxLoaded(html, ) }) } the HTML loaded contains some script and some tags. in FF the script runs fine, but in IE it silently fails. any ideas what the problem is ? weepy

[jQuery] embedding script behaviour different in IE and FF

2007-05-30 Thread weepy
Hi, I'm using $.ajax to pull down some HTML and insert it into the dom. The HTML has some embedded script - in IE it gets fired once, but in FF in gets fired twice - once when it's parsed by jQuery and again when it's inserted into the DOM. I've put a proof of concept here :

[jQuery] autoheight textarea plugin

2007-05-10 Thread weepy
Hi, AutoHeight is a jquery plugin that automatically adjusts the height of specified textareas dependant on their content. It is based on AutoExpander in Interface, but keeps the width constant. For example see : http://labs.parkerfox.co.uk/autoheight/ Jonah

[jQuery] Re: MooTools 1.1

2007-05-09 Thread weepy
Jquery could do all this stuff, but I think it's just that moo.oools have a very neatly presented site On May 9, 10:21 am, r.b [EMAIL PROTECTED] wrote: I'm sorry but what do you see on these Demo Pages what does not be realized with jQuery ? I can't find any freaking awesome stuff. Someone

  1   2   >