JavaFx interview at InfoWorld
Didn't see that one coming too, but yes Paul Krill, editor at large at InfoWorld, interviewed me a couple of weeks ago, precisely after publishing a... more »
0 commentsSave Tags: groovy, gui, java
Neal Ford On Programming Languages and Platforms
"Neal Ford talks about the tendency of having multiple languages running on one of the two major platforms existing today: Java and .NET. He also... more »
1 commentsSave Tags: .net, java, other languages, ruby
Flash exploit served by Microsoft
Microsoft site (msn.no) serves trojan to thousands of users due to known Flash Player bug.
0 commentsSave Tags: flash-flex, microsoft, security, windows
Everything there is to know about Flex 4 / Gumbo
About a month ago, the Flex team announced that nightly builds of the next version of Flex (code named Gumbo) were now available on the opensource... more »
0 commentsSave Tags: flash-flex
Using a Hibernate Interceptor To Set Audit Trail Properties
Using a simple Hibernate Interceptor, updating audit trail fields in a database (such as created_by, created_on, updated_by, and updated_on) can be... more »
0 commentsSave Tags: database, frameworks, java
ASP.NET Myths Busted
Having read a great variety of forum and blog posts, I met a lot of misconceptions about ASP.NET that definitely made people to turn away from... more »
3 commentsSave Tags: .net, microsoft, opinion, web 2.0
MIT’s Introduction to Algorithms, Lecture 6: Order Statistics
This is the fourth post in an article series about MIT’s lecture course “Introduction to Algorithms.” In this post I will review lecture six, which is... more »
0 commentsSave Tags: research
Creating Vista Style Login Screen With Silverlight 2 Beta 2
I was trying to create Vista style Login screen using Silverlight. I've seen couple of excellent custom Vista style UI designed in WPF by the known... more »
0 commentsSave Tags: gui, microsoft
White paper on IronRuby published
Manning published my white paper — or green paper as they call it — on IronRuby. You can find it here...
0 commentsSave Tags: .net, ruby
Curved ScrollBars using WPF 3D
My blog entry Non-Affine Transforms in 2D? posted a year ago is about using WPF 3D to mimic two-dimensional non-affine transforms, which are not... more »
0 commentsSave Tags: .net, frameworks, gui
Virtual SCRUM Board
Virtual SCRUM Board (VSB) is a software tool that helps Scrum teams manage the uncommitted backlog, sprints, stories and tasks. VSB empowers Scrum... more »
0 commentsSave Tags: agile, methodology, tools
Interview: Ruby On Rails Creator On The State of eCommerce
David Heinemeier Hansson created the Ruby on Rails software framework. He’s also a partner in 37signals, producers of the popular Basecamp suite of... more »
0 commentsSave Tags: frameworks, ruby, tools, web 2.0
Why we bill by the Hour
Hourly vs. Fixed Bid, why we bid hourly and always will.
0 commentsSave Tags: agile, opinion
QuickSort for Fun!
This is a QuickSort for fun in C# 3 for a list with repeated items.
0 commentsSave Tags: .net
Zero to Production in 15 Minutes
There still seems to be confusion about the relative simplicity or difficulty of deploying a Rails app using JRuby. Many folks still look around for... more »
0 commentsSave Tags: frameworks, java, ruby, security
Mootools basics + 5 useful tips
In this post, you will find a little reminder of Mootools base functions (Basic Learning) + 5 very cool tips and examples to do more things with less... more »
0 commentsSave Tags: javascript, open source, web 2.0, web design
Microsoft .NET 3.5 SP1 Released: More Controls, Streamlined Setup, Improved Start-up
The .NET Framework 3.5 Service Pack 1 (SP1) delivers more controls, a streamlined setup, improved start-up performance, and powerful new graphics... more »
0 commentsSave Tags: .net, announcement, web design
300+ PHP Presentations Online
The PHP Presentation System hosts over three hundred presentations, covering a slew of different topics including performance, testing, debugging,... more »
0 commentsSave Tags: php, security, web services, xml
5 Software Build Patterns
Do you want to help develop build patterns and identify? We have patterns-a-plenty for writing code. How about patterns for building it?
0 commentsSave Tags: .net, agile, java, tools
Distributing Air Applications in a clean, easy way
Tutorial on how to distribute AIR Applications to people that never heard of it. How to avoid to force user to install two things (AIR Runtime and the... more »
0 commentsSave Tags: flash-flex, how-to, methodology, ria
Root Cause of Singletons
Since I have gotten lots of love/hate mail on the Singletons are Pathological Liars and Where Have All the Singletons Gone I feel obliged to to do... more »
0 commentsSave Tags: java
Why XAML is Powerful
XAML, Microsoft's eXtensible Application Markup Language, was released with the .NET 3.0 framework and works with the new technologies available in... more »
0 commentsSave Tags: .net, microsoft, windows, xml
A critical review of the upcomming JSF 2.0 spec
JSF, especially 1.1, got criticized by some Java developers. For JSF 2.0 this critique was taken seriously and a much improved spec is currently being... more »
0 commentsSave Tags: java, reviews, web 2.0
You've caught an exception. Now what?
An effective strategy for handling exceptions is to catch them at the boundary of a coarsely-grained "unit of work". Once you've caught an exception,... more »
1 commentsSave Tags: .net, java, opinion, php
Chain.js - Great JavaScript Template Engine
Find out how to use Chain.js (a JQuery plugin) as client-side Javascript template engine -- the best one I've ever seen.
1 commentsSave Tags: javascript