**This tag is no longer allowed; do not use.** Tutorials are easy-to-understand instructions to setup, configure, run or implement a specific task.

learn more… | top users | synonyms (1)

3
votes
1answer
4k views

Live555 Video Streaming Tutorial [closed]

My current work requires me to stream video using live555. Although it needs to be done in android, I think I can handle the JNI. What I requires now is a good tutorial or blog post about video ...
6
votes
2answers
1k views

C++ for Objective-C programmer

I know there are a lot of "Objective-C for the C++ programmer" information out there and it could be used the other way around. I'm just curious if there is anyone who has knowledge about a "native" ...
0
votes
3answers
455 views

Screencasts Java [closed]

Starting spring next year I will be starting to build an android application. Which is all well and good except I'm a C# / Ruby developer and I've not touched any Java since University. I know I ...
0
votes
1answer
149 views

What's a good example of a JS client to a REST interface or a good tutorial on the topic? [closed]

I've done some redesign of my application's HTTP interface and want to move my client from Flash/Actionscript to Javascript and HTML 5. I've done some minor JS programming before and I think I get the ...
0
votes
2answers
742 views

setup spring source tool in web project [closed]

The title may be really wrong! I'm going to build a website using Spring, Hibernate and Java. As far as i know i need to create a dynamic web project and some how link Spring with this project so i ...
0
votes
2answers
934 views

C# 4.0 Winforms Book

Can any one recommend me a good book for Winforms in .net 4.0 C#. Generally I prefer reading Wrox books as they teach by making something (Recently read ASP.Net book where they followed the entire ...
0
votes
1answer
873 views

rake db:migrate aborted

