Thứ Hai, 2 tháng 12, 2013

CodeProject | Newsletter (2 Dec 2013)

127 articles this week.
Welcome to this week's newsletter from CodeProject.
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

Welcome to the last month of the year, which happens to coincide with Android Month at CodeProject!

We're all gadget freaks at CodeProject. We have our iPad Retina minis, our Pebble watches, our Garmins and our overly ambitious Canon DSLRs. We also have a bunch of Android devices and we want to bend them to our will. Writing an application for a device you can hold in the palm of your hand is one of those magic things every developer needs to do so we've setup a Learn Android section to get your started.

We're also starting an Android category for this Month's Best Article competition and we're going to be throwing around a few spot-prizes as the month goes on. So grab your ADT, a willing-and-able Android device, a beverage, and a spare evening and dive in.

It'll be fun!

cheers,
Chris Maunder

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 Puppet in Motion Case Study
Danny Woodall & Ali Diaz of Sixense Studios share making their grand-prize-winning app for the Intel® Ultimate Coder Challenge: Going Perceptual contest. Everything from the difficulties in tracking user hand movements, to the joys of Unity, to their director system. Read more.
Click here Instant access to thousands of books and videos
Technology and business professionals can learn with video tutorials, code samples, books, and certification guides. Start a trial now.
Click here Introduction to HTML5 APP Development with PhoneGap
If you know the basics of HTML, CSS and JavaScript, you're ready to get started with mobile. This course will take you through the process of creating HTML5 based mobile applications.

Weekly Poll Results

What source code control system do you use?

Survey period: 25 Nov 2013 to 2 Dec 2013

A narrowed down follow up to Last Year's poll. Pick the one you use the most.

OptionVotes% 
Subversion (SVN)76125.03761 votes, 25.03%
Git94130.95941 votes, 30.95%
Team Foundation Server (TFS)59519.57595 votes, 19.57%
Visual Sourcesafe2137.01213 votes, 7.01%
Other2628.62262 votes, 8.62%
I don't use source control.2688.82268 votes, 8.82%

This week's survey: Will you be buying a SmartWatch in the next 12 months?

Most popular new articles

25 Nov 2013 - 1 Dec 2013

Research

    What You Need to Know When Providing an API to Your Data

    Expert security analyst firm Securosis outlines the concept of API Gateways and gives expert analysis for how these products can be used to protect application APIs that are exposed externally from the Enterprise. This paper explores the perspectives of buyers who deploy API gateways and the developers who use them. API gateways must implement real security policies and protocols to protect enterprise services, brands, and identity. So while the business demands enablement, security teams must reconcile innovation against a reasonable...

    Download Now

Latest Additions

127 articles overall. 77 new, 50 updated.

New articles added

.NET Framework

Algorithms & Recipes

ASP.NET

Azure

C / C++ Language

  • Portable Elmax - Wong Shao Voon
    A tutorial on a new cross-platform C++ XML DOM library

C#

Client side scripting

Database

Design and Architecture

Desktop Gadgets

General Graphics

  • Canon EDSDK Tutorial in C# - Johannes Bildstein
    A tutorial about the Canon SDK to remotly control DSLR cameras. From taking photos to using the LiveView.

Libraries

Menus

Mobile Development

  • Beyond Mobile Gestures - Yildirim Kocdag
    What is next for Mobile Gestures? Past and Future of Mobile Gestures

Office Development

Other .NET Languages

  • RS Focus Component - Rameez Raja (RAJ)
    Focus Component - change the Background Color and Foreground Color of Textbox and ComboBox when they get focused.

Product Showcase

Selection Controls

SharePoint Server

Testing and QA

  • Screenshot Smoke Testing - James Coleman
    Leveraging Selenium and Image Magick to perform screenshot comparisons for UI regression testing.

Windows API

Windows Presentation Foundation

Windows Runtime

Articles updated

.NET Framework

Algorithms & Recipes

Android

Applications & Tools

ASP.NET

ASP.NET Controls

C / C++ Language

C#

Charts, Graphs and Images

  • Emoji and web application - Tharaka MTR
    Emoji; is the Japanese term for the ideograms or smileys used mostly in Japanese electronic messages and webpages.

Collections

Combo & List Boxes

Database

Design and Architecture

Exception Handling

Files and Folders

General Graphics

  • Barcode Image Generation Library - Brad Barnhill
    This library was designed to give an easy class for developers to use when they need to generate barcode images from a string of data.

Hardware & System

Interviews

LINQ

Office Development

String handling

Tablets and All-in-Ones

Testing and QA

Threads, Processes & IPC

  • Internals of Windows Thread - Mahesh Bailwal
    Basics about Windows thread which may help you in understanding how operating system implements threads.

Windows Communication Foundation

Windows Presentation Foundation

New Tips and Tricks added

Applications & Tools

ASP.NET

C#

Database

Grid & Data Controls

Java

Miscellaneous

Mobile Development

Web Security

Wiki.ASP.NET articles

Windows Presentation Foundation

Tips and Tricks updated

.NET Framework

ASP.NET

C#

Miscellaneous

String handling

  • How to Parse Empty Tokens using CString::Tokenize() - SoMad
    The example for CStringT::Tokenize() on the MSDN page (and just about everywhere else on the Internet) skips empty tokens. Here is how to use it in order to get empty strings instead of simply skipping those fields.

New Technical Blogs added

Android

Applications & Tools

ASP.NET

C / C++ Language

  • C++ Inheritance - pi19404
    This article describes basic concepts of C++ Inheritance mechanism.

Client side scripting

Combo & List Boxes

Date and Time

Design and Architecture

  • Abstraction Layers of the Human Body - Paul Watt
    I want to hopefully connect the dots for many to help convince you of the ultimate importance of a well defined and protected interface.

Grid & Data Controls

  • Loops and Iterations - Alexander Golde
    ANKHOR supports various types of repeated execution and I will cover five of them in this article: implicit, loop, recursive, while and shard.

Java

  • Exploit better the results of Pmd, Findbugs and CheckStyle. - Issam Lahlali
    Many Java static analysis tools exist right there, each one focus on a specific area and has its advantages, we can enumerate: Pmd which is a static rule-set based Java source code analyzer that identifies potential problems like: Possible bugs—Empty try/catch/finally/switch blocks. Dead code—Unused

  • Enum – Comparison of Java and .NET - Andrei Ion Rînea
    A useful feature added in Java 1.5 (also known as J2SE 5.0, 2004) is the enum. This post makes a comparison of Java and .NET enums.

  • Numeric Literals in Java 7 and in C# - Andrei Ion Rînea
    Numeric literals in Java 7 and C#

Other .NET Languages

PHP

Product Showcase

SharePoint Server

Static & Panel Controls

Tree Controls

  • Tree Structures and Navigation - Nick Polyak
    Code Location The code for this blog post can be downloaded from TreeTestsCode.zip. Introduction CodeProject I continue a series of blog posts about implementing WPF concepts outside of WPF. This post talks about generic Tree structures in C#. The relationship with WPF will become clearer once we st

Uncategorised Technical Blogs

Windows Presentation Foundation

Technical Blogs updated

ASP.NET Controls




© 2013 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Insider News click here.
CodeProject 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

Không có nhận xét nào:

Đăng nhận xét