tutorials

Can I use subversion on my home computer?

Related to: Suggestions please for a home version control system and Best Subversion clients for Windows Vista (64bit). But different. This is more of a request to learn how to set up subversion at home. As I just completed the process, I will share my answer below. Sweeet. It's free and it's easy. I happen to be using Windows Vista 32...

What are the best references for using jQuery?

I'm interested in what you find are the best development references for learning and using jQuery. Books, websites, etc. are all welcome. ...

OCR resources online

Are there any guides/tutorials to learning to "read" a text from an image ? I would appreciate something that would explain it "for dummies" . Step by step would be nice :) ...

Where can I find a step-by-step guide (tutorial) on how to migrate a web site to a wep app?

I have an ASP.NET 2.0 website created in VS2008 and I need to migrate it to a web application. I have not had much luck so far. How do I figure out how to do this? ...

What's the fastest track to learning to build enterprise ASP.NET v3.5 apps?

Having not done ASP.NET since v1.1, and now blitzing through the Wrox Pro ASP.NET v3.5 book, what other resources are available to get me developing enterprise ASP.NET apps the fastest? I've been developing in DotNet since Beta and have been doing Winform & middle-layer architecture/design/dev for 3.5 years now (as this has been my clie...

Best tutorial for application multicasting?

I've recently become aware that there's a distinction between IP multicasting (which apparently doesn't work that well on the public internet) and application multicasting (which is apparently used in IRC and PSYC, per http://en.wikipedia.org/wiki/Multicast). Is there a good tutorial on implementing application-level multicasting? I th...

Ajax Tutorial

I am looking for a good resource on Ajax. Framework doesn't matter. Should have good samples for typical real world scenarios. Thanks in advance. ...

Where to find a quick review of Java and/or C++ ?

I have a short preliminary interview with Microsoft in less than 2 hours. I've been told that they might ask questions in Java and/or C++. Where can I find a quick overview of both languages? I don't need to full tutorial, just something that goes over the language-specific features and a refresher of the semantics. I also only have 1.5 ...

What is the (single) best online source for learning OpenOffice.org scripting API

I am using OpenOffice.org for most of my not so very frequent Office Suite needs and most of the time it is more than adequate replacement for it's commercial alternative. Where it falls short though is the scripting API. I am yet to find the documentation that would make sense of the API in a way that would let me concentrate on my tas...

Simple hashmap implementation in C++

I'm relatively new to C++. In Java, it's easy for me to instantiate and use a hashmap. I'd like to know how to do it in a simple way in C++, since I saw many different implementations and none of them looked simple to me. ...

Where do you get the best in-depth information for C# programming?

Where do you get the best in-depth information for C# programming? I'm looking for tutorials, examples, blogs, specialized forums etc. dedicated to c#. ...

ANTLR Tutorials

Are there any good tutorials for ANTLR, targeting v3.x? (The ANTLR website is not friendly to new users.) ...

C++ multithreading tutorial

Hello all, does anyone know a good tutorial on working with (programming) threads in Visusal Studio 2005? Not MFC related, just native C++ (no .NET) Thanks ...

Trackbacks in PHP

I'm writing a custom blog engine and would like to have trackbacks similar to Wordpress. I could look at the Wordpress source, but I'd really prefer a tutorial of some sort and so far I haven't been able to find one. Are there any good tutorials for implementing trackbacks or pingbacks in PHP5? ...

Suggestions for someone starting JavaScript programming?

I would like to know some really good tutorials, references or books about getting the basic foundations in JavaScript programming, and then learning really deep, but good foundation and language understanding is pretty basic I think. BUT please bear in mind that I am an experienced programmer with C++ and C# etc. so I wouldn't like the...

Tutorials to start learning Actionscript 3.0?

Hey guys, I already know Java, Objective C, C#, and some Python. I want to be able to integrate with XML or a MySQL database for dynamic content. What are some tutorials or online references that would get me up and running with Actionscript 3.0? ...

Anyone know of good tutorials for creating an Augmented Reality application from scratch or using an open source framework?

I am looking for good tutorials that go through every step of creating an AR application. It would be beneficial if it also covers some of the theory behind optics and such. ...

Best resource for learning more about using winsock

I am a Software engineering student, well-versed in C++, but I am interested in programming using I/O from more varied sources than just file I/O with .txt files. For example, I have heard a bit about using winsock and win32 to get input and output over networks. Does anyone know of a good resource for this? ...

VBA tutorial

Hi, At work I need to do lot of stuff with MS-Office and I managed to 'write' some scripts that do stuff instead of me. I copy-pasted it, changed some strings maybe. It is very frustrating to just copy paste and not understand how to do it your self, for every simple thing google for something. I am not completly new to programming, jus...

What do I need to know to make a Java application that uses a database?

Since I've started using NetBeans, I've learned of some powerful ways to abstract away the process of creating Java database applications with automatically generated UI, beans bindings, and a bunch of other stuff I only vaguely understand the workings of at the moment (I hate being a newb). Problem is, how do I do the basic stuff I act...