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
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
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
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
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
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
Vert.x Is Back!
Back and stronger than ever with the backing of Eclipse.
Tweet 0 Comments Save Tags: frameworks , how-to , java , 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
Six Excellent jQuery UI Customizable Themes
jQuery User Interface (jQuery UI) is the official library of jQuery with official user interface components that help in quickly... more »
Tweet 0 Comments Save Tags: javascript , open source
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
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
OS4L - Inter Portlet Communication(IPC) via Ajax
OS4L - Inter Portlet Communication(IPC) via Ajax
Tweet 0 Comments Save Tags: ajax , java , javascript , open source
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
Prevent JavaScript code blocking the UI thread with setTimeout + handy stopWatch to profile JS code
In early January of this year I was implementing some JavaScript code that does a lot of processing on the client side with the help of... more »
Tweet 0 Comments Save Tags: .net , css-html , how-to , javascript
Simple CRUD with Knockout, Breeze, WEB API, Twitter bootstrap...
As I was asked to write a post with simple Insert/Update/Delete screens using the same technology from my previous post here is what I... more »
Tweet 0 Comments Save Tags: .net , css-html , javascript , microsoft
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
21 Useful JavaScript Tips & Tricks with Demo
21 hand picked JavaScript code snippets that you can bookmark for future reference.
Tweet 0 Comments Save Tags: how-to , javascript
Angular Prime, AngularJS with PrimeUI
Angular Prime is Based on PrimeUI version 0.9. It integrates more than 20 PrimeUI's components
Tweet 0 Comments Save Tags: css-html , javascript , web 2.0
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
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
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
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
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
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