active questions tagged tutorials - Stack Overflowmost recent 30 from stackoverflow.com2009-12-08T02:40:18Zhttp://stackoverflow.com/feeds/tag/tutorialshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1765606/looking-for-a-good-documentation-tutorial-for-sybase1looking for a good documentation/tutorial for sybaseAndrei 2009-11-19T18:41:13Z2009-12-07T21:08:18Z
<p>I need to work with this db and would like to get a quick start. Would anyone recommend a decent documentation/tutorial/examples?</p>
<p>I didn't find anything useful at the official <a href="http://www.sybase.com" rel="nofollow">website</a></p>
http://stackoverflow.com/questions/1857065/compiling-for-the-java-virtual-machine0Compiling for the Java Virtual Machinenamin2009-12-06T23:49:57Z2009-12-07T00:01:43Z
<p>Are there any good resources, particularly books and tutorials, on learning how to write a compiler targeting the Java Virtual Machine?</p>
http://stackoverflow.com/questions/496234/what-tutorial-do-you-recommend-for-learning-powershell14What tutorial do you recommend for learning PowerShell?Daren Thomas2009-01-30T16:46:14Z2009-12-06T09:54:21Z
<p>I would like to learn PowerShell in my spare time. </p>
<p>I already know a bunch of stuff in that line (Perl, Ruby, Python, bash, cmd.exe) so a tutorial leveraging that would be awesome.</p>
<p>Also, since I am a software developer (C# mainly, but done some C, some C++, some Java etc.) I am looking for something not geared towards the usual "power user", but toward someone who actually enjoys reading (and writing) EBNFs!</p>
<p>Do you know of any such tutorial / introductory reading?</p>
http://stackoverflow.com/questions/1853412/real-time-strategy-game-programming-books-or-tutorials0Real Time Strategy Game Programming Books or TutorialsDavid Robles2009-12-05T20:49:53Z2009-12-05T21:03:41Z
<p>I'm coding a simple RTS game as a hobbie, and to learn about pathfinding algorithms, a*, strategies, flocking, etc.</p>
<p>I think I'm doing fine so far, but now that I have completed about 50% of the goals I wanted to achieve, I was looking for some tutorials/books to compare what I've been doing so far with the common techniques used in RTS games, but I didn't find much information.</p>
<p>Do you know any good books or tutorials about programming RTS games?</p>
http://stackoverflow.com/questions/1852130/introduction-to-gui-programming-with-c4Introduction to GUI programming with csil3nt2009-12-05T12:51:51Z2009-12-05T20:15:39Z
<p>Hello there, </p>
<p>I'm new GUI and programming as whole and so far I have a general understanding of c and have spent quite some time writing console applications.</p>
<p>I'm trying to learn GUI but have so far been unsuccessful. I've tried learning wxwidgets (through official documentation), gtk (through official documentation) and win32 (forgers win32 tutorial) but still haven't quite gotten there.</p>
<p>I still really want to but can't seem to find any good material. <strong><em>What would you recommend as start for a beginner?</em></strong> </p>
http://stackoverflow.com/questions/1852710/starting-a-programming-blog-for-the-complete-beginner5Starting a programming blog for the complete beginner [closed]CrazyJugglerDrummer2009-12-05T16:50:11Z2009-12-05T16:58:47Z
<p>My main reason for wanting a blog is finding a place to put my programming articles, as on codeproject, I can't edit them, and most big programmers have their own blogs. I intend this to be a <strong>short</strong> reference on how to get started blogging for the total beginner, with basic information and links to more details.</p>
<p>Questions:</p>
<ol>
<li>Why do people blog? What advantages does blogging have?</li>
<li>What's the best way to start a blog? Blogger, Wordpress, some other method? For me, it has to be completely free, but you can give suggestions that aren't, as long as their applicable to beginners.</li>
<li>What information would you give to a beginner wanting to start a programming blog? links would be great. :D</li>
</ol>
http://stackoverflow.com/questions/1545651/looking-for-a-good-book-to-learn-how-to-program-aspnet-over-facebook1Looking for a good book to learn How to program aspnet over facebookunknown (google)2009-10-09T19:31:14Z2009-12-05T01:00:02Z
<p>Hi all,</p>
<p>I don't know if any such book exists.
I am an aspnet developer and I am now thinking of developing facebook applications. I'd seen many tutorials on the web explaining how an aspnet developer can write his own app, though what I am looking for is a tutorial book, so I can have a clean and logical studying course. Does any of you know of such a thing?</p>
http://stackoverflow.com/questions/1382093/teaching-my-13-year-old-girl-to-program7Teaching my 13 year old girl to program [closed]IIIIIIIIIIllllIlIlIlIlllllllII2009-09-05T00:49:13Z2009-12-05T00:53:31Z
<p>My daughter has shown a lot of interest in my work. I showed her a "hello world" program in VB.NET. she was very excited, and played around with the code a bit and made different message boxes.</p>
<ol>
<li>which language is best to start with?</li>
<li>what is the simplest book/tutorial for that language?</li>
</ol>
<p>I would like to show her the utility of programming by teaching her how to apply what she learns to practical things in her daily life. </p>
<ol>
<li><p>can you suggest to me some practical applications of simple VB.NET code in order to automate something in her schoolwork? She's currently studying geometry, US history, biology, geology, and English.</p></li>
<li><p>the last question is: is it actually a good idea to help build this interest at this age? Could it have a negative impact in the future somehow?</p></li>
</ol>
http://stackoverflow.com/questions/1846886/nice-screencast-tutorials-for-programming0Nice screencast tutorials for programmingSaif Bechan2009-12-04T13:18:27Z2009-12-04T13:37:50Z
<p>hello, i am looking for a website that provides nice screencasts and tutorials about programming and webdesign.</p>
<p>Currently i am using <a href="http://net.tutsplus.com" rel="nofollow">http://net.tutsplus.com</a>. I think this one is pretty nice. Anyone know of any good alternatives?</p>
http://stackoverflow.com/questions/1179433/awesome-asp-net-and-c-tutorials-for-beginner3Awesome ASP.Net and C# tutorials for beginnerunknown (yahoo)2009-07-24T18:43:38Z2009-12-04T11:37:53Z
<p>What books and tutorials would you recommend for a aspiring ASP.NET and C# developer? </p>
<p>The books should be targetted at absolute beginners, and the tutorials should have complete code examples with well structured explanations.</p>
http://stackoverflow.com/questions/891655/resources-to-learn-dynamic-programming-np-complete-knapsack-problems-and-more2Resources to learn Dynamic Programming, NP Complete, Knapsack Problems, and more on AlgorithmsbecomingGuru2009-05-21T06:45:41Z2009-12-03T22:42:48Z
<p>What are the good resources that discuss Algorithms, P NP problems, Dynamic Programming, Special cases of those- Knapsack problems and such.</p>
<p>The resource must have working code, preferably in Python. Advantage if it explains some of the <a href="http://www.topcoder.com/" rel="nofollow">TopCoder</a> SRM Dynamic Programming questions.</p>
<p>PS: I am a web developer interested in algorithms and and am now trying to look into some formal and complete material on the subject.</p>
<p>Does <a href="http://mitpress.mit.edu/sicp/" rel="nofollow">SICP</a> discuss these?</p>
http://stackoverflow.com/questions/233724/opensound-control-osc-documentation0OpenSound Control (OSC) documentationilSignorCarlo2008-10-24T14:18:59Z2009-12-03T18:14:46Z
<p>Do you know any good (starting) tutorial or documentation about <a href="http://opensoundcontrol.org" rel="nofollow">OSC</a>?</p>
http://stackoverflow.com/questions/130061/book-and-tutorial-recommedations-for-django-1-014Book and tutorial recommedations for Django 1.0Boolean2008-09-24T21:22:00Z2009-12-03T12:49:10Z
<p>Please share your book or tutorial recommendations for the latest release (1.0) of Django.</p>
http://stackoverflow.com/questions/1383981/im-looking-for-a-code-signing-tutorial-for-the-iphone-sdk0I'm looking for a code signing tutorial for the iphone SDKNeo422009-09-05T18:32:41Z2009-12-03T03:21:27Z
<p>I'm having trouble understanding the apple tutorial on codesigning. I'm looking for a simpler explanation.</p>
<p><a href="http://developer.apple.com/mac/library/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html" rel="nofollow">http://developer.apple.com/mac/library/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html</a></p>
http://stackoverflow.com/questions/183918/any-good-git-tutorials11Any good git tutorials?matli2008-10-08T17:33:48Z2009-12-02T09:47:57Z
<p>Are there any good git tutorials available somewhere, except for <a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html" rel="nofollow">the official tutorial</a>?</p>
<p>I like <a href="http://hgbook.red-bean.com/hgbook.html" rel="nofollow">the mercurial book</a>, but haven't found anything similar for git. I would like to start using git in some projects, and would therefore be able to point my colleagues to some good reading material. In this particular case, they are still mostly used to RCS and CVS. </p>
http://stackoverflow.com/questions/1638919/how-to-explain-dependency-injection-to-a-5-year-old7How to explain Dependency Injection to a 5-year oldunknown (yahoo)2009-10-28T17:48:10Z2009-12-02T00:27:33Z
<p>Hello there,</p>
<p>Could anybody point out a good dependency injection tutorial? I found a ton on Google but none of them that would assume the reader is a just Java beginner.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1826197/vital-ruby-concepts-to-learn-before-i-jump-into-rails2Vital Ruby concepts to learn before I jump into Rails?JSmith72009-12-01T13:29:03Z2009-12-01T22:19:37Z
<p>Disclaimer - Ruby is the first language I've ever learnt. I don't have any CS background.</p>
<p>I've worked through "Learn to Program" by Chris Pine which has been enjoyable and I now understand the basics pretty well. The next recommended book would be "Programming Ruby 1.9" (the next PickAxe). From what I've read it's just a massive reference book but it's 960 pages and that scares me.</p>
<p>What, in your opinion, would be the next 'gotta-know' concepts that I should learn?</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide143Git for beginners: The definitive practical guideAdam Davis2008-11-24T23:50:29Z2009-12-01T11:28:33Z
<p>Ok, after seeing <a href="http://www.pjhyett.com/posts/234-git-isn-t-hard" rel="nofollow">this post by PJ Hyett</a>, I have decided to skip to the end and go with git.</p>
<p>So what I need is a beginners <strong>practical</strong> guide to git. "Beginner" being defined as someone who knows how to handle their compiler, understands to some level what a makefile is, and has touched source control without understanding it very well.</p>
<p>"Practical" being defined as this person doesn't want to get into great detail regarding what git is doing in the background, and doesn't even care (or know) that it's distributed. Your answers might hint at the possibilities, but try to aim for the beginner that wants to keep a 'main' repository on a 'server' which is backed up and secure, and treat their local repository as merely a 'client' resource.</p>
<p><strong>Procedural note:</strong> <em>PLEASE pick one and only one of the below topics and answer it clearly and concisely in any given answer. Don't try to jam a bunch of information into one answer. Don't just link to other resources - cut and paste with attribution if copyright allows, otherwise learn it and explain it in your own words (ie, don't make people leave this page to learn a task). Please comment on, or edit, an already existing answer unless your explanation is</em> very <em>different and you think the community is better served with a different explanation rather than altering the existing explanation.</em></p>
<p>So:</p>
<h2>Installation/Setup</h2>
<ul>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323764">How to install git</a></li>
<li>How do you set up git? Try to cover linux, windows, mac, think 'client/server' mindset.
<ul>
<li><a href="http://stackoverflow.com/questions/1482824/setup-git-server-with-msysgit-on-windows">Setup GIT Server with Msysgit on Windows</a></li>
</ul></li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#320140">How do you create a new project/repository?</a></li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#316062">How do you configure it to ignore files (.obj, .user, etc) that are not really part of the codebase?</a></li>
</ul>
<h2>Working with the code</h2>
<ul>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/1350157#1350157">How do you get the latest code?</a></li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323906">How do you check out code?</a></li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#316055">How do you commit changes?</a></li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#319465">How do you see what's uncommitted, or the status of your current codebase?</a></li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323898">How do you destroy unwanted commits?</a></li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/1762631#1762631">How do you compare two revisions of a file, or your current file and a previous revision?</a></li>
<li>How do you see the history of revisions to a file?</li>
<li>How do you handle binary files (visio docs, for instance, or compiler environments)?</li>
<li>How do you merge files changed at the "same time"?</li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/323898#323898">How do you undo (revert or reset) a commit?</a></li>
</ul>
<h2>Tagging, branching, releases, baselines</h2>
<ul>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#322967">How do you 'mark' 'tag' or 'release' a particular set of revisions for a particular set of files so you can always pull that one later?</a></li>
<li>How do you pull a particular 'release'?</li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/816614#816614">How do you branch?</a></li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/816636#816636">How do you merge branches?</a></li>
<li>How do you resolve conflicts and complete the merge?</li>
<li>How do you merge parts of one branch into another branch?</li>
<li>What is rebasing?</li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/1590791#1590791">How do I track remote branches?</a></li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/1590803#1590803">How can I create a branch on a remote repository?</a></li>
</ul>
<h2>Other</h2>
<ul>
<li>Describe and link to a good gui, IDE plugin, etc that makes git a non-command line resource, but please list its limitations as well as its good.
<ul>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323559">msysgit</a> - Cross platform, included with git</li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323559">gitk</a> - Cross platform history viewer, included with git</li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323559">gitnub</a> - OS X</li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323559">gitx</a> - OS X history viewer</li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide#323559">smartgit</a> - Cross platform, commercial, beta</li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/322989#322989">tig</a> - console GUI for Linux</li>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/644129#644129">qgit</a> - GUI for Windows, Linux</li>
</ul></li>
<li>Any other common tasks a beginner should know?
<ul>
<li><a href="http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide/319465#319465">Git Status tells you what you just did, what branch you have, and other useful information</a></li>
</ul></li>
<li>How do I work effectively with a subversion repository set as my source control source?</li>
</ul>
<h2>Other git beginner's references</h2>
<ul>
<li><a href="http://www.sourcemage.org/Git%5FGuide" rel="nofollow">git guide</a></li>
<li><a href="http://book.git-scm.com/" rel="nofollow">git book</a></li>
<li><a href="http://www-cs-students.stanford.edu/~blynn/gitmagic/" rel="nofollow">git magic</a></li>
<li><a href="http://www.gitcasts.com/" rel="nofollow">gitcasts</a></li>
<li><a href="http://github.com/guides/home" rel="nofollow">github guides</a></li>
<li><a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html" rel="nofollow">git tutorial</a></li>
<li><a href="http://progit.org/book" rel="nofollow">Progit - book by Scott Chacon</a></li>
</ul>
<h2>Delving into git</h2>
<ul>
<li><a href="http://www.eecs.harvard.edu/~cduan/technical/git/" rel="nofollow">Understanding git conceptually</a></li>
</ul>
<p>I will go through the entries from time to time and 'tidy' them up so they have a consistent look/feel and it's easy to scan the list - feel free to follow a simple "header - brief explanation - list of instructions - gotchas and extra info" template. I'll also link to the entries from the bullet list above so it's easy to find them later.</p>
http://stackoverflow.com/questions/1823359/programming-tutorial-where-the-information-is-the-code1Programming tutorial where the information _is_ the code? [closed]Peter Gibson2009-12-01T00:43:25Z2009-12-01T01:27:27Z
<p>I'd like to see some programming tutorials where the tutorial itself is an executable module. I think this would be a great way to learn and encourages the get-your-hands-dirty approach.</p>
<p>Each tutorial should try to clearly introduce a single new concept, with the obvious "Hello. World!" starters - but I believe there's a unique opportunity for introducing bugs into the tutorials later on in the series (with disclosure). It would also be great to do the classic linked-list tutorial, but then introduce testing and go on to (optionally) use the student's files in later tutorials.</p>
<p>I was thinking of using <a href="http://github.com/" rel="nofollow">GitHub</a> or <a href="http://bitbucket.org/" rel="nofollow">BitBucket</a> to host the tutorials (allowing plain HTTP download and linking directly to the source) and an online IDE would seem to be a natural fit to lower the barrier to entry. An open source license would be required for all submissions, but I'd also like the students to take ownership of the code so they can use them in future projects.</p>
<p>Comments/ideas? Has this already been done?</p>
<p>Edit:
The key concept here is that the instructions are part of the source code, and not just by including a three page comment at the top of the file, but by making each block understandable via both comments, readable code and program output.</p>
http://stackoverflow.com/questions/848778/where-can-i-find-tutorials-or-webcasts-for-doing-sharepoint-development0Where can I find tutorials or webcasts for doing Sharepoint development?raklos2009-05-11T15:57:31Z2009-11-30T23:00:03Z
<p>Where can I find tutorials or webcasts for doing Sharepoint development?</p>
http://stackoverflow.com/questions/1819993/need-to-build-simple-dns-resolver-in-c0Need To Build Simple DNS Resolver in CAran2009-11-30T13:59:17Z2009-11-30T19:43:05Z
<p>As the title says I need to build a simple dns resolver in C...</p>
<p>Not in C++, I have looked on internet for some tutorials to help me get going but mostly find C++. </p>
<p>Wondering whether anyone knows of a tutorial to get me started or can give me a couple of tips on how to build my DNS request header in C...</p>
<p>Any help will be much appreciated.</p>
http://stackoverflow.com/questions/1760453/greasemonkey-guide-for-experienced-javascript-developers3Greasemonkey guide for Experienced Javascript Developers?AlexH2009-11-19T02:03:36Z2009-11-30T17:59:19Z
<p>I really really want to write a GreaseMonkey extension.</p>
<p>I have written a lot of javascript in my life.</p>
<p>I am looking for a guide that will tell me quickly, what exactly the GreaseMonkey environment is and does, from the perspective of someone who is familiar with everything going on in browser based Javascript.</p>
<p>I.e. no platitudes about how best to do things, or what has been done in the past, just a plain and simple, "this is what is going to happen to your code.
" "This is the environment it will be executed in."</p>
<p>And I can't find one....</p>
http://stackoverflow.com/questions/308865/good-tutorial-for-writing-maven-plugins2GOOD tutorial for writing Maven plugins?fooMonster2008-11-21T14:00:34Z2009-11-30T12:03:50Z
<p>Can someone please recommend a GOOD online tutorial for writing maven2 plugins? </p>
<p>I looked at about 5 tutorials yesterday and each skipped steps, didn't tell you where key components (referenced in the tutorial) were supposed to go or how to install the plugin you wrote. Futher, many didn't reference which version of maven they worked with.</p>
http://stackoverflow.com/questions/1801403/ive-written-a-java-getting-started-tutorial-where-would-be-a-good-site-to-post0I've written a java getting-started tutorial, where would be a good site to post it for checking?Chris2009-11-26T03:36:08Z2009-11-29T22:26:15Z
<p>Hi all,</p>
<p>For our company's internal training, I'm writing a java getting-started tutorial. This will go all the way from installing eclipse through to writing a working demo application with Struts, Hibernate, Sitemesh, and Sql server.</p>
<p>Now, admittedly i'm new to Java (although have good c# experience) - where would be a good site to post it for checking? I'm thinking it may have some value to the community as a ground-up getting started tutorial, so if one of the sites has people willing to check that i'm not violating some best practices, i'd be willing to let it be published as a tutorial.</p>
<p>Cheers</p>
<p>-edit-</p>
<p>Also, when getting people to check the first cut, shall i simply supply the code, or the whole tutorial?</p>
<p>-edit-</p>
<p>Here's the first cut of the tutorial:</p>
<p><a href="http://splinter.com.au/blog/?p=194" rel="nofollow">http://splinter.com.au/blog/?p=194</a></p>
<p>-edit-</p>
<p>In the end, neither dzone or javaranch gave any answers: the best help came from the coding reddit.</p>
http://stackoverflow.com/questions/278480/good-tutorial-for-antlr12Good tutorial for ANTLROnesimusUnbound2008-11-10T17:00:26Z2009-11-29T21:54:42Z
<p>Are there any good tutorial for ANTLR, targeting v 3.x? The documentation in the main site of ANTLR is not quite friendly to new users. </p>
http://stackoverflow.com/questions/1813630/any-good-tutorials-on-using-oauth-with-piston1Any good tutorials on using OAuth with Piston?Hank Gay2009-11-28T20:04:49Z2009-11-29T20:17:46Z
<p>I've looked at the <a href="http://bitbucket.org/jespern/django-piston/wiki/Documentation#oauth" rel="nofollow">relevant section of the Piston documentation</a>, but it only seems to focus on how to turn it on, not what it would look like for clients or how to test it to verify it's working. The <a href="http://bitbucket.org/jespern/django-piston/src/tip/examples/blogserver/README.txt" rel="nofollow">example</a> only seems to use HTTP Basic and <code>curl</code>. Finally, <a href="http://stackoverflow.com/questions/1732277/is-piston-ready-for-oauth">Ned Batchelder's question</a> makes it look like a tutorial is in order. Thanks.</p>
http://stackoverflow.com/questions/1161672/qt-programming-tutorials-c1Qt programming tutorials (C++)?coderex2009-07-21T20:50:36Z2009-11-29T05:08:42Z
<p>I want to learn <a href="http://en.wikipedia.org/wiki/Qt%5F%28toolkit%29" rel="nofollow">Qt</a> programming, where do I get the good stuff?
I want to develop in Windows and Linux.</p>
<p>Which are the main IDEs?</p>
<p>What are the main things I want to take care of or understand before starting to learn?</p>
http://stackoverflow.com/questions/1814647/new-to-qt-where-to-start0New to Qt, where to start? [closed]Nathan Adams2009-11-29T04:23:28Z2009-11-29T04:41:13Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="http://stackoverflow.com/questions/1161672/qt-programming-tutorials-c">Qt programming tutorials (C++)?</a> </p>
</blockquote>
<p>I am going to be start programming using Qt, any recommended books and/or tutorials?</p>
<p>I would say I am fluent in C++ and programming concepts, so I don't need a "Learn C++ in a weekend" book, just something that teaches me the Qt API.</p>
http://stackoverflow.com/questions/1281534/tutorials-for-caliburn-framework3Tutorials For Caliburn Framework?GordonG2009-08-15T09:38:39Z2009-11-28T04:59:13Z
<p>I'm learning Caliburn for a WPF project I am involved in and we are having a hard time finding good tutorials for it. I have looked through the <a href="http://caliburn.codeplex.com/Wiki/View.aspx?title=Table%20Of%20Contents" rel="nofollow">Caliburn Wiki</a>, and the samples that come with the download, but either the tutorials are lacking, or <em>I</em> am. =D I cannot view solution folders in VS Express so maybe I am missing some valuable samples hidden there-in.</p>
<p>Do any of you have a good source of information for how to use Caliburn other than the above?</p>
http://stackoverflow.com/questions/1939/howto-articles-for-iphone-development-objective-c77Howto articles for iPhone development, Objective Cgyurisc2008-08-05T05:39:36Z2009-11-27T17:29:58Z
<p>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. </p>