User vanja - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T01:26:11Zhttp://stackoverflow.com/feeds/user/11874http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/305446/what-operating-system-do-you-use-for-development/392735#3927350Answer by vanja for What operating system do you use for development?vanja2008-12-25T11:01:24Z2008-12-25T11:01:24Z<p>At home Vista Home Premium plus CentOS 5.2 running inside VirtualBox.
At work Xp and CentOS 5.2.</p>
http://stackoverflow.com/questions/392698/popupwindow-in-jquery/392729#3927290Answer by vanja for PopupWindow in JQueryvanja2008-12-25T10:56:51Z2008-12-25T10:56:51Z<p>Here's a list of lightbox like plugins depending on your need:</p>
<p><a href="http://www.fortysomething.ca/mt/etc/archives/006978.php" rel="nofollow">http://www.fortysomething.ca/mt/etc/archives/006978.php</a></p>
http://stackoverflow.com/questions/177569/why-does-eclipse-code-completion-not-work-on-some-projects/326782#3267820Answer by vanja for Why does Eclipse code completion not work on some projects?vanja2008-11-28T22:13:56Z2008-11-28T22:13:56Z<p>I had a problem that build path was empty, so no code completion for any of the files i tried to edit. Make sure you setup properly your build path, especially if you're linking the source from some other location than the workspace.</p>
<p>Like the apache htdocs folder for example.</p>
http://stackoverflow.com/questions/271864/best-way-to-connect-to-mysql-locally/287308#2873080Answer by vanja for Best way to connect to MySQL locally?vanja2008-11-13T15:49:42Z2008-11-13T15:49:42Z<p>I'd say named pipes as it does provide significant difference than TCP/IP (tested with large dump imported).</p>
<p>But you might need to consider how the actual application on the web server will perform using any of these connections, because the driver might not be capable of working with named pipes for example.</p>
<p>I had problems with php (on windows) and named pipes so you'd need to check that part of the story as well.</p>
http://stackoverflow.com/questions/136009/favorite-eclipse-keyboard-shortcuts/186322#1863220Answer by vanja for Favorite Eclipse keyboard shortcutsvanja2008-10-09T07:57:16Z2008-10-09T07:57:16Z<p>ALT + SHIFT + X then press T - Run a test</p>
<p>ALT + SHIFT + Z - surround with try/catch context menu</p>
<p>CTRL + SHIFT + O - organize java imports </p>
<p>CTRL + SHIFT + T - open type</p>
<p>CTRL + SHIFT + G - references in project / workspace</p>
<p>CTRL + T - type hierarchy</p>
<p>CTRL + ALT + H - call hierarchy</p>
<p>and of course CTRL + 1 for quick fix.</p>
http://stackoverflow.com/questions/186277/how-do-you-organize-your-release-tests/186294#1862941Answer by vanja for How do you organize your release tests?vanja2008-10-09T07:46:58Z2008-10-09T07:46:58Z<p>You could use combination of a bug tracker (JIRA, Mantis, Bugzilla) and test case management tool like <a href="http://testlink.org/wordpress/" rel="nofollow">testlink</a></p>
http://stackoverflow.com/questions/101774/what-is-your-bug-task-tracking-tool/173724#1737240Answer by vanja for What is your bug/task tracking tool?vanja2008-10-06T09:51:15Z2008-10-06T09:51:15Z<p>We used to work with Mantis, then went to JIRA (Enterprise Edition). I've also worked with Bugzilla and <a href="http://www.redmine.org/" rel="nofollow">redmine</a></p>
http://stackoverflow.com/questions/148118/what-framework-would-you-recommend-for-making-desktop-like-apps-for-the-web/148359#1483591Answer by vanja for What framework would you recommend for making desktop-like apps for the web?vanja2008-09-29T11:45:37Z2008-09-29T11:45:37Z<p>You might consider using <a href="http://code.google.com/p/gwt-ext/" rel="nofollow">GWT-Ext</a> (uses Ext underneath) might be a very clean solution if you're going to use Java. </p>
http://stackoverflow.com/questions/148295/how-to-print-values-at-points-with-google-chart-api/148341#1483411Answer by vanja for How to print values at points with Google Chart API?vanja2008-09-29T11:38:11Z2008-09-29T11:38:11Z<p>I think that's not possible at the moment. I looked at the Google Chart API myself few days ago. Instead I found (and probably will use) FusionCharts Free pacakge. </p>
<p>It has the features you need, plus those points can be interactive.</p>
http://stackoverflow.com/questions/147189/how-do-you-keep-a-balance-between-working-training-health-and-family/147809#1478092Answer by vanja for How do you keep a balance between working, training, health and family?vanja2008-09-29T07:29:19Z2008-09-29T07:29:19Z<p>If you're not in a crunch time on a project, then it's "just" a matter of discipline to get your priorities straighten out - family, recreation, etc... But our job can, and often is, merciless when it comes to deadlines.</p>
<p>I personally try (and made it thus far) to reserve weekends exclusively for non-programming activities. During the week, well, is entirely different matter.</p>