Node v0.10.7 (Stable)
Node v0.10.7 (Stable)
Tweet 0 Comments Save Tags: frameworks , javascript , news
How We Built eBay’s First Node.js Application
For the most part, eBay runs on a Java-based tech stack. Our entire workflow centers around Java and the JVM. Considering the scale... more »
Tweet 0 Comments Save Tags: announcement , javascript , news , tools
Behind the Scenes of AngularJS with the Founder, Miško Hevery.
In this episode of Breaking Open, Marakana Instructor Simeon Franklin goes behind the scenes with the guy who started it all. He and... more »
Tweet 0 Comments Save Tags: frameworks , javascript , open source , web design
Deep dive into Require.js - Tech.Pro
Require.js is one of my favorite ways to write JavaScript these days. It's modularity breaks up larger apps into smaller, manageable... more »
Tweet 0 Comments Save Tags: how-to , javascript , web design
Marionette.RequestResponse Considered Harmful
In this article I will show why Marionette.RequestResponse is harmful and should not be used.
Tweet 0 Comments Save Tags: javascript , opinion , reviews
What’s New in Node.js and libuv this Week – May 17, 2013 - Debugger, Load Balancing and Crypto Performance
Welcome to this week’s wrap up of the week in Node and libuv covering May 9 through May 15. The purpose of this blog is to recap a subset... more »
Tweet 0 Comments Save Tags: announcement , javascript , open source
10 Responsive Jquery Navigation Menu Resources
In this post, we’ve rounded up 10 Responsive Jquery Navigation Menu plugins which follow the latest trends, making sure that your website... more »
Tweet 0 Comments Save Tags: css-html , javascript , trends
Display GIF animation while submitting the web form
Internet appears everywhere in our life. Form as a data gathering component is the must have component in a web app. When the page is... more »
Tweet 0 Comments Save Tags: css-html , javascript
Proposed AngularJS's WebPage Structure
A proposed approach on building WebPages with AngularJS
Tweet 0 Comments Save Tags: css-html , frameworks , javascript , web 2.0
LinkedIn login in our website using JavaScript in Asp.net
In this article, I will explain how to associate LinkedIn login in our website using JavaScript in Asp.net.
Tweet 0 Comments Save Tags: .net , javascript
Graceful Handling Of JavaScript Errors
In this small article, we would discuss how to gracefully handle JavaScript errors, instead of the browser dependant behavior of pointing... more »
Tweet 0 Comments Save Tags: javascript , reviews
Achieving Abstraction In JavaScript.
While abstraction is well understood and well applied in languages like Java, C++, this approach is not discussed much for JavaScript. In... more »
Tweet 0 Comments Save Tags: javascript
Simple JavaScript Testing with QUnit
I haven’t done a lot of JavaScript testing. Like a number of developers, I’m guilty of leaving JavaScript as an afterthought, whereas my... more »
Tweet 0 Comments Save Tags: javascript
Windows 8 Pin METAs
Windows 8 allows for adding websites as apps (or maybe "bookmarks" is a better term) to the home screen, much in the vain that... more »
Tweet 0 Comments Save Tags: css-html , frameworks , javascript , web design
Building a Notes App with IndexedDB, Redis and Node.js
In this post, I’ll be talking about how to create a basic note-taking app that syncs local and remote content if you are online and... more »
Tweet 0 Comments Save Tags: database , frameworks , javascript , server
How to check for a '#' hash in a URL using jQuery?
jQuery code to to run a piece of code only if there is a "#" in the URL.
Tweet 0 Comments Save Tags: javascript
Game Development Using JavaScript
For me developing games is a hobby and maybe a little more, developing games can become a complex task, as you trying to make your game... more »
Tweet 0 Comments Save Tags: games , javascript , reviews
Filtering the data in an #AngularJS ngRepeat element
Showing a list of items like in the previous post is nice but if the list is large most users appreciate the possibility to search in it.... more »
Tweet 0 Comments Save Tags: how-to , javascript , tools
Codenvy Editor
http://www.agilemobiledeveloper.com/2013/05/16/codenvy/
Tweet 0 Comments Save Tags: java , javascript
Creating simple tasks app with Backbone.js and Slim micro framework (part 2)
This is a second part of a Backbone.js and Slim framework. In the first part of the tutorial we’ve dealt with creating server side (using... more »
Tweet 0 Comments Save Tags: frameworks , javascript
How to convert a navigation menu to a select menu for small screens - Responsive Design
Demo and Tutorial to convert a navigation menu to a select menu for small screens like mobile devices.
Tweet 0 Comments Save Tags: css-html , javascript , web design
Referencing a Script’s Own Tag
There are times when the contents of an external script may want to reference its own SCRIPT tag. This post explains some techniques for that.
Tweet 0 Comments Save Tags: javascript
jQuery Async - Plugin to Animate buttons when an asynchronous process
jQuery Async is a library made to easily animate clickable buttons triggering asynchronous processes such as Ajax requests This library... more »
Tweet 0 Comments Save Tags: javascript
Multi-line strings in JavaScript and Node.js
When writing Node.js or JavaScript applications, you sometimes need to embed multi-line strings in your code. It may be a snippet of... more »
Tweet 0 Comments Save Tags: frameworks , javascript
JavaScript Design Patterns - The Revealing Module Pattern
As a reminder, the idea behind this series is to create real, practical examples of various JavaScript design patterns based on the book,... more »
Tweet 0 Comments Save Tags: javascript