Monday, January 31, 2011

Amble Avalona - CodeProject

Introduction to article

Following in the footsteps of my previous article it would have been improper not to take on the task of xamlizing a four-legged creature. In short I decided to work on a WPF project that replicated a walking four-legged animal.


Amble Avalona - CodeProject
Enhanced by Zemanta

PSP 2, PSP, PSP Go, NGP: A History of Sony's PlayStation Portables - G4tv.com

G4TV posted a great summary of the history of Sony's portable game system and including the newest console to come out at the end of the year.

PSP 2, PSP, PSP Go, NGP: A History of Sony's PlayStation Portables - G4tv.com

Connect your Android phone to ADB wireless | Hello Android

Wirelessly connecting my phone for Android Development!!!!? My prayers have been answered. My only reservation is that your phone needs to be rooted to be able use this little trick.

Connect your Android phone to ADB wireless | Hello Android
Enhanced by Zemanta

Thursday, January 27, 2011

Wednesday, January 26, 2011

Generate android icons fast & easy | Hello Android

Now here is a useful website: one that generates icon for you given an image. This one is very useful!! All we have to do is go to

Generate android icons fast & easy | Hello Android
Enhanced by Zemanta

Learn SQL to LINQ (Visual Representation) - CodeProject

Introduction to the article

A lot of developers moving towards the new LINQ to SQL find it difficult to write SQL queries in C# to query data using LINQ. LINQ is a query language which is integrated in C# to query data from ObjectCollects, SQL, XML etc. Before you start reading this article, it is good to have look at the features supported by LINQ:
Here in this article, I am going to discuss the basic SQL queries and the LINQ queries similar to SQL queries, with visual representations of the LINQ queries. Before I start discussing, here is the structure of the table I am using for this article:


Learn SQL to LINQ (Visual Representation) - CodeProject
Enhanced by Zemanta

How to choose a DLNA Media Server for Windows, Mac OS X or Linux | Robert Green's DIY

Here is a great article giving us a comparison of media servers on PCs. The article also gives a lot of great information on describing the lingo and technology behind home media servers.

The products are listed in alphabetical order. All servers are UPnP compliant. The Server column is the name of the server and a link to the vendor's product page. The Price column is how much the server costs. The Windows, Mac and Linux columns show support for those operating systems. The Music column indicates that the software can stream at least 1 type of music. The Photo column indicates that the software can serve at least 1 type of image. The Video column indicates that the software can stream at least 1 type of AV. The Transcoding column indicates that the software can transcode from one format to another.

Server Price Windows Mac Linux Music Photo Video Transcoding
Allegro Media

Server
39.95 X X
X


Cidero Internet Radio Station

Server (Java)
Free X X X X X X
Cyber Media Gate (Java) Free X X X X X X
Cyberlink Digital Home Enabler Kit 79.95 X

X X X
Elgato Eyeconnect 49.95
X
X X X
Fuppes Free X
X X X X X
Geexbox Free


X X X
GMediaServer Free

X X X X
JRiver Media Center
39.95 X

X X X
MediaTomb Free
X X X X X X
Mezzmo 24.95 X

X X X X
MiniDLNA Free

X X X X ?
MythTV Free

X X X X X
Nero

MediaHome
79.99 X

X X X X
Nullriver Medialink 20.00
X
X X X X
On2Share 19.95 X

X X X
PS3 Media Server Free X
X X
X X X X
Rhapsody 12.99/month X X X X


SimpleCenter Premium 19.99 X

X X X X
Tversity Free X

X X X X
TwonkyMedia 39.95 X X X X X X X
uShare Free

X X X X
Wild Media Server $40 X X X X X X X
Winamp Remote Free X

X ? X ?
Windows Media Connect Free X

X X X X
Yahoo Music Jukebox Free X

X





How to choose a DLNA Media Server for Windows, Mac OS X or Linux | Robert Green's DIY
Enhanced by Zemanta

Basic Authentication on a WCF Rest service - CodeProject

Introduction to Article being referenced.

