For comments or enquiries please contact webmaster@codeproject.com | View online | Monday, November 1, 2010 |
Welcome to this week's newsletter from The Code Project.
To ensure that future newsletters you receive from The Code Project aren't mistakenly blocked by antispam software, be sure to add the maillist.codeproject.com domain to your list of allowed senders.
Site News
The Code Project has moved!
Over the weekend we unplugged and unscrewed our servers from their old home and, like geese fleeing the inexorable Winter, headed down Highway 404 to find a newer, possibly warmer, home for our servers. Some didn't make it, some are still licking their wounds, but most of them are doing well in their new racks and (presumably) making new friends. Hopefully the worst anyone saw while the move was in place was a slightly late Daily Insider newsletter, and vague recollections of a moving van in place of the homepage for a couple of hours on Saturday.
We're also pretty chuffed to announce that CodeProject search results are now appearing in within searches on MSDN.com. We're sure the MSDN team would love your suggestions and feedback, and if that involves chants of "higher! higher!" for our results then who are we to stop you?
We also recently announced the winners of our Windows Azure App Competition. Congratulations to all the winners who each won an Intel i7 laptop
Spenta | Street Care |
DataFace | DataFace |
Avalara | GeoSalesTax |
Modularis | MCIS |
ISC | FloridaHealthFinder.gov |
Well done brave souls.
The Code Project Offers
Get the Ultimate UI Controls Toolset NetAdvantage® Ultimate 2010 Vol. 3 gives .NET developers the ultimate advantage to set their User Interfaces apart with MS Office 2010 style, ExcelML & Outlook 2010-like XAML scheduling. Download from INFRAGISTICS! | |
Webinars: Source control your database with SVN or TFS Connect your existing source control system to SQL Server without change management overheads. See how easy it is to get started and the team benefits with webinars on Red Gate's SQL Source Control, an SSMS add-in that integrates SVN and TFS with SQL Server. Details and registration. | |
Learn Visual Studio, SharePoint, SQL and more – Just $99.99 Become an expert in Microsoft technologies with our library of 2,800+ practical training videos featuring Microsoft MVPs and experts. Just $99.99 for a limited time. | |
Win with your Windows Azure Application. Feel like a development challenge? Create an application on Windows Azure for a shot at winning an Xbox 360 with Kinect and $1000 cash. Find out more. | |
The Cloud Zone on The Code Project – Explores the uses of cloud computing. Take a look at the key players and delve into specifics like Data Services, SaaS, and Azure. Learn More! | |
Axosoft OnTime -----> Voted BEST! OnTime has been voted "Best Project Management / Bug Tracking" winner 4 years in a row. Runs in the cloud, or you can install it. Scrum-ready. 1 user Free for life. 30-Day Team Trials. Get Started in Seconds at no charge > | |
Dundas Dashboard v2.0 now available – Dundas Dashboard, a turnkey dashboard solution for the easy creation of interactive dashboards is here. Leveraging Silverlight technology, it provides an easy drag-and-drop design and all you need for rapid dashboard development. Get started now. |
Weekly Poll Results
Do you open up laptops and other gadgets to see what's inside?
Survey period: 25 Oct 2010 to 1 Nov 2010
In other words, do you void warranties?
Option | Votes | % | |
Yes, always | 97 | 11.53 | |
Yes, if I don't care about breaking it | 115 | 13.67 | |
Yes, if it's already broken or malfunctioning | 253 | 30.08 | |
Depends | 164 | 19.50 | |
No | 216 | 25.68 | |
Total | 841 | 100% |
This week's survey: From which of the big companies would you most like a job offer?
Most popular new articles 25 Oct 2010 - 1 Nov 2010
- Dynamic Type Using Reflection.Emit - Abhishek Sur
- FloatingWindow - Multi-windows Interface for Silverlight 4 - Jevgenij Pankov
- Roll your own scroll bar - Snorri
- Zune detection and Network awareness - dolhaig
- Resume the User's music after MediaPlay - dolhaig
Latest Additions
200 articles overall 167 new, 84 updated, 1 moved. 23 were edited, 177 unedited
Article topics listed: C++
Too many articles? Visit your profile page to change your newsletter article filters.
New articles added
Miscellaneous
- Roll your own scroll bar - Snorri
XeScrollBar - Custom scroll bar, a replacement for Windows scroll bar (Unedited)
C++, Windows, MFC
C / C++ Language
- Using C++ templates for startup validation - AlexanderGorobets
The article describes a technique for using C++ templates for general startup validation purposes.
C++, Windows, Dev - Using C++ Templates for Startup Validation Part 2. Validation of SQL Statements - AlexanderGorobets
The article describes a technique for using C++ templates for validation of SQL statements used in C++ code
C++, SQL, Windows
Libraries
- The Diffraction Grating Calculator - federico.strati
An MFC Windows Program related to Concave Diffraction Gratings using VTK libraries (Unedited)
C++, Windows, MFC, Dev, Application
Articles updated added
Combo & List Boxes
- Win32 SDK PropertyGrid Made Easy - David MacDermot
This article describes the creation of a non-MFC custom PropertyGrid control.
C++, Windows, Win32, Win64, Dev
Edit Controls
- CFilterEdit: Use Regular Expressions to Filter Your Input - Ben Hanson
The definitive approach to filtering input text. Includes configurable error display.
C++ (VC7.1), Windows (Win2K, WinXP), Visual-Studio (VS.NET2003), MFC, Dev
Algorithms & Recipes
- Polyline Simplification - Elmar de Koning
A generic C++ implementation for n-dimensional Douglas-Peucker Approximation.
C++, Windows, Linux, MacOS, Dev
Internet / Network
- 3G Modem Internet Dialer - Amro Fawzy
3G Modem Internet Dialer (Unedited)
C++, Hardware
Threads, Processes & IPC
- CaptureConsole.DLL - A Universal Console Output Redirector for all Compilers - Elmue
Capture Console Output
VB6, C++, C#, Java, .NET - A Standard Multithreaded Dynamic Queue - federico.strati
This is a standard Windows / C++ implementation of a Multi Threaded Queue (Unedited)
C++, Windows-Topics, Dev, Threading - KitKat - The Lazy/Poor Man's Rootkit - st0le
A Very Simple Pseudo-RootKit
C++ (VC6), Windows (Win2K) - Distributed Computing in Small and Medium Sized Offices - hax_
Introduction to the open-source hxGrid library for distributed computing. Main benefits of the library: cluster uses only idle time of Windows 2000/XP/Vista workstation (no dedicated workstations required); easy to use; free.
C++ (VC6, VC7, VC7.1, VC8.0), C, Windows (Win2K, WinXP, Win2003, Vista), Win32, Architect, Dev
Tips and Tricks added
Programming Tips
- What processor is in my mobile device? - Paul Heil
(Unedited)
C++, Mobile - How to get individual process memory usage statistics in Windows Mobile - Paul Heil
(Unedited)
C++, Mobile
Technical blogs added
Trace and Logs
- .NET: Exception stack trace has no frames above the catch point - Ivan Krivyakov
I never thought about it, but it turns out that exception’s stack trace does not contain the full stack. Instead, it contains only frames between the point where the exception was thrown and the point it is caught. This is bad if exception is caught close to the point of throwing and logged: u (Unedited)
C++, Windows, MFC
Threads, Processes & IPC
- MessageBoxes and worker threads - Ivan Krivyakov
MessageBoxes and worker threads (Unedited)
C++, Windows, MFC
cheers,
Chris Maunder
The Code Project
This email was sent to gang007@gmail.com. To stop receiving this newsletter click here.
The Code Project. 503-250 Ferrand Drive
Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100