Using Drupal to Make a Super Fast Mobile App
Let's imagine a scenario where you want a super-fast mobile app that uses a Drupal backend from an already existing site.
Let's imagine a scenario where you want a super-fast mobile app that uses a Drupal backend from an already existing site.
I recently helped a friend with a couple bugs they were fixing on a mobile site, and suddenly realized that there is a good basic list of tools that...
I needed a custom REST interface that mimicked a legacy API, rather than using elasticsearch's REST interface directly. Because we all know that I...
We use Harvest for time-tracking, which is simple and easy to use.
CSS3 animations are finally becoming a useful tool in the front end developer's kit!
How to use first class dependency objects with ECMAScript Harmony.
As I mentioned earlier, I love JavaScript. Today, I'd like to talk about how to use it to get (fun) things done.
The latest version of the jQuery Lazy Load plu
Great HTML5 support based on the excellent Boilerplate HMTL5 template, full SASS support, and a base fixed/flexible responsive layout similar to Zen...
When we added the Compass CSS authoring framework to our projects, new wrinkles appeared in the deployment process. Committing the artifacts to Git...
I know it’s hard to believe I’ve never been to a DrupalCon, but it’s true.
Things You Can ( or Can't ) Do With the Full Calendar Module
I need a session on how to choose which session to go to. So much great information and so little time.
HTML5’s element is one of the large driving forces behind my excitement for HTML5 development. Canvas provides a wonderful way to add extra shine and...
There's a lot of buzz from developers about HTML5, but what does it really mean to business? I look at in terms of...
One of my favorite things about the development community is how lazy it can be.
There’s been a lot of buzz lately about Responsive Web Design, and in particular about CSS3 Media Queries.
Messing with your exposed filters for fun and profit.
Drupal 7 includes a big re-factor of the way CSS and Javascript are aggregated. What does this mean for your sites? In short: You will see a greater...
For as long as mobile sites have been around the conventional wisdom has been: build your website first and then create a mobile site as an add-on;...
Alarmist rhetoric from news organizations about the web is nothing new, but today's front-page headline on the New York Times still caught my eye: "
JSONP is a way to make cross-domain requests through javascript. It takes advantage of a loophole in the browser's same-origin policy: tags are...
The codec wars around the HTML5 video element might be settled sooner than you think: Basically, Google just open-sourced VP8, a video codec. VP8 is...
A previous post described how to reposition node comments with Drupal's hook_menu_alter(), to facilitate a tabbed interface. One side effect that...