This article explains a method to secure a REST based service using basic authentication. The service itself is implemented using Microsoft Windows Communication Foundation. The authentication of the credentials should be possible against any type of backend. For example authenticate against an active directory, a custom file or a database. Basic Authentication is standard available in combination with WCF and IIS, but the downsite of this is that authentication is only possible against an active directory.
This article and provided source code can be used in two ways. First, just download the code, go down to the use the code and implement your WCF service using Basic authentication. Second you can use the article to learn what exactly is Basic Authentication and how can WCF REST be extended.


Basic Authentication on a WCF Rest service - CodeProject
Enhanced by Zemanta

Snapit - Android

This is a good program for scanning text and being able to paste it into other programs. It's not a free app but if it does everything they says it can do, it's worth the $2.99.

Snapit - Android
Enhanced by Zemanta

Sunday, January 23, 2011

Does your Silverlight application really have to end in .XAP? - CodeProject

Image representing Microsoft Silverlight as de...Image via CrunchBaseI don't know if you have run into this problem too, but when trying to deploying a Silverlight app on a commercial server and finding that it does not allow *.xap file, what do you do? I thought I was stuck but it turns out that there is a work around. Read the following article.

Does your Silverlight application really have to end in .XAP? - CodeProject
Enhanced by Zemanta

Add sound file into Resource and access it. in .net (C#) - CodeProject

Introduction to Article

Actually, In this article i am accessing the sound file from the our project resource. Many times we use sound in our project but in earlier days i placed the sound file in different location and then i access it. It's useful for them who want to hide resource of project and they want to make project portable.

Add sound file into Resource and access it. in .net (C#) - CodeProject
Enhanced by Zemanta

Event Calendar for ASP.NET MVC Application - CodeProject

Introduction to article

This tutorial explains the steps required to integrate a Google-like, interactive event calendar in an ASP.NET MVC application. We will use dhtmlxScheduler, an open-source JavaScript calendar that provides event scheduling interface with drag-and-drop capabilities and Ajax support. Events can be displayed in Day/Week/Month/Year views and edited by end-user on the client side.


Event Calendar for ASP.NET MVC Application - CodeProject
Enhanced by Zemanta

Tower Defense Game for Android | Widgets Lab


Hex Defense Gameplay from Ben Gotow on Vimeo
.

HexDefense for Android has Tron like graphics and offers classic Tower Defense game play.

Navigate fifteen challenging levels, building and upgrading towers to create mazes that leave enemy creeps marching to their death! With explosive OpenGL-based graphics and 3D stereo sound, HexDefense brings the arcade intensity of tower defense to Android like never before. The game is fast and intense – easy to play, but very tough to master!

Tower Defense Game for Android | Widgets Lab

Simple Drag Selection in WPF - CodeProject

Introduction to article

This is a short article that examines the implementation of a technique for drag selection of multiple items in a Canvas or ItemsControl derived class. In this article I use a ListBox to host the drag-selectable items.
In addition I look at how to make the selected items draggable. This felt like a natural addition as dragging the items is often what you would want to do after drag selecting them.


Simple Drag Selection in WPF - CodeProject
Enhanced by Zemanta

Tuesday, January 18, 2011

PDF for Silverlight: Leveraging the Power of Silverlight to View PDF Documents and Forms - CodeProject

Image representing Microsoft Silverlight as de...Image via CrunchBaseIntroduction to this article:


In this paper, we will show how to use the Amyuni PDF components to dynamically view PDF documents within a Silverlight control. We will discuss how to create a Silverlight 3 control to display and interact with PDF documents. The same control can be used for viewing PDF, XPS or any document type.


PDF for Silverlight: Leveraging the Power of Silverlight to View PDF Documents and Forms - CodeProject
Enhanced by Zemanta

Resistive vs Capacitive touch screens | Hello Android

Ever wanted to understand what the difference is between restrictive and captive touch screen? This article does answers the question!

Resistive vs Capacitive touch screens | Hello Android
Enhanced by Zemanta