Quantcast
Channel: Javascript – JDev
Browsing latest articles
Browse All 7 View Live

AngularJS

Yesterday evening I attended the first session of a two-part workshop about AngularJS. The session was organized by InfoSupport as part of the so-called University Sessions for members of the Dutch...

View Article


A very simple RSS reader with AngularJS and Google Feed API

Last year I’ve written a few lines about aggregating feeds with SimplePlie. SimplePie is a nice PHP library but the version I used broke when my hosting provider decided to upgrade the servers to a new...

View Article


Devoxx 2013 recap

Last week I attended the 2013 edition of what is likely the best Java conference around: Devoxx. This year I decided to put a small recap of the week on my blog. I’ve been returning to Antwerp each...

View Article

My JavaScript book recommendations

I’ve been using JavaScript since the late 1990s – the era of the first browser wars between Netscape Navigator and Internet Explorer. At the time it was just to liven up the static html pages with some...

View Article

Server side logging from browser side JavaScript code

Application logging is something we all do in our applications that get deployed on an application server, right? Using frameworks like Log4J or Logback seems like a no-brainer to most Java developers....

View Article


Catching unforeseen JavaScript errors

JavaScript errors can originate from anywhere inside your code or the libraries you’re using. Because they are runtime exceptions you’re not alerted to them whilst you’re writing your code. So you...

View Article

AngularJS polling service

A while ago, I had to write a polling service in AngularJS. For this service, there were three main requirements: poll the backend every x ms until the expected result has been attained the service has...

View Article
Browsing latest articles
Browse All 7 View Live