I *heart* LINQ
.Net 4 is looking more and more attractive. I absolutely loved and at the same time was jealous of the LINQ feature in .Net. Now with PLINQ... more »
Tweet 1 CommentsSave Tags: .net, java, tools
Maven 3.x: Paving the desire lines — Part One
With Maven 3.x we have made our best attempt to listen users, find out what they need and want, and make reasonable preparations and plans to fix the... more »
Tweet 0 CommentsSave Tags: java, open source, tools
More Google Javascript Shinyness!
A new set of Javascript tools from Google. Links in the article.
Tweet 0 CommentsSave Tags: ajax, javascript, tools, web 2.0
The official Apache Solr Training now available in Europe
The first official Lucid Imagination training in Europe will take place in Amsterdam on 30th November. This 3 days instructor led training will... more »
Tweet 0 CommentsSave Tags: announcement, java, open source, tools
Deploying Standalone JavaFX Applications Without Runtime Dependencies
See how the upcoming Excelsior JET 7.0 can help you turn standalone JavaFX application into a native executable and ship it as a conventional Windows... more »
Debug Internet Explorer Applications in Real Time: MyEclipse 8.0 M2, Get it Now
The second milestone release of MyEclipse Enterprise Workbench 8.0 is built to support Eclipse Galileo and delivers the first debugger for Internet... more »
WebKit Gets New Developer Tools
The open source WebKit browser just got some new developer tools and upgrades. WebKit's latest Nightly Builds include a new Web Inspector, Storage... more »
Tweet 0 CommentsSave Tags: tools, web design
Java + Cron Job = Quartz
One of my favorite open source tools for Java/J2EE applications is the Cron Job scheduling tool Quartz. Anyone whose ever administered Linux or a web... more »
CSS Mixins vs. multiple classes
A growing number of CSS meta-frameworks provide support for mixins. While CSS mixins provide a number of benefits, for me, they come with trade-offs.
Tweet 0 CommentsSave Tags: css-html, ruby, tools
Maven Rambling
Morning train ride is always a nice ride for me as I start fresh and my mind is ready for another jam packed action, so I fired up my laptop and was... more »
Tweet 1 CommentsSave Tags: java, open source, research, tools
Everything you wanted to know about Encoding, charsets and File formats
Here you will find a lot of information about charsets unicode character blocks and many more information
Firefox 4.0 Interface For Linux Mocked-up (& Peek at Firefox 3.7, too!)
Firefox 4.0 is not due to be released for well over another yeah but mock-ups of the premier open-source browser’s proposed visual refresh as it will... more »
Tweet 1 CommentsSave Tags: tools, unix-linux
Java SE: “Is That For Here Or To Go?”
Bundle a light version Java SE 6 runtime with your app to avoid dependency on public JRE while maintaining compatibility and keeping the download size... more »
Tweet 1 CommentsSave Tags: java, standards, tools
Mockingbird - Wireframes on the Fly
Mockingbird is an online tool that makes it easy for you to create, link together, preview, and share mockups of your website or application.
Tweet 1 CommentsSave Tags: tools, web design
Google Releases Chrome 4 Beta
It's amazing to see version four of a browser which has only been available for a little over a year. Compare that to Firefox, which took over six... more »
Tweet 1 CommentsSave Tags: news, reviews, tools
Integrating Hazelcast as the backend for MysticPaste
In this quick tutorial we discuss a useful example of integrating a distributed and clustered key value storage platform for our paste data. We go... more »
Tweet 2 CommentsSave Tags: frameworks, open source, tools
15 Out-Of-The-Oven Adobe AIR Applications For Designers & Developers
Adobe AIR applications are great considering the ease-of-use & simplicity they offer.
Tweet 1 CommentsSave Tags: flash-flex, tools
(Part 1) Using structured patterns as a basis for high-level parallel programming: sequence
At first glance a sequence is serial, however, a sequence of operations in a program, if it can be reordered while respecting data dependencies, can... more »
Tweet 2 CommentsSave Tags: how-to, methodology, tools
Intro: Using structured patterns as a basis for high-level parallel programming
The patterns approach is based on the observation that a relatively small set of task organizations and their relationships to data recur frequently... more »
Tweet 2 CommentsSave Tags: how-to, methodology, tools
Mingle 3.0 and Google Wave Join Forces
ThoughtWorks Studios' Adaptive ALM software unveils major updates today at the Enterprise 2.0 conference. The company is announcing its newest version... more »
Tweet 0 CommentsSave Tags: agile, eclipse, tools
5 Steps to Automate Browser Performance Analysis with Watir and dynaTrace AJAX Edition
Analyzing Web Page Performance is usually a manual task. But many tools out there enable automating most of the steps. I've worked with clients to... more »
Ubuntu and Windows Boot Times Compared
A boot time test as a rule brings more criticism than praise for the tester, seeing that the tests are usually considered flawed. A new test has fixed... more »
Tweet 2 CommentsSave Tags: news, tools, unix-linux, windows
Learning with Grails: Security, Extjs, REST, Spring Insight
Posting including a lot of good general information about using grails to explore authentication and authorization using the spring-security plugin... more »
Tweet 1 CommentsSave Tags: groovy, research, security, tools
Article about the Scrum Master
Scrum gets more and more common as an agile method for the management of projects. Those who want to use the model of Scrum successfully should first... more »
Tweet 1 CommentsSave Tags: agile, tools
3 ways to run Java main from Maven
Maven exec plugin lets you run the main method of a Java class in your project, with the project dependencies automatically included in the classpath.... more »
Tweet 3 CommentsSave Tags: frameworks, how-to, java, tools