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

Friday, August 17, 2012

How to make use of OCR technology through a web browser - CodeProject

Introduction

Dynamsoft’s Dynamic Web TWAIN SDK is a powerful solution for web-based image processing, which allows developers to ignore the low-level details, and focus on what is important. In July, 2012 Dynamic Web TWAIN 8.0 was released to the market, adding new cutting-edge technology to the API. Two new powerful add-ons were added which add support for OCR (Optical Character Recognition), and Barcode Recognition. This document will focus on the OCR add-on, which allows developers to make use of this technology without worrying about the low-level implementation, while maintaining flexibility.
The web version of the SDK is controlled by JavaScript, a scripting language that almost all web developers are familiar with. A wide library of functions and properties is provided to give developers full control, and implement their own interface easily. All popular browsers are supported, and the underlying Web TWAIN software is provided as an ActiveX control as well as a browser plugin. Users of Internet Explorer can make use of the ActiveX version, and users of other browsers, such as Firefox, Chrome, Safari, and Opera, can make use of the plugin version. For those not using the Windows operating system, a Mac plugin edition is also available.
Below, we’ll make use of Dynamsoft’s new Dynamic Web TWAIN OCR add-on to extract text from a scanned image. All three output modes will be demonstrated: Plain Text, Plain Text PDF, and Image over Text PDF. If the Dynamic Web TWAIN SDK is not yet installed on your system, you can easily download a trial, or view and use the online demo on the Dynamsoft web-site.

How to make use of OCR technology through a web browser - CodeProject

Thursday, August 9, 2012

Kainy Apk Android - Play PC games on Android smartphones / tablet - AndroRat

There is a mobile app that allows you to play PC games on your phone/tablet or use your mobile device as your controller! You get to stream the game from your PC to your device over Wi-fi, 3G, and 4G!!!

 Main Page


Kainy Apk Android - Play PC games on Android smartphones / tablet - AndroRat

Monday, August 6, 2012

Zamzar - convert document, eBook, image, audio and video - free online file conversion

Ever need to convert Realplayer (*.ram) files to mp3 so you can run them on a mobile platform? Here is the site for you!!!

Zamzar - convert document, eBook, image, audio and video - free online file conversion

Wednesday, July 18, 2012

Windows 7 new features: Step by step in VB.NET and C# - CodeProject

Introduction to the Article

Explaining all the new must have features in Windows 7 to make your application look shiny and professional, like the new features of the task bar and more.

Windows 7 new features: Step by step in VB.NET and C# - CodeProject

Tuesday, July 17, 2012

Visual Studio debug console for iPhone - CodeProject

Introduction to Article by
Jaime Olivares


The following article has two purposes:
  • From the architectural perspective: To show an approach to integrate Windows applications with smarthphone and tablet applications through HTML5 WebSockets.
  • From the software engineering perspective: To show a concrete and useful case of a Visual Studio remote debugging console on iPhones, extensible to Android devices.
It is not a goal of this article to provide a final and polished solution, the source code and applications provided are just for demonstrating the concept. Although the .net application uses the WPF library, it can be used with any UI library.


Visual Studio debug console for iPhone - CodeProject

Thursday, July 12, 2012

Let's Do Basic Graphics on the Browser - CodeProject

This is a great introduction to WebGL. It allows you to do basic Graphics in a web browser without anything other than HTML5!

Let's Do Basic Graphics on the Browser - CodeProject

DataSet vs. DataReader - CodeProject

Here is a great article comparing the DataSet and DataReader objects in ADO.Net. Makes a nifty reference.

DataSet vs. DataReader - CodeProject

Implementing User Profiles in ASP.NET - A Beginner's Guide - CodeProject

This article discusses the basic of User Profiles. Why do we need user profiles and how to implemnt user profiles in ASP.NET.

Implementing User Profiles in ASP.NET - A Beginner's Guide - CodeProject

Monday, July 9, 2012

OOP, FP and OD - CodeProject

Here is a good article about software paradigms being compared and contrasted Object-oriented (OOP), Functional (FP), and Object Decoration (OD).

OOP, FP and OD - CodeProject

Eclipse on a USB flashdrive - CodeProject

Wow, it is possible to to run Eclipse from a USB flashdrive!

Eclipse on a USB flashdrive - CodeProject

Sunday, July 8, 2012

Python-Embedded XML and Test Automation - CodeProject

Hey, did you know you can embed Python scripts in xml and run them? I do now!

Python-Embedded XML and Test Automation - CodeProject

Monday, June 25, 2012

Windows 8 - From a Consumer And a Developer Perspective - CodeProject

Here is a very interesting article about Windows 8. Has some information that i did not know that could help anyone when we will need to switch to it. 

Windows 8 - From a Consumer And a Developer Perspective - CodeProject
Enhanced by Zemanta

Access VBA: Creating Text File or Table from Query - CodeProject

Example SQL outer join query with Null placeho...
Example SQL outer join query with Null placeholders in the result set. The Null markers are represented by the word NULL in place of data in the results. Results are from Microsoft SQL Server, as shown in SQL Server Management Studio. (Photo credit: Wikipedia)
Introduction to this great article about using Access to create Textfiles based on data in the Database!

Access is both a handy tool and a pain in the neck to use. It removes all of the complexities of using SQL Server, DB2, or Oracle and provides a nice point and click interface. However, It does not follow all of the SQL rules and will not do full outer joins. Also, Access documentation and support sucks. It does provide a VBA interface that allows us to code around the problems.
My assignment was to run a stored query 90 times to get a sample set of data for 90 days. I came up with two solutions. The first created a text file using tab delimiters and the second built a table dynamically. The code should work for any record set created from any query.


Access VBA: Creating Text File or Table from Query - CodeProject
Enhanced by Zemanta

Monday, June 18, 2012

A beginner's tutorial for understanding Windows Communication Foundation (WCF) - CodeProject

Need to get a start for understanding Windows Communication Foundation (WCF)? Start here:

This article is an introduction to the Windows Communication Foundation (WCF). We will try to see the basic concepts behind WCF and will try to implement a small WCF service. We will also work out some small examples of how a WCF service can be consumed.

A beginner's tutorial for understanding Windows Communication Foundation (WCF) - CodeProject
Enhanced by Zemanta

Saturday, June 16, 2012

Android Application with SQLite Database - CodeProject

One of the most common programming tasks is connecting your application to Database. Here is an article about connecting am Android app to a SQLite Database.
 Android provides several options for you to save persistent application data. The solution you choose depends on your specific needs, such as whether the data should be private to your application or accessible to other applications (and the user) and how much space your data requires.

Android Application with SQLite Database - CodeProject

Wednesday, June 13, 2012

WiFi HotSpot / WiFi Tether - Android Apps on Google Play

Need some apps for turning your Android phone into a mobile hotspot? Check these apps out, one of them might help you.

WiFi HotSpot / WiFi Tether - Android Apps on Google Play


Wifi Hotspot & USB Tether Lite


FoxFi