I'm reading the rails tutorial book and in chapter 6 page 199 I have to make a rake db:migrate, but I get this error: rake aborted! undefined method `prerequisites' for nil:NilClass (See full trace ...
2
votes
2answers
231 views

Please help me with Android Notepad tutorial

I've been trying to resolve an issue for a couple hours now, and can't seem to find a solution in the archives. I'm hoping some generous coder will help out a noob here. I've been following the steps ...
0
votes
2answers
138 views

Guide for ground up Linux installation of Ruby on Rails for converted Windows user

I mean for someone who hasn't used Linux ever. Decided to try getting out of the .Net/Windows world completely. I have tried on Ubuntu (11.10) and Linux Mint with incomplete results. Everything I ...
2
votes
2answers
577 views

Adding C++/CLI to Native App (manifest issue?)

I have an application written in VS2008 C++, and I want to add .net stuff so I can get into the fancy Windows Forms stuff. I'm finding it extremely hard to locate a good tutorial on the subject. ...
2
votes
4answers
1k views

Why Delete link doesn't work in this Ruby on Rails project?

I am practicing this RoR tutorial project of Michael Hartl: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book I am using Ruby 1.9.2 and Rails 3.1 on Ubuntu 11.04 with Apache and MySQL. I am ...
1
vote
1answer
496 views

Tutorials on Plone theming or How difficult is to create a new custom Plone theme ?

I usually work with PHP,HTML,CSS and Wordpress. Now for some reasons I have to do a plone theme. I would like to know how difficult is to create a custom theme in plone compared to wordpress theming. ...
1
vote
3answers
393 views

css files not being read in rails 3.1

i'm following along with the hartl tutorial. section 4.1.2, css formatting does not appear in my views. i've stored css files in public/stylesheets/blueprint. application.html.erb edited as follows: ...
-1
votes
1answer
348 views

using mysql with ruby on rails

Please can anyone guide me on how to use mysql with ruby on rails. What are the steps that i should follow to use mysql with ruby on rails. What are the gems needed to install mysql. Thanks in ...
1
vote
3answers
289 views

Driving the sound card in Linux

On a basic embedded systems speaker with a single line of output, wiggling the output as 0 or 1 in a for given periods produces sound. I'd like to do something similar on a modern Linux desktop. A ...
1
vote
1answer
3k views

Flipping a bitmap in android help?

I want to save up memory for my game and I wanted to ask you because I couldn't find anything and last time that I asked something here I got a good answer. Can i flip the bitmap inside eclipse so i ...
2
votes
3answers
1k views

Open Graph error code 100

I'm testing the open-graph with the tutorial, but I keep getting "API Error Code: 100 API Error Description: Invalid parameter Error Message: The app must have aggregation units with sample data in ...
0
votes
3answers
623 views

Ruby On Rails 3 Tutorial Chap 8: User Controller implementation

I am in chapter 8 of the book, where we are trying to implement the signup functionality for the sample app with actions "new" and "create". Here is my questions about these 2 methods/actions, The ...
0
votes
2answers
171 views

UIPopOverScreen troubles

Recently I have taken interest in making a popover screen. In my Navigation bar I made this button and when I click on it it should make a popover screen appear. So I started searching for a usefull ...
3
votes
2answers
4k views

Android bitmap sprite sheet animation please help?

I'm trying to make an android game but i have problems with the animation. I have a sprite sheet but I don't know how to use it. I want to make an animated bitmap with it. I saw some tutorials but it ...
0
votes
0answers
458 views

Tutorial for Artificial Intelligence using C# in a Calculation Application [closed]

I'm working on a windows forms application that make calculations based on parameters(basic and editable) and the result values have to be equals to ordered values the user have to update the editable ...
2
votes
3answers
3k views

Where to find GXT (EXT-GXT) resources and tutorials?

I'm using this framework and I'm a bit baffled: it is looking very rich and powerful, but I have the feeling that the documentation is insufficient. I have been learning Swing using the excellent Java ...
2
votes
0answers
84 views

WS-JDBC implementation

I read white paper of WS-JDBC, tried to google it for long time. Can any one help me in implementing same practically It will be great if anyone have link to tutorial for implementation
1
vote
1answer
3k views

Learning PHP OOP - creating a simple blog, tutorials? [closed]

I´ve been studying php oop for a couple of weeks now, i know how it works but now , for practicing proposes i want to create a simple blog with users, posts and comments , i believe that a blog is the ...
2
votes
3answers
1k views

Learn Python the Hard Way, Exercise 15

I'm trying to solve exercise 15's extra credit questions of Zed Shaw's Learn Python the Hard Way but I've ran into a problem. The code is as follows: from sys import argv script, filename = argv ...
0
votes
2answers
468 views

Ruby On Rails 3 Tutorial Chap 8: Unit tests not passing

I'm working through Hartl's book and I'm up to chapter 8. I've written some tests that I believe should be passing. I've quadruple checked my code against what's in the book, and double checked it ...
1
vote
2answers
87 views

Improve my data pull for a simple “announcements” rails app

I'm working through the RailsTutorial but making an "Announcements" webapp for the middle school I teach at (tweaking the given Twitter clone). When users create an announcement, they use check boxes ...
1
vote
2answers
552 views

Ruby tutorial/book recommendation

Looking to quickly ramp up on Ruby from a Python (and previously Java) background. I've also dabbled on the side with some Scala if that's helpful in making a recommendation. Also, some thoughts on ...
4
votes
2answers
1k views

Rhino Mocks - Accurate and Up To Date Tutorial

Is there somewhere within the internet that I can find an accurate and up to date tutorial that I can read? It seems that every tutorial I find is either out of date, scrambled together in a hodge ...
0
votes
4answers
70 views

A Guide for writing and deploying a Ruby-based web-application

I am interested in building a google-finances-like web application using Ruby. Besides Rails for Zombies, and Why's Poignant Guide - which give a rudimentary introduction - where would you suggest to ...
-1
votes
1answer
50 views

Android Basic Reading [closed]

I would like some reading recommendations to help building a strong basic understanding about Android framework. Beside Android's official developer documentation, is there any other good resource to ...
0
votes
2answers
927 views

Recommend a good mongodb/database tutorial for a beginner?

I'm a designer; proficient at HTML/CSS/JQuery. I know next to nothing about databases. I'm interested in learning mongodb (it seems simpler), but can't find any tutorials that will hold my hand from ...
1
vote
2answers
264 views

Ruby on Rails 3 Tutorial: Chapter 2 Section 2.2.1 A User Tour

I am new to Ruby on Rails and am working through this tutorial book. I am on Windows Vista and using Cygwin. Here are the versions of the software that I am running: Ruby version 1.9.2 ...
0
votes
1answer
454 views

How do I change the column type (xtype) of a grid using Sencha Designer?

I'm using Sencha's Ext Designer to create their Cars example, but I can't find the correct property to change the Price column so that it renders like a number. The code behind it refers to an ...
0
votes
0answers
216 views

heroku rake db:migrate success, but not showing in app

Running through demo_app with hartl tutorial. users page runs fine in dev migration to heroku also successful, but the app (http://afternoon-spring-6699.heroku.com/users) doesn't display. can you ...
0
votes
1answer
44 views

Is there any good tutorial on debugging

Lately, I noticed a lot of people are having problem with debugging in my company and this is causing me some hair loss... Joke aside, I want to help them but I don't always have the time to help them ...
1
vote
2answers
363 views

Rails 3 tutorial Ch. 10.6 ex 5 rspec failure

In solving exercise 5, I ran into a similar issue as this question. I refactored based on the answer given to that question but am still receiving the failure: 1) UsersController DELETE 'destroy' as ...
0
votes
2answers
1k views

How do I write an app that syncs with a database I created whenever a list is changed?

I am new to Android development so please forgive my ignorance. For a research project, I have to create an Android app that syncs with a database I create whenever user info is changed. The nature of ...
0
votes
0answers
492 views

Android Programmer Books [closed]

Are there any good Android programming books/ebooks, like a must-read for all aspiring Android developers or something. Preferably covering a vast range of concepts, techniques, tips and tricks etc. ...
2
votes
5answers
2k views

C/C++ Linux API?

Is there a Linux API I can use? Just like there is a windows API for C? I've tried to look for it but wasn't able to find one. IF there is one, where can I find some tutorials on it?
0
votes
1answer
67 views

Is there something like JavaScript Garden for other languages (namely, PHP)?

JavaScript Garden is, in their words, "a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes, subtle ...
1
vote
0answers
122 views

Where can I find GtkAda Tutorials? [duplicate]

Possible Duplicate: How to use GTK+ with ada Can anyone tell me where could get some GtkAda tutorials? I only have GtkAda User's Guide and GtkAda RM. But I want to get some tutorials about ...
0
votes
2answers
399 views

Android hellospinner tutorial

I am doing the HelloSpinner tutorial and I am getting error markers under two areas (lines 4 and 6 of the onCreate method...i marked them )and I cant figure out why? I have used the code from the ...
0
votes
1answer
443 views

A good tutorial for COM (c++) and .Net interop (c#)?

I have a C#-Application, but now I need some code written in C++. The Problem here is that I am pretty good with C++, I am getting better in C#, and I have no clue whatsoever of COM. Up until now I ...
6
votes
3answers
4k views

Heroku error, ActiveRecord::ConnectionNotEstablished

I'm following the http://ruby.railstutorial.org/chapters/static-pages tutorial, and at the end of the linked chapter I keep having issue deploying to Heroku. At: x.heroku.com/pages/home I get an ...
2
votes
1answer
598 views

How to learn developing Android apps? [duplicate]

Possible Duplicate: How can I learn Android? How to learn developing Android applications I want to learn Android application developing. Can any one please suggest some tutorials and ...
1
vote
1answer
82 views

Chapter 5 of Hartl book Why does routing requires get() for user.new?

Around listing 5.29 of the Hartl rails tutorial (http://ruby.railstutorial.org/) there is a discussion of a routing error that forces you to call the get method on users/new and not just a match ...
0
votes
1answer
258 views

Ruby on Rails 3 Tutorial by Michael Hartl - Lesson 3 Static Pages Problem

the system-created page http://localhost:3000/pages/home shows up fine. but when i change the content of the file home.html.erb and reload the page in the browser and view the source code, i see the ...
0
votes
1answer
274 views

How to correctly refresh the ribbon's MFC default recent documents list?

How to correctly refresh the ribbon's MFC default recent documents list? The list in not updating correclty. I enabled it using this: In the ribbon XML, inside the CATEGORY_MAIN tag i've created this ...
0
votes
3answers
173 views

Recommendation for First Learning Web Development [closed]

I want to start improve my web development skills,and I just wanted to ask for something to start with. I was offered to learn HTML and JavaScript, but I'm not sure about that. BTW, I can develop in ...

1 2 3 4 5 32