User Ola Eld&#248;y - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T06:35:21Z http://stackoverflow.com/feeds/user/18651 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1730529/looking-for-examples-where-knowledge-of-discrete-mathematics-is-helpful 1 Looking for examples where knowledge of discrete mathematics is helpful Ola Eldøy 2009-11-13T16:55:28Z 2009-11-19T22:34:56Z <p>Inspired after watching Michael Feather's SCNA talk "<a href="http://scna.softwarecraftsmanship.org/media/michaelfeathers" rel="nofollow">Self-Education and the Craftsman</a>", I am interested to hear about practical examples in software development where discrete mathematics have proved helpful.</p> http://stackoverflow.com/questions/373926/lightweight-open-source-pdf-library-in-c 3 Lightweight, open source PDF library in C#? Ola Eldøy 2008-12-17T07:55:38Z 2009-11-11T16:44:16Z <p>I am looking for the bare minimum in PDF creation here. I need to specify fonts, and embed a few images, nothing fancy.</p> http://stackoverflow.com/questions/464972/looking-for-a-yahoo-groups-cms-replacement 0 Looking for a Yahoo Groups (CMS) replacement Ola Eldøy 2009-01-21T11:50:35Z 2009-10-26T06:00:02Z <p>I realise that this is an extremely open question, so let me narrow it down a bit. I am toying with the idea of creating a membership site that could replace an existing Yahoo group.</p> <p>I want to host the site, so that I control the data. Probably, an existing CMS could be a good starting point. The following features should be available:</p> <ul> <li>Member registration, authentication, etc (possibly using OpenID)</li> <li>Member profile pages</li> <li>Message board (this is a major feature, and must be well implemented)</li> <li>Photo gallery</li> <li>Files area</li> <li>A Wiki would be nice, but since that could probably be installed separately it is not a requirement</li> </ul> <p>As these features are commonly available in a myriad of systems, I would like to give preference to the following parameters:</p> <p><strong>Good system design</strong>: I would prefer a system with fewer features and good system architecture to a bloated spagghetti monster with all the bells and whistles.</p> <p><strong>Easy to understand</strong>: This goes hand in hand with the previous point, but it is so important that I would like to give it a point of its own.</p> <p><strong>Easy to extend</strong>: Another aspect of "Good system design", but an important one to me.</p> <p><strong>ASP.NET MVC</strong>: It would be nice to work with a system that implements ASP.NET MVC "correctly", but I will definitely consider other platforms.</p> http://stackoverflow.com/questions/386079/receiving-automatic-notification-from-sql-server-when-a-table-is-non-empty 1 Receiving automatic notification from SQL Server when a table is non-empty Ola Eldøy 2008-12-22T11:56:54Z 2009-10-20T02:49:14Z <p>I would like to use an SQL Server table as an action queue. So whenever the table is non-empty, I'd like some sort of notification to my <a href="http://www.visualdataflex.com/" rel="nofollow">VDF</a> application, in order to avoid constantly polling the database. VDF relies on using <a href="http://en.wikipedia.org/wiki/X86%5Fcalling%5Fconventions#stdcall" rel="nofollow">stdcall</a>, the standard calling convention for the Win 32 API, or COM/ActiveX. Another solution that could work for me is to simply run an exe file when the table is non-empty.</p> <p>Are there any events in SQL Server that could be used here? And how would you go about channeling such an event to be used by VDF (as described above)?</p> http://stackoverflow.com/questions/158474/how-to-obtain-longitude-and-latitude-for-a-street-address-programmatically-and-l 17 How to obtain longitude and latitude for a street address programmatically (and legally) Ola Eldøy 2008-10-01T16:22:21Z 2009-10-16T11:43:58Z <p>Supposedly, it is possible to get this from Google Maps or some such service. (US addresses only is not good enough.)</p> http://stackoverflow.com/questions/224996/implementing-xunit-in-a-new-programming-language 0 Implementing xunit in a new programming language Ola Eldøy 2008-10-22T09:21:02Z 2009-09-18T11:12:44Z <p>Some of us still "live" in a programming environment where unit testing has not yet been embraced. To get started, the obvious first step would be to try to implement a decent framework for unit testing, and I guess xUnit is the "standard".</p> <p>So what is a good starting point for implementing xUnit in a new programming language?</p> <p>BTW, since people are asking: My target environment is Visual Dataflex.</p> http://stackoverflow.com/questions/224996/implementing-xunit-in-a-new-programming-language/1443887#1443887 1 Answer by Ola Eldøy for Implementing xunit in a new programming language Ola Eldøy 2009-09-18T11:12:44Z 2009-09-18T11:12:44Z <p>I found <a href="http://www.pragprog.com/titles/utc2/pragmatic-unit-testing-in-c-with-nunit" rel="nofollow">Pragmatic Unit Testing in C# with NUnit</a> very helpful!</p> http://stackoverflow.com/questions/152241/what-is-a-good-tool-for-writing-a-user-manual-help-file-which-integrates-with 7 What is a good tool for writing a user manual (help file), which integrates with version control Ola Eldøy 2008-09-30T08:31:06Z 2009-08-20T09:14:55Z <p>The people writing the user manual are not necessarily programmers, and they need a visual editor. A major issue is the internal format of the authoring tool; it should be readable text/html, so it's easy to compare versions of individual pages checked into version control.</p> http://stackoverflow.com/questions/78955/what-are-the-best-programming-and-development-related-blogs/1248500#1248500 0 Answer by Ola Eldøy for What are the best programming and development related Blogs? Ola Eldøy 2009-08-08T10:12:17Z 2009-08-08T10:12:17Z <p><a href="http://www.threeriversinstitute.org/blog/" rel="nofollow">Kent Beck's blog</a> (Programming guru extraordinaire - among other things, creator of Extreme Programming and Test Driven Development)</p> http://stackoverflow.com/questions/425412/how-long-do-you-beat-your-head-before-asking-for-help/482508#482508 3 Answer by Ola Eldøy for How long do you beat your head before asking for help? Ola Eldøy 2009-01-27T06:51:22Z 2009-06-22T05:54:21Z <p>First I explain my problem to Albert. Very often, the process of formulating the problem so that another person can understand it is enough to miraculously make the solution appear to me.</p> <p><img src="http://i42.tinypic.com/35lcime.jpg" alt="Albert understand me" /></p> http://stackoverflow.com/questions/990138/tiff-image-file-format/990174#990174 1 Answer by Ola Eldøy for TIFF image file format Ola Eldøy 2009-06-13T06:58:06Z 2009-06-13T06:58:06Z <p>The TIFF file can store various image types:</p> <ul> <li>Bilevel (B/W)</li> <li>Grayscale</li> <li>Palette-color</li> <li>RGB full-color</li> </ul> <p>The storing of actual image data is done differently for each image type.</p> <p>The <a href="http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf" rel="nofollow">specification</a> is not the scariest I have seen, but it is definitely not trivial!</p> http://stackoverflow.com/questions/208293/when-to-throw-out-old-programming-books/380635#380635 7 Answer by Ola Eldøy for When to Throw Out Old Programming Books? Ola Eldøy 2008-12-19T10:50:29Z 2009-06-12T16:43:52Z <p>I'm NEVER going to throw away my "Dragon machine language for the absolute beginner"!</p> <p><img src="http://www.dataserve-retro.co.uk/contents/media/l%5Fdragon%20ml%20for%20abs%20beginner.jpg" alt="alt text" /></p> http://stackoverflow.com/questions/958450/book-or-online-resource-explaining-bdd 0 Book or online resource explaining BDD Ola Eldøy 2009-06-05T22:34:08Z 2009-06-08T05:48:50Z <p>The <a href="http://en.wikipedia.org/wiki/Behavior%5FDriven%5FDevelopment" rel="nofollow">Wikipedia article about Behavior Driven Development</a> gives a nice overview about the topic, and many tools are listed. However, in order to dig deeper and really grasp the <i>mindset</i> of BDD, what other resources are there? Language agnostic material appreciated.</p> http://stackoverflow.com/questions/958450/book-or-online-resource-explaining-bdd/959151#959151 1 Answer by Ola Eldøy for Book or online resource explaining BDD Ola Eldøy 2009-06-06T06:55:44Z 2009-06-06T06:55:44Z <p><a href="http://blog.wekeroad.com/mvc-storefront/kona-3/" rel="nofollow">This training video</a> by Rob Conery looks interesting!</p> http://stackoverflow.com/questions/958450/book-or-online-resource-explaining-bdd/959147#959147 0 Answer by Ola Eldøy for Book or online resource explaining BDD Ola Eldøy 2009-06-06T06:53:14Z 2009-06-06T06:53:14Z <p>I enjoyed this little cartoon, by fellow stackoverflow user <a href="http://stackoverflow.com/users/22621/torbjorn">Torbjørn</a>:</p> <p><img src="http://i44.tinypic.com/vfb12t.jpg" alt="alt text" /></p> http://stackoverflow.com/questions/909291/how-to-explain-agile-to-a-non-developer 6 How to explain "Agile" to a non-developer? Ola Eldøy 2009-05-26T07:04:57Z 2009-05-28T04:51:15Z <p>I am looking for ways to explain "Agile" to a non-developer. You could try to summarize it yourself, but a reference to a short article, blog post or podcast could also prove helpful.</p> http://stackoverflow.com/questions/420572/how-do-you-keep-your-windows-development-machine-from-slowing-down 24 How do you keep your Windows development machine from slowing down? Ola Eldøy 2009-01-07T14:51:17Z 2009-05-21T03:42:15Z <p>After using Windows for some time, any computer can begin to suffer from "Slow Computer Syndrome", or "winrot", so I am interested to hear what you are doing to prevent this.</p> <p>I am <em>not</em> looking for these answers:</p> <ul> <li>Reinstalling Windows</li> <li>Upgrading the hardware</li> </ul> <p>I <em>am</em>, however, looking for your experience on what steps you can recommend that actually make a difference on a computer that, with a more generous employer, would already have been replaced last year...</p> <p>Edit: Windows XP and Vista.</p> <p><hr /></p> <p><strong>Similar questions</strong> (though not necessarily exact duplicates):</p> <p><a href="http://stackoverflow.com/questions/305793/why-does-microsoft-windows-performance-appear-to-degrade-over-time">http://stackoverflow.com/questions/305793/why-does-microsoft-windows-performance-appear-to-degrade-over-time</a><br /> <a href="http://stackoverflow.com/questions/344468/as-a-developer-what-changes-do-you-make-to-a-vanilla-windows-install">http://stackoverflow.com/questions/344468/as-a-developer-what-changes-do-you-make-to-a-vanilla-windows-install</a></p> http://stackoverflow.com/questions/881045/sketching-font-alternative-to-comic-sans 6 "Sketching font" alternative to Comic Sans? Ola Eldøy 2009-05-19T05:07:58Z 2009-05-19T14:33:59Z <p>In sketching (or mockup) tools such as <a href="http://www.balsamiq.com/" rel="nofollow">Balsamiq</a> and <a href="http://wireframesketcher.com/features.html" rel="nofollow">WireframeSketcher</a> Comic Sans is used to give that "sketchy", hand drawn look. My only problem is, I'm <em>so tired</em> of that font.</p> <p>Any suggestions for alternatives?</p> <p>Edit: WireframeSketcher does not default to the Comic Sans font, but it's the one used to show an example of a "sketchy" look.</p> http://stackoverflow.com/questions/569098/when-to-use-a-spinner-vs-a-form-object 1 When to use a spinner vs a form object Ola Eldøy 2009-02-20T10:48:09Z 2009-05-13T17:59:59Z <p>When is using a <a href="http://en.wikipedia.org/wiki/Spinner%5F%28computing%29" rel="nofollow">spinner</a> object appropriate, rather than using a standard <a href="http://en.wikipedia.org/wiki/Text%5Fbox" rel="nofollow">text entry</a> object (a.k.a. form, or text box)?</p> <p>I am looking for information on "best practices" in GUI.</p> http://stackoverflow.com/questions/377906/how-do-i-indicate-success-and-failure-with-colour/377955#377955 12 Answer by Ola Eldøy for How do I indicate success and failure with colour? Ola Eldøy 2008-12-18T14:13:47Z 2009-05-13T17:23:31Z <p><img src="http://i44.tinypic.com/sv12kj.jpg" alt="alt text" />Red + x = Failure</p> <p><img src="http://i44.tinypic.com/2n6xe7r.jpg" alt="alt text" />Green + checkmark = Success</p> http://stackoverflow.com/questions/855714/is-it-better-to-design-a-language-that-utilizes-white-space-instead-of-symbols-to/859130#859130 2 Answer by Ola Eldøy for Is it Better to Design a Language that Utilizes White Space Instead of Symbols to Group Code? Ola Eldøy 2009-05-13T16:56:50Z 2009-05-13T17:02:16Z <p><a href="http://www.dotnetrocks.com/default.aspx?showNum=0338" rel="nofollow">In .NET Rocks show #338</a>, discussing "The Science of Great UI", <a href="http://www.dotnetrocks.com/text/0338/index9.html" rel="nofollow">Mark Miller highlights</a> the principle of "<a href="http://theeditorialadvantage.com/?p=173" rel="nofollow">smallest effective difference</a>". (Illustrated in <a href="http://community.devexpress.com/blogs/markmiller/archive/2009/02/11/great-ui-clarity-and-information-relevance.aspx" rel="nofollow">this blogpost</a>.)</p> <p>This implies that by adding unnecessary contrast, you are increasing the level of "noise" that you have to deal with. As I see it, from a "user interface" viewpoint, this means that using symbols to group code instead of white space represents an increase in the level of noise.</p> http://stackoverflow.com/questions/851144/test-framework-for-insert-language-here 3 Test framework for [insert language here] Ola Eldøy 2009-05-12T04:33:12Z 2009-05-13T16:39:39Z <p>I am looking for a test framework to introduce automated tests for <a href="http://www.visualdataflex.com/" rel="nofollow">a language without much test support</a>. As far as I can understand, I need a framework that's capable of running the VDF tests using some form of protocol. I would much rather spend my time writing tests than writing VDF code to interface with the test framework, so a lightweight protocol is much preferred.</p> <p><a href="http://www.fitnesse.org/FitNesse.SliM.SlimProtocol" rel="nofollow">Slim with Fitnesse</a> seems to be an nice candidate, but I'm interested in <em>all</em> recommendations.</p> <p>Edit: Being able to use the same test framework across programming languages would be an added bonus.</p> http://stackoverflow.com/questions/26183/screenshot-taking-tools/852386#852386 0 Answer by Ola Eldøy for Screenshot Taking Tools Ola Eldøy 2009-05-12T12:02:44Z 2009-05-12T12:02:44Z <p>If you use PaintShop Pro, its screenshot taking capabilities are just fine.</p> http://stackoverflow.com/questions/851056/should-i-try-to-publish-a-book-or-write-a-blog/851068#851068 13 Answer by Ola Eldøy for Should I try to publish a book or write a blog? Ola Eldøy 2009-05-12T03:53:47Z 2009-05-12T03:53:47Z <p>I'd recomment blogging. It gets your material out incrementally, and by enabling comments you will potentially get a lot more feedback than from just one editor.</p> <p>And if you add a link to the blog from your Stackoverflow user page, you can possibly attract the kind of audience you seek.</p> http://stackoverflow.com/questions/292463/how-do-you-plan-an-applications-architecture-before-writing-any-code/843848#843848 0 Answer by Ola Eldøy for How do you plan an application's architecture before writing any code? Ola Eldøy 2009-05-09T19:08:26Z 2009-05-09T19:08:26Z <p>"White boards, sketches and Post-it notes are excellent design tools. Complicated modeling tools have a tendency to be more distracting than illuminating." From <a href="http://www.pragprog.com/titles/pad/practices-of-an-agile-developer" rel="nofollow">Practices of an Agile Developer by Venkat Subramaniam and Andy Hunt</a>.</p> http://stackoverflow.com/questions/130313/which-chemical-stimulation-do-you-require-while-coding/842050#842050 0 Answer by Ola Eldøy for Which chemical stimulation do you require while coding? Ola Eldøy 2009-05-08T22:15:46Z 2009-05-08T22:15:46Z <p>Espresso for me, please. And make it a double!</p> http://stackoverflow.com/questions/824673/strategies-for-sharing-common-business-logic-across-different-programming-languag 1 Strategies for sharing common business logic across different programming languages Ola Eldøy 2009-05-05T12:34:47Z 2009-05-06T14:22:47Z <p>Having a monolithic business application with complex business logic implemented in Visual Dataflex, we are facing the challenge of maintaining our business logic across programming languages as certain features are written in other programming languages (mainly .NET).</p> <p>So I am looking for strategies to "synchronize" business logic across different programming language implementations, in order to avoid mismatches. Avoiding duplication is a plus, but this may be compensated by automated testing.</p> <p>EDIT: SOA is a great suggestion. But what about those cases where a service will not be fast enough?</p> <p>EDIT 2: Any suggestions for using a <a href="http://en.wikipedia.org/wiki/Metalanguage" rel="nofollow">metalanguage</a>?</p> http://stackoverflow.com/questions/823610/what-is-soft-coding-anti-pattern 7 What is soft coding? (Anti-pattern) Ola Eldøy 2009-05-05T06:34:47Z 2009-05-05T17:22:04Z <p>I found the <a href="http://en.wikipedia.org/wiki/Softcoding" rel="nofollow">Wikipedia entry</a> on the soft coding anti-pattern terse and confusing. So what is soft coding? In what settings is it a bad practice (anti-pattern)? Also, when could it be considered beneficial, and if so, how should it be implemented?</p> http://stackoverflow.com/questions/825302/how-to-improve-my-architecture-design-skills/825605#825605 0 Answer by Ola Eldøy for How to improve my architecture design skills Ola Eldøy 2009-05-05T16:00:07Z 2009-05-05T16:00:07Z <p>Check out Grady Booch's work in progress, the <a href="http://www.handbookofsoftwarearchitecture.com/" rel="nofollow">Handbook of Software Architecture</a>. Material is also available as <a href="http://www2.computer.org/portal/web/computingnow/onarchitecture" rel="nofollow">podcast</a>.</p> <p>Microsoft have also published <a href="http://msdn.microsoft.com/en-us/architecture/default.aspx" rel="nofollow">information on MSDN</a>, such as the <a href="http://www.codeplex.com/AppArch" rel="nofollow">Application Architecture Guide</a>.</p> http://stackoverflow.com/questions/70053/is-there-a-cross-language-tdd-solution/824638#824638 0 Answer by Ola Eldøy for Is there a cross-language TDD solution? Ola Eldøy 2009-05-05T12:26:10Z 2009-05-05T12:26:10Z <p>You could also check out Fitnesse with <a href="http://www.fitnesse.org/FitNesse.SliM" rel="nofollow">Slim</a>, as Slim should be a lot more lightweight to implement for new languages (AS3). I guess it's more about acceptance/integration testing than unit testing, but it could be worth looking into.</p> http://stackoverflow.com/questions/557764/if-unit-testing-is-so-great-why-arent-more-companies-doing-it/558443#558443 Comment by Ola Eldøy on If unit testing is so great, why aren't more companies doing it? Ola Eldøy 2009-11-27T06:38:19Z 2009-11-27T06:38:19Z @Breton - Check out The Art of Unit Testing by Roy Osherove http://stackoverflow.com/questions/1479684/what-position-to-take-in-applying-for-programming-jobs Comment by Ola Eldøy on What position to take in applying for programming jobs? Ola Eldøy 2009-09-26T22:56:01Z 2009-09-26T22:56:01Z I would say questions regarding working as a programmer are definitely programming related. http://stackoverflow.com/questions/958450/book-or-online-resource-explaining-bdd/958483#958483 Comment by Ola Eldøy on Book or online resource explaining BDD Ola Eldøy 2009-06-08T05:51:28Z 2009-06-08T05:51:28Z The RSpec book definitely seems worth looking into! My only reservation is that it's not &quot;language-agnostic&quot;. But anyway, I'm a big fan of the Pragmatic Programmers. Cucumber is also a very interesting piece of work... http://stackoverflow.com/questions/909291/how-to-explain-agile-to-a-non-developer Comment by Ola Eldøy on How to explain "Agile" to a non-developer? Ola Eldøy 2009-05-26T07:10:23Z 2009-05-26T07:10:23Z @balexandre So you're saying I should not ask on Stackoverflow anything that could be found on Google? I guess that rules out a few hundred thousand other questions here... http://stackoverflow.com/questions/881045/sketching-font-alternative-to-comic-sans/881063#881063 Comment by Ola Eldøy on "Sketching font" alternative to Comic Sans? Ola Eldøy 2009-05-25T06:14:23Z 2009-05-25T06:14:23Z Mac envy... I feel it! http://stackoverflow.com/questions/901320/anti-joel-test/901359#901359 Comment by Ola Eldøy on Anti-Joel Test Ola Eldøy 2009-05-23T12:07:37Z 2009-05-23T12:07:37Z Split this answer into three separate ones, and receive three votes from me instead of one. http://stackoverflow.com/questions/881045/sketching-font-alternative-to-comic-sans/881235#881235 Comment by Ola Eldøy on "Sketching font" alternative to Comic Sans? Ola Eldøy 2009-05-19T07:40:28Z 2009-05-19T07:40:28Z Thanks for the reference... Although I was really looking for &quot;sketching&quot;, not &quot;comic&quot; fonts. http://stackoverflow.com/questions/881045/sketching-font-alternative-to-comic-sans Comment by Ola Eldøy on "Sketching font" alternative to Comic Sans? Ola Eldøy 2009-05-19T05:12:45Z 2009-05-19T05:12:45Z Surely, the use of wireframe tools must be programming related? http://stackoverflow.com/questions/862599/are-open-source-automated-testing-tools-and-frameworks-better-than-commercial-pro Comment by Ola Eldøy on Are open source automated testing tools and frameworks better than commercial products ? Ola Eldøy 2009-05-14T10:45:49Z 2009-05-14T10:45:49Z Why not ask for specific examples? http://stackoverflow.com/questions/189388/what-are-the-most-useful-software-development-metrics/665288#665288 Comment by Ola Eldøy on What are the most useful software development metrics? Ola Eldøy 2009-05-14T09:44:50Z 2009-05-14T09:44:50Z Check out Simian as a tool for finding duplicate code. http://stackoverflow.com/questions/855714/is-it-better-to-design-a-language-that-utilizes-white-space-instead-of-symbols-to/859130#859130 Comment by Ola Eldøy on Is it Better to Design a Language that Utilizes White Space Instead of Symbols to Group Code? Ola Eldøy 2009-05-13T17:43:30Z 2009-05-13T17:43:30Z And a solid thick black line makes a clearer difference between two cells on a spreadsheet than a subtle, grey one. Still, the principle is that of <i>smallest</i> effective difference. So the challenge is where to strike that balance. http://stackoverflow.com/questions/813190/what-was-the-most-difficult-concept-you-had-to-grasp-throughout-your-entire-softw Comment by Ola Eldøy on What was the most difficult concept you had to grasp throughout your entire software development career? Ola Eldøy 2009-05-05T09:26:59Z 2009-05-05T09:26:59Z I disagree to the closing of this question as &quot;not programming related&quot;. In my opinion, it is definitely about issues related to learning and tackling challenges as a developer. http://stackoverflow.com/questions/117199/should-i-telecommute/117434#117434 Comment by Ola Eldøy on Should I telecommute? Ola Eldøy 2009-05-01T09:00:29Z 2009-05-01T09:00:29Z @Sam Schutte: I used to DREAM of having a door ;) http://stackoverflow.com/questions/7662/database-table-and-column-naming-conventions/7764#7764 Comment by Ola Eldøy on Database, Table and Column Naming Conventions? Ola Eldøy 2009-04-27T09:50:16Z 2009-04-27T09:50:16Z Your answer would be more accessible (=better) if you gave a summary here. Great pointer, though! http://stackoverflow.com/questions/776391/what-is-the-difficult-part-of-software-development/776817#776817 Comment by Ola Eldøy on What is the difficult part of software development? Ola Eldøy 2009-04-22T11:50:32Z 2009-04-22T11:50:32Z It's a very general answer, but I concur. This is difficult stuff :)