Screen capture application has become a must since I've started blogging, and I've used a few different screen capture tools to see which fits my needs (perhaps I'll write a blog post about it someday). Today I found out about a new open source tool called Z-Screen its easy to use and has a lot … Continue reading Z-Screen – open source screen capture tool
Author: Dror Helper
Agile Bibliography Wiki
IMistaken blog has a post about The Agile Bibliography Wiki - a great resource that anyone who uses Agile development methodologies should know. It has links to various studies and papers on all things Agile: How effective is TDD? How to apply Agile in difficult situation (ex. GUI testing). Success stories of large companies using … Continue reading Agile Bibliography Wiki
How-to Render managed (.NET) form using native DirectX
Microsoft DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms. Although a managed DirectX exist some of the time you need the power of C++ when using it. In the past I used DirectX with C++ for image processing and video … Continue reading How-to Render managed (.NET) form using native DirectX
New StackOverflow Notifier Released
This is a maintenance release until I finish the new features I’ve promised. Changes: Added Proxy Support so that users behind firewall can use SO-Notifier. I’ve done a few changes to reduce the bandwidth overhead of the application. As suggested by Jeff Atwood I’m using gzip http header specified to reduce network bandwidth. It … Continue reading New StackOverflow Notifier Released
New Firefox feature – burnt screen?!
Late yesterday night I needed to needed to find information in MSDN so I opened my trusted web browser only to be greeted by this sight: Like the software developer that I am I've tried to blame my hardware (screen) for my grief. unfortunately after opening a different web browser I couldn't avoid the conclusion … Continue reading New Firefox feature – burnt screen?!
CodeRush Express Available as free download
It seems that DevExpress (along with Microsoft) are giving away an "express" version of their tool CodeRush. You can read all about it here - CodeRush Xpress announced and available From the download page: Supported Features: CodeRush Xpress includes the following features. Duplicate Line Highlight All References Increase or Reduce Selection Smart Clipboard Operations Generate … Continue reading CodeRush Express Available as free download
StackOverflow Notifier update
Due to a (stupid) bug I accidentally caused SO notifier to poll the StackOverflow site every half a second. The new version has a polling interval of once per hour. In case you want to use StackOverflow Notifier use this newer version instead so your IP won't be banned.
If you’re using StackOverflow Notifier – Read this!
This morning my client has stopped working on my computer. After checking the usual suspects (network connection, proxy server etc.) I discovered that only http://www.stackoverflow.com blocks my web requests. After a quick search on the Internet I found the following post on StackOverflow blog: We’ve noticed there are a number of users running a script … Continue reading If you’re using StackOverflow Notifier – Read this!
Find the difference – spot the bug
Every developer has been at a point when a defect is found in software he has been working on, in fact a major part of every software developer is fixing bugs. A software bug (or just “bug”) is an error, flaw, mistake, failure, fault or “undocumented feature” in a computer program that prevents it … Continue reading Find the difference – spot the bug
StackOverflow Notifier
Update: New version has been released in case you're using the last version (V1.0.0.0) please use this version instead. In case you don't know what StackOverflow is all about you can read about it At the site's About Page: Stack Overflow is a programming Q & A site that's free. Free to ask questions, free … Continue reading StackOverflow Notifier