Tag Archives: jquery
-
Embeddable Github repos with Repo.js
Jun 26 2012
So, it’s my Birthday (woot). If you didn’t know, now you know. Birthdays always involve presents. So I thought I’d give a present to all of you. For the past 3 or 4 months I’ve worked on and off on a embeddable Github repo plugin. I’ve finally got it to a place I like and [...]
-
Get Flickr Photos from URLs with jQuery
Jun 6 2012
OKAY! I promise, this is the last flickr related post (Flickr Video Plugin, Flickr Gallery Plugin. I really should just write an all out complete flickr plugin for all your photo, video and gallery needs o_O. Maybe. One day. For now, I’ve delved back in and created the last “Get Flickr X from URL”. And, [...]
-
Get Flickr Videos from URLs with jQuery
Jun 6 2012
I liked the little flickr snippet I wrote for embedding galleries from urls so much that I decided to write another flickr centric plugin for grabbing videos from urls. This is one of those features that hasn’t got that much traction but it is pretty neat. Both of these plugin are pretty good for generating [...]
-
Get Flickr Galleries from URLs with jQuery
Jun 6 2012
I find that I sometimes want to embed a set of images that someone hasn’t created a gallery for. You can actually see a slide show of them (example: jQuery Bowling Awesomeness!) but there isn’t a way to embed/share that view.. until now. I’ve created a quick little plugin that grabs the set id and [...]
-
Creative Animation Using CSS clip and rotate
Jun 5 2012
When it comes to animations, as a programmer, you get to be a little creative. Just over a year ago I was working on a project where I needed a progress bar to be displayed on load. I wanted to have something like an wheel animation but that slowly filled up. I decided that I [...]
-
Type out Text
Jun 4 2012
I’ve decided to start posting semi-daily code snippets. I’ve got a number of posts that touch in this very area and I need to get them published (so I’m hoping this will help spur them on into the light of day). After watching some of the E3 action today, I noticed a lot of the [...]
-
Releasing a New Site!
May 30 2012
I’ve been working on a new design for my website since October (o_O). Slowly picking at pieces of its layout and functionality when I’ve had time between my work and open source involvement. That said, I’m happy to announce I’m finally launching the latest version of darcyclarke.me. What you see now is the combination of [...]
-
Quick Tip: Get Gravatar Images from Emails with JavaScript
Dec 6 2011
A quick video tutorial on how to get Gravatar images, from emails, with JavaScript. We get some nice help from Chris Coyier’s (http://css-tricks.com/ & http://digwp.com/) MD5 Library. Final Code Example
-
Using jQuery Deferreds with Animations
Dec 5 2011
I try and hang out in the #jQuery IRC Channel whenever I’ve got some time and I see a lot of the same questions. One of those, which I see fairly often, is: “How do I run some code once my animations ar finished?”. The simple answer would be to add a callback function to [...]
-
Live vs. Static Node Lists
Sep 28 2011
A little while ago, I was working on an application where I wanted to cache collections of elements to save on DOM traversals / improve performance. The problem with caching a collection of elements is that you’ll, in most cases, store a static node list. Thus, when new elements are introduced to the DOM, that [...]
