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
Apache Flex Overview
This blog provides an overview of Apache Flex RIA Framework for a beginners.
Tweet 0 Comments Save Tags: flash-flex , frameworks , open source , ria
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
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
Django Email Tricks - part 2
Suppose you have a user that has just signed up for an account with your company using your shiny new web app. You need to send welcome... more »
Tweet 0 Comments Save Tags: frameworks , how-to , python
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
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
Migrating legacy app to a Symfony Components based framework (Part I)
These series of posts intend to show how independent Symfony components can be used to architecture your own framework. This also shows... more »
Tweet 0 Comments Save Tags: frameworks , open source , php , web services
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
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
AngularJS on Rails 4 - Part 1
Angular seems to be the big craze as of late. Some may agree and some may not, but AngularJS is one of the next big contenders for being... more »
Tweet 0 Comments Save Tags: frameworks , javascript , ruby
Plans for supporting Web Components in AngularJS and Ember.js
Web Components [1] are an upcoming standard for custom HTML5 user interface elements. Those UI elements will eventually become... more »
Tweet 0 Comments Save Tags: frameworks , javascript , reviews
XML Serialization and Deserialization: Part-1
The article talks about serialization of objects in XML format and deserialization of an XML file back to an object. Serialization is a... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
Tracing Black Boxes I: JMX Insight Into JVM Performance
JMX stands for Java Management Extensions, and while Wikipedia’s page about JMX is a bit sparse, this IBM developerWorks guide provides a... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , tools
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
Mockery: An alternative mocking framework for unit testing
Sometimes is hard to test the SUT (System Under Test) because it depends on other components or sub-systems that cannot be used in the... more »
Tweet 0 Comments Save Tags: frameworks , methodology , php
Windows 8 UX Design Jump Start
Windows 8 is a new digital canvas where you can showcase your creativity and flair with apps that reach hundreds of millions of people.... more »
Tweet 0 Comments Save Tags: frameworks , gui , windows
Retrying tasks with TPL, async and synchronous code
In this world, we have to face up to the horrible possibility of failure. Sometimes, that failure is irrecoverable. There’s no going... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
Java Roots : Whats in a name : Reason behind naming of few great projects
Reason Behind naming of few great projects
Tweet 0 Comments Save Tags: frameworks , humor
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
PhoneGap and AngularJs: Build upon the PhoneGap api to expose some AngularJs services
This series of tutorials will focus on using PhoneGap and AngularJs together in an iOS application. We will start off small but build... more »
Tweet 0 Comments Save Tags: frameworks , how-to , javascript , mobile
Wrestling All Day With WebAPI, NewtonSoft and JSON Date Formats
Half to document what I now believe and half to share my findings, I’m going to do a short post that shows the implications of changing... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript
Test-Driving Development for the Firefox OS Phone
Mozilla's Firefox OS delivers an easy way to develop and market apps for Android and the upcoming Mozilla-specific phone. Mike Riley... more »
Tweet 0 Comments Save Tags: frameworks , mobile , reviews
Concurrent introduce Hadoop machine learning tool Pattern
Following March’s $4m investment, Cascading company Concurrent have made their latest Big Data move, pushing a new free Hadoop workflow... more »
Tweet 0 Comments Save Tags: frameworks , news , opinion
Introducing endjin composition framework 2.0 : Part 3 – Using the content factory
As I explained in this post, the framework provides a set of installers for registering components against interfaces in the container.... more »
Tweet 0 Comments Save Tags: frameworks , reviews