Click here to Skip to main content
15,881,413 members

Our Mailouts

Newsletter - 11 Mar 2013

Most popular new articles
107 articles this week.
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

CodeProject growing and we're hiring! Actually we're always growing, but 2 developer positions have opened up and we're after someone special. If you're a C# / ASP.NET developer in the Greater Toronto Area who enjoys having 23 million other software developers breathing down their neck then do we have a job for you!

Interested? Check out the job page, and if you meet the criteria then complete the test, send us your completed app, your cover letter and your resume and then we'll ask the best of the best to come to our offices for an interview.

And speaking of top coders, our very own Pete O'Hanlon continues to grind away, single handed, on the Ultimate Coder Challenge: Going Perceptual. Follow Pete and send your words of encouragement, your suggestions, your updated music collection - anything to help him through. Go Pete!

cheers,
Chris Maunder

Click here Pulse in HTML5 on Internet Explorer 10 – a modern app for the modern web!
Make your news available wherever you happen to be. Emerging features in HTML5 and CSS3 make it possible. Read more!
Click here Database source control in just 5 minutes
It takes just 5 minutes to connect your SQL databases to SQL Source Control. Got 5 minutes to spare? Bring your database development process forward by 5 years. Get started now.
Click here Manage your app and get a shirt!
New Relic, the leader in SaaS-based web app performance monitoring, is giving everyone who tries their software a Nerd Life shirt. Do you code in .NET, Ruby, PHP, Python, or Java? Then you can use New Relic at no cost!
Click here Introducing D&B APIs – Get Data Now!
D&B provides developers with business data for any occasion – create an augmented reality application that shows geographic clusters and more! Access D&B APIs now on the Windows Azure Data Marketplace. Coming soon: Developer Challenge! Learn more.
Click here Webinar: Visual COBOL – Making Your Life Manageable
Take control of your future and join Micro Focus for this webcast as we walk through four reasons you should make the switch to Visual COBOL. Register Now!
Click here Build Windows 8 Apps -- Step-by-step Video Tutorials Show You How
Learn to develop Windows 8 apps using XAML, C# and HTML 5 with the LearnDevNow online learning library. Many other hot Microsoft topics covered as well - more than 3,200 tutorials total for just $99.99. Learn more
Click here Detect your visitor's browser & system settings!
Want easy & accurate browser detection, without the hassle of maintaining your own browser sniffer code? Get BrowserHawk IQ. It’s a cloud service you can deploy instantly. Now with a no-charge option. Get it here!

Weekly Poll Results

Do you prefer to buy or rent software?

Survey period: 11 Mar 2013 to 18 Mar 2013

Pay a one-time $50 charge or pay $5 a month - but only on the months you need it. Which model works best for you?

OptionVotes% 
I prefer to pay once and own forever535.715 votes, 35.71%
I use the model that ends up cheaper for me214.292 votes, 14.29%
I prefer to pay only when I'm using the software321.433 votes, 21.43%
It depends321.433 votes, 21.43%
I have no preference.17.141 votes, 7.14%

This week's survey: Do you prefer to buy or rent software?

Most popular new articles

4 Mar 2013 - 10 Mar 2013

Latest Additions

107 articles overall. 30 new, 77 updated.

New articles added

Algorithms & Recipes

Android

Applications & Tools

Design and Architecture

  • Introduction to CQRS - Kanasz Robert
    In this article I will describe CQRS pattern on very simple example.

General Graphics

Hardware & System

Interviews

  • A Coder Interview With Ted Neward - CodeProject, Ted Neward
    Welcome to our continuing series of CodeProject interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Ted Neward, "The Dude of Software".

Java

Product Showcase

Tools and IDE

VB.NET

  • Hyper Picture Types Version 2 - Sina asefi
    Hyper Picture Types is a new version of ( jpeg , jpg and tiff ) tag file and you can store new details into your pictures.

Articles updated

