Tagged Questions
A how-to is an informal, pithy description of instructions for accomplishing some task. A how-to is usually meant to help non-experts and may be greatly simplified from an in-depth discussion of the topic.
129
votes
15answers
43k views
How do you disable browser Autocomplete on web form field / input tag?
How do you disable Autocomplete in the major browsers for a specific input (or form field)?
115
votes
31answers
6k views
O(nlogn) Algorithm - Find three evenly spaced ones within binary string
I had this question on an Algorithms test yesterday, and I can't figure out the answer. It is driving me absolutely crazy, because it was worth about 40 points. I figure that most of the class ...
65
votes
5answers
52k views
How to get started with Windows 7 gadgets
I have never programmed a gadget for Vista or Seven, but I would like to try to make one. But where do I start? I have tried to search around on google and msdn, but I haven't managed to find anything ...
63
votes
14answers
15k views
Is there an equivalent of 'which' on windows?
I would like to find the full path to a program in Windows. Is there an equivalent to the UNIX command 'which'? On UNIX, which command prints the full path of the given command.
44
votes
20answers
20k views
How to learn Python? [closed]
For a beginner's perspective, can you answer the following?
Best tool(s) for Python development (for example, Notepad and Vim)
Best book to get started
Best website for the Python beginner
Best ...
39
votes
20answers
3k views
How to transition to Functional Programming
It seems that the next major transition / fad will be towards Functional Programming. What resources / experiences are you finding necessary to grok functional programming?
37
votes
12answers
2k views
Can anyone recommend a primer to Erlang?
I've recently found myself getting more and more interested in Erlang.
I've purchased a book (Programming in Erlang) and started reading up on the basics. Reading books is time consuming so I am ...
31
votes
17answers
20k views
JavaScript: How to detect that the Internet connection is offline?
How to detect that the Internet connection is offline in JavaScript?
28
votes
2answers
15k views
How to delete a workspace in perforce (using p4v)?
I'm new to perforce and have created a few workspaces as exercises for getting familiar with it. Now I would like to delete some of the workspaces. I just want to get rid of the workspaces so that ...
26
votes
8answers
6k views
How would you sprinkle-in ASP.Net MVC into an existing Web Site Project?
I have a legacy (haha) ASP.Net Webforms Web Site Project in Visual Studio 2008 SP1, that I would like to gradually introduce some MVC functionality into.
Most of the information I can locate on how ...
26
votes
15answers
6k views
How do you write a basic operating system?
Let me know how I can create a basic operating system.
What books do you recommend?
25
votes
2answers
9k views
What is the simplest way to do branching and merging using Tortoise SVN?
I have not found a really simple "how to" any where so I came up with my own through trial and error and wanted to share it, i.e. I will answer this question myself.
23
votes
13answers
4k views
How to learn “good software design/architecture”?
I just listened to a discussion about a project drifting away from the direction it's supposed to go. The problem was "bad software design".
Components are not designed to be re-used; the software is ...
21
votes
8answers
5k views
How do you mock a Sealed class?
Mocking sealed classes can be quite a pain. I currently favor an Adapter pattern to handle this, but something about just keeps feels weird.
So, What is the best way you mock sealed classes?
...
20
votes
2answers
6k views
How to create a Menubar application for Mac
I was wondering how to make a menubar application, what are the requirements for that to do so?
I saw a simple application for the menubar was to open links using your browser, I want to create ...
20
votes
16answers
10k views
How to write a programming language?
Hi I would like to know which books to recommend writing a programming language.
Someone has already developed a programming language ?
Which were the biggest problems or issues unresolved ?
...
19
votes
7answers
8k views
InnoSetup: How to automatically uninstall previous installed version?
I'm using InnoSetup to create installer. I want the installer to automatically uninstall the previous installed version, instead of overwriting it. How can I do that?
18
votes
10answers
2k views
My website got hacked… What should I do?
My dad called me today and said people going to his website were getting 168 viruses trying to download to their computers. He isn't technical at all, and built the whole thing with a WYSIWYG editor.
...
16
votes
9answers
3k views
Fluent Interfaces - Method Chaining
Method chaining is the only way i know to build fluent interfaces.
Here's an example in C#:
John = new JohnBuilder().AddSmartCode("c#").WithfluentInterface("Please").ButHow("Dunno");
...
16
votes
19answers
3k views
What is the best way to learn C? What next after K&R?
I am able to program in Lisp, Python, Ruby, JavaScript and Prolog and I have been willing to learn how to program in C for a very long time now. I know the syntax and basic concepts (I've actually ...
15
votes
7answers
4k views
Where do I start with Zend Framework?
I have been coding my PHP applications in Notepad. I want to take it a step up and do it professional, and as far as I can tell using the Zend Framework is where to start. I have been reading the ...
12
votes
5answers
24k views
How to select an element that has focus on it with jQuery
How can you select an element that has current focus?
There is no :focus filter in jQuery, that is why we can use something like this:
$('input:focus').someFunction();
12
votes
13answers
25k views
Get a list of dates between two dates
Using standard mysql functions is there a way to write a query that will return a list of days between two dates.
eg given 2009-01-01 and 2009-01-13 it would return a one column table with the ...
12
votes
8answers
6k views
Similar String algorithm
I'm looking for an algorithm, or at least theory of operation on how you would find similar text in two or more different strings...
Much like the question posed here: Algorithm to find similar text, ...
12
votes
4answers
5k views
HowTo Disable WebBrowser 'Click Sound' in your app only
The 'click sound' in question is actually a system wide preference, so I only want it to be disabled when my application has focus and then re-enable when the application closes/loses focus.
...
10
votes
7answers
817 views
Renaming files with Visual Studio and TortoiseSVN
I am using Visual Studio for editing source code and once a while I switch to Windows Explorer to commit changes with TortoiseSVN. This procedure works well for me and I am quite happy with it. ...
10
votes
5answers
1k views
How to write a profiler?
i would to know how to write a profiler? What books and / or articles recommended? Can anyone help me please?
Someone has already done something like this?
10
votes
4answers
5k views
How to write a plugin for eclipse?
my question it's very easy, how I can write a plugin for eclipse? I've looked for documentation but unfortunately there is very little or it's poor, so can anyone recommend any articles?
10
votes
4answers
2k views
During execution, how can a java program tell how much memory it is using?
During execution, how can a java program tell how much memory it is using?
I don't care how efficient it is!
9
votes
6answers
522 views
How to debug a crash that only occurs on application shutdown? (Delphi)
So, after some recent changes we discovered that one of our oldest applications is sometimes crashing on shutdown. This manifests itself either in the form of "Runtime error 216" messages or in a ...
9
votes
15answers
490 views
What's your way of learning a language?
I have just started learning Java (referring Head-First book).
I just wanted to know what's the best way of learning any language?
How to get most out of the book?
Should one have to study the ...
9
votes
4answers
477 views
What is the best web development freelance book available? [closed]
I am looking for a book that covers how to do freelance as a web developer. I know there are many general freelance books out there, but I am looking for a freelance book that is somewhat focused on ...
9
votes
9answers
1k views
Are side-effects possible in pure functional programming
I have been trying to wrap my head around functional programming for a while now? I have looked up lambda calculus, LISP, OCML, F# and even combinatorial logic but the main problem I have is how do ...
9
votes
8answers
2k views
How can i design a site for mobile phones
How can i start the development of a site that can be browse from mobile phones? For example, if you browse Gmail site from an iPhone the site looks different from the normal site. You have to design ...
8
votes
8answers
7k views
How to Mix up C++ and php
I was wonder is it possible to write some C or C++ code and compile them and use them inside php ? or also is it possible to write php library using C and C++ ?
If so,please tell how can I do so?
(I ...
8
votes
4answers
4k views
How do I get a list of commit comments from CVS since last tagged version?
I have made a bunch of changes to a number of files in a project. Every commit (usually at the file level) was accompanied by a comment of what was changed.
Is there a way to get a list from CVS of ...
8
votes
4answers
9k views
How do I find a user's Active Directory display name in a C# web application?
I'm writing a web application which uses windows authentication and I can happily get the user's login name using something like:
string login = User.Identity.Name.ToString();
But I don't need ...
8
votes
12answers
5k views
How do I debug Javascript in Visual Studio 2005?
I just saw this mentioned in this thread and didn't know it could be done. I'm a VS newbie, so how do you do it? Is there a separate debugger for Javascript? I know how to work the one for ...
7
votes
3answers
4k views
How can I set up MongoDB on a Node.js server using node-mongodb-native in an EC2 environment?
I got help from many people here, and now I want to contribute back. For those who are having trouble making a Node.js server work with MongoDB, here is what I've done.
7
votes
5answers
2k views
How to code sharing between Android and iOS
I'm moving away from strict Android development and wanting to create iPhone applications. My understanding is that I can code the backend of iOS applications in C/C++ and also that I can use the NDK ...
7
votes
7answers
4k views
Any good and gentle Python regexp tutorials out there?
I read through the official regular expression howto which wasn't gentle enough for me. Is there anything better/easier out there?
7
votes
8answers
2k views
How to exit an if clause
What sorts of methods exist for prematurely exiting an if clause?
There are times when I'm writing code and want to put a break statement inside of an if clause, only to remember that those can only ...
7
votes
6answers
919 views
How do I write a single-file Django application?
I want to write a very small Django application in a single file, requiring all the appropriate modules and stuff, and then be able to run that as a normal Python script, like this:
$ python myapp.py
...
7
votes
6answers
931 views
How to overcome the anti-pattern “Big Ball of Mud”?
What causes a computer program to turn into a Big Ball of Mud? Is it possible to recover from this anti-pattern? Are there proven refactoring methods that can be applied?
7
votes
3answers
2k views
Good rails generator tutorial?
As title, good I mean with detail coverage of m.template, m.class_collisions etc. A paid book or free online resources would be acceptable too.
7
votes
6answers
6k views
XNA Game Studio 3D model editor suggestions
I want to create basic low-poly 3D models to use in XNA Game Studio games. What cheap/free tools do people recommend?
And does anyone have any links or snippets of code that show how to load 3D ...
7
votes
6answers
7k views
What is a good tutorial/howto on .net / c# socket programming
I'm porting old VB6 code that uses the Winsock control to C#. I haven't done any socket programming and I wonder if anyone has a good reference/tutorial/howto that I can use to start getting up to ...
7
votes
23answers
2k views
Developing a online exam application, how do I prevent cheaters?
I have the task of developing an online examination software for a small university, I need to implement measures to prevent cheating...
What are your ideas on how to do this?
I would like to ...
6
votes
2answers
96 views
How do you test a function using which retrieves data by urllib2?
I am getting into testing in python and I asked myself how to test this method.
def get_response(self, url, params):
encoded_params = urllib.urlencode(params)
request = ...
6
votes
2answers
148 views
how to produce a sweave document without angle bracket “>” in front of code chunks?
How can I produce a Sweave (or pgfSweave) document without angle brackets ">" in front of code chunks? I want people to be able to cut and paste my code directly from the pdf output. Here's a snippet ...