Addy

Addy

39p

59 comments posted · 0 followers · following 0

1 week ago @ AddyOsmani.com | Where... - 50 jQuery Snippets Tha... · 0 replies · +1 points

Wow. First off, it's an honour for me to have THE Paul Irish even reading my blog ;)

Thanks a lot for your recommendations, Paul. I think that they might really help to optimize the snippets and I look forward to including them in a future updated version of this list.

Cheers

1 week ago @ AddyOsmani.com | Where... - 50 jQuery Snippets Tha... · 0 replies · +1 points

No problem at all!. I hope that these help in some small way towards your path to becoming a jQuery Master some day :)

1 week ago @ AddyOsmani.com | Where... - 50 jQuery Snippets Tha... · 0 replies · +1 points

Hello Mike. It's really great getting to hear that other coders found this list useful. I hope the snippets come in handy with your projects! :)

1 week ago @ AddyOsmani.com | Where... - 50 jQuery Snippets Tha... · 0 replies · +2 points

No problem! I'm glad you liked it

1 week ago @ AddyOsmani.com | Where... - 50 jQuery Snippets Tha... · 0 replies · +2 points

Thanks. I'm really happy to hear that you liked the article (and are following! ) : )

1 week ago @ AddyOsmani.com | Where... - 21 Incredibly Useful T... · 0 replies · +1 points

Thank you!

1 week ago @ AddyOsmani.com | Where... - 21 Incredibly Useful T... · 2 replies · +1 points

It depends on what you're trying to do. If you're only interested in the thumbnail (and not a higher res version) you should just be able to load in the URL to their friend profile directly and use regular expressions to extract the URL to their friend image. That said, it might just be easier for you to try doing this via the Facebook API as they have methods for grabbing friend images fairly painlessly.

1 week ago @ AddyOsmani.com | Where... - 21 Incredibly Useful T... · 0 replies · +1 points

I've been personally using the Official API for all Facebook related things for a while now, but if you're interested in some alternative code for achieving this via CURL, here's a nice little snippet from Snipplr http://snipplr.com/view/29070/how-to-change-faceb...

2 weeks ago @ AddyOsmani.com | Where... - jQuery Fubar - How To ... · 0 replies · +1 points

If you scroll up to the dashboard you'll see the Subscribe button there :)

2 weeks ago @ AddyOsmani.com | Where... - Zoomer Gallery - A jQu... · 0 replies · +1 points

To alter the title animation, change the below lines to change the position of the text from a base/bottom position to where you want the final animation to end.

$(’.title’).animate({
marginLeft:’-42px’,
marginTop:’90px’},
d.speedTitle).css({’z-index’:'10′,’position’:'absolute’,'float’:'left’})}}}