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
Python: Django Email Tricks
I'll start by butchering Zawinski's law of software development and say that most applications evolve until they can either send or read... more »
Tweet 0 Comments Save Tags: frameworks , how-to , python
Implementing Pagination in ASP.NET Web API using OData operators
ASP.NET Web API is a framework that makes it easy to build HTTP services for various types of clients from Microsoft to Non-Microsoft... more »
Tweet 0 Comments Save Tags: .net , frameworks , web design , web services
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
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
Image Processing with C++ AMP and the .NET Framework
Image processing is a computational task that lends itself very well to GPU compute scenarios. In many cases the most commonly used... more »
Tweet 0 Comments Save Tags: .net , c-and-cpp , frameworks
Vert.x Is Back!
Back and stronger than ever with the backing of Eclipse.
Tweet 0 Comments Save Tags: frameworks , how-to , java , javascript
JDK 8 and Java EE 7 initial support arrive in Spring Framework 4.0
New modernising features for the enterprise framework arrive in Milestone 1.
Tweet 0 Comments Save Tags: frameworks , java , news
Java Roots : Configure CAS Server and Client in Java
Implement SSO for your web application using CAS
Tweet 0 Comments Save Tags: frameworks , java
Web Performance APIs Rapidly Become W3C Recommendations
The W3C Web Performance Working Group recently published three specifications as W3C Recommendations with full implementations from all... more »
Tweet 0 Comments Save Tags: frameworks , reviews , web design
How to setup a Load Balanced Web Farm of Virtual Machines (Linux or otherwise) on Windows Azure (command line)
A buddy of mine was thinking to move some of his Linux-based website to Azure. If you're running a Web Site that this node.js, ASP,... more »
Tweet 0 Comments Save Tags: cloud , frameworks , how-to
Inject Controller Libraries Dynamically at Runtime in ASP.NET Web API using Custom Assembly Resolvers
An introduction to Web API’s Custom Assembly Resolver feature that enables you to add Controller libraries dynamically at run time. To... more »
Tweet 0 Comments Save Tags: .net , frameworks , web design
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
First look: Android Studio eclipses Eclipse
Google's new Android development environment pairs rich layout and build capabilities with IntelliJ IDEA's famous ease
Tweet 0 Comments Save Tags: frameworks , mobile , reviews
Android SDK: Create a Barcode Reader
In this tutorial, we’ll use the ZXing (Zebra Crossing) library to carry out barcode scanning within an Android app. We’ll call on the... more »
Tweet 0 Comments Save Tags: frameworks , mobile , reviews
Codeigniter Pagination Tutorial With Demo
A comprehensive tutorial to learn implementing pagination functionality in codeigniter with demo example application.
Tweet 0 Comments Save Tags: frameworks , php
Top 5 Cucumber best practices
Once you get started with Cucumber, the question is how to write your features. How can you keep your features maintainable so you don’t... more »
Tweet 0 Comments Save Tags: frameworks , how-to , methodology , other languages
Domain Events with Ninject and ASP.Net Web API
How to hook up domain events to concrete implementations using Ninject as an IoC container and the ASP.Net Web API.
Tweet 0 Comments Save Tags: .net , frameworks , methodology , 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
Understanding the MvcRouteHandler and MvcHandler in ASP.NET MVC
Whenever a request is received by MVC, it is the job of the routing engine to match the request URL with the registered routes. After... more »
Tweet 0 Comments Save Tags: .net , frameworks , 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
Use your HTML5 skills, port your PhoneGap app to Windows Phone, and win prizes
Many of you have heard about PhoneGap (aka Apache Cordova), the popular open source framework you can use to create mobile apps using... more »
Tweet 0 Comments Save Tags: css-html , frameworks , mobile
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
Pre-Process your images with promises
For this post, I’m using Windows 8 WinJS as the vehicle. However, this approach is applicable by any method that implements an... more »
Tweet 0 Comments Save Tags: frameworks , windows
Pre-beta Windows 8.1 WinRT Developer APIs
Windows 8.1 images contain WinMD files describing their embedded Windows 8.1 developers APIs. It’s possible to get to Win8.1’s WinMD... more »
Tweet 0 Comments Save Tags: frameworks , reviews , windows