Wednesday, September 26, 2012

pInterest Tools

This article is very useful for getting more out of your  pInterest account. I'm sure you can find something at the following link that will be useful to you!

20 Awesome Pinterest Tools
Enhanced by Zemanta

Webcam and Annotation With HTML5 - CodeProject

English: Grayscale image of a Microsoft LifeCa...
English: Grayscale image of a Microsoft LifeCam VX-3000 webcam attached to a display. (Photo credit: Wikipedia)
Introduction to article

Nowadays, Webcam is widely used for both personal and business. It is simple, cheap, and yet powerful for image acquisition.
Some developers prefer to create their own webcam libraries. In this case, you need to learn technologies like TWAIN, WIA and/or DirectShow.
Note: the WIA and DirectShow APIs are recommended to develop a webcam SDK. TWAIN, however, is a good option for scanners.
However, due to the complexity of learning the APIs, as well as the technologies such as COM interfaces, it’s not an easy task for developers to create and embed Webcam SDK into their web applications. There are two options to simplify the whole process:
  • Use a third-party plug-in/add-on to access and control the webcams, such as Flash, Silverlight, etc.
  • Adopt the new technology – HTML5.
I will talk more about the second option in this article.
Webcam devices will be supported by the new video element and the getUserMedia API in HTML5. This means we can capture video streams and images from Webcam devices with just a few lines of JavaScript and HTML code, and the end users do not need to install anything for the browsers.


Webcam and Annotation With HTML5 - CodeProject
Enhanced by Zemanta

Thursday, September 20, 2012

How to Host Your Silverlight App on Your Dropbox Account - CodeProject

This is some good advice for anyone who need to get a Silverlight app on the internet!


How to Host Your Silverlight App on Your Dropbox Account - CodeProject
Enhanced by Zemanta

Easy Facebook Android SDK Simple Tutorial - CodeProject

Here is another useful tutorial for Android developers who need to use parts of Facebook.

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 Android SDKs.

Easy Facebook Android SDK Simple Tutorial - CodeProject

Simulating keypress events on Android - CodeProject

This would be handy to have because I know this come us when making android apps.

Simulating keypress events on Android - CodeProject

Camera Face Detection in C# Using Emgu CV (OpenCV in .NET) and WPF - CodeProject

 Intro to article by  ,

Hi there, this is a new tutorial category in my blog. It's Computer Vision. In this blog, 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 how to do that.
This what you need to follow this tutorial:
  1. Microsoft Visual Studio 2010. Or if you don't have one, you can use 2008 version
  2. Emgu CV (OpenCV in .NET). You can download the latest version in this link: http://www.emgu.com/wiki/index.php/Main_Page and follow the installation instruction
  3. Basic Knowledge of C# Programming
  4. Familiar in WPF Development
After you've got what you need, it's time to rock!


Camera Face Detection in C# Using Emgu CV (OpenCV in .NET) and WPF - CodeProject

Android Tutorial - How To Make A Simple Phone Call Application - CodeProject

 Another keeper!

Android Tutorial - How To Make A Simple Phone Call Application - CodeProject
Enhanced by Zemanta

Why C and C++ is still relevant in current times - CodeProject

This is a good article about why C and C++ are still relevant today.

Why C and C++ is still relevant in current times - CodeProject

Here is a playlist of tutorials!

Monday, September 17, 2012

App Store - GifBoom: Animated GIF Camera

Try

GifBoom: Animated GIF Camera


 For making animated Gifs. You can get this for iOS

App Store - GifBoom: Animated GIF Camera

or

Android

GifBoom: Animated GIF Camera


If you need to be ab le to view and manage gifs on your Android device, try this:

Animated GIF Viewer

Enhanced by Zemanta

Wednesday, September 12, 2012

How to integrate Facebook, Twitter, Linkedin in Android Apps - CodeProject

Image representing Facebook as depicted in Cru...
Image via CrunchBase
Image representing Twitter as depicted in Crun...
Image via CrunchBase
Image representing LinkedIn as depicted in Cru...
Image via CrunchBase
Image representing MySpace as depicted in Crun...
Image via CrunchBase

This article help users to integrate Facebook, Twitter, Linkedin, MySpace functionality easily in Android apps.

How to integrate Facebook, Twitter, Linkedin in Android Apps - CodeProject
Enhanced by Zemanta

Touch handling in Android - CodeProject

A multitouch screen
A multitouch screen (Photo credit: Wikipedia)
Handy Article for getting the basics of multi-touch handling in Android!

Touch handling in Android - CodeProject
Enhanced by Zemanta

Monday, September 10, 2012