learning

What advanced-level programming concepts/techs to learn? Language neutral

Hi, Although I am learning a variety of newer .NET technologies (MEF, SL4, etc), what are the language-neutral advanced technologies to learn? For example, I remember ANTLR being one. I know a little about image recognition/edge detection etc as I am incorporating it in a project, but I am looking for skills which don't require speciali...

Whats the best way to learn java if you have trouble concentrating on what your doing?

I Want to learn java for personal and maybe eventually professional use but every time I pick up book i lose focus forget everyhing and have to read it all over. Is there a better way to learn java or any programming language in general then by using a book like head first java? ...

What should I do to learn Functional Programming

http://stackoverflow.com/questions/1738870/how-difficult-is-it-to-learn-functional-programming-languages http://stackoverflow.com/questions/24279/functional-programming-and-non-functional-programming http://stackoverflow.com/questions/102911/whats-a-good-functional-language-to-learn-first I was exposed to the beautiful world of IDE fo...

How should a CS student present his technical skills in a resume?

I've decided to join my college's co-op program and I'm going to start applying for jobs probably in October. I'm a bit unsure as to what I'm supposed to include in the "technical skills" section of my resume. I was told that since I lack experience, I should use a combination (highlight skills and education rather than experience) forma...

Learning LEFT JOIN in MySQL

dear all.i newbie at web programming and until now i still have learn about MySQL syntax. for now i start to use LEFT JOIN method. i know that this method use for make normalization between two or many tables. I have posted a question in SO, then I receive an Answer which make me confuse. I have modified that answer,but i still confuse b...

What testing advice will you give a beginner for testing websites

I'm just starting out working on test scripts.I'm going to get a web application created in .net for testing. I have no idea what kind of testing is needed for such kind of applications. ...

How complex is Perl? Is it easy to learn?

At first, I was doing C (2 years). Now, I am doing PHP (1.5 years). My boss wants me to learn Perl now. He says the company is going to have many Perl projects now and he need me to do it. How complex is Perl to learn in my case? Should I clearly say no to him OR should I give it a try. Edit: You all asked why I would say no to ...

What is the best way learning a framework or language from its source?

I mean there are some great opportunities on net but it is also so hard to learn them if there is no book or screencasts. Examples are, Go, etc... What's your way of doing it? ...

What is the best way of minimizing the learning curve?

I mean what is your way of doing thing when you need to get productive very fast but you don't know anything about THE language? Especially when there is no book available? ...

Recommended iOS books after beginner´s books

I have read and enjoyed the books: iPhone Programming: The Big Nerd Ranch Guide and Beginning iPhone 3 Development: Exploring the iPhone SDK Which book would you recommend as the third iOS book? ...

How can I truly master Javascript?

OK, maybe "master" is a bit strong of a word, but I'd certainly like to get better at it. I can get things done with JS for the most part, but I've always had a nagging feeling that my knowledge in the language is lacking. I believe the main problems I have with Javascript are: Inconsistent behavior across browsers Event-driven prog...

How to read c++ errors involving templates.

I'm learning C++. I regularly get errors that look like this /usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++/bits/basic_string.h:1458: instantiated from 'static _CharT* std::basic_string<_CharT, _Traits, _Alloc>::_S_construct_aux(_InIterator, _InIterator, const Alloc&, std::_false_type) [with _InIterator = std::istream_iterator, std...

Best way to start learning HTML, CSS, and other web frontend technologies

Hello. One of my friends is wanting to learn HTML for the purpose of helping me to create websites. I figured the best place to start is working with the frontend of websites. What good online resources out there can I recommend to my friend? Most of the online HTML tutorials out there teach the deprecated way of writing HTML, such as ...

Books for watin

Hi, As i am new watin user. Could any one tell me resource (books,ebooks etc) for watin concept learning.....I need it asap......... I have gonne through watin site already.....My biggest requirement is any book for it ...

JSP newbie question

Hi All, I have asp.net background and got a project where the need is JSP, Servlets and DisplayTag library. I believe if I have asp.net experience and javascripting experience JSP programming wont be difficult so want to give it a try. can anybody suggest any site/video training/books etc to gain the knowledge in quick manner from JSP...

very simple io question c++

Just started learning c++ today and im pretty boggled. its an amazing language but im having some trouble overwriting a file #include <iostream> #include <fstream> using namespace std; int main( ) { double payIncrease = 7.6; double annual; double annualIncrease; double newAnnual; double monthlyIncrease; doub...

What's your reason to learn clojure ?

I got a personal question for you guys out there: what's your reason for learning Clojure ? (For me, it's the same thing as it was with Java over C, it promises a better programming experience) ...

C Programming Tutorial by Problem Set

I'm currently brushing up on C programming and I'm looking for an online site that teaches the language through a series of programming problems. These problems would gradually increase in complexity and focus on introducing one or two new concepts of the language as the user/student learns more. I'm familiar with the UVa Online Jud...

Learning Windows Workflow Foundation 4, where to start?

I have been playing around with wf4 for a while. I found various articles, videos(channel 9), blog posts and sites about wf4, but couldn't able to organize it in a proper way. I look forward to create a Learning Catalog for Windows Workflow 4 with VS 2010 and IIS 7 (without AppFabric ) Windows Workflow 4 with VS 2010 and IIS 7 (with ...

funtion of getHibernateTemplate().flush()

I am new to Hibernate. Please tell me what is the use of getHibernateTemplate().flush() and how it works. ...