Javascript

  • submit to reddit

Visualizing Pigments with D3.js

“In the early 1900s, scientists found that a liquid or solid heated to high temperatures would give off a broad range of colours of light. However, a gas...

0 replies - 3222 views - 06/14/13 by Gary Sieling in Articles

Functional Programming Patterns in Four Popular Javascript Libraries

I generally find discussions of design patterns a bit dry, but in testing new Javascript libraries, I’ve stumbled across some interesting tactics. Object...

0 replies - 1521 views - 06/12/13 by Gary Sieling in Articles

Parsing Javascript in Javascript

Closures are a language feature which allow the programmer to inject static variables into a function’s scope, without the use of method parameters. E.g.:a =...

0 replies - 2187 views - 06/12/13 by Gary Sieling in Articles

Capturing a Web Page Without Stylesheets

It is amazing to live in an environment where the Internet connection is ubiquitous and fast. But in case the tube is having a problem and the bits from the...

0 replies - 1638 views - 06/11/13 by Ariya Hidayat in Articles

AngularJS slides from Scotch on the Rocks

I recently had the pleasure of speaking about AngularJS at Scotch on the Rocks in Edinburgh. The conferences was, as always, great and thanks to all those...

0 replies - 1095 views - 06/10/13 by John Whish in Articles

JavaScript Timing: Accuracy vs Precision

When analyzing the performance of a JavaScript-based application, stopwatch is often a convenient tool. Just like any other timing measurements in real life,...

0 replies - 739 views - 06/08/13 by Ariya Hidayat in Articles

Appliness June 2013 Published

The June 2013 edition of Appliness is out, and it includes coverage of PhoneGap, Backbone.js, RequireJS, Chromium Embedded Framework, CSS and Media Queries,...

0 replies - 834 views - 06/08/13 by Ben Forta in Articles

Speeding up Require.js optimization in Maven

 In the last couple of web applications we’ve been working on, we used the Require.js library to modularize our Javascript code. This allows developers...

0 replies - 2708 views - 06/07/13 by Marco Fränkel in Articles

Using Square Retrofit REST Client with POJO

Another helpful resource when using Retrofit, JSON to POJO In your maven...

0 replies - 2620 views - 06/05/13 by Tim Spann in Articles

Simpler UI Testing with CasperJS

This post comes from Matthew Setter, a professional technical writer and passionate web application developer. He’s also the founder of Malt Blue, the...

0 replies - 3174 views - 06/05/13 by Leigh Shevchik in Articles

Working with AngularJS and Silex as Resource provider

These days I’m playing with AngularJS. Angular is a great framework when we’re building complex front-end applications with JavaScript. And the best part...

0 replies - 880 views - 06/04/13 by Gonzalo Ayuso in Articles

Automagic Removal of JavaScript Logging

When writing a large JavaScript application, it is quite often that console.log and other debugging statements are sprinkled here and there. Obviously, at one...

2 replies - 1960 views - 06/02/13 by Ariya Hidayat in Articles

TypeScriptCompile “Include” error when loading a Project

Today when opening one of our .sln files we received the following error message when trying to load a web project. Of course the first thing we did was...

0 replies - 749 views - 05/31/13 by Derik Whittaker in Articles

How To Find Events Bound To An Element With jQuery

In this tutorial we are going to investigate ways you can tell what events a certain element has bound to it. This is really useful when you need to debug...

0 replies - 2510 views - 05/29/13 by Paul Underwood in Articles

AngularJS Pattern #1 - async service results

Spring Quizzo ETE sample code Hi everyone. If you're looking for examples of potential ways to interact with a Spring app from AngularJS, take a look at the...

0 replies - 1395 views - 05/26/13 by Ken Rimple in Articles