Quickstart Guide to Subversion on SourceForge
...One complaint I received from developers who read my Quickstart Guide To Open Source Development With CVS and SourceForge is the sheer amount of... more »
1 commentsSave Tags: how-to, open source, tools
Get Started With Django
Django was designed from the ground up to handle two common web developer challenges: intensive deadlines and strict adherence to the Don't Repeat... more »
0 commentsSave Tags: frameworks, how-to, python
Intel says to prepare for 'thousands of cores'
Intel is telling software developers to start thinking about not just tens but thousands of processing cores.
0 commentsSave Tags: hardware, trends
How to invoke a IronPython function from C# using the DLR Hosting API
Like I wrote in my previous post, the Hosting API lets you do some very interesting and powerful things with the DLR. One of the things I had listed... more »
0 commentsSave Tags: how-to, other languages
How to define the default value for a property in C#?
When you are creating your form controls and classes in the .NET languages, you maybe want to set the default values to some properties for the... more »
0 commentsSave Tags: .net, how-to
Next Generation Javascripting
But even as Javascript—as well as the HTML elements it has access to— continues to mature, the general perception of what these technologies enable do... more »
0 commentsSave Tags: javascript, trends
Annotatable Types
It has happened in coding C#, for sure, that we wanted to return more than just a value from a method. Simplest way is to define a new type that... more »
0 commentsSave Tags: .net, other languages
Duck Typing In C# 3.0
In C# 3.0 we achieve this feature by employing Extension Methods. The whole point came straightly from definition of Extension Methods, where says:... more »
0 commentsSave Tags: .net, other languages, ruby
Vista, Office 2007 or Why Microsoft Gone Stupid!
"DO NOT BREAK THE USER EXPERIENCE!" That is the holy "point" of desktop application development! Add as much layers as you want below the user... more »
1 commentsSave Tags: microsoft, windows
Dependency Injection Not Needed In C#
We do not need Dependency Injection in C# 3.0. Because we already have it in a very cleaner way!... (Using extension methods in a different way to... more »
4 commentsSave Tags: .net, frameworks, methodology
10 Ways to Improve Your Programming Productivity
A collection of some old methods, revisited. After looking back and trying to figure out what separates one [productive] day from the next... more »
2 commentsSave Tags: how-to, news, opinion, trends
Programming Language Design
A cartoon on best programming language; invented yet!
0 commentsSave Tags: humor, other languages
Firefox passed half of a billion downloads
As the latest report from spreadfirefox.com, the Firefox browser has been downloaded over 500 million times by now.
0 commentsSave Tags: news
Aguri: Coolest Data Structure You’ve Never Heard Of
An interesting heuristic algorithm for discovering network address space allocation from observed traffic. The algorithm is described by progressing... more »
1 commentsSave Tags: security
Partial Functions in JavaScript
Partial functions are a, particularly, interesting technique in which you can pre-fill-in arguments, to a function, before it is ever executed. In... more »
0 commentsSave Tags: javascript
Does Languages Really Matter?
I do not think so!
2 commentsSave Tags: .net, frameworks, java, opinion
OOP and FOOP
This text is a meditation on OOP paradigm and the FP paradigm...What is an Object?...What is a function?...What is structure?
5 commentsSave Tags: .net, java, methodology, opinion
.NET Framework 3.5 deployment guides have been published on MSDN
The official deployment guides for system administrators and application developers have been posted on MSDN, and I wanted to provide links here to... more »
0 commentsSave Tags: .net, frameworks, usability
Microsoft .NET Framework 3.5 Deployment Guide for Application Developers
The Microsoft .NET Framework version 3.5 provides a redistributable installer that also contains Service Pack and cumulative updates for the .NET... more »
0 commentsSave Tags: microsoft, usability
Adobe AIR Revolution
Adobe AIR, currently in beta stage, is a new software from Adobe that lets developers using HTML, Ajax, Flash and Flex build and deploy rich internet... more »
1 commentsSave Tags: announcement, flash-flex, reviews, ria
REBOL - Finally I consider it!
REBOL is an advanced language that gains its advantage through lightweight domain-specific sublanguages and micro-formats...REBOL is more than just a... more »
3 commentsSave Tags: gui, other languages, usability
5 Things I Love about BlogEngine.NET
While I've very biased, I do really like BlogEngine.NET. It is a fine blog software and handles my simple blog well enough. However, there are a few... more »
0 commentsSave Tags: .net, opinion
The Great Web Design Gallery Roundup
A collection of web design galleries, plus some nice information/rankings.
0 commentsSave Tags: css-html, reviews, web 2.0, web design
via