CodeProject | Newsletter (7 Mar 2011)

115 articles this week
For comments or enquiries please contact webmaster@codeproject.com View online Monday, March 7, 2011

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 voting for the best articles of February is over and the winners chosen by you:

Best C# article of January 2011
69Icaro - A "little snake" leads us through the most important features of the Windows Phone 7
Prizes: iGrid.NET; Shell MegaPack.Net 2010; The latest C# books from Apress; Report Sharp-Shooter for Silverlight; Crypto Obfuscator For .Net - Enterprise Edition; FPS Maps for WPF; Reuxables Ultimate Subscription for WPF + Silverlight + Windows Phone 7;
 
Best ASP.NET article of January 2011
Bryian Tan - ASP.NET - Password Strength Indicator using jQuery and XML
Prizes: Nevron Chart for .NET (Lite edition); The latest ASP.NET books from Apress; Reuxables Ultimate Subscription for WPF + Silverlight + Windows Phone 7;
 
Best C++/MFC article of January 2011
Frédéric Pailloux - A MFC/GDI+ LCD Control
Prizes: iGrid.NET; Codejock Xtreme ToolkitPro; The latest C++ books from Apress; CryptoLicensing For MFC - Enterprise Edition; CppDepend;
 
Best overall article of January 2011
69Icaro - A "little snake" leads us through the most important features of the Windows Phone 7
Prizes: DevForce Silverlight; FPS Maps for WPF; Code Project Mug;
 
Best VB.NET article of January 2011
Meshack Musundi - XAML Man
Prizes: iGrid.NET; Shell MegaPack.Net 2010; The latest VB books from Apress; FPS Maps for WPF; VBDepend; Reuxables Ultimate Subscription for WPF + Silverlight + Windows Phone 7; Crypto Logger For .Net;
 

Congratulations to all our winners!

If you've been thinking about writing an article but never been sure where to start then take a look at our submission guidelines. Alternatively, email submit@codeproject.com and Sean will answer any question you may have regarding posting an article.

cheers,
Chris Maunder

The Code Project Offers

Click HereWindows Phone 7 is here! Share your experience developing for WP7 you could win an HTC Surround or an Ultralight Laptop. Submit your WP7 article or your WP7 app to help your fellow developers & gain notoriety as a Windows Phone 7 development guru to our 7 million plus members. Enter now!
Click HereRegister for The Code Project's Virtual Tech Summit on Mobile Development and receive Mindscape's Phone Elements at no cost; it's the first control suite commercially available to WP7 developers worldwide! Don't miss the premiere event on March 9th, 2011 – Register now!
Click HereCloud computing helps enterprises transform business and technology.
With IBM's enterprise class cloud computing capabilities, you have the trusted partner to help you assess cloud readiness, develop adoption strategies and identify business entry points.Get IBM developerWorks Cloud resources now!
Click Here SpreadsheetGear: Over 100 Times Faster...
"We just wanted you to know how thrilled we are by the performance we are seeing with SpreadsheetGear for .NET... over 100 times faster than other controls we've tested." Download fully functional SpreadsheetGear trial Today!
Click hereLearn Visual Studio, SharePoint, SQL and more – Just $99.99
Become an expert in Microsoft technologies with our library of 3,000+ practical training videos featuring Microsoft MVPs and experts. Just $99.99 for a limited time.
Click here HttpWatch 7.0: Change the way you develop, debug and tune websites today! HttpWatch is an HTTP viewer and debugger that provides seamless HTTP and HTTPS monitoring without leaving the browser window. Download the Basic Edition at no cost.

Weekly Poll Results

Which of the following programming/scripting languages do you use?

Survey period: 28 Feb 2011 to 7 Mar 2011

Compiling and linking can be so last decade. Which of the following do you use in your work or play? (Suggested by Nitin)

OptionVotes% 
ActionScript596.3059 votes, 6.30%
Boo111.1811 votes, 1.18%
ColdFusion121.2812 votes, 1.28%
ECMAScript586.2058 votes, 6.20%
Groovy40.434 votes, 0.43%
IronPython141.5014 votes, 1.50%
JavaScript55058.76550 votes, 58.76%
Perl828.7682 votes, 8.76%
PHP23925.53239 votes, 25.53%
Python10711.43107 votes, 11.43%
Ruby414.3841 votes, 4.38%
Windows Powershell11712.50117 votes, 12.50%
VBScript19921.26199 votes, 21.26%
Other17018.16170 votes, 18.16%
Respondents were allowed to choose more than one answer; totals may not add up to 100%

View optional text answers (219 answers)

This week's survey: Should array indexing start at 0 or 1?

Most popular new articles
28 Feb 2011 - 7 Mar 2011

Latest Additions

115 articles overall 73 new, 69 updated, 0 moved. 28 were edited, 87 unedited
Article topics listed: C++

Too many articles? Visit your profile page to change your newsletter article filters.

New articles added

Shell and IE programming

  • Http Monitor for Webbrowser Control - abhinav_soni
    The ATL COM Dll that captures requests from individual Webbrowser Control (Unedited)
    C++ (VC8.0), C# (C#3.0), Windows (WinXP), Win32, COM, Dev, DLL, Development

C#

Articles updated

List Controls

Applications & Tools

C / C++ Language

  • A Type-safe Generic Pointer - FrancisXavier
    A safer alternative to void*, any_ptr can point to any type of object and provide type-safe, const-correct access to it. (Unedited)
    C++, Dev

.NET Framework

Algorithms & Recipes

  • C++ String Toolkit (StrTk) Tokenizer - Arash Partow
    A brief introduction to a C++ String Tokenizer implementation (Unedited)
    C++ (VC7.1, VC8.0, VC9.0), C++/CLI, C, Win32, Win64, STL, Architect, Dev, Design, recipes, string, Algorithms

  • Polyline Simplification - Elmar de Koning
    A generic C++ implementation for n-dimensional Douglas-Peucker Approximation.
    C++, Windows, Linux, MacOS, VS2008, Dev

Tips and Tricks added

Programming Tips

  • The goto-less goto! - Member 4694807
    My favorite is a variant of alternative 2.{ ... DoInit(); status=DoAllActions(); DoCleanup(status); ...}int DoAllActions(){ if (condition1_fails) return status1; ... if (condition2_fails) return status2; ... if(conditionN_fails) ... (Unedited)
    C++, C#

Debug Tips

Technical blogs added

.NET Framework

  • Installing a Production Server for ASP.NET MVC 2 – Part 2 - Gil Fink
    Installing a Production Server for ASP.NET MVC 2 – Part 2 A few days ago I helped a client to solve a problem they had when they deployed an ASP.NET MVC 2 application. In a previous post I wrote about how you can install a production server in order to run ASP.NET MVC 2 application. The client team (Unedited)



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

Search This Blog

Blog Archive

Pages