I'm learning to do TDD in practice in small project. I want to create a countdown timer class, how to implement it in TDD(Red, Green, Refactor), and it has the delegate callback as well.
Hi There,
I just started developing a simple Android application while I'm still learning its platform.
I'm using Eclipse IDE with the ADT plugin 0.9.6 and I need to know if it's possible to view the activity stack that is associated with a Task.
Is there any way through the DDMS tool or through any other technique?
Thanks in advance for your help/advice.
Mic
Hi All,
I need to understand Continuations in Scheme for my upcoming exams and I have no idea about continuations at all. Can anyone please suggest me sources of how to go about learning continuations?
Regards,
darkie
Hello,
i develop since many years in SQL (many different sql servers like Oracle, MSSql, Mysql) and i always been happy in doing that. I've recently seen a lot of stuff around ORMs and i'm asking why should i move toward this world.
Can you give me some good points for spending time in learning a different way to do what i already do today?
Thanks in advance
c.
I am use to VB.NET. The game source code I am learning from is written in C#. I find it annoying that I have to add using System.Diagnostics to the source code in order to type Debug.WriteLine.... I checked under project properties, but I cannot find the References tab that allows me to add namespaces to Imported Namespaces. Where do I find this in C#?
Also, why can't I do this in C#? Imports x = System.Math
I am a Java programmer and was working on a project using Hibernate and Struts for some time.
Now For my new project, I am working on PHP and Mysql (learning PHP).
Is there any technology which is similar to Hibernate for PHP? If yes, can anyone give me the link where I can understand and use it?
Is there a POJO concept in PHP?
i am still learning how to use dokuwiki and would like to activate the table of contents feature on my wiki and also add an RSS feed on my page. Can somebody help with that.
I was wondering what's the point of using Ruby (or even Python) in Cocoa application development other that not learning Objective-C (which is pretty simple language and will not take to more than few days to learn). I'm new to this and I'm interested why people do this? What are Pros and Cons.
I just came across a new BASIC implementation for Google Android application called Simple. You can read about it here:
http://google-opensource.blogspot.com/2009/07/programming-made-simple.html
Clearly, a lot of time and effort has been recently put into enabling this functionality for Android.
Should the software industry continue to encourage non-programmers into learning BASIC, or are modern languages like C#, Python, Ruby more appropriate at this time?
Hi There,
I just started developing a simple Android application while I'm still learning its platform.
I'm using Eclipse IDE with the ADT plugin 0.9.6 and I need to know if it's possible to view the activity stack that is associated with a Task.
Is there any way through the DDMS tool or through any other technique?
Thanks in advance for your help/advice.
Mic
I have created a few UIImageViews programmatically, but I have a feeling that even though I setMultipleTouchEnabled to YES during the setup, it is not getting set properly and it's leading to multi-touch issues.
My question is, within touchesBegan how do I go about asking the UIImageView that was touched if it has MultipleTouchEnabled or not?
I am fairly new to this so I'm really stumbling through code and learning as I go (with your help of course).
Thank you ahead of time!
I just recently started learning RoR. In Rails by default available Prototype. Why uses it is this library? Why is not jQuery, Dojo, Mootools, ExtJS ...
Hi
I'm learning Haskell and I'd like to write some multithreaded programs now to see the performance gains from that in a functional language. I can find some references to it on the internet but never a proper introduction to it. Can anyone point me to a guide which is understandable for someone who knows the syntax fairly well, but is not a wizard in Haskell?
Hello, I've been a PHP Developer for a few years now and I've recently been interested in learning Ruby & Rails but I've found a lot of the resources I've found seem to be dated and not for Rails 2.0 or Ruby 1.8.6 etc... can anyone point me in the right direction?
I'm running OSX 10.6 with the default ruby & rails installation.
Thanks!
Hello,
I am about to take the head long plunge into Zope land and am wondering which framework would fit my needs better. I have some experience toying around with django and the primary reason I am switching to a zope-based framework is ZPT and also needing to occasionally do things with Plone. Both seem to be well run projects I am mainly wondering which would have the better learning overlap with Plone? Thanks in advance!
I'm learning about static vs dynamic types, and I am to the point of understanding it for the most part, but this case still eludes me.
If class B extends A, and I have:
A x = new B();
Is the following allowed?:
B y = x;
Or is explicit casting required?:
B y = (B)x;
Thanks!
I'm a beginning programmer and the I&CS program at our school starts us off learning JAVA. It seems to me like C and its spin-offs are way more prevalent in the real world. Is this true?
How do expert programmers use JAVA for their work?
Just I am learning MVC,(ofcourse i get enough information from MS Website).I want to quickly
clarify some details.
1) What is the use of PartialView in MVC,Is it similar to partial update of Ajax?
I am does the partialView modify the HTML DOM structure?
2)Can i use Response.Redirect() in MVC?
For a small community discussion, what are some essential Visual Studio macros you guys use? I just started learning about them, and want to hear what some of you guys can't live without.
Hello all, I have recently started learning C++ but I require a compiler. I have tried the one packaged with Code::Blocks but I have been told it is out of date. I have tried reading the instructions on the website but I simply don't know which files to download and un-zip. Does anyone know of a list of files to download? (latest version) and a folder structure I need? thanks in advance, ell.
I am learning STL and design patterns .
i wanted to know is there any document or link that explains how design patterns are implemented in STL
i did the google but not able to get much data
I'm building a simple site that allows users to post text content and I want to add it to a search index as it gets posted, so my site search is up to date. From what I can tell Lucene.NET is a good full text search framework. I've found very few examples of how to use it though. Can anyone post some good references for learning about Lucene?
I'm a Ruby on Rails developer and want to use Git for my next project, but I'm not pretty sure how to begin learning this.
I have too much basic questions like "Can I run my app from the repository?", or "Can I make a rollback in the live site?"
Any help will be apreciated.