Tagged Questions
The self-teaching tag has no wiki summary.
70
votes
18answers
4k views
Will being self-taught limit me? [closed]
I'm 21 and am pretty efficient in html/css, python, and javascript. I also know my way around lisp languages and enjoy programing in them. My problem is that I'm extremely self-taught and not quite ...
36
votes
22answers
4k views
What books should I read to have an undergraduate education in Computer Science? [closed]
I've always been a largely independent learner gleaning what I can from Wikipedia and various books. However, I fear that I may have biased my self-education by inadvertent omission of topics and ...
20
votes
32answers
3k views
C++ as a first language
I've been self-learning C++ for about 4 months now. I'm enjoying it, and I think I'm doing quite well. However, an answer to a question of mine got me thinking that I might be setting myself up for a ...
17
votes
6answers
681 views
How difficult is it for an old-school programmer to pick up an FPGA kit and make something useful with it?
I'm an old, old, old coder. (How old? I've used paper tape in anger.) I've programmed in a lot of languages and under a lot of paradigms (spaghetti, structured, object-oriented, functional and a ...
14
votes
14answers
421 views
What sorts of things should I build when teaching myself a new language? [closed]
Possible Duplicates:
“Projects” for learning a new language
What would you write if you wanted to learn a new language?
I'm a rather junior programmer. I did a program in ...
11
votes
19answers
1k views
Three most critical programming concepts
I know this has probably been asked in one form or fashion, but I wanted to pose it once again within the context of my situation (and probably others here at Stack Overflow).
I made a career change ...
11
votes
9answers
506 views
How do you manage your continuing education?
My guess is that many of us would count ourselves among a particular sort of group -- developers interested in become better developers. I'm interested in getting a better sense of how you approach ...
8
votes
6answers
424 views
How to get up to speed on modern Java as a C++ programmer?
I program in C++ for a living. My last serious exposure to Java was in 1996.
What's a good self-study way to get up to date on modern Java? (Bonus points if it can be done online.)
7
votes
14answers
1k views
Learning how to do programming in school and learning programming outside of school
Hope this thread won't be closed as fast as the other one, because I'm interested about your opinions about what school contribute when it comes to learn programming. I plan to do a thesis in that ...
6
votes
5answers
470 views
Best way to teach yourself Ruby?
I have a decent amount of web development and programming experience with C, C++ and several markup languages. In order to expand my knowledge I've decided to learn Ruby and I'm wondering what you ...
5
votes
5answers
425 views
In .NET, Does SQL have any part in game development? Is it used for anything?
I'm a self teaching beginner, and I know absolutely nothing about the technical specs of computers/programming in general. I am using a C# book to learn it, and I mainly just want to learn everything ...
5
votes
7answers
879 views
Good resources for learning Objective-C
I have developed for a number of years in Java, primarily for Linux and Windows. During my undergrad and grad school times, I also did quite a bit in C and C++. I have recently (in the last year and ...
5
votes
5answers
747 views
Want to write an eBook collection manager in Python. What do I need to learn?
I have been teaching myself the rudiments of Python and have reached a stage where I would like to tackle a project of increasing complexity in order to "scratch an itch".
I have a large eBook ...
4
votes
1answer
74 views
Algorithm to optimise utilisation of capacity
I've set myself a "simple" programming challenge in C# to optimise capacity. I didn't do to well on my first attempt (as described further down) so was looking to see if there is a standardised ...
4
votes
1answer
110 views
Can you explain me how Continuous Integration works?
I wish to use Continuous Integration, but I'm little lost with Ant, Jenkins, CruiseControl, Phing, PHPUnderControl, etc...
What is really Continuous Integration?
I'm developping PHP application ...
4
votes
5answers
318 views
What books would you recomend for learning Python?
What books would you recomend for learning Python?
Ideally ones that are available in electronic format and in Russian.
4
votes
6answers
262 views
Learn the programming basics [closed]
A young relative of mine has decided that she will study for software developers. But she has absolutely no programming experience. I would like to help her with the basics before she starts with the ...
4
votes
6answers
223 views
Continuing my programming education
I completed Stanford's CS106a over the summer and took the ap exam in java a few months ago. As a result I have a pretty good knowledge of java. Now I want to continue my programming education. ...
4
votes
7answers
473 views
I want to learn COM. How should I proceed?
I am a fresh graduate with a bachelor in Computer Science. As most school today, they are no longer teaching students C or advance C++ (only an Introductory course in C++... With lessons up to ...
4
votes
6answers
4k views
What's a good way to study algorithms? [closed]
Duplicate of: How to get started on algorithms
After overloading my classes one fateful semester in my college days, I ended up dropping my algorithms course and never taking it again.
I'd like ...
2
votes
1answer
96 views
Is there a coffeescript equivalent to the ruby koans?
I found several javascript testing frameworks with a quick google search: Jasmine, jsUnity, JSpec, YUI Test, JsUnit, QUnit
I'm sure that this is by no means an exhaustive list.
Has anyone written ...
2
votes
4answers
179 views
How do I draw two objects from a Single Class in C#/Csharp and XNA?
Here's my issue. I have a paddle class and a ball class. Both have update, initialize, and draw methods. The issue is with my paddle class. I want to draw two paddles on the screen (each a different ...
2
votes
3answers
388 views
What does this SQL Database error mean in C#?
I was adding a service-based database, but I got this message:
A network-related or instance-specific error occurred while establishing a connection to the SQL server. The server was not found or was ...
2
votes
4answers
289 views
Learning web-based programming for the C++ programmer
I want to create a web-interface for a project I had in mind for a while. I have been programming in C++ (plus HLSL) professionally for the past five years, and learned various others in university ...
2
votes
11answers
725 views
I know HTML; what web programming language should I learn now?
So far I have taught myself HTML by coding in Publisher 97 and using W3-Schools. I have picked up small amounts of CSS and PHP.
What Should I learn after learning HTML?
And what is the best editor ...
2
votes
8answers
642 views
Performance issues with empty “;” statement in C#
Platform: .NET Framework 3.5 SP1 on x32
Are there any performance issues regarding leaving an empty statement (";", by itself) in code?
And to be marked as an answer would you also teach a man (me? ...
2
votes
17answers
974 views
What is your preferred pastime programming project? [closed]
By pastime programming project, I refer to any programming you do that's in your spare time and not work-related per se, although what is learned can be applied to work. I like using Processing to ...
1
vote
2answers
406 views
Design Pattern Video Lectures
Can you recommend a good Design Pattern video lecture? Something like the ones found in MIT Open Courseware.
It is preferable if the lectures can be accessed for free.
1
vote
5answers
524 views
Self-Teaching Beginner trying to make a temperature converter. Have some issues
I am trying to build a temperature converter to help myself learn C#. I only know most of the basics, and this is what I have come up with so far. What I am stuck on, is taking the number the user ...
1
vote
3answers
400 views
What's the easiest way to implement collision detection in an XNA Game w/ C#?
I'm basically working on a Pong clone, and I wanted to add collision. The way I wanted it to work, is that the paddles would each be divided into 4 sections (not visually), and the ball will react ...
1
vote
5answers
382 views
Learning COBOL Without Access to Mainframe
I am a graduate student majoring in Computer Science. My department teaches the majority of its courses using Java (though I did take one course on system architecture that used C to demonstrate ...
0
votes
2answers
46 views
iOS self taught developer transitioning to Android
Hi I've been making iOS apps for about 3 1/2 years, I'm self taught and basically learnt how to program iOS apps by trial and error & youtube. I want to have my apps available on android because ...
0
votes
0answers
79 views
Why is it a challenge to grasp programming concepts? [closed]
Understanding and writing code has never come easy to me. I have a relatively high IQ, tested between 130 and 140 and I believe my ability to deduct and reason using logic is very good, but the act of ...
0
votes
1answer
142 views
I don't understand what's wrong with my Pong XNA/C# Code
I followed this tutorial -
I used the 3rd Method (Polymorphism) to add screens to my game, and now I'm getting errors.
It says it 'Graphics Component not found'
I comment out this code -
...
0
votes
1answer
60 views
self-teaching sql, grouping results error
Teaching myself SQL, and using an employee info db, on oracle 11g.
I'm trying to return the total numbers of hours and days worked by an employee at each of the "offices"
However, the "work hours" ...
0
votes
2answers
67 views
Quick question on subqueries and AVG() on a subtraction
Working on a query to return the average time from when an employee begins his/her shift and then arrives at the first home (this DB assumes they are salesmen).
What I have:
SELECT l.OFFICE_NAME, ...
0
votes
2answers
65 views
Logic to use COUNT() to return number of matching values
I'm trying to do something with SQL, teaching it to myself, and I'm unsure what to do next with what I want.
I'm trying to write a query into my DB (using just an "employee info" DB) that returns ...
0
votes
3answers
83 views
How do I use parameters and return in C#?
For the life of me, every tutorial I look through, every video I've seen, every book I've read, I just can not understand how these things work exactly.
I see passing Values by Value, Value by ...
0
votes
0answers
46 views
Please guide this self-taught Web Developer
One of the major regrets in life is that I didn't do something with my introversion. I didn't manage to get past the first year of college because of that. I have chosen the path where there are no ...
0
votes
4answers
190 views
Computer Science Textbooks / Online [closed]
Possible Duplicates:
List of freely available programming books
Language Books/Tutorials for popular languages
Hi all,
A quick question. I wanted to teach myself / explore 'computer ...
0
votes
1answer
31 views
the follow up link, to this wcf ria silverlight tutorial by microsoft, is totally confusing please help
Till the below it works fine
http://msdn.microsoft.com/en-us/library/ee796239(v=vs.91).aspx#Y2918
from the below link nothing works, from where did _customer context come from!!
and help!!
...
0
votes
1answer
34 views
please suggest some resources from which explain silver-light business application in detail
microsft link
http://msdn.microsoft.com/en-us/library/ee796239%28v=vs.91%29.aspx#Y3078
but, i am hobbyist (small time :) ) i dont understand every thing provided in these tutorials,
please ...
0
votes
1answer
219 views
how many pixels (px) is the screen( of a maxized browser window )
any international standards? . . . .
0
votes
1answer
155 views
How closely is Engineering Math related to CompSci Math? [closed]
Trying to find the best textbook for self-studying the math prerequisites needed for Computer Science, I found the following two to be easily understandable: Engineering Mathematics: A Foundation for ...
0
votes
1answer
51 views
Getting into web design business [closed]
Greetings! If you read this question in full, you would have a better chance of giving an answer that would help me.
I have been programming for 5 years professionally, but never touched the web for ...
0
votes
5answers
265 views
How do Arrays work in C#?
I know that they are used to store data, but I have a difficult time understanding exactly how to use them in a program.
In addition, I found this site with a tetris clone tutorial (the actual ...
0
votes
4answers
660 views
Can Tetris be made without using XNA currently? Using C#?
I have an outdated computer, that currently will not run certain XNA components. I am a beginner at this stuff, so I'm looking to get some other programming stuff done before I get a new computer that ...
0
votes
2answers
106 views
High Speed Development refresher
I am curious about how some of you refresh your coding skills.
For various reason, my dev skills have been idle for the last few months and was wondering what suggestions there where to dust the rust ...
0
votes
7answers
153 views
Good Tutorials in general [closed]
Can someone tell me why there are so little good programming tutorials in general?
I know one site, and that's for flash, but I don't use that much flash: http://www.gotoandlearn.com/
I think it's a ...
-2
votes
1answer
124 views
Complex MySQL Query - Select Unique Records, Count, Insert and Delete [closed]
I'm new! New here, new with MySQL and PHP. And I'm trying to do a little something which has got me all baffled up. Please try and help me guys.
I have a table with some sample data as follows:
ID ...