Re: [jQuery] new plugin : texrep

2006-10-16 Thread Andrea Ca'Zorzi
That looks quite nice. Delicioused away for later use...
I'm sure I'm missing something, but why do you need the hardcoded baseurl?

Cheers,

Andrea

On 10/15/06, David [EMAIL PROTECTED] wrote:
 
  Texrep is a plugin to dynamically replace text by images using a font
  file.  It's based on the  A list apart article : dynamic text
  replacement. i just jqueried (is it a verb already) it.
 
  The code can be found at http://dlinck.d.googlepages.com/jquerytexrep .
  I'm going to try to find a server were i can setup a demo.
 I've rewritten the plugin according to the most recent guidelines and i
 added demos.

 http://david.icreate.be/jquery/texrep/




 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] new plugin : texrep

2006-10-16 Thread David Duymelinck
Andrea Ca'Zorzi schreef:
 I'm sure I'm missing something, but why do you need the hardcoded baseurl?

   
from experience i know things can go wrong if you don't hard code your 
baseurls that why i added that.

you could use baseurl = '/'; if you want to or just strip that part of 
the code :)  but then you also have to remove it from the image creation 
too.

-- 
David Duymelinck

[EMAIL PROTECTED]


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] new plugin : texrep

2006-10-15 Thread David

 Texrep is a plugin to dynamically replace text by images using a font 
 file.  It's based on the  A list apart article : dynamic text 
 replacement. i just jqueried (is it a verb already) it.

 The code can be found at http://dlinck.d.googlepages.com/jquerytexrep . 
 I'm going to try to find a server were i can setup a demo.
I've rewritten the plugin according to the most recent guidelines and i 
added demos.

http://david.icreate.be/jquery/texrep/




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/