apathetic

1,182
reputation
135 views

Registered User

name apathetic
member for 1 year
seen 14 hours ago
website
location GB
age 29
Software developer based in the UK.
Sep
16
awarded  Yearling
Sep
7
comment TFS 2008, remove file from source control but leave it in the project
Actually, it's irrelevant whether the file is in source control because a script is being run to create the file. The files that are being put in place by the script will still be fully versioned.
Sep
4
accepted TFS 2008, remove file from source control but leave it in the project
Sep
4
comment TFS 2008, remove file from source control but leave it in the project
Yeah, I would suggest deleting the file from source control first.
Sep
4
answered TFS 2008, remove file from source control but leave it in the project
Sep
2
awarded  Good Answer
Sep
2
accepted How to add custom text input to images dynamically
Aug
26
awarded  Civic Duty
Aug
26
comment How to insert values into database?
Sounds too much like homework.
Aug
25
answered Is there a good tutorial on MSBuild scripts?
Aug
22
accepted How to Develop Windows Applications
Aug
22
answered How to Develop Windows Applications
Aug
22
answered Is there a ready utility for web sites to collect user information?
Aug
22
revised Regular expression for date time format “MM/DD/YY HH:mm:ss AM/PM” in asp.net regular expression validator
edited tags
Aug
22
comment Reading text file using script?
Where is the file? What do you want to do with the information? Does it really need to be Javascript?
Aug
22
comment Is there a ready utility for web sites to collect user information?
What information? When do you want to collect it? Where do you want to store it?
Aug
22
answered Regular expression for date time format “MM/DD/YY HH:mm:ss AM/PM” in asp.net regular expression validator
Aug
21
accepted Equivalent of __DATE__, __TIME__ macros in C#
Aug
20
comment What is the best approach to populate a masterpage control which is dependent on the content page?
Good solution. You would need to cast this.Page to IMyTaggablePage in order to call the method.
Aug
20
answered Equivalent of __DATE__, __TIME__ macros in C#
Aug
18
comment How to make a windows like Calculator in PHP?
No one is here to write the code for you. You are asking for PHP help but are yet to post a single line of PHP.
Aug
18
comment How to make a windows like Calculator in PHP?
Where is the PHP code?
Aug
18
answered Recommended reading on ‘how the web works’
Aug
18
answered Recommended reading on ‘how the web works’
Aug
16
answered How long does my code take to run?
Aug
16
comment Easily host a MediaWiki locally?
What is your reasoning for not wanting a database? You can install MySQL quite easily on your local PC and use MediaWiki.
Aug
15
answered How to add custom text input to images dynamically
Aug
14
accepted How do I use the Membership methods in the database layer?
Aug
14
answered How do I use the Membership methods in the database layer?
Aug
11
accepted Break Long code lines in Visual Studio 2008
Aug
11
answered Break Long code lines in Visual Studio 2008
Aug
6
answered Internet Explorer and <select> tag problem
Aug
6
awarded  Organizer
Aug
6
comment Can I unshelve to a different branch in tfs 2008?
Yep, the power tools SHOULD let you do this, but unfortunately the merge goes horribly wrong each time so it's next to useless.
Aug
5
comment Is it possible to have a “global” queue when using TeamBuild?
Quite so. Another way of asking the question is "how can I share build agents across projects?"
Aug
5
revised Is it possible to have a “global” queue when using TeamBuild?
Updated tags
Aug
5
asked Is it possible to have a “global” queue when using TeamBuild?
Aug
3
comment What could cause the same browser on different PCs to render the same HTML differently?
Font size can also affect line height even if you don't have any text.
Aug
3
comment regex help for validators
Your second expression does not match 11.
Aug
3
answered How to validate a user name with regex?
Aug
3
comment C# Decimal to Numeric(?,?)
The downvote button actually says "this question is unclear".
Aug
3
comment C# Decimal to Numeric(?,?)
Your question doesn't make much sense. Please clarify what you are trying to achieve. You should probably be using string.Format for this.
Aug
2
comment getElementByID help
Nothing to do with getElementById, please rephrase the question.
Aug
2
comment Why is mysql_num_rows returning zero?
Please show the code that assigns the res variable.
Aug
2
answered XSLT: Add text inside html tag
Jul
31
answered Why GET method is faster than POST?
Jul
30
awarded  Nice Answer
Jul
28
accepted Visual Studio (with TFS) history other than solution explorer?
Jul
28
awarded  Peer Pressure
Jul
28
answered What is a “DateTime?” as opposed to just a DateTime in C#?