Book Review: The Merb Way
A review of "The Merb Way", by Foy Savas.
Tweet 0 CommentsSave Tags: books, frameworks, reviews, ruby
Grail Projects in Hudson
Guidelines and problems solved for building a grails + maven project in your continuous integration server.
Tweet 0 CommentsSave Tags: frameworks, groovy, how-to, java
Pystachio lets you execute Python in modern browsers
Pystachio is an early-stage Python-to-JavaScript translator (written in JavaScript) aimed at providing Python scripting in any modern browser.
Tweet 0 CommentsSave Tags: frameworks, javascript, open source, python
Kohana PHP 3.0 (KO3) Tutorial
I decided to move to KO3 and ditch the 2.3.x tutorial series. 1st part, configuring and creating a simple controller.
Tweet 0 CommentsSave Tags: frameworks, how-to, php
Move a Robot with jme2physics
as wished in the jme forum (under physics→Roboter Simulation Servo Problem) i will post the latest progress of my tries to move a robot with... more »
Tweet 0 CommentsSave Tags: frameworks, gui, how-to, java
10 things every Android developer needs to know
Android has taken the mobile industry by the scruff of the neck and blown it wide open. It's forced some big established players to go open. It's... more »
Tweet 0 CommentsSave Tags: frameworks, mobile, reviews
50 Interactive Silverlight Applications
Microsoft Silverlight enables development of the next generation of Microsoft .NET-based media experiences and rich interactive applications (RIAs)... more »
Tweet 0 CommentsSave Tags: frameworks, microsoft, reviews, ria
Will Microsoft's Silverlight dampen the appeal of Google's Chrome OS?
I’m not one of those ready to write Windows an RIP certificate now that Google has finally taken (some of) the wraps off its Chrome OS. In fact, after... more »
Tweet 0 CommentsSave Tags: frameworks, microsoft, reviews
The abuse of utility creational methods
Sometimes I encounter code, which obviously the writer had good intentions in making the development easier and faster. However, in my opinion, it is... more »
Tweet 0 CommentsSave Tags: frameworks, java
WCF RIA Services and DTO with association
This post will be short, I notice that some people are asking about how to send an object graph which will include an association to other objects.... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, web services
XAML UI (WPF + Silverlight) Momentum shown at PDC09!
This may have been the best ever week for XAML UI. I’m smiling!
Tweet 0 CommentsSave Tags: .net, frameworks, ria
ASP.NET MVC 2 Custom Validation
This is the third post in my series ASP.NET MVC 2 Beta and its new features. In this post I will cover validation.
Tweet 0 CommentsSave Tags: .net, frameworks, web design
A better Model Binder addendum
A while back, I wrote about a ModelBinder enhancement we use to do arbitrary filtering on types. The underlying matching algorithm only matches on... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to
Taking the Silverlight Control Browser sample Out-of-Browser … plus a tutorial
We’ve enabled Out of Browser support for the Silverlight Control Browser application for the Silverlight Toolkit. That was reason enough for me to... more »
Tweet 0 CommentsSave Tags: .net, frameworks, ria
Integrating Traditional .NET MSMQ Application with Windows Communication Foundation 3.5 using MsmqIntegrationBinding
Most of you might have already started working with WCF for developing SOA based enterprise applications. WCF has provided several benefits for... more »
Tweet 0 CommentsSave Tags: .net, frameworks, tools
Application Library Caching – November 2009 Silverlight Toolkit
We’ve decided to include, free of charge, application library cache support in the November 2009 release of the Silverlight Toolkit for Microsoft... more »
Tweet 0 CommentsSave Tags: .net, frameworks, ria, tools
Take 2: Why we use SOLID in static languages and how we get the same functionality for cheap in dynamic languages
One of the things we do pretty well at Los Techies is explaining SOLID principles and why they make our code more maintainable and if you’re not... more »
Tweet 0 CommentsSave Tags: .net, frameworks, trends
JTable index madness
JTable uses some pretty weird index handling under the hood. Here is an example where it all broke down.
Tweet 0 CommentsSave Tags: frameworks, java
jQuery Lesson Series: How to Implement Your First Plugin
Building a jQuery plugin is relatively easy if you know the basics. In this article we are going to learn how to implement our first jQuery plug-in.
Tweet 0 CommentsSave Tags: frameworks, how-to, web design
IBM Enterprise Modernization
The cost of maintaining applications absorbs much of the IT budget and resources, leaving too little for innovation. To continuously improve your... more »
Tweet 0 CommentsSave Tags: announcement, frameworks, news, tools
Drools does Pacman
In the interests of finding a fun and more complex problem with multiple things happening, I decided to start writting a Pacman implementation. The... more »
Tweet 0 CommentsSave Tags: frameworks, games, java, open source
InfoQ Interviews Gavin King about Weld and CDI
Seam is an excellent framework. Weld and CDI bring Seam's model to the JEE spec. "CDI now provides a core "engine" which is portable between all... more »
Tweet 0 CommentsSave Tags: frameworks, java, open source, standards
More questions on controllers testing
Sune wrote to me yesterday with some questions about testing Zend Framework controllers and proper dependency injection, which to me is a fundamental... more »
Tweet 0 CommentsSave Tags: frameworks, open source, opinion, php
Easy Partials in Rails
I created something at my job that has proven to be extremely useful that I think many people could benefit from. I like to call it Easy Partials, and... more »
Tweet 0 CommentsSave Tags: frameworks, ruby
Thoughts About Versioning, Specifically "SNAPSHOTS"
As I converted to Maven, I started using its convention for naming versions, namely the idea of differentiating official releases from snapshot builds... more »
Tweet 0 CommentsSave Tags: frameworks, java, standards