beginners-guide

Looking for a good UDK (Unreal Development Kit) guide/book

Hi! I want to learn how to use UDK because I always wanted to make games, etc. Is there anybody who knows a good book or online guide to learn the basics? Thanks a lot! ...

Learning JavaScript in one weekend?

Similar to this question, I am wondering if experienced JavaScript developers have any websites they use with examples to get the basics of JavaScript down in 24/28 hours? I have looked at Douglas Crockford's Google Tech Talk and I bought the book "Javascript: The Good Parts", but I haven't had time to read it. ...

deleting element objects of a std vector using erase : a) memory handling and b) better way?

hi, I have a vec_A that stores instances of class A as: vec_A.push_back(A()); I want to remove some elements in the vector at a later stage and have two questions: a) The element is deleted as: vec_A.erase(iterator) Is there any additional code I need to add to make sure that there is no memory leak? . b) Assume that condition if(...

Beginning python for the web

I'm looking for a nice tutorial or framework for developing Python written web applications. I've done lots in PHP, but very little in Python or Ruby and figured I'd start with the first one alphabetically. ...

Good beginners' level book about mobile telecommunication

I've recently joined a company who specialize in the mobile telecommunication domain. I'm encountering a lot of jargons, and I'm feeling a bit lost in most of the conversations. Although I'm quickly searching for the new terms on the web and learning stuff on the job, I would like to read an introductory book that will take me through th...

How to learn Ruby on Rails as a complete Programming Beginner?

I want to build a scalable dynamic Web Application. I have never programmed an Object Oriented language before. Or, let's just say I am completely new to programming, because the previous experiences aren't worth talking about. I know I have a really big task ahead of me ^^ but I wanted to get into coding for the last 10 years and now t...

Where to start to learn Android?

I want to start making a program for a local charity on the Android platform. Where can go I for resources and tutorials to learn? I'm very new at this, so would like something simple that can be followed by someone with minimal technical knowledge. ...

Learning Ruby on Rails

Possible Duplicates: How to learn Ruby on Rails as a complete Programming Beginner? How to learn Ruby on Rails (RoR)? I want to learn Rails. Any one help me a useful and easy URL for learning Rails ...

what is serialization and how it works

Possible Duplicate: Why Java needs Serializable interface? I know the serialization process but have't implemented it. In my application i have seen there are various classes that has been implemented serilizable interface. consider following class public class DBAccessRequest implements Serializable { private ActiveReq...

Adding db file to visual web developer

Hi, I'm beginner in visual web developer. I want to add a ready database to my project, to do that I simply add the db file to App_data folder. However, I can't see any table or database diagram etc. Am I missing a big part to add external source ? Any help? I'd appreciate it ...

Quick access to Android for a third person

Recently I was asked if I could help someone to get quick-started to android programming. What would you suggest to tell this person? Would you explain everything by hand or just refer to external links? Which ressources would you recommend? This whole issue should not take too much time...assuming 2-3 hours Once my access to this issu...

Questions on C strings

I am new to C and I am very much confused with the C strings. Following are my questions. Finding last character from a string How can I find out the last character from a string? I came with something like, char *str = "hello"; printf("%c", str[strlen(str) - 1]); return 0; Is this the way to go? I somehow think that, this is not th...

Is C++ a good place to start for programming?

I want to learn some basics of software design (with the idea to expand thereupon later), particularly for mac and mobile devices. I am new to programming and have only basic HTML experience, so pretty much a complete novice. Are there any suggestions as to where I should start? I have just bought Herb Schildt's beginner's guide to C+...

How do I get started with jQuery?

I’m new to jQuery, so I want to know how I can get started with it, or where to start from. I have good knowledge of HTML, CSS, DHTML and JavaScript. ...

About Flex with PHP kick start

Hi php flex devs, im a php developer and i wish to start application with php flex combination any one drive me a gud tutorial/samples other than zend tutors. since im working with drupal i have no idea about zend concept is that i need to know sactionscript to start flex? Thanxs in adv, Gobi :) ...

What's your way of learning a language?

I have just started learning Java (referring Head-First book). I just wanted to know what's the best way of learning any language? How to get most out of the book? Should one have to study the book's matter and then try that code later on computer or do that simultaneously? (learning concept and try that on the computer at the same...

Subversion for beginners

Hi! I'm doing a web project when I discovered that I need to save my other versions of a file I'm editing so I can easily revert back if something odd happens. I did a little research and found Subversion. But I really don't get the idea of Subversion. Please help me! I'm thinking twice if I can really use it for my project or not. I wan...