jq
jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk,... more »
Tweet 0 Comments Save Tags: frameworks , javascript
Modular JavaScript for Portals Done Right
JavaScript has become more and more popular over the last few years, and without any doubt its usage continues to increase every day. A... more »
Tweet 0 Comments Save Tags: how-to , javascript , research
Modularizing your Backbone Router using Require.js
Often times, in larger Backbone.js projects, the routing code becomes bulky, error-prone, and repetitive. This article explains how to... more »
Tweet 0 Comments Save Tags: frameworks , javascript , web 2.0
AngularJS + Scalatra + Scala bootstrap web project open sourced from @softwaremill
Today we decided to open source one of our projects – Bootstrap. It’s a small application to demonstrate how to use AngularJS with... more »
Tweet 2 Comments Save Tags: ajax , java , javascript , open source
How I Ended Up Enjoying JavaScript
Eleven months ago I would have cringed at the thought of having to build large web applications, like the ones I’d usually built in Flex,... more »
Tweet 0 Comments Save Tags: javascript , opinion , web design
jQuery 2.0 Released
As promised, this version leaves behind the older Internet Explorer 6, 7, and 8 browsers. In return it is smaller, faster, and can be... more »
Tweet 0 Comments Save Tags: frameworks , javascript , news
Javascript visualization libraries to display charts and graphs
Creating charts or graphs can be relatively easy if you are using a Javascript visualization library. A library makes things easier for... more »
Tweet 0 Comments Save Tags: javascript , web design
Google JavaScript Style Guide
This style guide contains many details that are initially hidden from view. They are marked by the triangle icon, which you see here on... more »
Tweet 0 Comments Save Tags: javascript , reviews
You Can Write Large Programs in JavaScript. You Just Can't Maintain Them.
From a panel discussion at Lang.NEXT on cloud and web programming this afternoon.
Tweet 0 Comments Save Tags: javascript , opinion , reviews , trends
5 jQuery tips for intermediates
jQuery is a much talked about library. The web is full of tips, guides and tutorials. Being a web developer, I've probably read dozens of... more »
Tweet 0 Comments Save Tags: frameworks , javascript , ria
9 Really Impressive jQuery Plugins with Canvas, SVG and CSS3
jQuery plugin development is growing at a staggering speed. Thanks to the poweful and easy to use jQuery framework, it's making our life... more »
Tweet 1 Comments Save Tags: css-html , javascript , open source , tools
Cage Match! Sencha Touch vs. JQuery Mobile
I'm sure a lot of your peers have told you to try jQuery Mobile or Sencha Touch. Sometimes there's a good deal of disagreement over which... more »
Tweet 0 Comments Save Tags: css-html , frameworks , javascript , mobile
How to Control & Correct "On the Fly" Javascript Violations in Eclipse
Javascript is widely used in web projects. The language is very easy to use but harder to master which leads, unfortunatly, to misusage... more »
Tweet 0 Comments Save Tags: agile , how-to , javascript , tools
Kotlin in action: A few tricks for every day use
Few very useful trick for everyday use of Kotlin developer
Tweet 0 Comments Save Tags: groovy , java , javascript , other languages
8 Creative and Useful Web Font Javascript Plugins
We used to have very little control over the web font, but now, with the introduction of CSS3, canvas and SVG, we can do more! We have a... more »
Tweet 0 Comments Save Tags: css-html , javascript , open source , web design
Released: NetBeans IDE 7.3 with New HTML5 Support!
NetBeans IDE 7.3 empowers developers to create and debug rich Web and mobile applications using the latest HTML5, JavaScript, and CSS3... more »
Tweet 0 Comments Save Tags: css-html , java , javascript , php
Future of GWT Survey
* What is your opinion on the future of GWT? * How should GWT develop? * What technologies should it better support? * What are best... more »
Tweet 2 Comments Save Tags: css-html , gui , java , javascript
jQuery UI 1.9.0
The jQuery UI team has been pretty busy for the past two and a half years. With more than 500 bug fixes spread over two dozen releases,... more »
Tweet 0 Comments Save Tags: frameworks , javascript , news
8 New JavaScript Libraries for Developers
While JavaScript, as first developed by Netscape (and later Mozilla), has long had a presence on the Web for many websites, it gained a... more »
Tweet 0 Comments Save Tags: javascript
Announcing UberFire
Today we're pleased to announce the first public release of UberFire, a web based workbench framework inspired by Eclipse Rich Client... more »
Tweet 2 Comments Save Tags: gui , java , javascript , open source
“My code is so bad it makes people’s eyes bleed”
Community sticks up for developer whose open source code was publicly mocked on Twitter.
Tweet 3 Comments Save Tags: javascript , news
jQuery.html(): You're Doing it Wrong!
Well, you probably are doing it wrong. jQuery’s html function is a very nice way to replace the contents of an element with new contents.... more »
Tweet 0 Comments Save Tags: css-html , how-to , javascript , standards
To read JSON data with jQuery
In this short and informative post, I am going to explain how to parse the JSON string using jQuery. JSON stands for a JavaScript Object... more »
Tweet 0 Comments Save Tags: how-to , javascript , web design
Three Undocumented Features of JSON
JSON (JavaScript Object Notation) is widely known as JavaScript's data format, often used as a language-independent data interchange... more »
Tweet 0 Comments Save Tags: javascript , reviews
10 New Must Have jQuery Plugins
When jQuery first came it revolutionized the developing and designing industry, but now it has become a necessary. Using jQuery plugins... more »
Tweet 0 Comments Save Tags: frameworks , javascript