User Alejandro Bologna - Stack Overflowmost recent 30 from stackoverflow.com2009-12-10T13:12:58Zhttp://stackoverflow.com/feeds/user/9263http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/190647/has-anyone-managed-to-build-any-applications-with-the-linkedin-api/1869272#18692720Answer by Alejandro Bologna for Has anyone managed to build any applications with the LinkedIn API?Alejandro Bologna2009-12-08T19:29:32Z2009-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#17848822Answer by Alejandro Bologna for Regarding using LinkedIn API?Alejandro Bologna2009-11-23T18:00:16Z2009-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#15913291Answer by Alejandro Bologna for Download JSEclipse plugin stand-aloneAlejandro Bologna2009-10-19T21:47:52Z2009-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#5790780Answer by Alejandro Bologna for JavaScript versus google flash component... possible ?Alejandro Bologna2009-02-23T19:53:04Z2009-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#1750694Answer by Alejandro Bologna for Localization in OpenSocial gadget appAlejandro Bologna2008-10-06T16:34:45Z2008-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#1278621Answer by Alejandro Bologna for Capture right-click'd text on Outlook Message ContentAlejandro Bologna2008-09-24T15:25:42Z2008-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#1242382Answer by Alejandro Bologna for Outlook Plug-In for custom CRMAlejandro Bologna2008-09-23T22:10:10Z2008-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#1121451Answer by Alejandro Bologna for Can people recommend some good books and resources on unit testing?Alejandro Bologna2008-09-21T21:00:49Z2008-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#1045492Answer by Alejandro Bologna for JavaScript Debugger Alejandro Bologna2008-09-19T18:58:55Z2008-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#1032831Answer by Alejandro Bologna for Creating IDL for MAPI-MIME conversion.Alejandro Bologna2008-09-19T16:06:03Z2008-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#946941Answer by Alejandro Bologna for What tools are available for a team leader & members to manage tasks (Agile programming)Alejandro Bologna2008-09-18T17:29:23Z2008-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#931931Answer by Alejandro Bologna for If you could recommend only one blog on software testing, which one would it be?Alejandro Bologna2008-09-18T14:44:17Z2008-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#927271Answer by Alejandro Bologna for How do you do performance testing in Ruby webapps?Alejandro Bologna2008-09-18T13:53:52Z2008-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#836170Answer by Alejandro Bologna for Starting javascript development - what to do?Alejandro Bologna2008-09-17T14:06:47Z2008-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&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#787111Answer by Alejandro Bologna for Similar thing to RJS (used in Ruby on Rails) in the Java web app world ? Alejandro Bologna2008-09-17T00:42:37Z2008-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#774930Answer by Alejandro Bologna for Common comment tagsAlejandro Bologna2008-09-16T21:45:54Z2008-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#771862Answer by Alejandro Bologna for Using Outlook API to get to a specific folderAlejandro Bologna2008-09-16T21:13:41Z2008-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#759290Answer by Alejandro Bologna for Algorithm for finding similar imagesAlejandro Bologna2008-09-16T19:19:33Z2008-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#752091Answer by Alejandro Bologna for Can I specify a class wide group on a TestNG test case?Alejandro Bologna2008-09-16T18:06:40Z2008-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#749590Answer by Alejandro Bologna for Good JavaScript Books?Alejandro Bologna2008-09-16T17:42:50Z2008-09-16T17:42:50Z<p><a href="http://oreilly.com/catalog/9780596101992/?CMP=AFC-ak_book&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#746001Answer by Alejandro Bologna for What is the best C++ book for an intermediate to expert developer?Alejandro Bologna2008-09-16T17:06:09Z2008-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#737210Answer by Alejandro Bologna for Unit Testing C CodeAlejandro Bologna2008-09-16T15:40:09Z2008-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#674496Answer by Alejandro Bologna for Is Unit Testing worth the effort?Alejandro Bologna2008-09-15T22:00:13Z2008-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#658100Answer by Alejandro Bologna for Which text editor has the most useful autocomplete for web page editing?Alejandro Bologna2008-09-15T19:11:23Z2008-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#653054Answer by Alejandro Bologna for What are the best strategies for using multiple AJAX libraries?Alejandro Bologna2008-09-15T18:13:32Z2008-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>