Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
179 views

Does a slow PC really affect productivity for great developers?

This is one of Joel's well-known assertions, it's even step #9 in the Joel Test and the classic view is nicely illustrated here: However as part of considering this, I wondered if a counter-claim ...
2
votes
2answers
280 views

Enable all firebug tools for ALL webpages?

I'm using Firebug 1.3.3 with Firefox 3.0.10, and I wanted to know if it was possible to enable the Console, Script, and Net consoles all the time. It used to be such that it was always on. Now, if ...
2
votes
4answers
542 views

Lorem ipsum of Perl, C#, C, Java?

In visually testing interfaces where code might live what do you use for your particular language for a standard? "Hello World" is not sufficiently complex enough in most cases. I am particularly ...
1
vote
3answers
218 views

Is a touchscreen useful/effective while programming? [closed]

Does anyone have experiences if working with a touch screen monitor is useful and effective while programming? I mean most things an effective programmer will do with the keyboard, but I wonder if the ...
1
vote
1answer
66 views

RESTful Services Samples Generation

What is the fastest way to create a list of RESTful services from data structure or simple XML files? (even with configuration files.) Is there any tools that can read a DB or a Python/Java/.Net ...
1
vote
1answer
3k views

How to compile and run c/c++ programs in Notepad++ using the WinAvr compiler

I want to use notepad++ instead of programmer's notepad. How can i use the WinAvr compiler with notepad++??
0
votes
5answers
147 views

PHP+MySQL programming tool [closed]

Possible Duplicate: What is the best IDE for PHP ? Hello, I have started developing a PHP website with a MySQL database. As it was an small site, I was using the notepad for programming ...
0
votes
0answers
34 views

Where to find list of developer tools/programming languages to create autocomplete?

I need data that has a list of developer tools/programming languages, etc. I need it in some kind of format (xml, spreadsheet, db format, text etc) so I can programmatically create an autocomplete. ...