Posts Tagged ‘Javascript’

native-scrolling

iOS 5 Native Scrolling–Grins & Gotchas

  When Apple released iOS 5 last year, one of the improvements included in Mobile Safari was the inclusion of support for scrolling of block elements with the CSS overflow:auto or overflow:scroll declarations. In addition, support for fancy and fast bounce-scroll behavior is provided with the inclusion of [...]

Read More
Screen Shot 2011-09-12 at 10.04.47 AM

BostonGlobe.com Goes Responsive

The concepts behind responsive design have been around for a little while now, but it’s only now gaining traction amongst bigger organizations. Today, one more large organization can be added to the list of those supporting responsiveness. The Boston Globe launched a new and revamped site utilizing a [...]

Read More
appcloudSQ

Brightcove App Cloud Preview

Earlier this month we attended the Brightcove App Cloud Developer Kitchen. We were grateful and excited for this opportunity to get hands-on with the platform (currently in private beta), kicked the tires and build an app. In this post I’ll relay our experiences with the platform and show [...]

Read More
267-coffeescript-basics

CoffeeScript, the Future of JavaScript

Well, I hope so anyway. CoffeeScript is a language based on JavaScript with a simplified the syntax that more resembles languages like Ruby or Python. This make it more useful as a software engineering tool as well as making it much more fun to use. In addition, it [...]

Read More
JavaScriptGarden

The JavaScript Garden

Have you ever been confused by this, or wondered what the differences between the == and === operators are? Has using the eval function ever gotten you into big trouble? If you answered yes to any of the above questions (and even if you didn’t!) – the JavaScript [...]

Read More
CodeSnipImage

What is the Javascript Arguments Object Anyway?

While on the path to figuring out a mysterious issue in regards to my Javascript function working properly in Chrome but falling flat on its face in Firefox, I discovered an interesting difference between the two browsers. I’m going to add Safari into the mix as well. So [...]

Read More

WebSockets Hits a Snag: The Perils of Rapid Change

When I sat down to write this post, the main subject was going to be some of the Really Cool Stuff that can be done with the WebSocket API, a nifty W3c specification-in-training for bi-directional communications between Web apps and servers. The API is simple and relatively clean, [...]

Read More

jQuery Mobile: First Impressions

This past weekend I attended the 2010 jQuery Conference in Boston where jQuery Mobile was released to much fanfare. jQuery Mobile aims to make web development easier for mobile devices by utilizing the principles of progressive enhancement in that you basically start with any old HTML page and [...]

Read More