FROM ALL CHANNELS: Latest News, Articles and Tutorials
ProxMox: The High-Performance Virtualization Server for the Rest of Us
...
(Read full text)<b>Between the Lines:</b> "What sounds like a cross between a Ferengi mating practice and an OREO cookie clone, but is actually the latest and greatest in Open Source turnkey virtualization servers....
OpenSUSE 11: A Feature-Rich Distro in Search of Direction
...
(Read full text)<b>Datamation:</b> "The result is a release that, while not completely ideal for an absolute newcomer, offers more advanced desktop users who have absorbed the GNU/Linux mania for tinkering..."...
How to Build a Great Team
...
(Read full text)There are some simple and effective things that can be done to build a great team. This article highlights some easy things that are often missed....
How do you become a "Successful Developer"?
...
(Read full text)Fin asked a few of us inside and outside Microsoft for tips in becoming a successful developer. I’m not sure that she expected the deluge (or verbosity) of responses – I think she only had about 300 ...
5 Must-Have Firefox Add-ons for Web Development & QA
...
(Read full text)Angsuman Chakraborty discuss 5 of the most have FireFox add-ons which web developers can benefit from. Using these add-ons you can turn the Airefox into an acceptable Web development platform...
.NET Rocks! - F# Moves Forward
...
(Read full text)Carl and Richard talk to Don Syme, the inventor of F#, along with F# PM Luke Hoban and MS Researcher Ralf Herbrich about the future of the F# language....
Java Concurrency: Blocking Queues
...
(Read full text)A blocking queue is a queue that blocks when you try to dequeue from it and the queue is empty, or
if you try to enqueue items to it and the queue is already full. A thread trying to dequeue from...
JIDE 2.2.8: Synthetica Look and Feel
...
(Read full text)JIDE 2.2.8 has been released, providing full support for the Synthetica Look And Feel. Synthetica and JIDE...
Understanding Structs in C#
...
(Read full text)Like class, structs represent data structures that can contain data members and method members. Unlike classes, structs are value types and do not require heap allocation. A variable of a struct type...
Memo To The Semantic Web: Drop “Semantic” And Become The “Graph Web”
...
(Read full text)For some time now my team and I have been working on a new web service called Kloudshare. This is not a product announcement, but I mention it because it provides context for what I have on my mind....
Kira - programming language that compiles to PHP
...
(Read full text)Kira is designed to bring a good language and modern techniques into play whilst taking advantage of all existing PHP and a massive army of PHP developers....
JRuby-on-Rails and MySQL on GlassFish on OpenSolaris in Virtual Box VM
...
(Read full text)My primary development machine is Mac OS Leopard on Intel Core 2 Duo (read osxtips). But the beauty of virtualization is that I can run multiple Operating Systems on a single powerful machine. And wh...
Wicket Creating RESTful URLs
...
(Read full text)This is a tutorial on using Wicket with REST-style URLs. Normally, Wicket generates URLs that are a bit ugly.
For example: http://www.example.com/wui/?wicket:bookmarkablePage=%3Anl.stuq.demo.SomePag...