List Info

Thread: Kinda funny way to getting jQuery some exposure




Kinda funny way to getting jQuery some exposure
country flaguser name
United States
2007-03-30 09:10:27
Okay, so Pete Cashmore, owner of Mashable was ragging on a
new site that 
generates stripes for that "Web 2.0" effect. I
actually think the stripe 
generator is pretty cool so I replied in the comments
section about it:

http
://mashable.com/2007/03/29/stripe-generator/

Read the comments to see how the whole thing plays out but
what I will 
say is that I used jQuery to make the rounded corners. ;o)

Rey...
-- 
BrightLight Development, LLC.
954-775-1111 (o)
954-600-2726 (c)
reyiambright.com
http://www.iambright.com


_______________________________________________
jQuery mailing list
discussjquery.com
http://jquery.com/discuss/


Re: Kinda funny way to getting jQuery some exposure
country flaguser name
United States
2007-03-30 09:18:08
That page with the email animations is awesome! It's like a
web Chamber 
of Horrors 

I think you won that comments debate.


Paul Caton.

_______________________________________________
jQuery mailing list
discussjquery.com
http://jquery.com/discuss/


Re: Kinda funny way to getting jQuery some exposure
user name
2007-03-30 09:37:49
Tsk, tsk, Rey.  Your code is not very "jQuery" at
all.  What's with
this verbsoity?

    $("#icons").corner();
    $("#construction").corner();		

That hurts my eyes as much as the ani gifs.  

Mike


On 3/30/07, Rey Bango <reyiambright.com> wrote:
> Okay, so Pete Cashmore, owner of Mashable was ragging
on a new site that
> generates stripes for that "Web 2.0" effect.
I actually think the stripe
> generator is pretty cool so I replied in the comments
section about it:
>
> http
://mashable.com/2007/03/29/stripe-generator/
>
> Read the comments to see how the whole thing plays out
but what I will
> say is that I used jQuery to make the rounded corners.
;o)
>
> Rey...
> --
> BrightLight Development, LLC.
> 954-775-1111 (o)
> 954-600-2726 (c)
> reyiambright.com
> http://www.iambright.com

>
> _______________________________________________
> jQuery mailing list
> discussjquery.com
> http://jquery.com/discuss/

>

_______________________________________________
jQuery mailing list
discussjquery.com
http://jquery.com/discuss/


Re: Kinda funny way to getting jQuery some exposure
country flaguser name
United States
2007-03-30 09:38:54
"Gaah!  My eyes!"

Classic!  I'm still giggling.

- Brian


> That page with the email animations is awesome! It's
like a web Chamber
> of Horrors 
>
> I think you won that comments debate.
>
>
> Paul Caton.
>
> _______________________________________________
> jQuery mailing list
> discussjquery.com
> http://jquery.com/discuss/



_______________________________________________
jQuery mailing list
discussjquery.com
http://jquery.com/discuss/


Re: Kinda funny way to getting jQuery some exposure
country flaguser name
United States
2007-03-30 09:48:59
haha! He dared me!

Paul Caton wrote:
> That page with the email animations is awesome! It's
like a web Chamber 
> of Horrors 
> 
> I think you won that comments debate.
> 
> 
> Paul Caton.
> 
> _______________________________________________
> jQuery mailing list
> discussjquery.com
> http://jquery.com/discuss/

> 

-- 
BrightLight Development, LLC.
954-775-1111 (o)
954-600-2726 (c)
reyiambright.com
http://www.iambright.com


_______________________________________________
jQuery mailing list
discussjquery.com
http://jquery.com/discuss/


Re: Kinda funny way to getting jQuery some exposure
country flaguser name
Germany
2007-03-30 09:51:05
Brian Miller schrieb:
> "Gaah!  My eyes!"
> 
> Classic!  I'm still giggling.
> 
> - Brian

Haha, you should also have a look at the "1996
Geocities" theme from CSS 
Zengarden? Be careful...

http://csszengarden.com/?cssfile=htt
p://www.brucelawson.co.uk/zen/sample.css



-- Klaus

_______________________________________________
jQuery mailing list
discussjquery.com
http://jquery.com/discuss/


Re: Kinda funny way to getting jQuery some exposure
country flaguser name
United States
2007-03-30 09:54:18
Mike Alsup wrote:
> Tsk, tsk, Rey.  Your code is not very
"jQuery" at all.  What's with
> this verbsoity?
> 
>     $("#icons").corner();
>     $("#construction").corner();		

So how should I have done the code, Masterson! Show the
grasshopper your 
ways!

> That hurts my eyes as much as the ani gifs.  

Hahaha! Thank Pete Cashmore for that. He dared me. ;o)

_______________________________________________
jQuery mailing list
discussjquery.com
http://jquery.com/discuss/


Re: Kinda funny way to getting jQuery some exposure
user name
2007-03-30 10:04:35
$("#icons, #construction").corner();

On 3/30/07, Rey Bango <reyiambright.com> wrote:
>
> Mike Alsup wrote:
> > Tsk, tsk, Rey.  Your code is not very
"jQuery" at all.  What's with
> > this verbsoity?
> >
> >     $("#icons").corner();
> >     $("#construction").corner();
>
> So how should I have done the code, Masterson! Show the
grasshopper your
> ways!
>
> > That hurts my eyes as much as the ani gifs.  
>
> Hahaha! Thank Pete Cashmore for that. He dared me. ;o)
>
> _______________________________________________
> jQuery mailing list
> discussjquery.com
> http://jquery.com/discuss/

>

_______________________________________________
jQuery mailing list
discussjquery.com
http://jquery.com/discuss/


Re: Kinda funny way to getting jQuery some exposure
user name
2007-03-30 10:06:18
That should work.
$(&#39;#icons, #construction').corner();


On 3/30/07, Rey Bango < reyiambright.com">reyiambright.com > wrote:

Mike Alsup wrote:
>; Tsk, tsk, Rey.  Your code is not very "jQuery" at all.  What&#39;s with
>; this verbsoity?
>
>&nbsp;   ; $("#icons").corner();
> &nbsp;   $("#construction").corner();

So how should I have done the code, Masterson! Show the grasshopper your
ways!

> That hurts my eyes as much as the ani gifs. 

Hahaha! Thank Pete Cashmore for that. He dared me. ;o)

_______________________________________________
jQuery mailing list
discussjquery.com"> discussjquery.com
http://jquery.com/discuss/



--
Joan Piedra || Frontend webdeveloper
http://joanpiedra.com/
Re: Kinda funny way to getting jQuery some exposure
user name
2007-03-30 10:38:14
On 3/30/07, Rey Bango <reyiambright.com> wrote:
> Thanks John & Joan! Fixed.
>
> Hey John, what'd you think of the page?!? Its like
retro-Web 2.0 huh? ;o)

You mean it is like web 1.996. We've come a long way in the
last few
thousandths of revisions. 

--
Brandon Aaron

_______________________________________________
jQuery mailing list
discussjquery.com
http://jquery.com/discuss/


[1-10]

about | contact  Other archives ( Real Estate discussion Medical topics )