September 2012 - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Thursday, September 27, 2012

Windows Mobile: How to Disable Touch Input in WP

Sometimes you might want to 'lock' the screen, better say: disable touch input. For example, if you put the device in a pocket, to a...
Read More

Android - Stock Market Watch (COINS) in C# using Visual Studio 2010

"COINS Mobile" allows you to watch Stock Market Data. It illustrates proper application architecture layering and uses a common co...
Read More

Wednesday, September 26, 2012

Robust MVC

In development of a sizable software product there are a number of aspects to consider: overall architecture, physical layout, object lifeti...
Read More

ColorPicker - a jQuery UI Widget

This project is a web color picker which looks like the one in Microsoft Office 2010. It can be used inline or as a popup binded to a text b...
Read More

Today's iOS Developer Resources

1.Open Source iOS Library Providing Quick And Easy Encryption Of Any NSCoding Compatible Object A library that allows for easy encryptio...
Read More

What is the difference between Finalize() and Dispose()

Some quick points on Finalize() and Dispose() in C#: 1. Finalize() is the C# equivalent of destructor ~Object() syntax in C#. In VB.Net you ...
Read More

Garbage Collection in .NET

The inclusion of Garbage Collection in the .NET runtime removes the need to track and release memory allocations. When programming in the ma...
Read More

Garbage Collection in .NET - A deeper look for the beginners

Garbage collection is a process of releasing the memory used by the objects, which are no longer referenced. This is done in  different ways...
Read More

Tuesday, September 25, 2012

Today's iOS Developer Resources and Articles

1. Open Source iOS Control For Easily Making Popovers Using UIViews, Strings And More An open source control for creating native looking pop...
Read More

DESIGNING RETRO LOOKING GAMES FOR WINDOWS 8

When people talk about "retro" games, they usually refer to most games made for the 1st to 4th generation of gaming consoles. The ...
Read More

Sunday, September 23, 2012

Tutorial: How To Create An iOS 6 UICollectionView Using Storyboards

Today's iOS Developer resource is a tutorial on how to use the new UICollectionView grid style view component added by Apple in iOS 6.  ...
Read More

Today Android Development Resources and Articles

Android Tutorial | Android SDK Development & Programming 1. Sound Pool Example in Android Development   This example shows how you c...
Read More

A TableView based menu for iPad

iPhone Tutorial | iPhone iOS4 iPad SDK Development & Programming Blog A TableView based menu for iPad Menuing in iPad is typically h...
Read More

Color Animation Example in Windows Phone

Windows Phone Tutorial, Development & Programming Blog Color Animation Example in Windows Phone This example shows how you can creat...
Read More

Rad Spell Checker in Silverlight 5

Today, in this article let's play around with one of the interesting and most useful concept in Silverlight with rad controls.   Questio...
Read More

Top 30 Ways to Earn Money Online on Internet in Urdu

Top 30 Ways to Earn Money Online on Internet in Urdu If you remember, I recently wrote an article about Earning Money Online In Urdu. Th...
Read More

Saturday, September 22, 2012

WCF 4.5 features: Simplified Generated Configuration Files

In this post we will discuss one of the most important feature of WCF 4.5. WCF 4.5 generates simplified configuration file at the client sid...
Read More

Friday, September 21, 2012

Thursday, September 20, 2012

Android Sample Apps

The Android SDK includes many sample apps that can help you learn Android by inspecting how different APIs are used to build a mobile app...
Read More

Create a dynamic shelfview in Android?

As you know, Android doesn't support ListView with horizontal view feature. There is some way for make it such asgallery or TableLayo...
Read More

Touch handling in Android

There is already a lot of information available about touch and multi-touch on Android. Consequently, I don't have the illusion to be...
Read More

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 deveopm...
Read More

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, ...
Read More

Tuesday, September 18, 2012

Tutorial: How To Create An iOS Drawing App With Image Sharing And Saving

Today's iOS Developer resource is a tutorial on how to create a drawing app using Objective-C. The tutorial contains a nice simple d...
Read More

Windows 8 XAML Tips - Detect App Deactivation

Detecting when a Windows 8 Store app is deactivated isn't as easy as you would expect. In the Windows Phone project templates, you wi...
Read More

Windows Store App: Working with HTML 5 Menu Flyout

Windows Store applications target the Windows 8's new runtime, WinRT. They can be programmed using JavaScript, C#, VB.NET , C++ etc. ...
Read More

Innovation Across Multiple Screens and How Your App Idea Fits In

It is truly an exciting time to be a developer on the Microsoft-based platform. Microsoft has been talking about the vision known as &quo...
Read More

WP Context Menu using MVVM

When I used ContextMenu in my application for the very first time, my applications were not using MVVM. Therefore, I had to add a context...
Read More

iOS SDK: UIView Animations

This iOS Quick Tip will teach you how to easily animate objects with UIKit. Whether you need sliding menus or flying monkeys, it's ea...
Read More

iOS SDK: NSNotification

In today's quick tip, you'll learn about the NSNotification class while building a demo project to monitor changes in the devi...
Read More

Monday, September 17, 2012

Performing Bulk Copy Operations on Database

There can be situation when we need to copy large amount of data from one location to another. For example,  you have created a backup co...
Read More

Finding Handled Exceptions while debugging time

This article mainly focus on how to find handled exceptions. While debugging code, we easily find unhandled exceptions. But how to find ...
Read More

Mini Xcode Plugin For Working Without The Gigantic Xcode Toolbar

Today's iOS Developer resource is an Xcode for plugin made for working with the large toolbar at the top removed.  This plugin provides ...
Read More

Sunday, September 16, 2012

Blogger SEO: How to Optimize Images & Permalinks

Blogger SEO: How to Optimize Images & Permalinks There were many new Blog optimization features added to Blogger new interface and w...
Read More

Saturday, September 15, 2012

Getting started with Windows Phone and MVVM Light

Getting started with Windows Phone and MVVM Light - Part 1 of 2 CodeProjectA few days ago, Rich Dunbar wrote a post about how to get started...
Read More

How to Build a Picture Gallery app for Windows Phone – Source Code Available

Software development, like many other things, is learned by studying theory and applying that theory to practice. While practicing however, ...
Read More

Today's iOS Development OpenSource and Libraries

Today's iOS Developer resources include an open source control for easily creating status bar messages, and a library for creating graph...
Read More

Today Android Development Tutorials and Samples

Android Tutorial | Android SDK Development & Programming   1. Data Fetching in Android   This is a sample activity which shows How t...
Read More