8
votes
34answers
814 views
What application have you integrated with/developed on - that you would intentionally leave off your resume
You may well be an expert now working with "Application X"...
However the hair pulling was so much that you'd never add it to your resume (even though it might sound impressive) for fear that a …
6
votes
3answers
773 views
IIS7 Cache-Control
I'm trying to do something which I thought would be fairly simple. Get IIS 7 to tell clients they can cache all images on my site for a certain amount of time, let's say 24 hours.
I have tried the …
4
votes
5answers
124 views
How to deal with the frustration when a project is delayed for an indefinite amount of time…
Right now, I'm extremely frustrated because I was in the process of developing some cool mechanism to optimize a calculation system by reducing the number of calculations from around half a million to …
4
votes
11answers
466 views
Is is possible to develop for windows, in C++, without Visual Studio?
I'm aspiring to work in real-time 3D graphics. I work almost exclusively in C++, with a healthy smattering of win32. Realistically, do I have any sane alternatives?
4
votes
3answers
379 views
Have you ever been barking up the wrong tree for hours?
I'm writing my first iPhone app, so there is a lot of guessing about how things work. The objC memory model takes a while to get used to. After adding some code I got stuck in …
2
votes
13answers
628 views
Frustration at standard of programming at work
I wanted to get some of your opinions on this issue. I am getting frustrated at the programs I am supposed to work with at my workplace. I am working as a junior software developer in a small company. …
2
votes
3answers
612 views
C# namespaces in web.config
Coming from a VB background and being forced to learn C# I have hit the first hurdle.
In VB i could put all the namespaces I wanted available across the entire app in the web.config file and it …
2
votes
19answers
986 views
How do you make programming fun (or at least less painful/frustrating)?
I'm unemployed and I don't have that much programming experience. So I need to get experience and I figure the best way of doing so is programming my own projects. Now there are a few problems with …
1
vote
1answer
39 views
Consuming WCF REST service in multiple ways (.Net, plain XML)
I have become quite frustrated of WCF as I just want to use this simple scenario:
Provide a webservice using REST, with a UriTemplate like /method/{param1}/{param2}/ and a 3th parameter that is sent …
1
vote
3answers
88 views
Is there a better developer toolbar for IE8?
I've been pulling my hair out for the last few hours trying to wrestle with the IE8 developer toolbar while working with some styles not playing with IE7 mode properly...
Coming over from Firebug the …
1
vote
7answers
152 views
Fix Eclipse java references database corruption?
How do I make eclipse rebuild the database of classes contained within a project or workspace? This is what it uses to make the "References" menu action work, what it uses for the "Add import" dialog, …
0
votes
5answers
62 views
Why do fixes of PHP Bugs/Features take so long?
This may not be strictly programming-related.
How come PHP Features / Bugs that seem important(*) always take a while to be developped?
For example, in PHP most sorting functions support the …
0
votes
4answers
35 views
Aggrivated unexpected T_ELSE in small PHP function
Hello,
I have a very aggrivated unexped T_ELSE on the last else in this function.
function QueryPeople($stringQuery, $table, $max, $cmd) {
$con = mysqli_connect("localhost","user","password", …
0
votes
1answer
63 views
Unbounded element infinity symbol shows as rectangle in XMLSpy
I need to have screenshots of my XSD, and XMLSpy has great-looking and descriptive graphical view of XSD Schema. However, below unbounded elements, it tries to show a little infinity symbol in Arial …
0
votes
1answer
100 views
Safari Native Code
Is anyone familiar with Native Code in OS X Safari (Version 3 and WebKit)? I'm using Javascript to parse some information in a form and one of my inputs is named "tags". When trying to get the value …
