learn

What's a good book for learning PHP?

Possible Duplicate: What is the best PHP programming book? Let me start off with saying, I know this question has been asked multiple times. I ,however, could not find any up-to-date answers. Anyways, I'm fairly experienced with HTML/CSS. I would like to get into server side programming. I don't have that much programming expe...

What programs were used to make this flash game?

the url is probably NSFW the game: http://www.tsbmag.com/booty-call-episode-1/ Could this game be created 100% in flash? If not, what programs could be used to provide this style of graphics and animation ...

starting my first project

Hello, i am a beginner programmer, i have studied c/c++, java and data structures in university but i have never written any real program (only trivial programs for university). I am thinking of writing an instant-messaging client, and i would like information on how to start the project ...

C pointers - Different address

I'm trying to learn about C pointers but I cannot understand somethings... The following code: #include <stdio.h> void foo(int *x, int *y); void foo(int *x, int *y) { printf("x = %p\ny = %p\n", &x, &y); *x = 5; *y = 6; } int main(void) { int a, b; printf("a = %p\nb = %p\n", &a, &b); foo(&a, &b); return 0; ...

Are there any good videos to learn programming basics which are required to learn javascript?

Are there any good video to learn programming basics which are required to learn JavaScript, then jQuery later. for the person who is already having good command over xhtml and css ? future aim is not to learn any server-side language, php, asp.net, ruby ,etc. just pure and advanced javascript/jQuery. Video for absolute programming begi...

Good Learning Method for Objective-C?

Hi I know this must be asked a millions times and can't be easy to answer as there is o definitive method, but any help would be appreciated, thanks. I have been playing around with all sorts of things in Xcode and with Objective-C, however I can't seem to find a good way of learning things in an efficient way. I have bought the book ...

Good Websites/Blogs/Books to learn COLDFUSION?

Hi all, I am newbie to cold fusion. I am in plan to create a e-commerce as well as business oriented application using cold fusion as front-end and sql-server as back end. It contains all the functionality including db connectivity, report generation, etc... I found some tutorials, but i like to get a clear vision from SOF professional...

What are the best books for learning HTML 5, CSS, and PHP?

Possible Duplicates: List of freely available programming books What is a good HTML5 book? What are the best books for learning HTML 5, CSS, and PHP. I am trying to learn as fast as possible and as best as possible. Would books would you recommend for a complete beginner? I have a book on html but it's like 4 years old befor...

Where to go next when I want to "update my self in advanced java technologies and frameworks"

"Update yourself in the latest core java language, and some of the advanced Java technologies and frameworks" is the advice I got from a fellow senior programmer as a pre-requisite to looking for a better job. I want to do that. Background: I am a beginner java developer. I have several years of experience writing Java SE (Console) and ...

Importance of Learning MS DOS

Hi, I'm teaching an introductory class to brand new computer engineering students. This week I'm going to teach basic MS DOS commands and batch files (and a few weeks later unix). Last year some students were whining that "it wasn't necessary anymore". Since I insist on teaching it, I have some reasons in mind. But I'd like hear you guy...

I want to learn Objective-c, but...

...I am not sure which book to go with. I came to conclusion and it's between those two: [Programming in Objective-C 2.0] vs. [Learn Objective-C on the Mac]. My programming experience/skill is fairly strict, as I just know a little C. I know some loops (if, if-else, while, for, do, case) and how algorithm work. That's pretty much it, I...

SQL Server and Oracle joins tutorials

Hello All, Question 1: I am learning SQL Server and Oracle joins (inner joins, outer joins...) and case statements syntax. Though I can google for the info, but would like to ask for some sites, links, and materials that fully explain the joins and case statments. Once again, thanks. Thanks gentlemen. Question 2: I am running a sim...