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
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
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
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
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
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
Vert.x Is Back!
Back and stronger than ever with the backing of Eclipse.
Tweet 0 Comments Save Tags: frameworks , how-to , java , javascript
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
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
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
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
Adding custom CSS to your Joomla site
A simple java script to add custom CSS to your joomla site, without changing the template source, or dig to its settings.
Tweet 0 Comments Save Tags: css-html , javascript , php , web design
Good/Bad Code Study: Intention Hidden In Implementation And Misty Edge of Validity
“The code is the documentation” – except that from poorly written code you cannot tell what is an intrinsic part of the solution and what... more »
Tweet 0 Comments Save Tags: javascript
Implementing SignalR Stock Ticker using Angular JS - Part2
This is the second part in the series covering implementing SignalR Stock Ticker using Angular JS. This post covers manipulating UI and... more »
Tweet 0 Comments Save Tags: .net , javascript
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
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
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