Click here to Skip to main content
15,894,896 members

Our Mailouts

Newsletter - 13 May 2013

Most popular new articles
133 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

If you can write yourself a website and know a little SQL then we'd love you to mosey on down to our Azure Challenge and have a crack at it. There's $16,000 in prizes we really, really want to give away, and that includes a bunch of those charming Microsoft Surface tablets. Challenge 3 has started but you can still dive in and catch up. There's still time.

Our usual monthly article challenge continues and it's your turn to give your favourite authors a thumbs up. Hit the homepage (right hand side, just near the weekly poll) for your chance to say thank you to those who helped you last month. It's the least we can do to say thanks.

cheers,
Chris Maunder

Click here Payments Made Easy APIs, Sample Code and More
Sign up for an Authorize.Net test account and build your first integration in 15 minutes or less. Simple APIs, troubleshooting tools, a popular developer community and more--plus earn commissions through referrals. Get started now!
Click here How to automate your .NET and SQL Server deployments
Deploy .NET code and SQL Server databases in a single repeatable process with Red Gate Deployment Manager. Get complete visibility over local, remote, and Cloud-based machines with a web-based UI. Start deploying with a 28-day trial
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 is the world's leading source of commercial data and insight on businesses and industries, enabling developers to stream reliable, up-to-the minute business information into their applications via APIs. Learn more.
Click here Give Your Data Some Razzle-Dazzle
Iron Speed Designer is the fastest way to deliver feature-rich applications for .NET, SharePoint and software-as-a-service cloud computing environments. Amaze users with visually stunning applications that look like they took months to build. Download a Trial!
Click here Tune in to the all new CodeProject.TV
CodeProject announces CodeProject.TV, the go-to site for trainers, authors and educators to share their expertise through bite-sized videos. Digest as much or as little training as you need, when and where you want it. Focused developer training with no static.

Weekly Poll Results

Do you consider yourself more pedantic than the average person?

Survey period: 6 May 2013 to 13 May 2013

A programmer's brain becomes wired to be very, very, very precise in how we specify something. Does this carry over into your normal (for want of a better work) life?

OptionVotes% 
Yes, I am a pedant18115.40181 votes, 15.40%
Yes, I'm more pedantic than the average person55447.15554 votes, 47.15%
I'm about average27123.06271 votes, 23.06%
I think I'm less pedantic than the average person12010.21120 votes, 10.21%
I'm loose and obtruse.484.0948 votes, 4.09%

This week's survey: What is your favourite phase of software development?

Most popular new articles

6 May 2013 - 12 May 2013

Latest Additions

133 articles overall. 46 new, 87 updated.

New articles added

Algorithms & Recipes

  • Quick Fourier Transformation - Mosi_62
    Some ideas to make the Discrete Fourier Transformation a bit quicker and implemented a lean version of the DFT algorithm.

Azure

C / C++ Language

Database

Desktop Gadgets

Miscellaneous

  • Movable Controls - SergeyAndreyev
    An article that discusses in detail about movable controls

Product Showcase

  • Securing a Web Application with a Bluetooth Headset Adapter - Jeffrey T. Fritz
    In this article, I am going to show you a proof-of-concept code segment that demonstrates of how you can use the serial number of a Bluetooth headset adapter to assist in providing an authentication mechanism to a web application.

VB.NET

  • Real time detection of medication interaction using VB.NET - MohamedKamalPharm, MohamedSabryBakry, Omneya Hassanain
    Documented mortalities and morbidities related to drug interactions were addressed years ago in clinical informatics. This application uses VB.NET to detect and warn users about interactions. It has the advantage of "Localization", customization, and the ability to integrate with open-source CPOE.

Articles updated

.NET Framework

Algorithms & Recipes

ASP.NET

ASP.NET Controls

Audio and Video

Azure

C#

Charts, Graphs and Images

Client side scripting

Combo & List Boxes

Cryptography & Security

Database

Design and Architecture

Files and Folders

HTML / CSS

Installation

Internet / Network

  • SMTP Client with SSL/TLS - David Johns, John_Tang
    C++ SMTP client, support SSL and TLS encrypted connection to SMTP server

Interviews

  • A Coder Interview With Dave Auld - CodeProject, DaveAuld
    Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Dave Auld, a CodeProject star that continues to shine brighter.

LINQ

Miscellaneous

Mobile Development

PHP

Programming Tips

  • Comparing JavaScript OOP to .NET - Jon Woo
    This article is intended to help conceptualize the area of JavaScript Object Oriented Programming by comparing it to the way .NET CLR works.

SharePoint Server

SQL Reporting Services

Static & Panel Controls

Tabs & Property Pages

Testing and QA

User Controls

Web Security

Windows Communication Foundation

Windows Presentation Foundation

  • 420 Frames Per Second - Paulo Zemek
    This article presents a class to manage enumerator based animations in WPF that can deal with different framerated animations independent of the hardware framerate

  • My Personal Commander Variant - Doc Lobster
    A C#/WPF application for displaying folders on a grid and performing combined functions on them.

New Tips and Tricks added

Algorithms & Recipes

ASP.NET

ASP.NET Controls

Azure

Database

Design and Architecture

DLLs & Assemblies

Files and Folders

Grid & Data Controls

HTML / CSS

LINQ

PHP

Programming Tips

  • Fallback from CDN to Local - Bibhu Dutta
    A content delivery network (CDN) is aimed at serving the content to end-users with high availability and high performance. But what if the CDN fails, due to an un-reliable internet connection? This tip provides a fall back mechanism for such a scenario.

SharePoint Server

SQL Reporting Services

Threads, Processes & IPC

User Controls

Windows Presentation Foundation

Tips and Tricks updated

ASP.NET Controls

C#

Client side scripting

Database

Design and Architecture

Files and Folders

General Graphics

  • Remove Edge From An Image - Mahdi Nejadsahebi
    This tip describes how we can remove close pixels from color around the edges.

Grid & Data Controls

HTML / CSS

Programming Tips

  • Converting numbers to the word equivalent. - OriginalGriff
    If your tutor asks you to convert numbers to words (i.e. 565 to a string "Five hundred and sixty-five") then you are not alone! Here is the simplest, most foolproof way to do it.

Windows Presentation Foundation

New Technical Blogs added

.NET Framework

ASP.NET

ASP.NET Controls

Design and Architecture

Programming Tips

  • Enabling Underflow and Overflow Checking within Visual Studio - Rion Williams
    Overflow and underflow aren’t errors that most developers encounter within their daily lives (unless you work with numbers often) and its likely even less often that you will actually encounter an actual Overflow exception. This is because by default within Visual Studio Arithmetic overflows a

Reviews on Third Party Products and Tools

SQL Reporting Services

  • SQL Exists Syntax - snorkie
    This post is designed to help you understand how to use the EXISTS keyword in your SQL query environment.

Tools and IDE

Uncategorised Technical Blogs

Windows Runtime

Technical Blogs updated

Database

Exception Handling

  • Exception Handling - S Leistikow
    Leaving an end user with the ability to do more damage is never the way to go.

Game Development

Windows Phone 7/8




© 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