Tagged Questions

11
votes
21answers
671 views

Programmer working conditions

The company I work for currently has several groups of programmers working in separate rooms pretty close to each other (3-7 people per office) Recently there has been an idea floating around that …
0
votes
1answer
25 views

Setting the working directory of a Java Applet

Hi, I have two signed Jars, a.jar and b.jar. a.jar is launched as an applet inside the browser and b.jar is in Appdata/locallow/xyz (Vista). a adds b to it's classpath and calls some functions of …
0
votes
1answer
15 views

sifr 3 only visible on my computer

Hi all, I am using sifr3 in my website. I have uploaded the website on a real server and I realized that the sifr3 fonts are only visible when I'm browsing the page from my computer. I have uploaded …
0
votes
1answer
14 views

Crawling not working windows2008

Hi, we installed a new MOSS 2007 farm on windows 2008 SP2 enviroment. We used SQL2008 too. Configuration is 1 index, 1 FE and 1 server with 2008. All on ESX 4.0. All the Service that need it uses a …
1
vote
2answers
291 views

iphone 3.1 - MPMediaPlayer shows up portrait, not landscape, which is strange…

I have a movie file that does work. I added a tableview controller inside a nav controller, inside a tab view controller, and when a user clicks on the table view cell I load the video view. It …
-3
votes
3answers
105 views

javascript not working in any browser [closed]

javascript not working in any browser for one particular user logged on to that particular machine. For others it works fine. Tried disabling firewall and reinstalling web browsers:( Any help is …
0
votes
1answer
27 views

Silverlight control locked in runtime

I have a online survey running in Silverlight. Out of more than 1000 onetime users, there are three users than cannot open a combobox on the first page. The control seems disablet and don'r react on …
1
vote
3answers
191 views

Set working directory in javascript

Does anyone know how to set the working directory in JavaScript before? Code I use for launching an application is this: // Create an object script oL = new ActiveXObject("WScript.Shell"); oFile = …
0
votes
2answers
673 views

Link Button on the page and set it as default button, work fine in IE but not in Mozila

I have a link button on the page and set it as default button, It works fine in IE but not working in Mozila Firefox. Does anybody have any clue how to resolve this issue?
16
votes
21answers
1k views

How do I prepare myself for working with other programmers?

I am a self-taught programmer. I'm reasonably intelligent and programming comes naturally(ish) to me, I just didn't do it at school or university. I've been working as a programmer on my own for many …
1
vote
2answers
633 views

T-Sql 2005 Adding hours to a datetime field with the result within working hours

I have two Datetime fields that I wish to add together. They are in the following format: '01/01/1900 00:00:00'. The main issue with this is that I want the calculation to only include working hours. …