Tagged Questions

7
votes
22answers
841 views

Why do people like case sensitivity?

Hi all, Just wondering why people like case sensitivity in a programming language? I'm not trying to start a flame war just curious thats all. Personally I have never really liked …
0
votes
2answers
38 views

Is it possible for lxml to work in a case-insensitive manner?

I'm trying to scrape META keywords and description tags from arbitrary websites. I obviusly have no control over said website, so have to take what I'm given. They have a variety o …
2
votes
7answers
100 views

How to avoid FileNotFound exception when running Java on Linux because of case sensitiveness?

My web application runs on Windows. I would like to run my app on Linux also. I seem to have overcome most of the problems such as path separator, etc. Real problem now is I get …
1
vote
2answers
39 views

.NET HttpSessionState Case Insensitivity

.NET's HttpSessionState using an "InProc" store seems to treat session variable key values as case insensitive. For example: session["foo"] = 1; session["Foo"] = 2; Trace.Write(se …
2
votes
3answers
169 views

How can I invert the case of a String in Java?

I want to change a String so that all the uppercase characters become lowercase, and all the lower case characters become uppercase. Number characters are just ignored. so "AbCdE1 …
0
votes
4answers
99 views

Uppercase and lowercase urls in PHP

I have created folders in my root example: http://www.zipholidays.co.uk/Cuba or http://www.zipholidays.co.uk/Florida When I type http://www.zipholidays.co.uk/cuba (Cube in lowerca …
1
vote
1answer
57 views

Windows(dev) to Linux(prod) Zend Framework migration errors

Hi Guys, I'm getting the following error migrating my code across from my Windows dev machine to my linxu production machine. I'm aware there are always separator and case sensiti …
0
votes
1answer
84 views

Linq to SQL case sensitivity causing problems

I've seen this question, but that's asking for case-insensitive comparisons when the database is case-sensitive. I'm having a problem with the exact opposite. I'm using SQL Server …
2
votes
4answers
78 views

Suggestions on fixing peoples names so they are capitalised correctly

Users of our website often type in a lot of garbage for the name and address information. eg, all CAPS, all lower case etc. It looks a lot better if we fix the case for them, but …
5
votes
3answers
74 views

On which operating systems or browsers are CSS font-family names case-sensitive

According to sitepoint (a source I typically highly trust) when specifying font-family names some Operating Systems/Browsers may be case-sensitive. I've typically always used mixe …
0
votes
1answer
63 views

Get all tweets that are all caps

Using the Twitter API, how would you retrieve all updates that are in all CAPS?
1
vote
4answers
314 views

How do I determine whether the filesystem is case-sensitive in .net?

Does .net have a way to determine whether the local filesystem is case-sensitive?
0
votes
3answers
170 views

Enumerate files with case sensitivity in VBScript?

I am using the following VBScript code snippet to enumerate all files in my c:\Scripts\ folder: strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonat …
1
vote
2answers
56 views

problem while compiling java code on network drive, it creating class files in lowercase

i am using clear-case source control, i created my vob repository(which has my java source code) on the network drive, when i rum my javac compiler on the source it compiles fine b …
0
votes
2answers
136 views

SQL Server: impact of column collation on T-SQL instructions

I discovered(*) today that, depending on the server, my TSQL commands were case-sensitive, meaning that, when one table's column is named tableId, the following instruction might n …

1 2 3 4 5 next
15 30 50 per page