New Game Creator features are now live!
A few hours ago we released our 20th major update to Popfly, which includes our first update to the game creator since it was released just over a... more »
0 commentsSave Tags: .net, games, microsoft, ria
Why Should You Use The x:key Attribute In WPF DataTemplates
We have all used WPF DataTemplates, but I bet most of you never gave thought to the meaning of the x:Key attribute. We all know the meaning of the... more »
0 commentsSave Tags: .net
Generic Classes don't share static members
Using Generic classes together with static members might not always work exactly as you would expect. In fact it works a little differently compared... more »
0 commentsSave Tags: .net, frameworks, other languages
How to Find Memory Leaks With CLRProfiler
Track down, discover and eliminate memory leaks in your applications with this free open source tool.
1 commentsSave Tags: .net, .net
5 More Firefox Plugins Any Web Developer Needs
In my last post about 5 Firefox plugin’s any web developer needs I got hammered for not posting FireBug. I admit that FireBug is Amazing and I use it... more »
0 commentsSave Tags: javascript, javascript
Gmail Chat Implementation
A reverse engineered view of how the gmail chat works.
0 commentsSave Tags: web services
Business Logic vs. Free Software Idealism
These days, business and free software co-exist with little friction. Although you still find some members of the free software community who... more »
0 commentsSave Tags: open source, opinion, unix-linux
MySQL versus Oracle Features/Functionality
I love working with MySQL and Oracle technologies. Both of them are great solutions. The point is to find the right environment to leverage what... more »
1 commentsSave Tags: database, open source, reviews, server
A Programming Job Interview Challenge #5 - Records Sorting
This post is the fifth in the series of programming job interview challenge. How to sort records with not enough physical memory?
0 commentsSave Tags: .net, .net
How to make a Physical Gmail Notifier
I was given a lovely glowing cube by the generous people at Linden Labs as a freebie at a job fair yesterday, and I decided that it was far too... more »
0 commentsSave Tags: hardware, how-to
How to synchronize two side by side PropertyGrids
A screencast about the synchronization of 2 PropertyGrids and the source code of the synchronizer class.
0 commentsSave Tags: .net, gui, how-to, windows
PowerShell : In Praise of TypeConverters - Spread the Love
I just got through reading Scott Hanselman's blog entry: TypeConverters: There's not enough TypeDescripter.GetConverter in which he referenced Jesse... more »
0 commentsSave Tags: tools
Command line programs are classes, too!
Most OOP discussions focus on GUI or domain-specific development areas, completely ignoring the workhorse of computing: command line programs. This... more »
0 commentsSave Tags: python
6 Useful Visual Studio Tweaks You Need To Know
Here is a list of 6 Visual Studio tweaks you can do to make your development experience much better...
0 commentsSave Tags: web 2.0
Asynchronous Execution in Silverlight, GWT and Javascript
When Rich Internet Applications reach a certain level of complexity, you start having concurrency problems similar, but not identical, to the... more »
0 commentsSave Tags: .net, java, javascript, ria
Why Should You Wrap Your ASP.NET Session Object
ASP.NET provides mechanisms for storing information for a single user session or across multiple sessions. This is done using the HttpSessionState and... more »
0 commentsSave Tags: how-to
A Programming Job Interview Challenge #2
come test your strength with a programming job interview challenge
0 commentsSave Tags: how-to
Jetty Runner
If you're looking for a fast and easy way to run your webapp, without needing to install and administer a Jetty distro, then look no further, the... more »
0 commentsSave Tags: java, open source, server
My Job Went to India: 52 Ways to Save Your Job
This book isn’t about India. It’s about you. You’ve already lost your job. You may still be drawing a paycheck, but the job you were hired to do no... more »
2 commentsSave Tags: trends
Finding the right place for a join condition
In a little app where users can create tabs and portlets in those tabs I ran into some issues with my ordered list implementation. It turns out I just... more »
0 commentsSave Tags: database, php
Taking Simple Screenshots with C#
This tutorial walks you through how to take screen-shots in C#, using visual studio. Very simple and includes a Visual Studio solution for those who... more »
0 commentsSave Tags: .net, microsoft, other languages, windows
A Programming Job Interview Challenge
Recently, I ran into an interesting job interview question in C++ which I want to share. Lets take a look at the following code...
0 commentsSave Tags: c-and-cpp
Databinding XML in Silverlight 2
One of the things I miss in Silverlight ( from WPF ) is the ability to naturally bind to XML data and this discussion with Daniel prompted to wonder... more »
0 commentsSave Tags: gui, microsoft
13 Things To Discuss To Keep A Web Design Client Happy
If you’re aiming to agree a fixed price for the development of the website, as we do, ensure the project goes smoothly before you start, by... more »
0 commentsSave Tags: how-to, opinion, web design, web services
Essential SEO Tips & Techniques, Best Practises
One of the aspects we as web developers and designers often overlook is how to market the work we put out there. With this I mean, do you really know... more »
1 commentsSave Tags: how-to, research, web design
via