tutorials

SQL/MySQL tutorial to practice usage of commands online.

      I have practiced SQL in w3schools, which is good but doesn’t allow to try with DDL commands, which is certainly not satisfying. Please suggest me such tutorial(s), which allow to practice SQL or MySQL online, allowing to use all the commands, if you have ever observed. ...

Tab Layout tutorial incomplete?

Hi there, I've been trying to implement the tab UI described in this tutorial: http://developer.android.com/intl/de/resources/tutorials/views/hello-tabwidget.html I follow all the steps described in the process but I keep getting a runtime exception which I believe has something to do with the fact that nowhere in the tutorial I added t...

SQL language tutorial

Probably this question will be closed before I'll get an answer. I have to learn the basis of database programming, for SqlServer, Access, ..., and the SQL language to make query and stored procedure. I'm looking for a free tutorial. Could you suggest me something before 3000 reputation people close this question? I need it as soon as po...

What are good online introductions to testing and Test Driven Development?

I'm looking for an online introduction to unit testing and TDD. I have virtually no experience with TDD, unit testing, or any other agile methodology. My development environment is C++ on Linux. If there's a quality introduction to unit testing and TDD that uses C++ as the example language, that'd be great. If not then a general intr...

NoSql Crash Course/Tutorial

Hi all, I've seen NoSQL pop up quite a bit on SO and I have a solid understanding of why you would use it (from here, Wikipedia, etc). This could be due to the lack of concrete and uniform definition of what it is (more of a paradigm than concrete implementation), but I'm struggling to wrap my head around how I would go about designing...

Up-to-date Swing MVC example + Question

Hi, I'm looking for an article or tutorial that gives an example of what an up-to-date MVC pattern (2.0?) should look like with the Swing framework. Also, being more used to a layered architecture, I'd like to know how the domain objects or POJOs fit into the picture. Am I right in assuming that they are separate and called by the mode...

Easy Rundown, Comprehensive phpDocumentor Tutorial?

I find the one available at the website to be very overwhelming for a newbie at this. Is there a better tutorial out there, one that takes it a little slower, instead of throwing 3 long php source files at you? Edit: Is there really nothing else besides the manual??? D: ...

Three20 getting started

Hello! I have been trying to get started with the Three20 project in order to get to display some images the way they are implemented 'defaultly' on your IPhone. So far, documentation for it is poor and I have had problems to get it working - are there any good beginner's hints on how to use it? Searching for tutorials did not help to...

I am looking for good read-ups for Java programming using app-engine

I am trying to make a website using Java on google app-engine. Can you suggest any good readups to get me up to speed on this? ...

Tutorials for using HTTP POST and GET on the iPhone in Objective-C

I downloaded apple's demo for using HTTP POST and GET (Their sample app has a tabbar with different parts) and the code is so confusing! Could anybody give me some sample code or a link to some tutorials about it? :) Thanks! ...

How to work with a Mac on a OpenSource project? (Tutorial?)

Hi guys! I'm really interested in participating as a new developer in an OpenSource project. My Problem now is - what is the best way to participate with a Mac on an OSS Project? (Without using a Virtual Machine or DualBoot.) As there is no usual apt-get system, what is the best way of working on such an existing project? Would you us...

Is there a good guide to starting out with Mercurial?

I'm looking for a good tutorial for Mercurial. ...

C#, compact and to-the-point Book or tutorial ?

Please suggest a book/tutorial for learning C#, that is concise, compact and to the point. I tried listening to some VTC audio tutorials, but that was longwinding and practically put me to sleep. Google shows too many c# tutorials... I am familiar with Java, although I haven't written anything useful in it and i get really confused with...

Create new pages for docman in joomla from a C# program

I was volunteered to write a application that will take a mp3 file, upload it to the server create a document that references the file and fills out a template and uploads the document for the web admin to approve it. I am a fairly competent c# developer but I have never even touched web development stuff. I have no clue where to begin ...

Sharepoint Up-To-Speed Tutorials

Hi ladies and gents. I just got a SharePoint project dumped on my desk to finish up by ASAP. :( Up till today I have never touched or seen SharePoint, and I only got a quick whirlwind tour from the guy doing the handover. Does anyone know of a some good learning material to get me from a SharePoint Zero to at least remotely competent? ...

Please provide me pointers for css guide lines for mobiles.

Please provide me guidelines for css for mobiles. The specific questions are: What are the recommendations for the width? Should it be fluid? Any recommendations for usage of Ajax in them. Can Jquery be used. Does all the fancy methods supported Any emulators that I must be using? Any framework that would ease the pain? Recommendations...

A Good Enunciate Tutorial?

Can anyone offer a good, cut-out-the-crap way of learning Enunciate? I've been trying to read through the website but it's just not informative at all. I learn from examples and brief bullet points. Is anyone aware of a tutorial like this around? Every google I do ends up at Mark Mail or the official website. Note: For the time being, ...

Jquery and Extjs Simplest Tutorial

I want link to tutorial for JQuery and ExtJs which will cover following contents or Topics Note: PLease do not provide me link of their sites i know them. How to setup both of the packages. It is required as its essential. How to access a DIV element How to get all the elements in a div like checkboxes, radio buttons, div etc H...

iPhone and SQLite introductory articles or tutorials

What resources are great to provide information on using SQLite for beginner iPhone developers? Where to download the SQLite software for the iPhone? Are there multiple versions, and do they have substantial differences? Where can I find some introductory tutorials? I'm working on an iPhone project where the instructions are to stor...

LAMP tutorial. Request->response loop from the ground up.

I just installed wordpress on my local machine because I want to learn some basic web development tools and wordpress has all the components I want to play with. There is a lot going on when wordpress presents a page inside the browser and I would like to get a handle on all of it if possible. So do you have any suggestions on where I sh...