An HTTP REST interface for attachments in your Gmail account
DIMAP provides a RESTful HTTP interface to attachments in your Gmail account. I wrote this as a proof of concept during a hack day at Attachments.me.
Tweet 0 Comments Save Tags: javascript
Ultimate Responsive jQuery Image Slider
The sliders are pretty powerful as they include configurable settings, callback, events, touch swipe support on mobile platform and... more »
Tweet 0 Comments Save Tags: javascript
Get Query String Value using Java Script
In web application development, we all are well aware of Query String and Its uses. We can easily retrieve the Query String values from... more »
Tweet 0 Comments Save Tags: .net , javascript
Responsive Principles At the Heart of Our Design
When approaching the task of creating a new standard theme for AnswerHub we wanted to make sure we got one thing right -- Responsive... more »
Tweet 0 Comments Save Tags: css-html , javascript , web design
The Future of the Web
I know, I know. The title sounds like SEO-link-bait, I apologize. I want to talk about something that I'm fairly excited about, and I... more »
Tweet 0 Comments Save Tags: css-html , javascript , web design
Live Collections using Backbone.js, Faye and Node
We wrote up this tutorial for a presentation at LNUG on how to create realtime collections on Backbone.js using James Coglan's excellent... more »
Tweet 0 Comments Save Tags: ajax , javascript , web 2.0
InfiView 2.2 Released
Due to changes introduced in the latest Firefox and Chrome releases we created an updated version of InfiView - version 2.2 InfiView 2.2... more »
Tweet 0 Comments Save Tags: ajax , frameworks , javascript , news
My favorite alternative to JavaScript's switch statement
One of my least favorite parts of nearly every programming language I’ve spent much time with has been the ubiquitous switch... more »
Tweet 0 Comments Save Tags: javascript , reviews
JavaScript is Web Assembly Language and that's OK
Some years ago I said that JavaScript is the Assembly Language of the Web. In fact, lots of people said it, because it's true. Later,... more »
Tweet 0 Comments Save Tags: javascript , reviews
Rebuild YouTube's mobile-like progress bar in jQuery
Some weeks ago I have noticed a new loading indigator on YouTube which appears while loading a the next pages. The progress bar was only... more »
Tweet 0 Comments Save Tags: css-html , javascript , web design
Lessons Learned: A Year with a Large AngularJS Project
After a year of working with a large AngularJS project, I thought I’d share a few of the lessons that I learned in the process. Firstly,... more »
Tweet 0 Comments Save Tags: frameworks , javascript , reviews
CPU core estimation with JavaScript
So you just built some cool scalable multithreaded feature into your webapp with web workers. Maybe it’s machine learning-based webcam... more »
Tweet 0 Comments Save Tags: how-to , javascript , reviews
Tourist.js
Tourist.js is a simple library for creating guided tours through your app. It's better suited to complex, single-page apps than websites.... more »
Tweet 0 Comments Save Tags: frameworks , javascript
Making Impressive Presentations using impress.js
When we talk about online presentations, we generally think of software tools like Prezi, Brainshark and SlideRocket. I personally use... more »
Tweet 0 Comments Save Tags: javascript
Differences between Restangular and Angular's $resource
Differences between Restangular and Angular's $resource
Tweet 0 Comments Save Tags: javascript , mobile , open source , web services
PhoneGap and AngularJs: Build upon the PhoneGap api to expose some AngularJs services
This series of tutorials will focus on using PhoneGap and AngularJs together in an iOS application. We will start off small but build... more »
Tweet 0 Comments Save Tags: frameworks , how-to , javascript , mobile
Common Techniques in Responsive Web Design
In previous articles, I talked about why the Web is ready for responsive design and how a site owner can use the context of a user’s... more »
Tweet 0 Comments Save Tags: css-html , javascript , ria , web design
Wrestling All Day With WebAPI, NewtonSoft and JSON Date Formats
Half to document what I now believe and half to share my findings, I’m going to do a short post that shows the implications of changing... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript
AngularJS on Rails 4 - Part 1
Angular seems to be the big craze as of late. Some may agree and some may not, but AngularJS is one of the next big contenders for being... more »
Tweet 0 Comments Save Tags: frameworks , javascript , ruby
Node.js Library for Authentication with Windows Azure Active Directory
Node.js developers: add some Windows Azure authentication and access control to your Node app with the newly MS Open Tech’s released open... more »
Tweet 0 Comments Save Tags: cloud , frameworks , javascript , server
JavaScript quirk 7: inadvertent sharing of variables via closures
Closures are a powerful JavaScript feature: If a function leaves the place where it was created, it still has access to all variables... more »
Tweet 0 Comments Save Tags: javascript , reviews
Dependency Injection in JavaScript
Following recent developments, we will present what dependency injection is, its advantages and simple implementation of this pattern in JavaScript.
Tweet 0 Comments Save Tags: javascript
Infinite Scroll Example with ColdFusion
A few weeks ago a reader asked if I had an example of infinite scroll with a ColdFusion back end. I replied that I did not, and that... more »
Tweet 0 Comments Save Tags: css-html , javascript , web design
Good/Bad Code Study: Intention Hidden In Implementation And Misty Edge of Validity
“The code is the documentation” – except that from poorly written code you cannot tell what is an intrinsic part of the solution and what... more »
Tweet 0 Comments Save Tags: javascript
Implementing SignalR Stock Ticker using Angular JS - Part2
This is the second part in the series covering implementing SignalR Stock Ticker using Angular JS. This post covers manipulating UI and... more »
Tweet 0 Comments Save Tags: .net , javascript