tutorials

Good branch/merge tutorials for Tortoise SVN?

Anyone know of any really good tutorials explaining branching and merging with Subversion? All the better if it's specific to Tortoise SVN ...

How to learn Python: Good Example Code?

I have been dabbling in Python for a couple months now, read the online docs/tutorial and started playing with Django a bit as well... and I feel like I am starting to leave my formative toddler years and ready for some more serious code. Most everything I see is generally encapsulated in a single script or so large and unwieldy I don't ...

How-to articles for iPhone development, Objective-C

I am looking for an introduction into developing for the iPhone. Any recommendation? I do not speak Objective-C either, so tutorials on that would not hurt either. ...

Is ReSharper worth the adjustment, is there a good tutorial for 4?

I was watching a couple of episodes of dnr.tv and was given my first glimpse of ReSharper, I was very impressed so I decided to give it a try, fully aware that it'd take some getting used to, but is it worth depending on this dependency? Also I learn best by following tutorials first then experimenting, is there a good tutorial for ReSha...

Book or Website Recommendations for building a working application or project

I've really enjoyed Apress Books Practical Projects series. I know that O'Reilly has a Building a Web 2.0 Portal with ASP.NET book and I have heard of a similar book for Cocoa programming (although I am not sure of its title.) I'd like to know what other books or tutorials stackoverflow users would recommend that walks one through a pr...

vim Tutorials

I want to start using vim as my text editor for PHP, what do you guys suggest as good tutorials for not only using vim but also in a project sense?...

Unit testing with VSTest basics

Need good tutorial on this topic....

Where can I find a good tutorial about Java AOP that is proxy based?

I 'm currently investigating the different styles of AOP in Java and I started with AspectJ. I try to get a good view on the different styles: weaver proxy any others Do you know a good tutorial or technology article about the different frameworks and techniques?...

Recommendation for a PostgreSQL Programming Tutorial?

Can anyone suggest a good guide/tutorial for programming PostgreSQL? By this I mean creating triggers and procedures, domains, new types, using the various languages, and so on. The manual is good, but I found it lacking as a learning aid (it is more of a reference, as manuals should be)? It is very good at describing the SQL syntax and...

Best Windows Command Line tutorial for beginners?

I'm trying to find a well written understandable tutorial for beginners trying to use the windows command prompt. I'm working with one such beginner and they keep calling me with questions about commands, and I want a concise tutorial or reference to send them to. I tried google, with many combinations of the likely search terms, and g...

Resources on wordpress theme-development

What are the best resources for Wordpress theme-development? I am currently in the phase of starting my own blog, and don't want to use one of the many free themes. I already have a theme for my website, so I want to read about best-practices. Any advice on how to get started would be very welcome :) I have now created my theme (woh...

Why is the PyObjC documentation so bad?

For example, http://developer.apple.com/cocoa/pyobjc.html is still for OS X 10.4 Tiger, not 10.5 Leopard.. And that's the official Apple documentation for it.. The official PyObjC page is equally bad, http://pyobjc.sourceforge.net/ It's so bad it's baffling.. I'm considering learning Ruby primarily because the RubyCocoa stuff is so muc...

Migrating to GIT

What are some good resources and tips for migrating from SVN to GIT? ...

Good Stripes tutorials / examples?

The company I just started working for is using Stripes for parts of its web page development these days, and while it seems to be a nice enough web framework it no one really uses it-- it is almost non existent on the 'net. It's not even first in it's google search and the result you do get is for its old home page. So, do any of you p...

How to learn Python?

For a beginner's perspective, can you answer the following? Best tool(s) for Python development (for example, Notepad and Vim) Best book to get started Best website for the Python beginner Best problem domain to do a sample project (what are Python-based solutions best suited for?) ...

Best Programming Tutorial Sites

What are the best programming tutorial sites? I can think of: Microsoft .NET Framework SDK QuickStart Tutorials ...

Language Books/Tutorials for popular languages

It wasn't that long ago that I was a beginning coder, trying to find good books/tutorials on languages I wanted to learn. Even still, there are times I need to pick up a language relatively quickly for a new project I am working on. The point of this post is to document some of the best tutorials and books for these languages. I will ...

How do I write a Firefox Addon?

What are some resources for getting started writing a Firefox Addon? Is there an API guide somewhere? Is there a getting started tutorial somewhere? Is there a developer discussion board somewhere? ...

What is the best way to learn Assembly? Specifically, for someone who has experience in dynamic languages.

I've been using Python for quite some time now, and I absolutely love the ease of use and flexibility, but I really want to get closer to the hardware for some iter mathematics that I'm working on. I'm also intrigued by being so close to the hardware, with absolutely nothing holding you back from using everything it has. I've researche...

Python exercises to hone your skills

Is there a place with little coding projects you can do to hone your skills? Preferably with answers to compare your code to and/or look at if you can't figure it out. a good example of such a site is http://www.hackthissite.org, which has little web security tutorials to help you learn about vulnerabilities and ways people might hack a...