.NET Framework

  • Get a User's Full Name - jabit
    Use .NET 3.5's DirectoryServices namespace to quickly and easily get at a user's full name.

Ajax

Algorithms & Recipes

  • Polynomial Equation Solver - Kenneth Haugland
    Solves 1st, 2nd, 3rd and 4th degree polynominal by explicid fomulas for real coefficients and any degree by the numerical Jenkins-Traub algorithm with real and complex coefficients.

  • FirstWins Pathfinding Algorithm - O.G.I.
    Pathfinding algorithm based on a direction priority

Applications & Tools

ASP.NET

ASP.NET Controls

C#

Client side scripting

  • JavaScript Questions - RupeshKumar
    Discussing a few JavaScript fundamental topics to make our understanding more in JavaScript.

CodeProject FAQs

Cryptography & Security

Custom Controls

Database

Design and Architecture

  • Piracy and Unconventional Wisdom - Chad Z. Hower aka Kudzu
    As software developers, piracy is something that affects us all. You might not see it directly if you work for a large company but you still have an interest in who is using your company's software. If you work for a small company or are a solo developer, piracy hits a lot closer to home.

  • The State Design Pattern vs. State Machine - thomas_jaeger
    How to use the State Design Pattern when compared to State Machines, Switch statements, or If statements.

Desktop Gadgets

Edit Controls

Files and Folders

Hardware & System

HTML / CSS

Installation

Internet / Network

Java

Libraries

Menus

  • Bitmap Menu - Flaviu2
    A simple way to have a bitmap menu without any bitmap resource or ownerdraw

Miscellaneous

  • An Introduction to Real-Time Stock Market Data Processing - Paul A Francis
    Discusses how stock market trading works, the different types of market data available, and provides a code example with sample data that processes a market data feed

  • Symbol Inserter - CraigDJ
    An application allowing you to enter your top ten symbols without your fingers leaving the keyboard.

Mobile Development

PHP

SharePoint Server

Shell and IE programming

Tabs & Property Pages

Testing and QA

Threads, Processes & IPC

Tools and IDE

Windows Communication Foundation

Windows Presentation Foundation

XML

New Tips and Tricks added

.NET Framework

Clipboard

Database

Edit Controls

Files and Folders

GDI

Session State

Windows Powershell

Tips and Tricks updated

.NET Framework

Ajax

ASP.NET

C#

Database

Dialogs and Windows

Hardware & System

PHP

Printing

Validation

Windows API

Windows Communication Foundation

Windows Presentation Foundation

New Technical Blogs added

C / C++ Language

Database

iPhone

Miscellaneous

PHP

  • Editing a Google Spreadsheet using PHP and CURL - Jonathan Cardy
    I wanted to edit a Google spreadsheet, and in particular, change the title of a worksheet – although the same concepts would apply to any kind of spreadsheet edit. I am using PHP and since there’s no client API for this, I am building up the HTTP requests using CURL. This was a nightmare

SharePoint Server

Testing and QA

  • Testing async requests, mocking async methods with new Ivonna - Artem Smirnov
    For those of you who can't wait to start testing async requests, here's the good news (and no, there are no bad news in this post): starting with the 3.1 version of Ivonna, you can test them with the same syntax as before, i.e. using either session.Get(url) or session.GetPage(url).Ho

Tools and IDE

Ultrabooks

  • Ultimate Coder – Week 3: Blog posting - Pete O'Hanlon
    This is a copy of the post I made on the Intel site here. For the duration of the contest, I am posting a weekly blog digest of my progress with using the Perceptual Computing items. This weeks post shows how Huda has evolved from the application that was created at the end of the first [...]

Uncategorised Technical Blogs

Technical Blogs updated

C / C++ Language

C++ / CLI




© 2013 The Code Project.  All rights reserved.


This email was sent to mailout@maillist.codeproject.com. To stop receiving The Code Project Insider News click here.
The Code Project 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use webmaster@codeproject.com