David Kolar

938
Reputation
139 views

Registered User

Name David Kolar
Member for 1 year
Seen 3 hours ago
Website
Location
Age
Nov
25
comment how to apply this css class to given link button?
It's confusing to conflate the HTML element "<a>", the css class "a", and the id "A" all within the same element.
Nov
5
answered My website becomes distorted on large monitors
Oct
29
comment html and css only: html tags reuse across different pages.
Or Dreamweaver and its templating system, if the OP is willing to trade money for ease of use.
Oct
28
answered Have you used any databases only hosting service?
Oct
9
comment Have you used any databases only hosting service?
I imagine that these are few and far between. Most people who want the database hosted will also want the site itself hosted. Using separate hosts for these makes your site dependent on two hosts being up and running instead of one, so it makes sense to use the same host for both just to cut out a point of failure.
Sep
23
comment IE7 not Caching CSS Image over SSL
Are you certain that this only happens over SSL and does not occur over non-SSL pages?
Sep
21
answered Any time you should use relative links for internal pages?
Sep
14
comment Why are certain files not published in the App_Data folder?
What causes some files to be marked "None" instead of "Content" to begin with?
Aug
28
awarded  Yearling
Aug
26
comment Updating MySQL with textarea content without reloading
In general, this is an intriguing no-JavaScript fallback strategy even if you do use AJAX.
Aug
26
comment Matching heights of inline elements
I still can't tell if you are asking about heights or widths.
Aug
25
comment Team Build - /temp/global.asax(1): error ASPPARSE: Could not load type ‘Mvc’
I had the same problem and this answer fixed it: stackoverflow.com/questions/755645/…
Aug
20
comment Asp.Net MVC: How do I enable dashes in my urls?
@Eduardo I think the ActionName attribute was added for Preview 5, which came out just after Phil's post.
Aug
18
answered How to position the split line caused by background repeat.
Aug
14
revised Relative positioned divs height added up in IE6 before the negative top
Clarification of the cause of the issue.
Aug
14
answered Relative positioned divs height added up in IE6 before the negative top
Jul
2
revised Can you use ASP.NET MVC UpdateModel() with complex Model Object containing List<T> while attempting to include (white list) and/or exclude (black list) certain fields?
edited tags
Jun
12
answered Concurrent User Sessions - Why Don’t We See More Of It?