tutorials

.NET Video Training Tutorials - When considering cost vs. quality, how do LearnVisualStudio.net and Pluralsight compare?

I'm considering LearnVisualStudio.net or Pluralsight for .NET video training tutorials. LearnVisualStudio.NET is much less expensive and from a superficial look, the quality of the training looks so-so. PluralSight is much more expensive and from a superficial look, the quality of the training looks very good. Has anyone compared th...

DJANGO + Google App Engine, Getting Started Tutorial

I'm very interested in finding a up-to-date tutorial that shows steps for getting DJANGO running on Google App Engine, anyone know of any such tutorials? Surprisingly, Google's App Engine DJANGO docs are almost a year old. What gives? ...

Any good tutorials for building composite patterns?

Hi I'm making a game of soccer in WPF with C#. A composite pattern sounds like a good idea to control multiple players properties, and such. This is nothing to do with event handlers. So if there are any good tutorials that anyone knows of - thanks. ...

Looking for a tutorial to start with Unit Test and Visual Studio 2010

Hi everyone, What are the tutorial best suit for us to get start with Unit Test in Visual Studio 2010? Hope to hear from you. ...

MapReduce Nutch tutorials

Hi, Could some one give me pointers to tutorials that explains how to write a mapreduce program into Nutch? Thank you. ...

android tutorials

What are the best android tutorials for a beginner? -JB ...

Eclipse debug : Step Into/Step Over

I want to debug the whole flow of a java program .What is the difference between F5 and F6 in eclipse view in this case. ...

What would be a good introdcutory tool to Clearcase ?

I am developer with more than 10 years of software development experience. I have joined a new shop which uses ClearCase and I would like to understand ClearCase. Any suggestions for a developer who has pretty good hands on the following SCMs Subversion : Perforce : written extensive build scripts integrating with perforce Mercurial ...

Hello ListView Tutorial Problem

I am having a couple problems with the code from the tutorial: ListView Tutorial. The code snipets giving me problems are: static final String[] COUNTRIES = new String[] { and Toast.makeText(getApplicationContext(), ((View) view).getText(), The errors read the following respectively: Illegal modifier for parameter COUNTRIES; onl...

YouTube channel video player with playlist.

I am looking for creating youtube section on my site, where the user could plug in their "youtube channel name" and it will show a playlist/player box on their profile. What I want in this playlist/player box is that it should play the default video on load; the list of other videos in the channel could be on the left side or on the bot...

Comprehensive MD5 checksum tutorial

What is the most comprehensive MD5 tutorial out there? I have been trying to implement a decent MD5 checksum program but I have not come across a tutorial that makes it really clear. Any pointers would be appreciated, Thanks. To clarify I would like to know how to implement it. ...

Looking for a tutorial using MyEclipse 8.6, Spring, Hibernate

I just installed MyEclipse and have not located a tutorial using MyEclipse with Spring 3 and Hibernate. I would appreciate it if anyone could refer me to such a tutorial. Thanks. ...

LXML library in PHP ?

Hi, Is anyone find the class for LXML in PHP. I have no idea about python. If anyone find the class or library or tutorials, please share with me Thanks, Nithish ...

First Struts2 application with AOP

Hi, i want to make an web app based on appfuse-basic-struts maven archetype. My goal is to add AOP with the simplest way, I never used AOP before, so could someone help me with this? Any tutorial - how to add and use it? Any good AOP solution ? (AspectJ/Spring AOP) Any advice on how to write it? ...

How to write good articles about programming in ASP.net and C#?

Over the last 1 1/2 years I've been working as a junior software-developer at a small company with focus on ASP.net / C#. During that time I've read in some great programming books, c# forums, stackoverflow, blogs et cetera and was able to learn much in a short time. But there was always something I missed: Most of the ~1500 page books ...

Does anyone know of a good tutorial for making GUIs in MATLAB w/ GUIDE?

I want to creat a GUI using the GUIDE tool in MATLAB. Anyone know of a good tutorial (preferably not a video...can't watch). THanks ...

Sample Hibernate Application for learning

Hi, Can any one share some information about the sample application using hibernate for learning. Basically I am looking for an application that allows me to do basic database operation from the client page. Thanks, Kamal ...

android circular gallery ?

I am a newbie to android development.Now i would like to do gallery view as circular like image as below.The things is that i want to enlarge the center image when user scroll from left to right and right to left. Is there any tutorials for that ? image link ( http://i53.tinypic.com/1z5st50.png ) what I want is the image that's been s...

Enochian hello world or tutorial, anyone?

I have some time on my hands and I'd like to try a new language. Haskell is cute but I'm still not sure how it can help me in my day job. I'd like to try Enochian and see if I can reprogram some PHBs, but resources are hard to find. Can you help? A syntax file for vim would also be appreciated. tnx ...

MySQLi Prepared Statements?

Hi, I have decided to take the plunge into the improved MySQL by using MySQLI . Problem is i cannot find any in depth yet simply put tutorials online. The ones i have found are very short and or does not really explain anything. I know you have the php website but to tell you the truth it is really not a easy tutorial to follow, it's a...