Tagged Questions

1
vote
2answers
46 views

There is any way to access directly a dll internal classes without copyright infringment?

I need to use some of the Microsoft.SqlServer.Types library internal classes. This is a .NET dll, which is easily disassembled to the language of my choice. So far I could copy it …
9
votes
15answers
780 views

How does one write good error messages?

While this is more of a written language issue than a coding one, it is something that programmers must do in circumstances where copy is not provided by a client or someone else. …
0
votes
1answer
91 views

Intuitive scroll for embedded browser in WPF

Hi, I am working on a project built in WPF, which includes an embedded WebBrowser. The Browser that comes with WPF did not meet our needs, so we are using a WinForms WebBrowser in …
0
votes
2answers
56 views

CSSFriendly Problem just after publish to web server

Hi every one! I created a website and used css frienfly adapters for Menu, TreeView and GridView, all was correct, but after publishing it to my great web server, the menus and tr …
5
votes
11answers
1k views

URL Routing: Handling Spaces and Illegal Characters When Creating Friendly URLs

I've seen a lot of discussion on URL Routing, and LOTS of great suggestions... but in the real world, one thing I haven't seen discussed are: Creating Friendly URLs with Spaces …
0
votes
3answers
205 views

Intelligencia.UrlRewriter

Hi, I'm using the Intelligencia UrlRewriter on a project. It's working fine to rewrite urls typed into the browser. For example, if I enter http://localhost/People This is b …
2
votes
5answers
125 views

Deployment friendly code

Is writing deployment friendly code considered a good virtue on the part of a programmer? If yes, then what are the general considerations to be kept in mind when coding so that d …
1
vote
7answers
536 views

How to create friendly URL in php?

Hi, normally, the practice or very old way of displaying some profile page is like this: www.domain.com/profile.php?u=12345 where u=12345 is the user id. recent years, I found so …
0
votes
3answers
493 views

How to create a friendly date format (for example “submitted 2 days ago”

I'm meaning to format dates on my social web app much like Digg.com and other sites do. There, you see very friendly dates, such as: just now 3 minutes ago one hour ago 2 weeks a …