User Niloc - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T22:29:00Zhttp://stackoverflow.com/feeds/user/1308http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/104203/anyone-know-of-any-good-database-diff-tools/104243#1042433Answer by Niloc for Anyone know of any good Database Diff tools?Niloc2008-09-19T18:18:51Z2008-09-19T18:18:51Z<p>It really matters what database we are talking about here. There are different tools for each one.</p>
<p>There are tools <a href="http://phpsqldiff.sourceforge.net/" rel="nofollow">SQLDiff</a> and the <a href="http://www.red-gate.com/products/sql_tools_overview.htm" rel="nofollow">Red Gate</a> products which have already been mentioned.</p>
http://stackoverflow.com/questions/77352/how-do-i-reward-my-developers-for-the-little-things-they-get-right/77423#774231Answer by Niloc for How do I reward my developers for the little things they get right?Niloc2008-09-16T21:39:16Z2008-09-16T21:39:16Z<p>I agree with a lot of other posters above. Cheap things such as Lunch, a Beer, or even a small gadet can be nice.</p>
<p>But don't forget that even a 'pat on the back' can go a long way as well. </p>
http://stackoverflow.com/questions/34215/what-are-the-best-alternatives-to-notepad/35275#352750Answer by Niloc for What are the best alternatives to notepad?Niloc2008-08-29T20:44:13Z2008-08-29T20:44:13Z<p>I use a combo of Notepad2 and Notepad++ for my coding needs.</p>
http://stackoverflow.com/questions/9157/what-is-the-best-laptop-for-programmers/12696#126961Answer by Niloc for What is the best Laptop for programmers?Niloc2008-08-15T20:24:03Z2008-08-15T20:24:03Z<p>I have a <a href="http://www.notebookreview.com/default.asp?newsID=3889" rel="nofollow">ThinkPad T61p</a> as well, however mine is the 17" model. I really enjoy it, I'm running linux on it and it has lots of screen space.</p>
http://stackoverflow.com/questions/6166/any-good-php-ide-preferably-free-or-cheap/11173#111730Answer by Niloc for Any good PHP IDE, preferably free or cheap?Niloc2008-08-14T15:10:37Z2008-08-14T15:10:37Z<p>I currently use Notepad++ but I'm going to try out Komodo again and also give Aptana a shot.</p>
http://stackoverflow.com/questions/6231/whats-your-ideal-multiple-monitor-setup-for-programming/11040#110402Answer by Niloc for What's your ideal multiple-monitor setup for programming?Niloc2008-08-14T13:51:06Z2008-08-14T13:51:06Z<p>I use dual monitors and going to a machine that only has one makes me feel lost. I would say that at least two monitors should be a standard setup unless you have one really large one.</p>
<p>One of the best tools which I don't think I could live without using mupltiple monitors in Windows is <a href="http://www.realtimesoft.com/ultramon/" rel="nofollow" title="Config Section Generator">Ultramon</a>.</p>
<p>I do mostly web programming so it's nice to be able to see your code full screen on one monitor and then see a demo of what you are working on with the other, as well as some supporting utilities.</p>