active questions tagged learning - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T14:39:14Zhttp://stackoverflow.com/feeds/tag/learninghttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1927758/what-effects-does-legacy-code-cause-on-a-developers-skills1What effects does legacy code cause on a developer’s skills?dpb2009-12-18T11:46:54Z2009-12-18T14:38:06Z
<p>Edsger Dijkstra once said that "the use of COBOL cripples the mind...". How about working on legacy software? Do you, as a developer, get crippled by that?</p>
<p>As an employed programmer, I have spent most of my time maintaining and fixing legacy systems. In my free time I constantly try to learn new techniques, languages or frameworks, but 8+ hours a day, 5 days a week I work on someone’s OLD crap application (I have, for example, worked with COBOL or EJB 1 or apps written in ASP).</p>
<p>I see a lot of questions on SO about technologies I have never heard of, and there is also a lot of people answering them. So, I am now wondering what effect working on old apps has on my skills.</p>
<p>A good thing that resulted from it is that I’ve picked up books like Code Complete or Refactoring, trying to ease my job, and I have learned a lot (i.e. even a bad example is a very useful example), but I am sure that there are also negative aspects of this (e.g. if I am out of a job, some years of COBOL don’t mean s**t if Web2.0 skills are demanded).</p>
<p>So, my question is: <strong>what do you gain and what do you lose, as a developer, when working mostly on legacy software?</strong></p>
<p>Thank you.</p>
http://stackoverflow.com/questions/1928322/looking-for-ideas-for-a-fun-project-to-learn-wcf0Looking for ideas for a fun project to learn WCFEdward Tanguay2009-12-18T13:53:53Z2009-12-18T14:05:07Z
<p>Starting next year, I'll be working on the <strong>WCF services</strong> area of our SOA application at work, so during the <strong>xmas break</strong> I want to <strong>learn WCF</strong>.</p>
<p>I would like to create a <strong>fun, useful project</strong> to work on in which I use WFC to make it work. But since WCF is a bit <strong>dry</strong>, I'm having a hard time thinking of a cool project, but I can imagine something like this:</p>
<ul>
<li>a <strong>Silverlight/WPF game</strong> that runs on two computers and communicates via <strong>WCF</strong>?</li>
<li>some kind of <strong>service that monitors</strong>, e.g. email or twitter and gives notifications? (is this something that WCF can do, like a Windows Service?)</li>
<li>I have a <strong>ASP.NET hosting site</strong> (<a href="http://domainbox.de" rel="nofollow">http://domainbox.de</a>), can I use WCF somehow to create e.g. RIA Services implementation which I consume from silverlight sites? It's a bit unclear to me where web services stop and WCF begins, e.g. in a hosting environment.</li>
<li>I have a couple <strong>Windows 7 Ultimate machines</strong> at home, so I assume I just need to install <strong>IIS7</strong>, or are there other ways to host and use WCF on a small network? Up to now I have only done samples which run on a temporary http port URL.</li>
</ul>
<p><strong>What is the funnest WCF project that you have worked on, or what kind of ideas do you have for a project which would create something useful and teach WCF at the same time?</strong></p>
http://stackoverflow.com/questions/132798/what-should-every-programmer-know108What should every programmer know?Matt Lacey2008-09-25T11:50:18Z2009-12-18T13:18:02Z
<p>Regardless of programming language(s) or operating system(s) used or the environment they develop for, what should every programmer know?</p>
<p>Some background:</p>
<p>I'm interested in becoming the best programmer I can. As part of this process I'm trying to understand what I don't know and would benefit me a lot if I did. While there are loads of lists around along the lines of "n things every [insert programming language] developer should know", I have yet to find anything similar which isn't limited to a specific language.</p>
<p>I also expect this information to be of interest and benefit to others.</p>
http://stackoverflow.com/questions/1927308/choosing-java-tools-ide-and-compiler-for-beginners1Choosing Java tools (IDE and compiler) for beginnersNewb2009-12-18T09:58:11Z2009-12-18T11:46:14Z
<p>I stumbled across this:</p>
<p><a href="http://en.literateprograms.org/Vending%5FMachine%5F%28java%29" rel="nofollow">http://en.literateprograms.org/Vending_Machine_%28java%29</a></p>
<p>It is a java vending machine, I want to read it and also follow along, write the same code.</p>
<p>What's the fastest way to get java setup such that I can just start coding the java vending machine as I read along?</p>
<p>I was in the process of downloading the Java SE Development Kit 6u17 for Windows, Multi-language, when I looked to the right hand side of the same page and just realized that I can also download Netbeans.</p>
<p><strong>Again, the question is what's the best java IDE or compiler that a newb like me can use to do the java vending machine linked to above.</strong></p>
<p>Or </p>
<p><strong>What are the java programmers using to code java with?</strong></p>
<p>I am new to java, C++ is easy to install and start coding, likewise so is PHP, but java just seems like an interesting new beast to me, thank you for not flaming.</p>
http://stackoverflow.com/questions/1927148/learning-as-a-developer3Learning as a developer [closed]James P.2009-12-18T09:11:02Z2009-12-18T10:35:42Z
<p>This is not a programming question strictly speaking but I hope there will be some interesting replies and viewpoints given.</p>
<p>I'm in my thirties and aiming to get a job as a Java developer while finishing off a bachelor's degree. Having no working experience in the field, it's been a bit of a catch-up game and I've noticed that I'm not as efficient at learning as I could be.</p>
<p>Here's some questions you can use to formulate a reply. How do you:<br>
- Manage your time when learning something new ?<br>
- Motivating yourself (ideas, activities) ?<br>
- Decide on what's the most important when tackling a new programming language ?<br>
- Sifting through what's essential in a book or manual ?<br>
- Keep focus on your main subject of study and avoid getting sidetracked on other areas of interest ?<br>
- Strike a healthy balance between learning something and distracting yourself ?<br>
- Get back into shape when you're weary and have trouble diving back into learning ?<br>
- Decide yourself on an objective time-wise and stick to your decision ?<br>
- Decide yourself on an overall objective ?<br>
- Manage the various sources (books, pdf, web sites, videos...) of learning material ?</p>
<p>In response to comments: I am holding a white flag up :p</p>
http://stackoverflow.com/questions/1927346/books-or-resources-for-high-loaded-sites1Books or resources for high-loaded sites.Alex2009-12-18T10:07:49Z2009-12-18T10:16:29Z
<p>Currently I'm developing high-loaded financial portal(we use LAMP to run our project). There are great number of incoming data to be processed and stored. So optimization tasks become very important for us. </p>
<p>Could you suggest books, articles or resources, that discover optimization questions (especially bboks).</p>
<p><strong>NOTE</strong>: At the moment I'm reading great book <a href="http://oreilly.com/catalog/9780596003067" rel="nofollow">High Performance MySQL</a>, but besides I want to know other facilities of optimization.</p>
http://stackoverflow.com/questions/55574/learning-ruby-on-rails43Learning Ruby on RailsEthan Gunderson2008-09-11T00:50:59Z2009-12-18T05:19:22Z
<p>As it stands now I'm a Java and C# developer, but the more and more I look at Ruby on Rails, the more I really want to learn it. What have you found to be the best route to learn RoR? Would it be easier to develop on Windows, or should I just run a virtual machine with linux? Is there an ide that can match the robustness of Visual Studio? Any programs to develop that give a good overhead of what to do? Any good books? Seriously, any tips/tricks/rants would be awesome.</p>
http://stackoverflow.com/questions/1925114/two-confirmations-needed-about-clean-code5two confirmations needed about clean codeDelirium tremens2009-12-17T22:42:41Z2009-12-18T00:20:02Z
<p>Regarding the book "Clean Code - A Handbook of Agile Software Craftsmanship":</p>
<ul>
<li><p>it says that functions should do one thing. Should else be avoided? If so, should return true and return false that use to come together really be avoided too?</p></li>
<li><p>it says that functions should have one level of abstraction. Is high-level like ruby or like less indenation level and is low-level like assembly or more indentation level?</p></li>
</ul>
http://stackoverflow.com/questions/313527/simple-algorithm-tutorials4Simple algorithm tutorials?Anon2008-11-24T06:10:55Z2009-12-17T21:07:48Z
<p>I want to learn algorithms using some very basic simple tutorials. Are there any out there? I have heard of recursion and stuff and I would like to get good at it. Any help would be appreciated.</p>
http://stackoverflow.com/questions/1840522/how-can-developers-get-out-of-the-learning-void25How can developers get out of the learning "void"?Andrew2009-12-03T15:17:39Z2009-12-17T15:43:56Z
<p>As a programmer of any level, I have found that at times our programming knowledge comes to a halt. Some tend to dismiss this halt and that we are in it. We say things such as: "Well I know this, therefore I must know that." We use the words like: easy and simple; Without really looking at the problem in a greater detail.</p>
<p>So my questions are: </p>
<ol>
<li><strong>What are we dealing with, how is this void formed?</strong> </li>
<li><strong>How do you get out of such barrier/mind set?</strong></li>
<li><strong>How did you continue learning programming the right way?</strong></li>
</ol>
http://stackoverflow.com/questions/919128/good-funny-useful-mnemonic-devices2Good/Funny/Useful mnemonic devices?Kevin L.2009-05-28T04:03:47Z2009-12-17T03:34:05Z
<p>In order to keep the OSI model straight in my head, I dreamt up the silly mnemonic:</p>
<p><strong>P</strong>. <strong>D</strong>iddy <strong>N</strong>ever <strong>T</strong>akes <strong>S</strong>hit, <strong>P</strong>unk <strong>A</strong>ss!
<br>(Physical, Data, Network, Transport, Session, Presentation, Application)</p>
<p>Similarly I was first learning Perl, I rearranged (some of) the regex modifiers to:</p>
<p><strong>SIXMOP GC</strong>
<br>(as in 6 of the things you use to clean the floor, and floor cleaning goes hand-in-hand with garbage collection)</p>
<p>Perhaps this might seem a bit off-topic, but rookie programmers flock to this site for help and mnemonic devices are a great tool for someone just learning a new technology.</p>
<p>Does anyone else have any handy mnemonics that have helped them throughout the years (or are at least worth a laugh)?</p>
http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages103Language Books/Tutorials for popular languagesCraig H2008-08-22T16:59:56Z2009-12-17T00:33:15Z
<p>It wasn't that long ago that I was a beginning coder, trying to find good books/tutorials on languages I wanted to learn. Even still, there are times I need to pick up a language relatively quickly for a new project I am working on. The point of this post is to document some of the best tutorials and books for these languages. I will start the list with the best I can find, but hope you guys out there can help with better suggestions/new languages. Here is what I found:</p>
<p><em>Since this is now wiki editable, I am giving control up to the community. If you have a suggestion, please put it in this section. I decided to also add a section for general be a better programmer books and online references as well. Once again, all recommendations are welcome.</em></p>
<h2>General Programming</h2>
<p><strong>Online Tutorials</strong><br>
<a href="http://codebetter.com/blogs/karlseguin/archive/2008/06/24/foundations-of-programming-ebook.aspx" rel="nofollow">Foundations of Programming</a> By Karl Seguin - From Codebetter, its C# based but the ideas ring true across the board, can't believe no-one's posted this yet actually.<br />
<a href="http://freeworld.thc.org/root/phun/unmaintain.html" rel="nofollow">How to Write Unmaintainable Code</a> - An anti manual that teaches you how to write code in the most unmaintable way possible. It would be funny if a lot of these suggestions didn't ring so true.<br>
<a href="http://en.wikibooks.org/wiki/Wikibooks%3AProgramming%5Flanguages%5Fbookshelf" rel="nofollow">The Programming Section of Wiki Books</a> - suggested by Jim Robert as having a large amount of books/tutorials on multiple languages in various stages of completion<br>
<strong>Books</strong><br>
<a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete</a> - This book goes without saying, it is truely brilliant in too many ways to mention.<br>
<a href="http://rads.stackoverflow.com/amzn/click/020161622X" rel="nofollow">The Pragmatic Programmer</a> - The next best thing to working with a master coder, teaching you everything they know.<br>
<a href="http://rads.stackoverflow.com/amzn/click/0596528124" rel="nofollow">Mastering Regular Expressions</a> - Regular Expressions are an essential tool in every programmer's toolbox. This book, recommended by Patrick Lozzi is a great way to learn what they are capable of.<br>
Algorithms in <a href="http://rads.stackoverflow.com/amzn/click/0201756080" rel="nofollow">C</a>, <a href="http://rads.stackoverflow.com/amzn/click/020172684X" rel="nofollow">C++</a>, and <a href="http://rads.stackoverflow.com/amzn/click/0201775786" rel="nofollow">Java</a> - A great way to learn all the classic algorithms if you find Knuth's books a bit too in depth.</p>
<h2>C</h2>
<p><strong>Online Tutorials</strong><br>
<a href="http://www.physics.drexel.edu/students/courses/Comp%5FPhys/General/C%5Fbasics/" rel="nofollow">This</a> tutorial seems to pretty consise and thourough, looked over the material and seems to be pretty good. Not sure how friendly it would be to new programmers though.<br>
<strong>Books</strong><br>
<a href="http://rads.stackoverflow.com/amzn/click/0131103628" rel="nofollow">K&R C</a> - a classic for sure. It might be argued that all programmers should read it.<br>
<a href="http://rads.stackoverflow.com/amzn/click/0672326965" rel="nofollow">C Primer Plus</a> - Suggested by Imran as being the ultimate C book for beginning programmers.<br>
<a href="http://rads.stackoverflow.com/amzn/click/013089592X" rel="nofollow">C: A Reference Manual</a> - A great reference recommended by Patrick Lozzi.</p>
<h2>C++</h2>
<p><strong>Online Tutorials</strong><br>
The tutorial on <a href="http://www.cplusplus.com/doc/tutorial/" rel="nofollow">cplusplus.com</a> seems to be the most complete. I found another tutorial <a href="http://www.intap.net/~drw/cpp/" rel="nofollow">here</a> but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, <a href="http://www.4p8.com/eric.brasseur/cppcen.html" rel="nofollow">this</a> tutorial might be the best for you.<br>
<strong>Books</strong><br>
<a href="http://rads.stackoverflow.com/amzn/click/0201700735" rel="nofollow">The C++ Programming Language</a> - crucial for any C++ programmer.<br>
<a href="http://rads.stackoverflow.com/amzn/click/0672326973" rel="nofollow">C++ Primer Plus</a> - Orginally added as a typo, but the amazon reviews are so good, I am going to keep it here until someone says it is a dud.<br>
<a href="http://rads.stackoverflow.com/amzn/click/0321334876" rel="nofollow">Effective C++</a> - Ways to improve your C++ programs.<br>
<a href="http://rads.stackoverflow.com/amzn/click/020163371X" rel="nofollow">More Effective C++</a> - Continuation of Effective C++.<br>
<a href="http://rads.stackoverflow.com/amzn/click/0201749629" rel="nofollow">Effective STL</a> - Ways to improve your use of the STL. <br>
<a href="http://rads.stackoverflow.com/amzn/click/0139798099" rel="nofollow">Thinking in C++</a> - Great book, both volumes. Written by Bruce Eckel and Chuck Ellison. <br>
<a href="http://rads.stackoverflow.com/amzn/click/0321543726" rel="nofollow">Programming: Principles and Practice Using C++</a> - Stroustrup's introduction to C++.
<br>
<a href="http://rads.stackoverflow.com/amzn/click/020170353X" rel="nofollow">Accelerated C++</a> - Andy Koenig and Barbara Moo - An excellent introduction to C++ that doesn't treat C++ as "C with extra bits bolted on", in fact you dive straight in and start using STL early on.</p>
<h2>Forth</h2>
<p><strong>Books</strong><br>
FORTH, a text and reference. Mahlon G. Kelly and Nicholas
Spies. ISBN 0-13-326349-5 / ISBN 0-13-326331-2. 1986
Prentice-Hall. Leo Brodie's books are good but this book
is even better. For instance it covers defining words and
the interpreter in depth.</p>
<h2>Java</h2>
<p><strong>Online Tutorials</strong><br>
<a href="http://java.sun.com/docs/books/tutorial/" rel="nofollow">Sun's Java Tutorials</a> - An official tutorial that seems thourough, but I am not a java expert. You guys know of any better ones?<br>
<strong>Books</strong><br>
<a href="http://rads.stackoverflow.com/amzn/click/0596009208" rel="nofollow">Head First Java</a> - Recommended as a great introductory text by Patrick Lozzi.<br>
<a href="http://rads.stackoverflow.com/amzn/click/0321356683" rel="nofollow">Effective Java</a> - Recommended by pek as a great intermediate text.<br>
<a href="http://rads.stackoverflow.com/amzn/click/0132354764" rel="nofollow">Core Java Volume 1</a> and <a href="http://rads.stackoverflow.com/amzn/click/0132354799" rel="nofollow">Core Java Volume 2</a> - Suggested by FreeMemory as some of the best java references available.<br>
<a href="http://rads.stackoverflow.com/amzn/click/0321349601" rel="nofollow">Java Concurrency in Practice</a> - Recommended by MDC as great resource for concurrent programming in Java.</p>
<h2>Python</h2>
<p><strong>Online Tutorials</strong><br>
<a href="http://www.python.org/doc/" rel="nofollow">Python.org</a> - The online documentation for this language is pretty good. If you know of any better let me know.<br>
<a href="http://diveintopython.org/" rel="nofollow">Dive Into Python</a> - Suggested by Nickola. Seems to be a python book online.</p>
<h2>Perl</h2>
<p><strong>Online Tutorials</strong><br>
<a href="http://perldoc.perl.org/perl.html" rel="nofollow">perldoc perl</a> - This is how I personally got started with the language, and I don't think you will be able to beat it.<br>
<strong>Books</strong><br>
<a href="http://oreilly.com/catalog/9780596520106/" rel="nofollow">Learning Perl</a> - a great way to introduce yourself to the language.<br>
<a href="http://oreilly.com/catalog/9780596000271/" rel="nofollow">Programming Perl</a> - greatly referred to as the Perl Bible. Essential reference for any serious perl programmer.<br>
<a href="http://oreilly.com/catalog/9780596003135/" rel="nofollow">Perl Cookbook</a> - A great book that has solutions to many common problems.</p>
<h2>Ruby</h2>
<p><strong>Online Tutorials</strong><br>
Adam Mika suggested <a href="http://poignantguide.net/ruby/" rel="nofollow">Why's (Poignant) Guide to Ruby</a> but after taking a look at it, I don't know if it is for everyone.
Found <a href="http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials" rel="nofollow">this</a> site which seems to offer several tutorials for Ruby on Rails.<br>
<strong>Books</strong><br>
<a href="http://rads.stackoverflow.com/amzn/click/0974514055" rel="nofollow">Programming Ruby</a> - suggested as a great reference for all things ruby.</p>
<h2>Visual Basic</h2>
<p><strong>Online Tutorials</strong><br>
Found <a href="http://www.vb6.us/" rel="nofollow">this</a> site which seems to devote itself to visual basic tutorials. Not sure how good they are though.</p>
<h2>PHP</h2>
<p><strong>Online Tutorials</strong><br>
<a href="http://us3.php.net/tut.php" rel="nofollow">The main PHP site</a> - A simple tutorial that allows user comments for each page, which I really like.<br>
<a href="http://www.w3schools.com/PHP/DEfaULT.asP" rel="nofollow">w3 schools</a> - Another good tutorial recommended by Jim Robert.</p>
<h2>JavaScript</h2>
<p><strong>Online Tutorials</strong><br>
Found a decent tutorial <a href="http://www.webteacher.com/javascript/" rel="nofollow">here</a> geared toward non-programmers. Found another more advanced one <a href="http://www.tizag.com/javascriptT/" rel="nofollow">here</a>. Nickolay suggested <a href="http://developer.mozilla.org/en/A%5Fre-introduction%5Fto%5FJavaScript" rel="nofollow">A reintroduction to javascript</a> as a good read here.</p>
<p><strong>Books</strong><br>
<a href="http://headfirstlabs.com/books/hfjs/" rel="nofollow">Head first JavaScript</a><br>
<a href="http://oreilly.com/catalog/9780596517748/" rel="nofollow">JavaScript: The Good Parts</a> (with a <a href="http://www.youtube.com/watch?v=hQVTIJBZook" rel="nofollow">Google Tech Talk video</a> by the author) </p>
<h2>C#</h2>
<p><strong>Online Tutorials</strong><br>
<a href="http://www.csharp-station.com/Tutorial.aspx" rel="nofollow">C# Station Tutorial</a> - Seems to be a decent tutorial that I dug up, but I am not a C# guy.<br>
<a href="http://www.ecma-international.org/publications/standards/Ecma-334.htm" rel="nofollow">C# Language Specification</a> - Suggested by tamberg. Not really a tutorial, but a great reference on all the elements of C#<br>
<strong>Books</strong><br>
<a href="http://rads.stackoverflow.com/amzn/click/2021271913" rel="nofollow">C# to the point</a> - suggested by tamberg as a short text that explains the language in amazing depth</p>
<h2>ocaml</h2>
<p><strong>Books</strong><br>
nlucaroni suggested the following:<br>
<a href="http://www.ffconsultancy.com/products/ocaml%5Ffor%5Fscientists/?so" rel="nofollow">OCaml for Scientists</a>
<a href="http://www.seas.upenn.edu/~cis500/cis500-f02/resources/ocaml-intro.pdf" rel="nofollow">Introduction to ocaml</a><br>
<a href="http://caml.inria.fr/pub/docs/u3-ocaml/index.html" rel="nofollow">Using Understand and unraveling ocaml: practice to theory and vice versa</a><br>
<a href="http://caml.inria.fr/pub/docs/oreilly-book/" rel="nofollow">Developing Applications using Ocaml - O'Reilly</a><br>
<a href="http://caml.inria.fr/pub/docs/manual-ocaml/index.html" rel="nofollow">The Objective Caml System - Official Manua</a> </p>
<h2>Haskell</h2>
<p><strong>Online Tutorials</strong><br>
nlucaroni suggested the following:<br>
<a href="http://www-128.ibm.com/developerworks/java/library/j-cb07186.html?ca=dgr-lnxw07Haskell" rel="nofollow">Explore functional programming with Haskell</a><br>
<strong>Books</strong><br>
<a href="http://book.realworldhaskell.org/" rel="nofollow">Real World Haskell</a><br>
<a href="http://www.cs.mdx.ac.uk/staffpages/dat/sblp1.pdf" rel="nofollow">Total Functional Programming</a> </p>
<h2>LISP/Scheme</h2>
<p><strong>Books</strong><br>
wfarr suggested the following:<br>
<a href="http://rads.stackoverflow.com/amzn/click/0262560992" rel="nofollow">The Little Schemer</a> - Introduction to Scheme and functional programming in general<br>
<a href="http://rads.stackoverflow.com/amzn/click/026256100X" rel="nofollow">The Seasoned Schemer</a> - Followup to Little Schemer.<br>
<a href="http://rads.stackoverflow.com/amzn/click/0262011530" rel="nofollow">Structure and Interpretation of Computer Programs</a> - The definitive book on Lisp (also <a href="http://mitpress.mit.edu/sicp/" rel="nofollow">available online</a>).<br>
<a href="http://www.gigamonkeys.com/book/" rel="nofollow">Pactical Common Lisp</a> - A good introduction to Lisp with several examples of practical use.<br>
<a href="http://rads.stackoverflow.com/amzn/click/0130305529" rel="nofollow">On Lisp</a> - Advanced Topics in Lisp<br>
<a href="http://www.htdp.org/" rel="nofollow">How to Design Programs</a> - An Introduction to Computing and Programming<br>
<a href="http://rads.stackoverflow.com/amzn/click/1558601910" rel="nofollow">Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp</a> - an approach to high quality Lisp programming</p>
<p>What about you guys? Am I totally off on some of there? Did I leave out your favorite language? I will take the best comments and modify the question with the suggestions.</p>
http://stackoverflow.com/questions/1913621/is-there-a-simple-compiler-for-a-small-language1is there a simple compiler for a small languageAyoub2009-12-16T10:08:01Z2009-12-16T22:14:51Z
<p>I am looking for a simple compiler that compiles a simple language, I need it to write a paper about it and to learn how compilers work, I am not looking for a sophisticated thing just a simple language (by simple I mean a small code because for example gcc is toooooo big). any help is appreciated.</p>
http://stackoverflow.com/questions/1915545/videos-for-lunch-and-learn-sessions1Videos for Lunch and Learn sessionsRN2009-12-16T15:52:32Z2009-12-16T15:58:24Z
<p>We are starting Lunch and Learn sessions at my work.</p>
<p>The format we have is - we collectively watch a video from <a href="http://www.infoq.com" rel="nofollow">infoQ</a> and then discuss what the presentation or whatever we watched</p>
<p>I am looking for suggestion on some good videos that are out there.</p>
<p>We are a Java shop- so Java and related technologies would be good and also on Architecture, good practices, Design principles etc.</p>
<p>We recently watched
<a href="http://www.infoq.com/presentations/north-pimp-my-architecture" rel="nofollow">http://www.infoq.com/presentations/north-pimp-my-architecture</a></p>
<p>And I have one more in mind</p>
<p><a href="http://www.infoq.com/presentations/craftmanship-ethics" rel="nofollow">http://www.infoq.com/presentations/craftmanship-ethics</a></p>
<p>Please post your favorite videos here</p>
http://stackoverflow.com/questions/1786746/php-cms-system-built-with-a-framework-php-framework-and-php-cms1php CMS system built with a framework - php framework AND php CMSopensas2009-11-23T23:17:48Z2009-12-16T15:56:57Z
<p>I have to develop a CMS for a friend of mine, nothing commercial...</p>
<p>I'd like to take this opportunity to learn a php framework, to see if it would be suitable for future (and more complex) developments, or at least to steal some nice ideas...</p>
<p>SO I'd like to easily implement a content management system and at the same time have a look at a modern php framework (one of the rails inspired ones, or at least implementing MVC, which I think covers them all...)</p>
<p>I've heard of <a href="http://www.digitaluscms.com/" rel="nofollow">http://www.digitaluscms.com/</a>, built with zend framework, and <a href="http://radiantcms.org/" rel="nofollow">http://radiantcms.org/</a>, but that is ruby on rails (I'd prefer php for ease of deployment and hosting...)</p>
http://stackoverflow.com/questions/704572/best-short-examples-of-the-need-for-excel-vba2Best short examples of the need for Excel VBAJawad2009-04-01T08:24:22Z2009-12-16T04:33:19Z
<p>Here's one for Joel...</p>
<p>I am looking for ways to demonstrate to an Excel user (with no programming experience) how learning some Excel VBA can make their life working with Excel a little easier.</p>
<p>First thoughts are to use an example that replicates manual tweaking of a spreadsheet, such as one click conditional formatting of all the data. For example: highlighting all the numbers red, orange or green according to user input thresholds coupled with some other derived data such as current business week.</p>
<p>I am hoping that such a short VBA example should not be too difficult to grasp for someone who has never written a line of code before, and hopefully make a case for trying to learn a bit of Excel VBA.</p>
<p>However, with this example the time taken to code it is not significantly quicker than applying the conditional formatting manually in Excel. So I would be interested to know if anyone in the community has any more elegant examples that demonstrate the advantages of using Excel VBA.</p>
<p>Ideal examples would have the following characteristics:</p>
<ol>
<li>Significant time savings (large T, where T = time for manual procedure / time to code).</li>
<li>Non-abstract, everyday spreadsheet examples.</li>
<li>End results that can not be <i>easily</i> achieved manually.</li>
<li>Achievable with short, basic VBA code.</li>
</ol>
<p>Bear in mind that the target audience is taking their first steps into programming.</p>
http://stackoverflow.com/questions/1906197/learning-j2me-books-articles-tools-articles-tips1Learning J2ME -- books, articles, tools, articles, tips?anjanb2009-12-15T09:21:07Z2009-12-16T03:12:25Z
<p>We're building <a href="http://en.wikipedia.org/wiki/Java%5FPlatform,%5FMicro%5FEdition" rel="nofollow">J2ME</a> "data collection" applications for the <a href="http://en.wikipedia.org/wiki/Series%5F40" rel="nofollow">Nokia S40</a> series of cellphones (and possibly Android platforms).</p>
<p>I was wondering how other mobile developers learnt J2ME ? What were the roadblocks or bumps which slowed your progress ? What gotchas should I be watching for? Where did you learn the techniques for going beyond the standard set of features/connectivity/etc ?</p>
<p>Tools, websites, books, articles, training links, whatever: will be appreciated.</p>
<p>P.S : for what it's worth, I'm well versed in server side Java and <a href="http://en.wikipedia.org/wiki/Swing%5F%28Java%29" rel="nofollow">Swing</a>.</p>
<p>UPDATE : Thanks for the answers so far(3) -- I am sure this info will help me a few months/years from now. What I was looking for RIGHT NOW was "What is the best way to start and ramp up learning J2ME" given that the initial target for the 1st year is probably ONLY 1 or 2 phones -- most probably Nokia 2700 and/or a closely related Nokia phone(The idea is to target a rugged $80-$100 device). How do I go from Level 0 to Level 7 (on a scale of 0 to 10) on (Nokia) J2ME as fast as possible ? What resources are out there ?<br>
a) articles, <br>
b) books, <br>
c) tips, <br>
d) training (in Bangalore, India OR ONLINE)<br></p>
<p>Thank you,</p>
http://stackoverflow.com/questions/1908868/proper-applicationcontext-usage1Proper ApplicationContext usage?Ari2009-12-15T17:00:17Z2009-12-16T01:37:25Z
<p>I've recently started learning the Spring Framework, and I'm a bit unclear on how the ApplicationContext is supposed to be used - in both standalone and web applications. I understand that the ApplicationContext, once instantiated with the spring configuration xml, is the "spring container" and is a singleton. </p>
<p>But:</p>
<ol>
<li>In the starting point - <em>main method</em> - of an app do I use ApplicationContext.getBean("className") and then rely on DI for all other registered beans or is there a way to use <em>only</em> DI?</li>
<li>Is there any other place besides the <em>main method</em> where I could/should use ApplicationContext.getBean("className")?</li>
<li>If and when should ApplicationContext.getBean("className") be used in a web app? </li>
<li>If in your opinion there is information I MUST know regarding DI related to <strong>web applications</strong>, even though I may not of specifically inquired about it, please share.</li>
</ol>
http://stackoverflow.com/questions/1908815/loading-a-java-project3loading a java projectsmauel2009-12-15T16:55:15Z2009-12-15T17:33:10Z
<p>Hi all,</p>
<p>I am currently studying at university and based on other peoples recommendations I am beginnning to read other peoples code. </p>
<p>i have found and downloaded the source for an open source java project, that seems quite interesting. I want to load this project into an IDE (netbeans or eclipse), so as to make it easier to read and navigate. However both IDE's say that the project is not recognised. It is not only this project, but any project I have attempted to load.</p>
<p>How do I load a project (ie. a file structure of source files) into the above IDE's as a project.</p>
<p>Thanks in advance,
Sam</p>
http://stackoverflow.com/questions/1908552/is-the-first-edition-of-head-first-java-out-of-date0Is the first edition of Head First Java out of date?Grant2009-12-15T16:15:20Z2009-12-15T16:31:46Z
<p>Having searched for books for learning Java here on StackOverflow, I decided to pick up a copy of Head First Java from a local library. Sadly, only the first edition from 2005 is available (the second edition came out only this year). I never did any Java before, so excuse me if the question is silly, but is the first edition of the book still good today? Will the examples from the book work in the current version of Java?</p>
http://stackoverflow.com/questions/63668/confessions-of-your-worst-wtf-moment-what-not-to-do150Confessions of your worst WTF Moment. (What not to do.)DrFloyd52008-09-15T14:59:03Z2009-12-14T17:01:58Z
<p>What wonderful advice can we learn from the "What not to do" school of hard knocks?</p>
http://stackoverflow.com/questions/1890620/how-to-prepare-for-a-ruby-interview-in-just-one-weekend2how to prepare for a Ruby interview in just one weekendGeorge Jempty2009-12-11T20:20:51Z2009-12-14T10:32:08Z
<p>I'm a seasoned web developer but only have a modicum of Ruby/Rails experience. I just got an interview Monday at a Ruby shop, they do realize I don't have much Ruby experience. Besides 2 or 3 Ruby books I have lying around, what other resources might I avail myself of for a weekend crash course in Ruby. I do have a bare minimum account on hostingrails by the way though I've never used it.</p>
<p>I don't see any other exact duplicates of this searching for "ruby interview". I did find <a href="http://stackoverflow.com/questions/1092675/what-ruby-knowledge-should-i-have">http://stackoverflow.com/questions/1092675/what-ruby-knowledge-should-i-have</a> but I'm not sure that that's not overkill or too much for one weekend.</p>
http://stackoverflow.com/questions/1894101/will-i-ever-use-java-again6Will I ever use Java again? [closed]jacqueman2009-12-12T17:24:42Z2009-12-13T00:20:16Z
<p>I'm taking AP Computer Science in high school right now, and I'm just wondering: will I ever use Java again?</p>
<p>While I won't be getting a CS degree in college, I do <em>enjoy</em> programming, and expect that I'll be doing it for fun for quite some time, and it seems to me that there are no tasks to which Java is the best suited. If there are, I'd appreciate knowing what they are. Assuming there aren't, could someone point me in the right direction as to what language is the best to learn next? I already know Python.</p>
http://stackoverflow.com/questions/1890322/what-to-learn8 What to Learn?? [closed]Euclid2009-12-11T19:25:36Z2009-12-13T00:14:07Z
<p>I am about to start applying for developer jobs, i have just completed masters in computer science mainly based around c# .net and distributed systems. I want to continue with self-learning, but what will be worth more to an employer? <br>
For example, a wider range or programming technologies, or a understanding of project management methodologies</p>
http://stackoverflow.com/questions/1894887/before-and-after-from-bad-code-to-good-code-open-source-project-examples-php1before and after, from bad code to good code, open source project examples, phpDelirium tremens2009-12-12T22:22:31Z2009-12-12T23:32:15Z
<p>It's possible to download old source code versions from open source projects. I want to learn from history. Maybe, more people in Stack Overflow want to learn from history too.</p>
<p>What open source projects do you know that made a transition from bad php code to good php code? How do you describe the transition (big, fast, easy...)?</p>
<p>What code smells am I going to see? What best practices am I going to see? Any additional reason(s) to use your example(s)?</p>
http://stackoverflow.com/questions/1893258/runtime-creation-of-tables-in-javascript2Runtime creation of tables in Javascript?i2ijeya2009-12-12T12:24:00Z2009-12-12T13:58:39Z
<p>Hi,
I my application "When a button is clicked it should create a new text field in the table". So i have done like this and its not working as well. So what could be the problem in the following snippet.</p>
<pre><code><html>
<script type="text/javascript" language="javascript">
var newtr=document.createElement("tr");
var newtd=document.createElement("td");
var output="<input type=\"textfield\"";
newtd.innerHtml=output;
newtr.appendChild(newtd);
function create_row()
{
document.getElementById("table1").appendChild(newtr);
}
</script>
<body>
<table id="table1">
<tr>
<td>
<input type-"textfield" name="tfield">
</td>
</tr>
<tr>
<td> <input type="button" name="button" value="new row" onclick="create_row();">
</tr>
</table>
</body>
</html>
</code></pre>
<p>I am using IE7.</p>
http://stackoverflow.com/questions/27242/where-can-i-learn-jquery-is-it-worth-it50Where can I learn jQuery? Is it worth it?Jim Robert2008-08-26T01:58:23Z2009-12-12T12:38:58Z
<p>Hey, I've had a lot of good experiences learning about web development on <a href="http://www.w3schools.com/" rel="nofollow">w3schools.com</a>. It's hit or miss, I know, but the PHP and CSS sections specifically have proven very useful for reference.</p>
<p>Anyway, I was wondering if there was a similar site for <a href="http://en.wikipedia.org/wiki/JQuery" rel="nofollow">jQuery</a>. I'm interested in learning, but I need it to be online/searchable, so I can refer back to it easily when I need the information in the future.</p>
<p>Also, as a brief aside, is jQuery worth learning? Or should I look at different JavaScript libraries? I know Jeff uses jQuery on Stack Overflow and it seems to be working well.</p>
<p>Thanks!</p>
<p><strong>Edit</strong>: jQuery's website has a <a href="http://docs.jquery.com/Tutorials" rel="nofollow">pretty big list of tutorials</a>, and a seemingly comprehensive <a href="http://docs.jquery.com/Main_Page" rel="nofollow">documentation page</a>. I haven't had time to go through it all yet, has anyone else had experience with it?</p>
<p><strong>Edit 2</strong>: It seems Google is now hosting the jQuery libraries. That should give jQuery a pretty big advantage in terms of publicity. </p>
<p>Also, if everyone uses a single unified aQuery library hosted at the same place, it should get cached for most Internet users early on and therefore not impact the download footprint of your site should you decide to use it.</p>
<h2>2 Months Later...</h2>
<p><strong>Edit 3</strong>: I started using jQuery on a project at work recently and it is great to work with! Just wanted to let everyone know that I have concluded it is <strong><em>ABSOLUTELY</em></strong> worth it to learn and use jQuery.</p>
<p>Also, I learned almost entirely from the Official jQuery <a href="http://docs.jquery.com/Main%5FPage" rel="nofollow">documentation</a> and <a href="http://docs.jquery.com/Tutorials" rel="nofollow">tutorials</a>. It's very straightforward.</p>
<h2>10 Months Later...</h2>
<p>jQuery is a part of just about every web app I've made since I initially wrote this post. It makes progressive enhancement a breeze, and helps make the code maintainable.</p>
<p>Also, all the jQuery plug-ins are an invaluable resource!</p>
http://stackoverflow.com/questions/1527783/i-am-learning-html-css-javascript-ajax-php-and-mysql-and-need-project-ideas1I am learning HTML, CSS, JavaScript, Ajax, PHP and MySQL and need project ideas, any thoughts? [closed]Sam2009-10-06T20:02:41Z2009-12-12T12:38:22Z
<p>As the title says I am learning all of them and need something to build to practise, any ideas?</p>
http://stackoverflow.com/questions/366295/is-programming-for-the-elite-or-can-everybody-learn-to-program12Is programming for the elite or can everybody learn to programunknown (google)2008-12-14T08:16:27Z2009-12-12T09:46:46Z
<p>I've read people arguing that some people just can't learn to program and among those who can program some are ten times better than others. However I wonder if the negative image of programmers as well as programmer's poor communication skills prevents people from entering the field or advancing in it.</p>
<p>A programming language is just a human creation, perhaps if we created different types of languages we'd make it easier for those who find programming difficult at present. But perhaps there is some threshold that non-programmers just can't pass.</p>
http://stackoverflow.com/questions/1892249/do-people-skilled-in-math-have-a-programming-learning-advantage-over-those-that-a-1Do people skilled in math have a programming learning advantage over those that aren't? [closed]Jitendra2009-12-12T04:08:46Z2009-12-12T04:37:10Z
<blockquote>
<p><strong>Possible Duplicates:</strong><br>
<a href="http://stackoverflow.com/questions/16367/do-you-have-to-be-good-at-math-to-be-a-good-programmer">Do you have to be good at math to be a good programmer?</a><br>
<a href="http://stackoverflow.com/questions/157354/is-mathematics-necessary-for-programming">Is mathematics necessary for programming?</a> </p>
</blockquote>
<p>Does being talented mathematically make a difference? I've heard from quite a few people that you really need to be good at math to learn programming. Is it true? </p>
<p>If I only had a grasp of math up to basic algebra, would I know enough to write decent code? Why couldn't I just use a calculator? </p>