Tagged Questions

1
vote
4answers
131 views

What Site is a Good Example of JQuery

I have already checked stackoverflow. Their Jquery/Javascript code is cryptic. The variables are all one letter in length. So can you guys give a good website that uses JQuery well …
1
vote
8answers
90 views

Where can I learn jQuery [closed]

Possible Duplicates: Where can I find a tutorial to get started learning jQuery? Where can I learn JQuery? is it worth it? What are the best resources out there for a NO …
1
vote
10answers
103 views

What’s your preferred method of learning a new language? [closed]

Possible Duplicates: How do you start learning a new programming language? What language(s) have you learned, and how? When learning a new programming language, what do …
3
votes
5answers
63 views

Easy Ruby libraries to understand for beginner

Hi. I'm at the point in learning Ruby where I'd like to look at some small-ish libraries' source code to see how they were built. I do not know what is considered a small library b …
3
votes
7answers
217 views

How can I help my poor friend learning to program?

A friend of mine is taking a course called "interaction design". She has no previous experience with programming, but is technical by nature. Worked with networking and system admi …
2
votes
12answers
219 views

I am having trouble learning javascript. Any suggestions?

I've been trying to learn javascript for 5 years now. I know the basics and can sort of read most javascript that someone else has written but I for some reason still, after 5 year …
17
votes
28answers
1k views

What do you wish you’d known about when you started learning Python?

Hello, I've decided to learn Python 3. For those that have gone before, what did you find most useful along the way and wish you'd known about sooner?
3
votes
10answers
117 views

Good exercises to transition from coding in VB.NET to C#?

What are some good exercises that an intermediate/advanced VB.NET web programmer should to do gain syntax chops on C#? I imagine some good examples would be: algorithms or pro …
1
vote
4answers
95 views

Good introduction to generics

Being compelled by the advantages I'm looking for a way to integrate generic programming into my current programming style. I would like to use generics in C# but can't find any go …
0
votes
5answers
62 views

For All Web Designers: Academic learning vs self taught learning

I'm quite curious about your experience learning html, css, php, js web standards etc. Did you consider learning them in college or institutes or you think it's absolutely unnecess …
0
votes
2answers
40 views

Give some sites for free online xml quiz? [closed]

I'd like to learn XML and want some way to know whether I understand it. Where are some sites that have free online xml quizzes?
149
votes
239answers
23k views

Confessions of your worst WTF Moment. (What not to do.)

What wonderful advice can we learn from the "What not to do" school of hard knocks?
4
votes
3answers
99 views

Does anyone know of a good reference for DSL design?

I've been looking into designing some Domain Specific Languages which I will probably implement in Clojure, but I really don't have any idea of what's involved. The languages I ha …
1
vote
5answers
105 views

Bitwise Operation and Usage

x = 1 # 0001 x << 2 # Shift left 2 bits: 0100 # Result: 4 x | 2 # Bitwise OR: 0011 # Result: 3 x & 1 # Bitwise AND: 0001 # Result: 1 I can …
103
votes
150answers
12k views

What should every programmer know?

Regardless of programming language(s) or operating system(s) used or the environment they develop for, what should every programmer know? Some background: I'm interested in becom …

1 2 3 4 5 75 next
15 30 50 per page