Articles submitted by members via their Technical Blog feed. Want to have the blog entries from
your Technical Blog automatically posted as articles on The Code Project? It's
easy!
1.
Beginning Android Application Development - Hello, Android!
Here is my first Android Application Development Tutorial. Since it's my first tutorial, I just want to show you how to begin deveopment of android application. So, in this tutorial, you'll learn how to install Android SDK with Eclipse ADT Plugin and make a new simple Hello, World! project. Let's ch
(The Code Project Open License (CPOL))
Enterprise Systems »
Office Development »
General
|
Junian Triajianto
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
2.
Android Tutorial - How To Make A Simple Phone Call Application
Welcome to my android tutorial. This time, I'd like to show you how to make a simple phone call application. Is that important? Yes, It is. Imagine, you're in danger, and you don't know what to do. So, what should you do? Call emergency number? Do you remember that number? Or, if you get accident, c
(The Code Project Open License (CPOL))
Mobile Development »
Android »
General
|
Junian Triajianto
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
3.
How to Host Your Silverlight App on Your Dropbox Account
You're new to Silverlight App development. After struggling for a long time, the time to show it to the world has finally come. But, you don't have any web hosting account. So, what will you do?Don't worry about it (and don't commit suicide just because of it). I have a solution. You can use your dr
(The Code Project Open License (CPOL))
Web Development »
Silverlight »
General
|
Junian Triajianto
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
4.
Camera Face Detection in C# Using Emgu CV (OpenCV in .NET) and WPF
Hi there, this is a new tutorial category in my blog. It's Computer Vision. In this chance, I'd like to show you something cool. It's how to perform Face Detection using your camera / Webcam. You'll see how your application can detect faces from a captured image. Curious about it? Let's take a look
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Junian Triajianto
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
5.
Easy Facebook Android SDK Simple Tutorial
Hi there! Welcome to my latest tutorial. This time I will show you how to use one of useful SDK for Android Development. It's Easy Facebook Android SDK. So, why do I like to use it? Why don't we use official Facebook Android SDK? The answer is simple. Because this SDK is easier than other Facebook A
(The Code Project Open License (CPOL))
|
Junian Triajianto
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
6.
Simple HTTP Server and Client in Python
This time I'd like to show you how to make a simple HTTP server and client in python. It's a bit different from other tutorials I've ever wrote and I'd like to say that I'm also a beginner in python. But, I'll try to make sure you understand what I wrote because this tutorial is easy.First, you need
(The Code Project Open License (CPOL))
Enterprise Systems »
Content Management Server »
General
|
Junian Triajianto
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
7.
Getting Started with Git for the Windows Developer (Part III) - Working with Files Using Bash
CodeProjectUp to this point . . .This is the third part in a series focused on getting familiar with Git for Windows developers. The series assumes little or no experience using the command line. If you missed the first few posts, here is what we have covered so far:Installing and configuring Git on
(The Code Project Open License (CPOL))
Desktop Development »
Files and Folders »
Memory Mapped Files
|
John Atten
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
8.
Protect Your Form Postback with Anti-Forgery
Secure a web page postback from malicious exploits.
(The Code Project Open License (CPOL))
Web Development »
Web Security »
General
|
ozkar garcia
|
Updated: 19 Sep 2012
Rating: 5.00/5
(2 votes)
|
|
9.
Using custom font without slowing down page load
Using custom fonts without slowing down a page.
(The Code Project Open License (CPOL))
Web Development »
HTML / CSS »
General
|
Omar Al Zabir
|
Updated: 19 Sep 2012
Rating: 5.00/5
(1 vote)
|
|
10.
Introduction to SSDT (SQL Server Data Tools)
What is SSDT ? SQL Server Data Tools (SSDT) is a toolset which provides an integrated environment for database developers to carry out all their database design work for any SQL Server platform (both on and off premise) within Visual Studio. Database developers can use the SQL Server Object Explorer
(The Code Project Open License (CPOL))
Web Development »
Site & Server Management »
General
|
Manjuke Fernando
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
11.
10 easy steps to create an elegant jQuery slide show in SharePoint 2007 using Content Query Web Part
Create a slideshow in SharePoint 2007.
(The Code Project Open License (CPOL))
Enterprise Systems »
SharePoint Server »
General
|
Khurram Punjwani
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
12.
Windows 8 My Brain
A couple of weeks ago I have found time to download release version of Windows 8 from MSDN that was available since August 15th. I installed in a virtual machine and played with it a couple of times. I must tell you, I am impressed, and not in a good way. I’ve been using Windows [...]
(The Apache License, Version 2.0)
Desktop Development »
Dialogs and Windows »
Windows 2000 Styles
|
Ivan Krivyakov
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
13.
Proximity Sensor on Android Gingerbread
The proximity sensor is common on most smart-phones, the ones that have a touchscreen. This is because the primary function of a proximity sensor is to disable accidental touch events. The most common scenario being- The ear coming in contact with the screen and generating touch events, while on a c
(The Creative Commons Attribution-Share Alike 3.0 Unported License)
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
TheCodeArtist
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
14.
Simulating keypress events on Android
Modern day smart-phones have already begun to migrate from the traditional "a-button-for-every-need" approach to the "huge-display-cum-touchscreen" form-factors. Android phones are no exception. But, traditional buttons are still reqd. for a few oft used functions (power,back,home,menu etc.) And sm
(The Creative Commons Attribution-Share Alike 3.0 Unported License)
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
TheCodeArtist
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
15.
Errors detected in the Visual C++ 2012 libraries
IntroductionSome of the suspicious fragments detectedA strange loopA strange projectionAn unnecessary checkIncorrect string formingPort with a negative numberUndefined behaviorIncorrect operation in 64-bit modeA pointer is used first and then compared to NULLUsing a destroyed objectIncorrect time ha
(The Code Project Open License (CPOL))
|
viva64.com
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
16.
Mine Your Website's Data With a Private Custom Crawler
Web pages provide a plethora of information and mineable data. Unfortunately most of them are not using the XML based XHTML but the classic HTML. Therefore we decided to extend the ANKHOR XML parser to accept most HTML content.With this extension it is now quite simple to e.g. extract all referenc
(The Code Project Open License (CPOL))
Desktop Development »
Grid & Data Controls »
General
|
BuzzLightyear
|
Updated: 19 Sep 2012
Rating:
(0 votes for this Article)
|
|
17.
Exception Handling in ASP.NET MVC
Learn about the HandleError filter and discuss about the different exception handling mechanisms that will fit to an MVC application.
(The Code Project Open License (CPOL))
General Programming »
Exception Handling »
General
|
After2050
|
Updated: 18 Sep 2012
Rating: 4.85/5
(8 votes)
|
|
18.
How To Create A Logfile Viewer in 15 minutes
Last week I had to use a customers tool which starts RTSP sessions in a video on demand network. This tool dumped its logging information into a text file which I had to analyze after each run. The logfile got bigger and bigger and it became more and more inconvinient to find the interessting place
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
BuzzLightyear
|
Updated: 18 Sep 2012
Rating: 5.00/5
(1 vote)
|
|
19.
Stack based vs Register based Virtual Machine Architecture, and the Dalvik VM
A virtual machine (VM) is a high level abstraction on top of the native operating system, that emulates a physical machine. Here, we are talking about process virtual machines and not system virtual machines. A virtual machine enables the same platform to run on multiple operating systems and hardwa
(The Code Project Open License (CPOL))
Development Lifecycle »
Design and Architecture »
Aspect Oriented Programming
|
markFaction
|
Updated: 18 Sep 2012
Rating:
(0 votes for this Article)
|
|
20.
SimpleIoc and the Messenger Service in MVVM Light
SimpleIoc and the Messenger Service in MVVM Light.
(The Code Project Open License (CPOL))
Web Development »
ASP.NET »
General
|
Shayne P Boyer
|
Updated: 18 Sep 2012
Rating:
(0 votes for this Article)
|