Posts Tagged ‘JS’

Initial Concerns with Node.js

Comments (0)

After watching the Nodestack Conference I have only become more skeptical about Node.js and the overall architecture and paradigm of the platform. I’m obviously biased, but to be fair, I’ve been working with C languages for a decade plus building websites both large and small on PHP, Ruby, C and Node.js for five years or [...]

Tip of the Day: Mobile Touch Events

Comments (6)

I recently got into a project that was a bit over my head. I had to build out a map that will work on desktop, mobile and tablets the same, but I quickly ran into issues tracking touch events in mobile Safari. All of the testing I was doing in iOS5 (beta) was working the [...]

jQuery Lightbox / Modal Plugin

Comments (5)

There are SO MANY different types of lightbox scripts in the wild, and while most of them are absolutely fantastic (shadowbox being one of my favorites) most of them are very limited in the control that they give you over the style, function and code. To make things worse, most of these lightbox scripts are also 5k or bigger, which is 5k more than you need sometimes. If you’re like me, and you do a lot of customization or want to tweak your code to be as fast as possible, then you’ll want this simple little jquery lightbox plugin. Style your lightbox exactly how you’d like and then simple invoke the modal() function and you’ll be able to trigger the lightbox.

FBJS Slider Carousel

Comments (34)

I’ve made a nice little FBJS Slider that I use quite often for animation within facebook. I hope that little snippets and code like this will help other developers make more interested and appealing Facebook applications. If you want to hire or request help with fbjs, fbml, or facebook development in general, you can do [...]

close