Vert.x Is Back!
Back and stronger than ever with the backing of Eclipse.
Tweet 0 Comments Save Tags: frameworks , how-to , java , javascript
Implementing Mozilla Persona with Yoke and Vert.x is easy! really it is easy!
Persona allows you to sign in to sites using an email address you choose. So, instead of having to manage multiple usernames and... more »
Tweet 0 Comments Save Tags: frameworks , java , javascript , open source
ASP.NET FriendlyUrls ViewSwitcher and jQuery Mobile
Sometime ago, September of 2012, Scott Hanselman blogged about a cool new library written for ASP.NET WebForms called ASP.NET Friendly... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript , web design
Call JavaScript in an ASP.NET User Control
In ASP.NET it is easy to call a server-side function on a user control during post back. However, you have to do some custom code if you... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript , web design
OS4L - Inter Portlet Communication(IPC) via Ajax
OS4L - Inter Portlet Communication(IPC) via Ajax
Tweet 0 Comments Save Tags: ajax , java , javascript , open source
Like And Dislike Rating System With PHP ,MySQL and Jquery
Like And Dislike Rating System With PHP ,MySQL and Jquery for developers
Tweet 0 Comments Save Tags: ajax , javascript , php , web design
CSS content and attr
CSS is becoming more and more powerful but in the sense that it allows us to do the little things easily. There have been larger features... more »
Tweet 0 Comments Save Tags: css-html , frameworks , javascript , web design
Dynamically Loading Controllers and Views with AngularJS and RequireJS
AngularJS provides a simple way to associate a view with a controller and load everything at runtime using the $routeProvider object.... more »
Tweet 0 Comments Save Tags: frameworks , javascript , reviews
Implementing SignalR Stock Ticker using Angular JS - Part1
In my last post, we saw how to use ASP.NET SignalR and Angular JS together using a Hello World type of example. Now that we got some idea... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript , ria
Best of JavaScript, HTML & CSS - Week of May 13, 2013
A busy week of tutorials this week, with the majority focusing on straight HTML, CSS and JavaScript (i.e. no frameworks). This week was... more »
Tweet 0 Comments Save Tags: css-html , javascript
Developing PhoneGap mobile project. From start to finish
After receiving good reader feedback for HTML5 widgets tutorial for iOS digital books today I’m starting with new tutorial for developing... more »
Tweet 0 Comments Save Tags: css-html , javascript
Debate: Do We Need a Universal Web Bytecode?
Is a universal web bytecode worth the trouble creating it? Is LLVM the solution? Which is better at running native code in the browser:... more »
Tweet 0 Comments Save Tags: javascript , opinion
Writing Testable JavaScript
We’ve all been there: that bit of JavaScript functionality that started out as just a handful of lines grows to a dozen, then two dozen,... more »
Tweet 0 Comments Save Tags: javascript , reviews
Compiling to JavaScript, and Debugging with Source Maps
This is a tutorial on how to write a compiler which generates JavaScript as its target language, and maintains line and column meta-data... more »
Tweet 0 Comments Save Tags: javascript , other languages
Announcing StrongLoop Node, an enterprise-ready distro of Node.js. Private repos, message queues and more
StrongLoop Node gives you a path forward to get technical support and bug fix coverage before heading into production. For developers who... more »
Tweet 0 Comments Save Tags: announcement , javascript , open source
Coming to Angular from something else.
There’s a recent blog entry on the ArtLogic.com site about learning Angular. One aspect of it resonates with me: “Quit jQuery for a... more »
Tweet 0 Comments Save Tags: css-html , javascript
Knockout-ES5: a plugin to simplify your syntax
Knockout-ES5 is a plugin for Knockout.js that lets you use simpler and more natural syntax in your model code and bindings.
Tweet 0 Comments Save Tags: frameworks , javascript
AngularJS Abstractions: Filters
Filters in AngularJS can form a pipeline to format and adapt model data inside a view. The built-in filters for AngularJS are date... more »
Tweet 0 Comments Save Tags: frameworks , javascript
Manage your catalogue inventory using API
Developers can create multiple categories under a catalogue. Each category can have multiple items associated to it.
Tweet 0 Comments Save Tags: .net , java , javascript , ruby
Echoes Player - Music Everywhere (Backbone.js Open Source)
Echoes is a media player based on youtube search service with emphasis on media player UX. Overall, it's a sample web application that is... more »
Tweet 0 Comments Save Tags: announcement , javascript , news , open source
Capturing camera/picture data without PhoneGap
As people know, I'm a huge fan of PhoneGap and what it allows me to do with JavaScript, HTML, and CSS. But I think it is crucial to... more »
Tweet 0 Comments Save Tags: css-html , javascript , mobile
Notes On Programming Complex Visualization in Javascript, Canvas and SVG
A general description of how I wrote Domkol, and how it works. Domkol is a Javascript library which does interactive visualization of a... more »
Tweet 0 Comments Save Tags: javascript
A Couple of JavaScript Questions
A friend was reviewing the last post and he asked two questions about a JavaScript snippet. (1) Why am I initializing entityIndex outside... more »
Tweet 0 Comments Save Tags: javascript
Raymond Camden On JavaScript Design Patterns
Raymond Camden has been digging into JavaScript design patterns. His latest post in the serires is a great disucssion of The Revealing Module Pattern.
Tweet 0 Comments Save Tags: javascript
Windows Store App Development Series : Part 13 – Introduction to WinJS ListView
Step by step instructions to display data using WinJS ListView object.
Tweet 0 Comments Save Tags: css-html , javascript , microsoft , windows