Want To Try Out Google Chrome OS For Yourself? Here’s How.
The public debut of Google Chrome OS today has the press abuzz over the potential of the new web-based operating system. And now that it’s open... more »
Tweet 0 CommentsSave Tags: announcement, how-to
Holy crap: JVM has coroutine/continuation/fiber etc.
I have always wanted to have generator in Java. After all, Python have this feature, Ruby and C#(*) too. A generator is a way to define an iterator... more »
Tweet 0 CommentsSave Tags: java, research, trends
Upgrading to Ubuntu 9.10
This document provides instructions and notes on upgrading to Ubuntu 9.10 (code name "Karmic Koala"), the most recent release of Ubuntu, released on... more »
Tweet 0 CommentsSave Tags: open source, unix-linux
Silent JDK Deployment on Windows
After not finding the full set of silent install options by searching, I decided to hunt them down myself and posted a write-up on silently deploying... more »
Tweet 0 CommentsSave Tags: how-to, java
PHP 5.3.1 is finally here!
A stable version of PHP 5.3.1 is finally here! Download link and links to view the release announcement, key changes and the full changelog within.
Tweet 0 CommentsSave Tags: news, open source, php
What? You’re doing TDD!
I’ve always been distrustful by default with the “main way of thinking”. Which doesn’t mean that I systematically reject the opinion of the majority.... more »
Tweet 0 CommentsSave Tags: methodology, opinion
Reading Code is Key to Writing Good Code
As humans we seem to have an innate desire for structure in our lives. Structure permeates through our societies; it’s found within our families,... more »
Tweet 0 CommentsSave Tags: opinion
DZone Daily Dose - 2009/11/20
More updates today on the closures announcement for JDK 7. Google announced the release of its source code for Chrome OS and the NSA announced that... more »
Tweet 0 CommentsSave Tags: java, news, open source, security
Google Chrome OS Will Be Revealed Tomorrow
The company has confirmed the rumors and the upcoming OS will get a thorough presentation at Googleplex
Tweet 0 CommentsSave Tags: announcement, news
Learning Scala: Euler's Method
I've been messing around more with Scala to see some of its more interesting features, two of which are pattern matching and currying. These are... more »
Tweet 0 CommentsSave Tags: other languages, reviews
Silverlight 4 Gets Top Requested Features
The immediate release of Silverlight 4 Beta was just announced at Microsoft's PDC conference. The new version comes on the heels of Silverlight 3,... more »
Tweet 0 CommentsSave Tags: .net, news, ria, web design
Python moratorium and the future of 2.x
On November 9, Python BDFL ("Benevolent Dictator For Life") Guido van Rossum froze the Python language's syntax and grammar in their current form for... more »
Tweet 0 CommentsSave Tags: python
Software can be hard
I recently survived a massive lay-off at work. The experience marked me so I decided to write about it for the cathartic effect. When I graduated... more »
Tweet 0 CommentsSave Tags: opinion
PDC09 Keynote Day 2 – Silverlight 4.0 and Free Laptops
Say goodbye to WinForms, WPF, and maybe even AJAX. Today Scott “The Gu” Guthrie took the stage and blew everyone away with the extensive desktop-app... more »
Favorite Programming Quotes 2009
When I am not coding I am reading about code. Here is a short list of memerable programming quotes I read over the past year about the science and art... more »
Tweet 0 CommentsSave Tags: how-to, opinion
Visualize your Twitter Timeline with jQuery and SIMILE
Since my last post I wondering if there was a better way to visualize my tweets. The Word Cloud was a nice feature, but I wanted more. I thought about... more »
Tweet 0 CommentsSave Tags: frameworks, javascript, web 2.0, web design
Microsoft Visual Studio 2008 Programming
This is a fairly good book. It's not an IDE extensive guide as I had expected, but is great for introducing newcomers who wish to elevate into expert... more »
Tweet 1 CommentsSave Tags: .net, books
Wayne Lee On jPolite : Lightweight jQuery Based Portal Framework
With the proliferation of widgets and web page layouts based on user preferences, having a solid framework to push the work of managing these... more »
Tweet 0 CommentsSave Tags: frameworks, javascript, web 2.0
Future of E-commerce, Headless Web Apps via Paypal Adaptive Payments ?
an introduction to Adaptive Payments one of the new APIs from Paypal concentrating on Split and Chained Payments as well as why they may well totally... more »
Tweet 0 CommentsSave Tags: methodology, reviews, tools, web services
Fedora 12 Review and Commentary - Linux Critic
With today's release of Fedora 12, we were eager to give this new version a try. We decided to do some testing on our new MSI CR-600 Laptop (specs... more »
Tweet 0 CommentsSave Tags: news, open source, reviews, unix-linux
Microsoft Proposes OData as de facto Web Data Protocol
Microsoft proposes OData as the web data protocol while Google uses GData. Microsoft invites Google to join forces with them in adopting OData. Will... more »
Tweet 0 CommentsSave Tags: microsoft, open source, standards
Loads of Essential PHP Tools & Resources For Web Developers
In this article I have compiled an extensive list of tools and resources that any php developer should be aware of and which will make their life... more »
Tweet 0 CommentsSave Tags: php, tools
Oracle Berkeley DB Java Edition 4.0 Released
Oracle has released Oracle Berkeley DB Java Edition 4.0 including new features for high availability, scalability and performance. The Oracle press... more »
Tweet 0 CommentsSave Tags: announcement, database
Create astonishing iCal-like calendars using jQuery
I wanted to create a calendar that would be similar to the iPhone Calendar application (or, if you want, to the little calendar on the left bottom... more »
Tweet 0 CommentsSave Tags: ajax, javascript, web 2.0, web design
Designing CSS Buttons: Techniques and Resources
Buttons, whatever their purpose, are important design elements. They could be the end point of a Web form or a call to action. Designers have many... more »
Tweet 0 CommentsSave Tags: css-html, reviews, web design