This blog will hold favorite gadgets and graphic user interfaces that don't really fit in my main blog @ mmcelhaney.blogspot.com
Monday, November 5, 2012
Mister Goodcat | Silverlight 5 Tidbits–Trusted applications
| Image via CrunchBase |
Mister Goodcat | Silverlight 5 Tidbits–Trusted applications
Saturday, November 3, 2012
Changing Ownership of a File
Ever needed to change the ownership of a file programmatically? If so, this is the VB.Net code for you!
Changing Ownership of a File
Changing Ownership of a File
Labels:
Ownership,
Programming,
Security,
VB.NET,
Windows
Get Current Username in VB.NET - VB.NET sample code - developer Fusion
| AWB Username (Photo credit: Wikipedia) |
Get Current Username in VB.NET - VB.NET sample code - developer Fusion
Monday, October 29, 2012
AppZorter Lite for TouchWiz - Android Apps on Google Play
This is a great app for keeping your Android apps sorted! Real small and handy!
AppZorter Lite for TouchWiz - Android Apps on Google Play
AppZorter Lite for TouchWiz - Android Apps on Google Play
Arrange Icons Alphabetically on an iPad, iPhone or iPod Touch - How To
| Image via CrunchBase |
Arrange Icons Alphabetically on an iPad, iPhone or iPod Touch - How To
Build Version Increment Add-In Visual Studio - Home
Use this tool for incrementing version numbers in visual studio projects.
Build Version Increment Add-In Visual Studio - Home
Build Version Increment Add-In Visual Studio - Home
Wednesday, October 24, 2012
3D Car Race - CodeProject
| MELBOURNE, AUSTRALIA - SEPTEMBER 16: Christian Klien drives the #66 Supercheap Auto Racing Team Holden hits the car infront during the Sandown 500, which is round 10 of the V8 Supercars Championship Series at Sandown International Motor Raceway on September 16, 2012 in Melbourne, Australia. (Image credit: Getty Images via @daylife) |
Introduction
It is and 3D game developed using HTML 5 for the game lovers and the beginners. There are different checkpoints from which the car have to pass. There is a timer for recording the time. The time gets saved for the user. Different physics have been used for making this game such as collision, somersault etc.the car is given a direction for moving to the next checkpoint.Background
The game was created only using HTML and three.js. This have introduced different new features with easy commands. It was quite easy for making use of it and creating 3D car race. In this user tries to get the minimum time to complete the lap and set the new record.3D Car Race - CodeProject
Windows 8 Augmented Reality - CodeProject
| TV Patrol using Augmented Reality. (Photo credit: Wikipedia) |
Windows 8 Augmented Reality - CodeProject
Labels:
AR,
Augmented reality,
Microsoft,
Windows,
Windows 8
Wednesday, October 17, 2012
Easily zip / unzip files using Windows Shell32 - CodeProject
| Image via CrunchBase |
If you want to zip / unzip files without using third party libraries, and you want a method that can be used easily and works fine, you can use the Windows Shell32. I've written the code in VB 2010 using .NET Framework 2.0, but it's simple and can be easily converted to any other language like C#.
Easily zip / unzip files using Windows Shell32 - CodeProject
Mouse Event Command for MVVM - CodeProject
| English: Compaq keyboard and mouse Français : clavier et souris d'ordinateur Compaq (Photo credit: Wikipedia) |
If you've ever want to pass MouseEventArgs to a ViewModel, here's a neat way to do it :)
Mouse Event Command for MVVM - CodeProject
Monday, October 8, 2012
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
20 Awesome Pinterest Tools
Webcam and Annotation With HTML5 - CodeProject
| English: Grayscale image of a Microsoft LifeCam VX-3000 webcam attached to a display. (Photo credit: Wikipedia) |
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:
I will talk more about the second option in this article.
- Use a third-party plug-in/add-on to access and control the webcams, such as Flash, Silverlight, etc.
- Adopt the new technology – HTML5.
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
Labels:
Application programming interface,
HTML,
HTML5,
JavaScript,
webcam
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
How to Host Your Silverlight App on Your Dropbox Account - CodeProject
Easy Facebook Android SDK Simple Tutorial - CodeProject
Here is another useful tutorial for Android developers who need to use parts of Facebook.
Easy Facebook Android SDK Simple Tutorial - CodeProject
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
Simulating keypress events on Android - CodeProject
Labels:
Android,
Events,
keypress,
keypress events,
Programming
Camera Face Detection in C# Using Emgu CV (OpenCV in .NET) and WPF - CodeProject
Intro to article by Junian Triajianto,
Camera Face Detection in C# Using Emgu CV (OpenCV in .NET) and WPF - CodeProject
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:
After you've got what you need, it's time to rock!
- Microsoft Visual Studio 2010. Or if you don't have one, you can use 2008 version
- 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
- Basic Knowledge of C# Programming
- Familiar in WPF Development
Camera Face Detection in C# Using Emgu CV (OpenCV in .NET) and WPF - CodeProject
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!
Why C and C++ is still relevant in current times - CodeProject
Here is a playlist of tutorials!
Wednesday, September 19, 2012
Handling Phone events in Android programs. - CodeProject
| English: Micromax A70 android phone (Photo credit: Wikipedia) |
Handling Phone events in Android programs. - CodeProject
Related articles
Labels:
Android,
CodeProject,
Handhelds,
JavaScript,
Programming,
Samsung Galaxy S II
Monday, September 17, 2012
App Store - GifBoom: Animated GIF Camera
Try
For making animated Gifs. You can get this for iOS
App Store - GifBoom: Animated GIF Camera
or
Android
If you need to be ab le to view and manage gifs on your Android device, try this:
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
Wednesday, September 12, 2012
How to integrate Facebook, Twitter, Linkedin in Android Apps - CodeProject
| Image via CrunchBase |
| Image via CrunchBase |
| Image via CrunchBase |
| 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
Labels:
Android,
Apps,
Facebook,
LinkedIn,
MySpace,
Programming,
Social network,
Twitter
Touch handling in Android - CodeProject
| A multitouch screen (Photo credit: Wikipedia) |
Touch handling in Android - CodeProject
Monday, September 10, 2012
Subscribe to:
Posts (Atom)








