User User - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T14:03:49Z http://stackoverflow.com/feeds/user/62830 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/525986/does-asp-net-mvc-rc-has-a-strongly-typed-redirecttoaction-method-already 3 Does ASP.NET MVC RC has a strongly typed RedirectToAction method already? User 2009-02-08T16:32:56Z 2009-12-01T16:26:12Z <p>Since I have decided to let RC go while staying with Beta for now, I have no way of knowing whether there has been some progress in this area. Who has tried it, are there strongly typed RedirectToAction and maybe ActionLink in RC?</p> <p>(I know there is some extra stuff in Futures assembly, but the question really refers to the main build).</p> http://stackoverflow.com/questions/1176548/how-to-insert-programmatically-a-new-line-in-an-excel-cell-in-c 1 How to insert programmatically a new line in an Excel cell in C#? User 2009-07-24T09:13:06Z 2009-11-17T18:27:34Z <p>I'm using the Aspose library to create an Excel document. Somewhere in some cell I need to insert a new line between two parts of the text.</p> <p>I tried "\r\n" but it doesn't work, just displays two square symbols in cell. I can however press Alt+Enter to create a new line in that same cell.</p> <p>How do I insert a new line programmatically?</p> http://stackoverflow.com/questions/1232614/how-to-make-a-css-background-image-sprite-to-clickable-area 0 How to make a CSS background image (sprite) to clickable area? User 2009-08-05T11:17:41Z 2009-11-15T03:35:07Z <p>At the example of YouTube.</p> <p>Their logo comes in fact from a big master image containing other graphical elements. However one can click on the logo which point to the root of the site. I'm researching their HTML but still not quite sure how they achieved that.</p> <p>Could anyone please look at it and maybe explain it?</p> http://stackoverflow.com/questions/1221414/what-graphical-software-is-used-to-design-for-web 0 What graphical software is used to design for web? User 2009-08-03T09:30:05Z 2009-09-19T21:00:02Z <p>Until now I have always used Photoshop to create certain effects. But sometimes, no, actually, quite often I find that I can't easily create certain effects. For example, shadows of equal size around a squared bar (I get them slightly narrower on two of four sides), or maybe this Vista-like bar effects. I know I can achieve the results manually but it requires some clear thinking and some time to invest. Anyway, I'm not a professional designer, I'm just learning.</p> <p>So the question is: is there other software tailored for web meaning it can produce certain popular effect out of the box without me combining manual tweaking, multiple filters etc. to achieve visually simple things?</p> <p>The other question I have is: what other Adobe software is useful in this regard? I know they have the whole bunch of applications but I haven't look through them all.</p> <p>So, what can you recommend?</p> http://stackoverflow.com/questions/650576/how-to-make-document-tabs-in-visual-studio-2008-appear-in-left-to-right-order-ju 0 How to make document tabs in Visual Studio 2008 appear in left-to-right order, just as it was in earlier VS? User 2009-03-16T14:08:33Z 2009-09-04T09:17:36Z <p>In earlier versions of VS (2003 for sure, maybe 2005) when you open a project file, the tab opens to the right. In current VS 2008 it always opens to the left, so I have to rearrange them manually. It's time consuming and stupid, since I feel I'm forced to write in the right-to-the-left order. I looked for appropriate settings, but haven;t found anything.</p> <p>Is this behaviour permanent? Any way to turn it back?</p> http://stackoverflow.com/questions/1224559/what-personal-information-does-an-openid-provider-make-available-to-the-consumer 2 What personal information does an OpenID provider make available to the consumer? User 2009-08-03T20:50:21Z 2009-08-21T21:51:13Z <p>The issue of a foremost interest is whether my email address gets transmitted to the consuming service.</p> <p>For example, if I use Google to login here to SO, does SO know my gmail address?</p> <p>Does he know my name I entered in gmail settingы to be used for outgoing mails?</p> <p>Does an OpenID provider transmit anything else?</p> <p>Now, the hammer question: I understand that a consumer gets some kind of encrypted/hashed value to uniquely identify the provider-managed account. What if I wanted to reset this value to gets desassociated with my Google OpenID from all sites and re-register there again from scratch?</p> <p>I find it quite stupid and user-unfriendly that SO (and probably other sites) do not inform their users of these privacy issues. You sign in and you don't know at all how private you are going to be. Nonsense. This is probably written in some OpenID specs, but would an ordinary user read them let alone understand them?</p> http://stackoverflow.com/questions/1233521/an-ascx-user-control-page-opens-up-as-hex/1233550#1233550 0 Answer by User for An .ascx user control page opens up as hex? User 2009-08-05T14:16:01Z 2009-08-05T14:16:01Z <p>It could be that you saved the file and somehow triggered a different encoding to be used.</p> <p>I believe I've seen something similar a couple of times.</p> <p>Does it compile anyway? If not then it's not readable by VS either and you're probably screwed.</p> http://stackoverflow.com/questions/519692/color-blindness-are-you-aware-of-it-do-you-design-for-it 17 Color blindness: Are you aware of it? Do you design for it? User 2009-02-06T09:41:26Z 2009-08-05T13:52:23Z <p>I'm curious whether many of us who do design or take design decisions have ever heard of this problem.</p> <p>I'm aware there are dangerous color combinations, like green + red. This is probably one of the most popular cases of color blindness. If you have green text on a red background and vice versa some people won't see anything.</p> <p>I've also seen in practice that green text on a blue background was not seen by one guy.</p> <p>What other color compositions should be avoided, and how often these cases are to be expected?</p> <p>Let us make some ranging by encounter probability who has the numbers.</p> <p>Addition: I've just remembered one very bad example that causes problems to just about everyone - blue text on a black background. It's unreadable for all intents and purposes. Never could understand what could possibly compell a web master to use this color combination...</p> http://stackoverflow.com/questions/1227160/how-do-you-moderate-comments-in-your-blog 0 How do you moderate comments in your blog? [closed] User 2009-08-04T12:16:55Z 2009-08-04T12:16:55Z <p>Do you do it post-factum, just see what's been posted and weed out the bad posts? Do you visit all links of contributors to check if they look good? Or do you not display comments until after moderation?</p> http://stackoverflow.com/questions/1224537/why-is-visual-sourcesafe-viewed-so-poorly/1226982#1226982 1 Answer by User for Why is Visual SourceSafe viewed so poorly? User 2009-08-04T11:37:46Z 2009-08-04T11:37:46Z <p>Because it makes your source unsafe even when in repository.</p> http://stackoverflow.com/questions/1226058/why-do-they-make-stuff-so-complicated/1226208#1226208 0 Answer by User for Why do they make stuff so complicated? User 2009-08-04T08:00:59Z 2009-08-04T08:00:59Z <p>I suppose it's because these libraries are written by programmers for programmers and programmers are that type of person who suck at writing texts, designing interfaces, making things user-friendly and ultimately facilitating achieving of the user's needs.</p> <p>The best example is the notorious Windows vs. Linux. Both are good operating system with lots of potential, but in the first case the work is targeted at end users with usability in mind, in the second case these are just programmers themselves whose attitude to user is somewhat close to "If he can't figure it out, he's an idiot and should stay away from computers".</p> http://stackoverflow.com/questions/1221559/count-vs-count1/1221565#1221565 1 Answer by User for Count(*) vs Count(1) User 2009-08-03T10:16:20Z 2009-08-03T10:16:20Z <p>I prefer using COUNT (1). There is no point in loading the DB engine with more work if you're not going to need this data.</p> http://stackoverflow.com/questions/1221441/localize-images-via-css/1221457#1221457 2 Answer by User for Localize images via css User 2009-08-03T09:43:27Z 2009-08-03T09:43:27Z <p>You can try consolidating all external graphics references in separate CSS and referencing it separately in your code.</p> <p>If you mean form paths in your CSS dynamically, well, you could write a handler to process this particular request for your CSS, read it on the server-side from the file, replacing all language marker parts as required (document.Replace("{lang}", "de")) and then serve the modified CSS back. But it would require some work.</p> http://stackoverflow.com/questions/1219339/how-do-i-handle-a-developer-who-was-previously-amazing-but-now-lack-luster/1219344#1219344 0 Answer by User for How do I handle a developer who was previously amazing, but now lack luster? User 2009-08-02T17:33:13Z 2009-08-02T17:33:13Z <p>Have you tried calling a priest to cast off whatever has come onto the guy?</p> http://stackoverflow.com/questions/1206930/frontend-vs-backend-which-is-a-better-career/1207000#1207000 0 Answer by User for Frontend vs. backend - which is a better career? User 2009-07-30T14:32:41Z 2009-07-30T14:32:41Z <p>Pick up that job that would allow you to gather more broad knowledge and experience and maybe play in some responsible role. Your first career years will benefit more from what you have learned and now can do. After you have gathered some critical mass of experience, where you have been and whom you know will matter more. But for start you would need a possibility to look around, learn, get experienced and be able to decide what to do next.</p> http://stackoverflow.com/questions/1204520/why-is-there-no-equivalent-for-hierarchyid-sql-data-type 2 Why is there no equivalent for hierarchyid SQL data type? User 2009-07-30T04:58:55Z 2009-07-30T07:09:03Z <p>I understand it that we have to map this type as binary to get to it in the application code. But why isn't there an exact equivalent with all those type methods?</p> <p>How are we supposed to work with in the code? Or we aren't supposed to work with it outside SQL environment at all?</p> <p>EDIT: The question extends to the geography and geometry types as well.</p> http://stackoverflow.com/questions/45247/how-do-i-get-started-in-embedded-programing/1203282#1203282 0 Answer by User for How do I get started in embedded programing? User 2009-07-29T21:51:54Z 2009-07-29T21:51:54Z <p>Get embedded in some embedded project. There you'll see what it's like and whether you like it.</p> http://stackoverflow.com/questions/1201022/why-is-microsoft-forcing-users-to-use-non-standard-download-installation-solution 0 Why is Microsoft forcing users to use non-standard download/installation solutions? [closed] User 2009-07-29T15:16:20Z 2009-07-29T15:16:20Z <p>Just now I wanted to download ASP.NET MVC and seen there is now something called Web Platform Installer. The direct link to the installer is however still there.</p> <p>A few days ago I wanted to get SQL 2008 Express. Now I only was given this Web Platform Installer and that was it. I had to Google for some time until I found the link to standalone installer.</p> <p>Then last year I tried to download some ISO from their site and I had to install some awful installer just to get to the file. Our admin pulls images out of their MSDN site with this weird tool as well.</p> <p>What's the problem there? It went fine for years, we could download everything over FTP and HTTP. Why now this stuff thet gets in my way and lowers drastically my user experience? I understand until know some semilegal download or adult sites were noticed to practice these custom downloaders to distribute malware. Why is MS doing this?</p> http://stackoverflow.com/questions/1199603/can-i-end-the-rendering-of-a-view-in-asp-net-mvc/1199631#1199631 0 Answer by User for Can I end the rendering of a view in asp.net mvc User 2009-07-29T11:38:41Z 2009-07-29T11:38:41Z <p>Don't see how you model could suddenly be null...</p> <p>But conceptually sound way to address the situation would be to check the model for null in your controller action and then redirect to an error view.</p> http://stackoverflow.com/questions/1199599/asp-net-mvc-session-example/1199615#1199615 4 Answer by User for asp.net mvc session example User 2009-07-29T11:35:58Z 2009-07-29T11:35:58Z <p>The same as in WebForms:</p> <p>Use the HttpContext.Current.Session object.</p> <pre><code>HttpContext.Current.Session["UserName"] = "Jon"; string userName = HttpContext.Current.Session["UserName"]; </code></pre> http://stackoverflow.com/questions/1199413/email-validation-in-a-c-winforms-application/1199604#1199604 1 Answer by User for email validation in a c# winforms application User 2009-07-29T11:34:50Z 2009-07-29T11:34:50Z <p>The best way would be to forward this validation task to .NET itself:</p> <pre><code>public bool IsValidEmailAddress (string email) { try { MailAddress ma = new MailAddress (email); return true; } catch { return false; } } </code></pre> <p>Granted, it will fire false positives on some technically valid email addresses (with non-latin characters, for example), but since it won't be able to send to those addresses anyway, you can as well filter them out from the start.</p> http://stackoverflow.com/questions/1196948/asp-net-mvc-strongly-typed-view-with-multiple-models/1196973#1196973 2 Answer by User for ASP.Net MVC Strongly Typed View With Multiple Models User 2009-07-28T21:54:21Z 2009-07-28T21:59:37Z <p>You're only returning "f" from the query, which is why you don't see the rest.</p> <pre><code> var files = from f in filesContext.Files join u in filesContext.aspnet_Users on f.Uploader equals u.UserId join uir in filesContext.aspnet_UsersInRoles on u.UserId equals uir.UserId join ur in filesContext.aspnet_Roles on uir.RoleId equals ur.RoleId select new { f, u, uir, ur}; </code></pre> <p>You will need of course define a named type (class) to hold "f", "u", "uir", "ur".</p> <pre><code>class FileInfo { public FileType File { get; set; } public UserType User { get; set; } public UserInRoleType UserInRole { get; set; } public UserRoleType UserRole { get; set; } } var files = from f in filesContext.Files join u in filesContext.aspnet_Users on f.Uploader equals u.UserId join uir in filesContext.aspnet_UsersInRoles on u.UserId equals uir.UserId join ur in filesContext.aspnet_Roles on uir.RoleId equals ur.RoleId select new FileInfo { File = f, User = u, UserInRole = uir, UserRole = ur}; </code></pre> <p>Then in your view:</p> <pre><code>Inherits="System.Web.Mvc.ViewPage&lt;IEnumerable&lt;Bailiffs.Models.FileInfo&gt;&gt;" </code></pre> http://stackoverflow.com/questions/1193957/how-to-use-linq-to-sql-to-count-the-idle-working-duration-in-a-day/1194007#1194007 -1 Answer by User for How to use Linq To Sql to count the idle working duration in a day? User 2009-07-28T13:12:58Z 2009-07-28T13:21:51Z <p>Something like this</p> <p>Suppose you have a collection of task objects:</p> <pre><code>public class Task { public Guid ID { get; set; } public string User { get; set; } public string Task { get; set; } public DateTime TaskStartTime { get; set; } public DateTime TaskFinishTime { get; set; } } var tasks = new List&lt;Task&gt; (); // Fill tasks here... var idleTimeInMinutes = tasks.Last ().TaskFinishTime.Subtract (tasks.First ().TaskStartTime).Minutes - tasks.Sum (t =&gt; t.TaskFinishTime.Subtract (t.TaskStartTime).Minutes); </code></pre> <p>EDIT: Now, wait, I see tasks overlap in your example. Then what I wrote is not going to work. I'll have to think about it...</p> http://stackoverflow.com/questions/1187776/how-to-transition-from-oo-development-to-web-development/1187805#1187805 1 Answer by User for How to transition from OO development to Web-Development? User 2009-07-27T12:03:27Z 2009-07-27T12:03:27Z <p>Web development fully embraces OO if used with frameworks like .NET and JSF.</p> <p>You need to start thinking in terms of web application logic and behavior. The OO concepts are there to help you and be your tools.</p> http://stackoverflow.com/questions/1187626/how-closely-can-a-website-be-copied-without-violating-copyright/1187660#1187660 1 Answer by User for How closely can a Website be Copied without violating Copyright? User 2009-07-27T11:30:45Z 2009-07-27T11:30:45Z <p>The copying of that proximity as you described could become an issue.</p> <p>Recall that Facebook tried to sue German StudiVZ, LinkedIn tried to sue some Russian social network etc. though they just get inspired by the idea and didn't really copy everything that close.</p> <p>I see no point in copying any site. You'll just be the shadow of someone else's success. Get inspired, create your own thing and make it BETTER. That's how the web should work, learn from others' mistakes and make something better.</p> http://stackoverflow.com/questions/1187475/youtube-table-structures/1187510#1187510 7 Answer by User for Youtube Table structures User 2009-07-27T10:37:00Z 2009-07-27T10:50:39Z <p>I believe they store files themselves on disk and keep track of them in a group of Excel files. So when a user requests a page, the appropriate Excel file is parsed, links to files are extracted and displayed along with the properties to the user.</p> <p>Using Excel offers advanced functions like getting reports on load count and other usage statistics on files. For example, you can build graphics to show you the geographical distribution of daily reach for particular videos based on IP addresses of those requests.</p> <p>Excel files themselves have a relatively simple structure and can be processed at a very high speed, compared to the ubiquitous database solutions where for each single requests to process many services have to be invoked to interoperate which causes a response lag and a reduced processing rate which can be noticeable on high load sites with millions of requests coming in.</p> http://stackoverflow.com/questions/1155058/database-design-modeling-question-constraints-or-no-constraints/1185552#1185552 0 Answer by User for Database Design/Modeling Question - Constraints or No Constraints? User 2009-07-26T21:07:22Z 2009-07-26T21:07:22Z <p>I'm not sure what you mean by "areas".</p> <p>I believe the urban division is as follows:</p> <p>The planet has countries. A country has regions (states, provinces etc.) Regions have areas (cities, towns, villages etc.) Areas (if big enough) can have districts.</p> <p>User => Country + Region/Area + City (+ District)</p> <p>Could you please elaborate on areas?</p> http://stackoverflow.com/questions/1185433/knowledge-and-skills-in-cvs/1185502#1185502 1 Answer by User for Knowledge and Skills in CVs User 2009-07-26T20:47:06Z 2009-07-26T20:47:06Z <p>Regroup the stuff in clusters:</p> <ul> <li><p>databases</p></li> <li><p>web development</p></li> <li><p>non-programming / administration</p></li> </ul> <p>Maybe drop "Software installation and maintenance". If you can program, you are sure capable of installing a program. -> obvious stuff</p> <p>"Solid understanding of n-tier architectures and design patterns" - replace understanding with experience (of course, if you have it). Maybe drop this word at all. If I read "understanding", it sounds for me "I read about it".</p> <p>ADDED: Agree with AdaTheDev: Add at the end a skills matrix, what you've really worked with along with for how long or since when. As another nice idea you can present your skill in a tag cloud making bolder and bigger what you know better.</p> http://stackoverflow.com/questions/1185108/should-a-programmer-try-to-list-their-next-actions/1185118#1185118 1 Answer by User for Should a programmer try to list their "Next Actions"? User 2009-07-26T17:53:29Z 2009-07-26T17:53:29Z <p>A very strange question really.</p> <p>Why would you need to describe what to do for yourself? Once you know, you just do it. That's the point of job, make it work.</p> <p>I find that such studies and abstract strategies only complicate things. When you are fit for the job, you just do it without any "next actions" lists, scrums, time estimations etc.</p> <p>If you can't just do it without the entourage, you are probably not fit for the job.</p> <p>If they don't let you keep things simple, check out maybe you leave them alone and go somewhere else where the things are just get done.</p> http://stackoverflow.com/questions/1184907/im-a-university-student-who-hopes-to-intern-for-a-large-company-msft-apple-ri/1184922#1184922 -1 Answer by User for I'm a university student who hopes to intern for a large company (msft, apple, rim, etc). What should I learn? User 2009-07-26T16:07:20Z 2009-07-26T16:07:20Z <p>The fine art of asskissing will open all doors for you. If you know some job-related stuff, it will be of benefit.</p> http://stackoverflow.com/questions/1232614/how-to-make-a-css-background-image-sprite-to-clickable-area/1232690#1232690 Comment by User on How to make a CSS background image (sprite) to clickable area? User 2009-08-05T12:05:58Z 2009-08-05T12:05:58Z What is the purpose of the button? Won't just the link alone work here? http://stackoverflow.com/questions/1227395/asp-net-mvc-validating-uniqueness-of-a-model Comment by User on ASP.NET MVC - Validating uniqueness of a model User 2009-08-04T13:04:36Z 2009-08-04T13:04:36Z Why don't you just post some code? Patterns are such an abstract thing... http://stackoverflow.com/questions/1227160/how-do-you-moderate-comments-in-your-blog Comment by User on How do you moderate comments in your blog? User 2009-08-04T12:19:50Z 2009-08-04T12:19:50Z What's the problem? I haven't blogged myself which is why I ask. What's the problem with asking what one does not know? http://stackoverflow.com/questions/1226058/why-do-they-make-stuff-so-complicated Comment by User on Why do they make stuff so complicated? User 2009-08-04T08:05:53Z 2009-08-04T08:05:53Z Thanks for the great question. However, this type of question about usability/design is generally not appreciated here. To my great disappointment. http://stackoverflow.com/questions/1224559/what-personal-information-does-an-openid-provider-make-available-to-the-consumer/1224577#1224577 Comment by User on What personal information does an OpenID provider make available to the consumer? User 2009-08-03T20:56:28Z 2009-08-03T20:56:28Z I think if I have to study privacy statements before using their service I will just drop the OpenID idea and just register temporary anonymous accounts for each separate site I wish to use. http://stackoverflow.com/questions/1221414/what-graphical-software-is-used-to-design-for-web Comment by User on What graphical software is used to design for web? User 2009-08-03T10:15:17Z 2009-08-03T10:15:17Z @Lars Haugseth: Windows. http://stackoverflow.com/questions/1184233/what-differentiates-a-starting-web-designer-and-one-with-2-years-of-experience/1184257#1184257 Comment by User on What differentiates a starting web designer and one with 2+ years of experience? User 2009-07-31T07:35:36Z 2009-07-31T07:35:36Z The first part is a complete BS. http://stackoverflow.com/questions/1206871/c-mvc-model-how-should-it-be-implemented Comment by User on C++ MVC Model - How should it be implemented? User 2009-07-30T14:28:18Z 2009-07-30T14:28:18Z I'm afraid for now it is not understandable what your issue is. I guess you are designing some kind of MVC framework to use with C++. But not really clear, what you are doing, for what purposes, at what stage you are and what exactly your current problem is. Can you please elaborate on that? http://stackoverflow.com/questions/1206871/c-mvc-model-how-should-it-be-implemented Comment by User on C++ MVC Model - How should it be implemented? User 2009-07-30T14:18:14Z 2009-07-30T14:18:14Z What are you talking about anyway? http://stackoverflow.com/questions/1202811/what-have-you-heard-about-the-real-world-from-academia-that-is-completely-incor Comment by User on What have you heard about "the real world" from academia that is completely incorrect? User 2009-07-29T23:00:20Z 2009-07-29T23:00:20Z Look here: <a href="http://stackoverflow.com/questions/545646/do-you-believe-universities-help-create-great-people-for-it-i-do-not-closed" rel="nofollow" title="do you believe universities help create great people for it i do not closed">stackoverflow.com/questions/545646/&hellip;</a> http://stackoverflow.com/questions/1199413/email-validation-in-a-c-winforms-application/1199604#1199604 Comment by User on email validation in a c# winforms application User 2009-07-29T15:06:56Z 2009-07-29T15:06:56Z @Mark Maslar: Yes, I know. These are valid email addresses, though you don't usually get one of those. http://stackoverflow.com/questions/1196948/asp-net-mvc-strongly-typed-view-with-multiple-models/1196973#1196973 Comment by User on ASP.Net MVC Strongly Typed View With Multiple Models User 2009-07-28T22:07:41Z 2009-07-28T22:07:41Z @tvanfosson: Yes, looks like it. It can probably be dropped unless there is some other information stored there, like maybe role assignment timestamp or something. http://stackoverflow.com/questions/1187279/what-are-the-best-cities-of-europe-to-pursue-a-career-as-a-software-developer-eng/1187331#1187331 Comment by User on What are the best cities of Europe to pursue a career as a Software developer/engineer? User 2009-07-27T12:31:11Z 2009-07-27T12:31:11Z @DR: Not seen but believe you. Especially when I see all those 70-80-90-100+ m2 apartments offered here when there is a lack of simple 50 m2 offers. http://stackoverflow.com/questions/1187279/what-are-the-best-cities-of-europe-to-pursue-a-career-as-a-software-developer-eng/1187331#1187331 Comment by User on What are the best cities of Europe to pursue a career as a Software developer/engineer? User 2009-07-27T12:06:39Z 2009-07-27T12:06:39Z And the real estate prices in Munich are that high that most scare away from that city. Stuttgart is even worse though. http://stackoverflow.com/questions/1187626/how-closely-can-a-website-be-copied-without-violating-copyright/1187660#1187660 Comment by User on How closely can a Website be Copied without violating Copyright? User 2009-07-27T11:41:34Z 2009-07-27T11:41:34Z Both, as I recall it. The Russian network got out by just changing the design as I recall from the news.