Tagged Questions
10
votes
2answers
701 views
How can I use my coding skills for good?
By this autumn my two small websites should be generating around a total of $1200 a month with minimal/zero input which is enough to for me to live on comfortably enough.
Rather than embark on ...
7
votes
3answers
4k views
Going from PHP to Java
Having been programming in PHP for a year, I now want to start learning Java. I am in a Windows environment.
I want to develop a GUI with Java that would query a MySQL database. I know I would use ...
10
votes
5answers
8k views
PHP to Java career change [duplicate]
Possible Duplicate:
Going from PHP to Java
I have been working at my current job for about 4 years. I have been doing PHP for twice as long. I am completely self taught (with lots of ...
3
votes
2answers
996 views
OOP - Composition, Components and Composites Example?
I've been reading a bit about OOP in relation to Composition, Components and Composites. I believe I understand the fundamental principle (not sure).
Can someone please provide a code example of a ...
1
vote
5answers
737 views
Php: Whats my next step? [closed]
So in college I started learning Php, mostly starting with the Larry Ullman books. I got a job at a company after, where I was able to learn some stuff from the higher up guys. Since then, I've done ...
7
votes
5answers
607 views
Assuming “clean code/architecture” is there a difference in “effort” between PHP or Java/J2EE web application development?
A client asked us to estimate effort when selecting PHP as the implementation language for his next web-based application. We spent about a week exploring PHP, prototyping, testing etc., We are quite ...
3
votes
2answers
338 views
What are the different meanings of 'fixture'?
I have some difficulty understanding the concept of "fixture". I know what a test suite is, a test case, a test run,
but what exactly is a "fixture"? A parameterized test case?
It seems to me that ...
1
vote
6answers
400 views
Interfaces: profit of using
First of all, my ubiquitous language is PHP, and I'm thinking about learning Java.
So let me split my question on two closely related parts.
Here goes the first part.
Say I have a domain-model ...