tutorials

SVN Noob: quick summary of how to use it?

[for those not following along at home, this is the sequel to Rolling My Own Version Control ;)] So i gave in and installed TortoiseSVN (to work with a friend on a project, my personal version control is alive, well, and working as i want it). Having never seriously used one of these before, can someone give me (a link to a) concise exp...

overview of DLR?

I'm looking for a high level overview of how one goes from an AST to working code via the DLR, does anyone have (a link for) something like that? ...

Good PHP & MySQL Rating And Voting Script Tutorials?

Is there any good rating and voting script tutorials that use PHP and MySQL? If so can someone point them to me so I can check them out. ...

Setting-Up CruiseControl under Tomcat6?

I have searched the net for good valid uptodate tutorials on installing tomcat6 to run cruisecontrol but I can't seem to find anything useful. ...

Good realworld (open source) examples of F# (to read and learn)

Possible Duplicates: F# open source projects F# real world apps? Open source F# programs as examples for learning I'm reading the new F# book, and it's all neat and nice to be able to process a list and sum up some values, it's not typical stuff I do in programs all the time. I was wondering if there is some website or book...

Simple Ruby on Rails tutorial

Can somebody give link to RoR's "hello world" ? Where writen how RoR works with simple example? thanks. ...

Acessing DLLs in VB.NET

Hi, I'm not that good with VB.NET yet and I'd like to learn about API's and external DLL files. Perhaps someone can post some sample code with explanation/comments or point me to some tutorials. ...

C# tutorial for beginners

I am still a beginner programmer, though I know some basics of C#. I want to be a professional programmer. What tutorials can I use to learn C# from this point-of-view? I am in no hurry; I just want to be perfect. I am dedicated in terms of time and hard-work. I searched Google, but I'm not finding impressive beginner resources. ...

Lambda Tutorial and Solving a Lambda-Function

Is it possible to shorten the following function to a lambda expression? Or (to do the trick by myself) what is the best and most understandable for beginners tutorial for lambda in vb.net? Function getit(ByVal wert As Integer, ByVal sk As Integer, ByVal list As List(Of Array)) As String Dim ergebnis As String ergebnis = "Null"...

Are there any good free online ColdFusion tuturials?

I have some new students starting soon and what I have always done in the past is just throw them in the deep end to learn ColdFusion. I usually give them a very small project that has most of the common ColdFusion "parts". Is there a better/faster way for them to get the basics? What would be great is an hour or two online tutorial they...

Peter's GDB Tutorial

About 2 months ago, I found this incredibly great gdb tutorial written by Peter Jay Salzman. It used to be accessible here, but I think the site has gone down for a couple of months now. I found it on archive.org, and wanted to mirror it. I tried wget, HTTPTrack to no avail, they both errored out. Googling didn't reveal much either. ...

Django Official Tutorial Part 1 index out of bound error

Hi, I started learning Django recently and am having a strange problem with the tutorial. Everything was going fine until I started playing with the interactive shell and then I got an error whenever I tried to call all the objects in one of the tables. I am using Django 1.1, Python 2.5 on MacOs X. For those unfamiliar with the tutori...

Filtering bound XML data in WPF

Hello, Basically I have a WPF application that will display announcements to the user within a listbox. The information that populates the list box comes from a XML file which contains details about different announcements. I am then applying a data template to display the relevant pieces of information. What I have is two buttons at th...

Good online sources to learn Sharepoint Development?

Does anyone have or would like to share any recommendations for some great sites/online tutorials or primers on developing sites in MS Sharepoint? Any help would be much appreciated. Thanks! ...

Ruby on Rails video Tutorials

I know nothing about RoR and now I need video tutorials for learning RoR any links to download or watch please ...

Explaining the AdaBoost Algorithms to non-technical people

I've been trying to understand the AdaBoost algorithm without much success. I'm struggling with understanding the Viola Jones paper on Face Detection as an example. Can you explain AdaBoost in laymen's terms and present good examples of when it's used? ...

scroll image using UIscrollview

i looked at the example from the iphone dev: http://developer.apple.com/iphone/library/samplecode/Scrolling/index.html everything looks cool except that for 5 image they set the "const NSUInteger kNumImages = 5;" what happens is that what if i have 1000 images?and i wan to view it without having to change the number everytime?also if ...

What OSGi tutorials are there for learning how to build modular Java applications?

What tutorials would you recommend for learning about modular Java with OSGi, and advice on how to write decoupled systems by decomposing them into modules? What level of granularity is right; a big bundle with everything, lots of very little bundles with one specific task, or somewhere in between? ...

SubSonic Tutorial?

I have been looking and reading for an hour and i havent found a good tutorial for SubSonic. Do any of you have a recommendation? I am looking for a quick command line or winform tutorial (not a asp.net tutorial) to take in a class and create the table, insert a few elements and query them again. I'll get to the advance things later (j...

C# Windows Services - Where Can I Find A Good Tutorial?

Regarding C# Windows Services... Where can I find a good tutorial? I'm looking for a tutorial that is good for beginners and people who are out of practice. ...