rtfm

Is "RTFM" counter-productive?

I'm reading the very excellent The Design of Everyday Things by Donald Norman. In it, he describes a common problem: The reason [that nobody reported a problem with the system] was simple: when the system stopped working or did something strange, the secretaries dutifully reported it as a problem. But when they made the "return" ve...

Include softlinked folders in unix "find"

How can I tell unix "find" to include in it's recursive search a folder which is softlinked? ...

Find value in Array

Hi guys, How can I find a value in Array using Ruby 1.8.7 ? ...

Transaction count exception in vb.net (SQL Exception)

I am getting below exception when i am going to enter record in a table through StoredProceduer of sqlserver i have a field which i need u update immediately after insert of new record in table. for that i created a sotredprocedure in which i wrote insert command first and after that i wrote a update command for same recored but it gave ...

How to set DataField property by code in c1flexgrid

I am useing C1FlexGrid and i set the datatable as c1flexgrid's datasource. now i want to map filed of datatable to columns of c1flexgrid by code. please tell me how to do it. ...

lHow to create Crystal Report by code in Asp.Net

I want to create a crystal report in asp.net with c# use through parameterized query by coding (not by wizard). ...

convert date - PHP

Hey i want to convert this date: 2009-12-21 10:38:07 To a more readable date, like: 22 December 2009 - 10:38. But i don't know how to convert it to that ? ...

What is wrong with this statement echo '<option value='+$index+'>'+$county[$index];?

echo '<option value='+$index+'>'+$county[$index]; It is PHP code. It doesn't output what I want. Any idea? ...

calling and executing a file in php

hi! this might sound weird :) i want to "call" a file( test_2.php ) i.e execute the file like how it would have been when clicking on the following link: <a href="home/test_2.php">click here</a> //this code is currently in test_1.php file is there any method to do that? ...

TortoiseMerge: is there a way to hide deleted lines in the merge window

Hello, I am attempting to merge a large quantity of files. Several of these files are in conflict and TortoiseMerge is the tool of choice. When I view the code in the "merged" windows it shows me all the code that was deleted and added as well as ??? for code that is in-conflict. I am not really sure why it shows me the deleted code, b...