Tagged Questions

1
vote
4answers
105 views

PHP beginner - looking for veteran criticism of code example (code works btw, that’s a start!)

From what I've gathered browsing SO, I'm the worst nightmare of good people like you: someone who never formally learned any programming, decided he'd like to enhance his hobby web …
1
vote
6answers
150 views

Is this a bad pattern? (Switch inside for/foreach loop)

I find myself writing code such as: foreach($array as $key => $value) { switch($key) { case 'something': doSomething($value); break; …
1
vote
4answers
127 views

Parsing XML file : Language of Choice Perl or PHP?

I want to parse large XML file and I have two options - Perl or PHP, being new to both language what would be your suggestion about language of choice for parsing large XML file an …
3
votes
13answers
192 views

Getting your programming/developer team up to speed

I recently left a large university hospital for a much smaller one because of the pay increase and because it was a career booster. Of course these two things would generally be so …
1
vote
4answers
117 views

What would PHP bring to the table for a Java Developer ?

I am a Java EE developer working mainly with JSPs, Servlets, and frameworks like Spring. Will learning PHP be a wise decision ? What would PHP offer me ?
2
votes
10answers
207 views

Logging Framework, a good idea?

First of all, apologies for the subjective sounding title. This is intended as a direct question. At present I am working on a suite of tools: A C# Windows Service, to primarily …
20
votes
13answers
960 views

Boss doesn’t believe my time estimate… advice/backup?

First of all I'm not 100% sure if this question is really meant for SO (sort of subjective) so feel free to remove it if necessary. Thanks in advance for answering, though. For th …
1
vote
3answers
67 views

How to design applications for cloud computing where multiple clouds may be involved

I just finished looking at this question: http://stackoverflow.com/questions/753122/which-cloud-computing-platform-should-i-choose But, I am not certain what I should do in design …
0
votes
6answers
62 views

Advice on set-up/management of the WSGI stack?

After looking through the many useful and shiny Python frameworks, I find none of them get close to what I need or provide way more than my needs. I'm looking to put something toge …
0
votes
2answers
33 views

Advice for Date Driven Development Model

Does anybody have any advice on working in a Date Driven Development environment? Essentially, we are updating our RIA every 8 weeks. I work in a small team of less than 5 develope …
11
votes
16answers
496 views

Programming with English as second language. How to improve?

Since English is the Lingua Franca of programming, this question is for all programmers who need to learn English for programming related reasons. I'm Italian but most of the time …
0
votes
1answer
35 views

EAV vs XML in SQL Server 2005/2008 and LINQ

I am considering the use of an EAV table in SQL Server to store some hierarchical/structured data, all the while knowing the capabilities of XML in SQL Server. I am aware of some …
0
votes
0answers
24 views

How to reorder from a flat list of items to a hierarchical list, using DnD, in javascript

I have a UI problem I am trying to figure out how to make it intuitive to use. I have a list of items, that is in no order, and flat. I need to figure out a way to use DnD in java …
12
votes
27answers
920 views

Should you start coding whilst young?

I was talking to a younger cousin and he expressed a desire to start programming. I was unsure what to tell him, as I started when I was very young on a BASIC computer. He's over …
45
votes
40answers
6k views

Is Linux ruining my chance at a good software engineering career?

I'm a 21 year old University student studying Computer Science. I have been using Linux throughout the whole of my degree so far. Now that I'm nearing the end of my degree I've sta …

1 2 3 4 5 15 next
15 30 50 per page