User Alejandro Bologna - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T13:12:58Z http://stackoverflow.com/feeds/user/9263 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/190647/has-anyone-managed-to-build-any-applications-with-the-linkedin-api/1869272#1869272 0 Answer by Alejandro Bologna for Has anyone managed to build any applications with the LinkedIn API? Alejandro Bologna 2009-12-08T19:29:32Z 2009-12-08T19:29:32Z <p>The LinkedIn API is now public.</p> <p>Get access here: <a href="http://developer.linkedin.com" rel="nofollow">http://developer.linkedin.com</a></p> http://stackoverflow.com/questions/1258007/regarding-using-linkedin-api/1784882#1784882 2 Answer by Alejandro Bologna for Regarding using LinkedIn API? Alejandro Bologna 2009-11-23T18:00:16Z 2009-11-23T18:00:16Z <p>The LinkedIn API is now public.</p> <p>Check it out here: <a href="http://developer.linkedin.com" rel="nofollow">http://developer.linkedin.com</a></p> http://stackoverflow.com/questions/1590982/download-jseclipse-plugin-stand-alone/1591329#1591329 1 Answer by Alejandro Bologna for Download JSEclipse plugin stand-alone Alejandro Bologna 2009-10-19T21:47:52Z 2009-10-19T21:47:52Z <p>You can download the plugin jar from <a href="http://download.macromedia.com/pub/labs/jseclipse/autoinstall/features/com.interaktonline.jseclipse%5F1.5.5.jar" rel="nofollow">here</a>.</p> <p>Or you can add the <a href="http://download.macromedia.com/pub/labs/jseclipse/autoinstall/site.xml" rel="nofollow">update site</a> on Eclipse.</p> http://stackoverflow.com/questions/577975/javascript-versus-google-flash-component-possible/579078#579078 0 Answer by Alejandro Bologna for JavaScript versus google flash component... possible ? Alejandro Bologna 2009-02-23T19:53:04Z 2009-02-23T19:53:04Z <p>Take a look at <a href="http://code.google.com/p/swfobject/" rel="nofollow">swfobject javascript library</a></p> http://stackoverflow.com/questions/160296/localization-in-opensocial-gadget-app/175069#175069 4 Answer by Alejandro Bologna for Localization in OpenSocial gadget app Alejandro Bologna 2008-10-06T16:34:45Z 2008-10-06T16:34:45Z <p>To extract the values you should use the <a href="http://code.google.com/apis/opensocial/docs/0.7/reference/gadgets.Prefs.html#getMsg" rel="nofollow">getMsg</a> method</p> <pre><code>var prefs = new gadgets.Prefs(); var msg = prefs.getMsg('hello_world'); </code></pre> http://stackoverflow.com/questions/127525/capture-right-clickd-text-on-outlook-message-content/127862#127862 1 Answer by Alejandro Bologna for Capture right-click'd text on Outlook Message Content Alejandro Bologna 2008-09-24T15:25:42Z 2008-09-24T15:25:42Z <p>You can use <a href="http://www.outlookcode.com/codedetail.aspx?id=1635" rel="nofollow">this example</a> in VBA to get started</p> http://stackoverflow.com/questions/123261/outlook-plug-in-for-custom-crm/124238#124238 2 Answer by Alejandro Bologna for Outlook Plug-In for custom CRM Alejandro Bologna 2008-09-23T22:10:10Z 2008-09-23T22:10:10Z <p>Check out <a href="http://www.kayxo.com/products/qi_all.php" rel="nofollow">Kayxo Insight</a>. It's a framework for creating the kind of solution you are describing. </p> http://stackoverflow.com/questions/111743/can-people-recommend-some-good-books-and-resources-on-unit-testing/112145#112145 1 Answer by Alejandro Bologna for Can people recommend some good books and resources on unit testing? Alejandro Bologna 2008-09-21T21:00:49Z 2008-09-21T21:00:49Z <p>I recommend Kent Beck's book: <a href="http://rads.stackoverflow.com/amzn/click/0321146530" rel="nofollow">Test Driven Development: By Example</a></p> http://stackoverflow.com/questions/103155/javascript-debugger/104549#104549 2 Answer by Alejandro Bologna for JavaScript Debugger Alejandro Bologna 2008-09-19T18:58:55Z 2008-09-19T18:58:55Z <p><a href="http://www.aptana.com/studio" rel="nofollow">Aptana Studio IDE</a> has a nice javascript debugger. </p> <p>The community version supports only Firefox, the professional one also supports Internet Explorer.</p> http://stackoverflow.com/questions/102514/creating-idl-for-mapi-mime-conversion/103283#103283 1 Answer by Alejandro Bologna for Creating IDL for MAPI-MIME conversion. Alejandro Bologna 2008-09-19T16:06:03Z 2008-09-19T16:06:03Z <p>I think in this case the documentation is misleading when it marks the parameter as [out]. You have to pass a valid LPMESSAGE to the method, and that's why is not a double pointer. So i would go with [in] on your idl definition.</p> http://stackoverflow.com/questions/94481/what-tools-are-available-for-a-team-leader-members-to-manage-tasks-agile-progr/94694#94694 1 Answer by Alejandro Bologna for What tools are available for a team leader & members to manage tasks (Agile programming) Alejandro Bologna 2008-09-18T17:29:23Z 2008-09-18T17:29:23Z <p>I like <a href="http://www.pivotaltracker.com/signup" rel="nofollow">Pivotal Tracker</a>. It's a story-based project planning tool that allows teams to collaborate in real-time</p> http://stackoverflow.com/questions/87957/if-you-could-recommend-only-one-blog-on-software-testing-which-one-would-it-be/93193#93193 1 Answer by Alejandro Bologna for If you could recommend only one blog on software testing, which one would it be? Alejandro Bologna 2008-09-18T14:44:17Z 2008-09-18T14:44:17Z <p><a href="http://googletesting.blogspot.com/" rel="nofollow">Google Testing Blog</a></p> http://stackoverflow.com/questions/88629/how-do-you-do-performance-testing-in-ruby-webapps/92727#92727 1 Answer by Alejandro Bologna for How do you do performance testing in Ruby webapps? Alejandro Bologna 2008-09-18T13:53:52Z 2008-09-18T14:07:29Z <p>I'm evaluating a new opensource web page instrumentation and measurement suite called <a href="http://code.google.com/p/jiffy-web/" rel="nofollow">Jiffy</a>. It's not particularly for ruby, it works for all kind of webapps</p> <p>There's also a <a href="http://billwscott.com/jiffyext/" rel="nofollow">Jiffy Firebug Extension</a> for rendering the metrics inside the browser.</p> http://stackoverflow.com/questions/83444/starting-javascript-development-what-to-do/83617#83617 0 Answer by Alejandro Bologna for Starting javascript development - what to do? Alejandro Bologna 2008-09-17T14:06:47Z 2008-09-17T14:06:47Z <p>If you already use InelliJ Idea, it also has pretty good support for javascript development. It does highlighting, autocompletion, and some level of code validation. For debugging, the best tool I know is <a href="http://getfirebug.com/" rel="nofollow">Firebug</a> extension. As reference material, I suggest the book <a href="http://oreilly.com/catalog/9780596101992/?CMP=AFC-ak_book&amp;ATT=JavaScript%3A+The+Definitive+Guide" rel="nofollow">Javascript: The definitive guide</a>, from O'Reilly.</p> http://stackoverflow.com/questions/78590/similar-thing-to-rjs-used-in-ruby-on-rails-in-the-java-web-app-world/78711#78711 1 Answer by Alejandro Bologna for Similar thing to RJS (used in Ruby on Rails) in the Java web app world ? Alejandro Bologna 2008-09-17T00:42:37Z 2008-09-17T00:42:37Z <p>Yes, I think <a href="http://code.google.com/webtoolkit/" rel="nofollow">Google Web Toolkit</a> is the java equivalent to RJS templates.</p> http://stackoverflow.com/questions/77299/common-comment-tags/77493#77493 0 Answer by Alejandro Bologna for Common comment tags Alejandro Bologna 2008-09-16T21:45:54Z 2008-09-16T21:45:54Z <p>I like the form</p> <pre><code>//TODO(name) - Some comment. </code></pre> <p>Where 'name' is the person who can give context about what needs to be done here. Most of the time is the person writing the TODO. </p> <p>Another important thing is to specify when the TODO should be accomplished. For example: 'Remove this after SomeOtherClass is checked in.'</p> http://stackoverflow.com/questions/76964/using-outlook-api-to-get-to-a-specific-folder/77186#77186 2 Answer by Alejandro Bologna for Using Outlook API to get to a specific folder Alejandro Bologna 2008-09-16T21:13:41Z 2008-09-16T21:13:41Z <p>You can use the Folders collection member of the Outlook.NameSpace object. That way you can iterate through the collection and find your folder by it's name. In case you still want to use GetFolderFromID, you can use <a href="http://www.dimastr.com/outspy/" rel="nofollow">OutlookSpy</a> tool to get the EntryID and StoreID values.</p> http://stackoverflow.com/questions/75891/algorithm-for-finding-similar-images/75929#75929 0 Answer by Alejandro Bologna for Algorithm for finding similar images Alejandro Bologna 2008-09-16T19:19:33Z 2008-09-16T19:46:59Z <p>You could use <a href="http://pdiff.sourceforge.net/" rel="nofollow">Perceptual Image Diff</a></p> <p>It's a command line utility that compares two images using a perceptual metric. That is, it uses a computational model of the human visual system to determine if two images are visually different, so minor changes in pixels are ignored. Plus, it drastically reduces the number of false positives caused by differences in random number generation, OS or machine architecture differences.</p> http://stackoverflow.com/questions/9044/can-i-specify-a-class-wide-group-on-a-testng-test-case/75209#75209 1 Answer by Alejandro Bologna for Can I specify a class wide group on a TestNG test case? Alejandro Bologna 2008-09-16T18:06:40Z 2008-09-16T18:06:40Z <p>TestNG will run all the public methods from a class with a @Test annotation. Maybe you could change the methods you don't want TestNG to run to be non-public</p> http://stackoverflow.com/questions/74884/good-javascript-books/74959#74959 0 Answer by Alejandro Bologna for Good JavaScript Books? Alejandro Bologna 2008-09-16T17:42:50Z 2008-09-16T17:42:50Z <p><a href="http://oreilly.com/catalog/9780596101992/?CMP=AFC-ak_book&amp;ATT=JavaScript%3A+The+Definitive+Guide" rel="nofollow">Javascript: The definitive guide</a> explains the core JavaScript language in detail</p> http://stackoverflow.com/questions/74405/what-is-the-best-c-book-for-an-intermediate-to-expert-developer/74600#74600 1 Answer by Alejandro Bologna for What is the best C++ book for an intermediate to expert developer? Alejandro Bologna 2008-09-16T17:06:09Z 2008-09-16T17:06:09Z <p>Bruce Eckel's <a href="http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html" rel="nofollow">Thinking in C++</a> is a pretty good book and it's available for free download.</p> http://stackoverflow.com/questions/65820/unit-testing-c-code/73721#73721 0 Answer by Alejandro Bologna for Unit Testing C Code Alejandro Bologna 2008-09-16T15:40:09Z 2008-09-16T15:40:09Z <p><a href="http://code.google.com/p/cmockery/" rel="nofollow">Cmockery</a> is a recently launched Google Code project that consists on a very simple to use C library for writing unit tests.</p> http://stackoverflow.com/questions/67299/is-unit-testing-worth-the-effort/67449#67449 6 Answer by Alejandro Bologna for Is Unit Testing worth the effort? Alejandro Bologna 2008-09-15T22:00:13Z 2008-09-15T22:00:13Z <p>I think it is. I recommend this article on the subject.</p> <p><a href="http://www.onjava.com/pub/a/onjava/2003/04/02/javaxpckbk.html" rel="nofollow">Top 12 Reasons to Write Unit Tests</a></p> http://stackoverflow.com/questions/61470/which-text-editor-has-the-most-useful-autocomplete-for-web-page-editing/65810#65810 0 Answer by Alejandro Bologna for Which text editor has the most useful autocomplete for web page editing? Alejandro Bologna 2008-09-15T19:11:23Z 2008-09-15T19:11:23Z <p>The best auto-completion feature I've used for web development is the one included in the <a href="http://www.aptana.com/studio" rel="nofollow">Aptana Studio IDE</a>. Aptana is based on Eclipse, and can be run standalone on Windows, Mac OS and Linux, or it can be used as a plug-in for Eclipse. You can download the community edition for free.</p> http://stackoverflow.com/questions/60360/what-are-the-best-strategies-for-using-multiple-ajax-libraries/65305#65305 4 Answer by Alejandro Bologna for What are the best strategies for using multiple AJAX libraries? Alejandro Bologna 2008-09-15T18:13:32Z 2008-09-15T18:13:32Z <p>You could use <a href="http://code.google.com/apis/ajaxlibs/" rel="nofollow">Google AJAX Libraries API</a>. It provides a common distribution network and a loading architecture for jQuery, prototype, script.aculo.us, MooTools and dojo</p>