User Ola Eldøy - Stack Overflowmost recent 30 from stackoverflow.com2009-12-01T06:35:21Zhttp://stackoverflow.com/feeds/user/18651http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1730529/looking-for-examples-where-knowledge-of-discrete-mathematics-is-helpful1Looking for examples where knowledge of discrete mathematics is helpfulOla Eldøy2009-11-13T16:55:28Z2009-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-c3Lightweight, open source PDF library in C#?Ola Eldøy2008-12-17T07:55:38Z2009-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-replacement0Looking for a Yahoo Groups (CMS) replacementOla Eldøy2009-01-21T11:50:35Z2009-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-empty1Receiving automatic notification from SQL Server when a table is non-emptyOla Eldøy2008-12-22T11:56:54Z2009-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-l17How to obtain longitude and latitude for a street address programmatically (and legally)Ola Eldøy2008-10-01T16:22:21Z2009-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-language0Implementing xunit in a new programming languageOla Eldøy2008-10-22T09:21:02Z2009-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#14438871Answer by Ola Eldøy for Implementing xunit in a new programming languageOla Eldøy2009-09-18T11:12:44Z2009-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-with7What is a good tool for writing a user manual (help file), which integrates with version controlOla Eldøy2008-09-30T08:31:06Z2009-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#12485000Answer by Ola Eldøy for What are the best programming and development related Blogs?Ola Eldøy2009-08-08T10:12:17Z2009-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#4825083Answer by Ola Eldøy for How long do you beat your head before asking for help?Ola Eldøy2009-01-27T06:51:22Z2009-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#9901741Answer by Ola Eldøy for TIFF image file formatOla Eldøy2009-06-13T06:58:06Z2009-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#3806357Answer by Ola Eldøy for When to Throw Out Old Programming Books?Ola Eldøy2008-12-19T10:50:29Z2009-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-bdd0Book or online resource explaining BDDOla Eldøy2009-06-05T22:34:08Z2009-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#9591511Answer by Ola Eldøy for Book or online resource explaining BDDOla Eldøy2009-06-06T06:55:44Z2009-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#9591470Answer by Ola Eldøy for Book or online resource explaining BDDOla Eldøy2009-06-06T06:53:14Z2009-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-developer6How to explain "Agile" to a non-developer?Ola Eldøy2009-05-26T07:04:57Z2009-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-down24How do you keep your Windows development machine from slowing down?Ola Eldøy2009-01-07T14:51:17Z2009-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-sans6"Sketching font" alternative to Comic Sans?Ola Eldøy2009-05-19T05:07:58Z2009-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-object1When to use a spinner vs a form objectOla Eldøy2009-02-20T10:48:09Z2009-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#37795512Answer by Ola Eldøy for How do I indicate success and failure with colour?Ola Eldøy2008-12-18T14:13:47Z2009-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#8591302Answer by Ola Eldøy for Is it Better to Design a Language that Utilizes White Space Instead of Symbols to Group Code?Ola Eldøy2009-05-13T16:56:50Z2009-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-here3Test framework for [insert language here]Ola Eldøy2009-05-12T04:33:12Z2009-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#8523860Answer by Ola Eldøy for Screenshot Taking ToolsOla Eldøy2009-05-12T12:02:44Z2009-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#85106813Answer by Ola Eldøy for Should I try to publish a book or write a blog?Ola Eldøy2009-05-12T03:53:47Z2009-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#8438480Answer by Ola Eldøy for How do you plan an application's architecture before writing any code?Ola Eldøy2009-05-09T19:08:26Z2009-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#8420500Answer by Ola Eldøy for Which chemical stimulation do you require while coding?Ola Eldøy2009-05-08T22:15:46Z2009-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-languag1Strategies for sharing common business logic across different programming languagesOla Eldøy2009-05-05T12:34:47Z2009-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-pattern7What is soft coding? (Anti-pattern)Ola Eldøy2009-05-05T06:34:47Z2009-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#8256050Answer by Ola Eldøy for How to improve my architecture design skillsOla Eldøy2009-05-05T16:00:07Z2009-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#8246380Answer by Ola Eldøy for Is there a cross-language TDD solution?Ola Eldøy2009-05-05T12:26:10Z2009-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#558443Comment by Ola Eldøy on If unit testing is so great, why aren't more companies doing it? Ola Eldøy2009-11-27T06:38:19Z2009-11-27T06:38:19Z@Breton - Check out The Art of Unit Testing by Roy Osherovehttp://stackoverflow.com/questions/1479684/what-position-to-take-in-applying-for-programming-jobsComment by Ola Eldøy on What position to take in applying for programming jobs?Ola Eldøy2009-09-26T22:56:01Z2009-09-26T22:56:01ZI would say questions regarding working as a programmer are definitely programming related.http://stackoverflow.com/questions/958450/book-or-online-resource-explaining-bdd/958483#958483Comment by Ola Eldøy on Book or online resource explaining BDDOla Eldøy2009-06-08T05:51:28Z2009-06-08T05:51:28ZThe RSpec book definitely seems worth looking into! My only reservation is that it's not "language-agnostic". 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-developerComment by Ola Eldøy on How to explain "Agile" to a non-developer?Ola Eldøy2009-05-26T07:10:23Z2009-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#881063Comment by Ola Eldøy on "Sketching font" alternative to Comic Sans?Ola Eldøy2009-05-25T06:14:23Z2009-05-25T06:14:23ZMac envy... I feel it!http://stackoverflow.com/questions/901320/anti-joel-test/901359#901359Comment by Ola Eldøy on Anti-Joel TestOla Eldøy2009-05-23T12:07:37Z2009-05-23T12:07:37ZSplit 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#881235Comment by Ola Eldøy on "Sketching font" alternative to Comic Sans?Ola Eldøy2009-05-19T07:40:28Z2009-05-19T07:40:28ZThanks for the reference... Although I was really looking for "sketching", not "comic" fonts.http://stackoverflow.com/questions/881045/sketching-font-alternative-to-comic-sansComment by Ola Eldøy on "Sketching font" alternative to Comic Sans?Ola Eldøy2009-05-19T05:12:45Z2009-05-19T05:12:45ZSurely, 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-proComment by Ola Eldøy on Are open source automated testing tools and frameworks better than commercial products ?Ola Eldøy2009-05-14T10:45:49Z2009-05-14T10:45:49ZWhy not ask for specific examples?http://stackoverflow.com/questions/189388/what-are-the-most-useful-software-development-metrics/665288#665288Comment by Ola Eldøy on What are the most useful software development metrics?Ola Eldøy2009-05-14T09:44:50Z2009-05-14T09:44:50ZCheck 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#859130Comment by Ola Eldøy on Is it Better to Design a Language that Utilizes White Space Instead of Symbols to Group Code?Ola Eldøy2009-05-13T17:43:30Z2009-05-13T17:43:30ZAnd 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-softwComment by Ola Eldøy on What was the most difficult concept you had to grasp throughout your entire software development career?Ola Eldøy2009-05-05T09:26:59Z2009-05-05T09:26:59ZI disagree to the closing of this question as "not programming related". 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#117434Comment by Ola Eldøy on Should I telecommute?Ola Eldøy2009-05-01T09:00:29Z2009-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#7764Comment by Ola Eldøy on Database, Table and Column Naming Conventions?Ola Eldøy2009-04-27T09:50:16Z2009-04-27T09:50:16ZYour 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#776817Comment by Ola Eldøy on What is the difficult part of software development?Ola Eldøy2009-04-22T11:50:32Z2009-04-22T11:50:32ZIt's a very general answer, but I concur. This is difficult stuff :)