<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Desi Penguin’s Blog &#187; how-to</title>
	<atom:link href="http://desipenguin.com/techblog/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://desipenguin.com/techblog</link>
	<description>Open source, Tech Tips, Reviews, Tutorials and more …</description>
	<lastBuildDate>Thu, 12 Jan 2012 18:16:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating GWT application using Eclipse</title>
		<link>http://desipenguin.com/techblog/2008/12/08/creating-gwt-application-using-eclipse/</link>
		<comments>http://desipenguin.com/techblog/2008/12/08/creating-gwt-application-using-eclipse/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 16:09:48 +0000</pubDate>
		<dc:creator>Mandar Vaze</dc:creator>
				<category><![CDATA[Google Web Toolkit]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://desipenguin.wordpress.com/?p=56</guid>
		<description><![CDATA[As you probably know, Google Web Toolkit is the toolkit that Google uses for all its application (Gmail, Reader, Google Docs etc).  I downloaded following components to get started, but following the instructions on GWT Getting started wasn&#8217;t as easy as I had thought. I had to search the google groups, and try variety to [...]]]></description>
			<content:encoded><![CDATA[<p>As you probably know, Google Web Toolkit is the toolkit that Google uses for all its application (Gmail, Reader, Google Docs etc).  I downloaded following components to get started, but following the instructions on GWT Getting started wasn&#8217;t as easy as I had thought. I had to search the google groups, and try variety to combination to successfully run my sample application from inside Eclipse.</p>
<p>I&#8217;ve put together these instructions so that others may be able to leverage from my experience and get going quickly.</p>
<p><span id="more-56"></span></p>
<h3>Setup</h3>
<p>I have following versions. If you are using different version, there may be slight changes to the menus you may see, but it should not differ a whole lot.</p>
<ul>
<li>Windows XP SP2</li>
<li>Java SDK 1.6.0.10</li>
<li>Eclipse Ganymede SR1 aka Version: 3.4.1 (Build id: M20080911-1700 to be specific)</li>
<li>GWT  1.5.3</li>
</ul>
<h3>Creating the Sample Application</h3>
<p>GWT&#8217;s <a href="http://code.google.com/webtoolkit/gettingstarted.html#NewEclipse" target="_self">Getting started page</a> doesn&#8217;t talk about from which location to invoke the <em>projectCreator</em> and <em>applicationCreator</em> commands. That is probably the biggest problem. Run the <em>projectCreator </em>from your Eclipse Workspace area. It is important that you change the directory to newly created MyApp folder to execute <em>applicationCreator.</em></p>
<h3>Importing into Eclipse<em></em></h3>
<p>If you have your -shell, -compile, .launch as well as .project command in same folder, then you are probably going to be OK.</p>
<p>From Eclipse select <em>File-&gt;Import. Choose Existing Projects into Workspace</em>, and point to your Eclipse Workspace folder. Eclipse will automatically select MyApp folder (since it sees .project file there)</p>
<p>Instead of Run-&gt;Run, check to see if you see two options when you click the drop down arrow next to the green Run icon. You should see ApplicationCreator and MyApp. Click on MyApp. The default is Application creator, which gave me class-not-found error.</p>
<p>Following is the output from my Command Prompt Window, for your reference</p>
<pre>E:\EclipseWS\GWT&gt;D:\gwt-windows-1.5.3\projectCreator.cmd -eclipse MyApp -out MyApp
Created directory MyApp\src
Created directory MyApp\test
Created file MyApp\.project
Created file MyApp\.classpath

E:\EclipseWS\GWT&gt;<span style="color:#ff0000;"><strong>cd MyApp</strong></span>

E:\EclipseWS\GWT\MyApp&gt;d:\gwt-windows-1.5.3\applicationCreator.cmd -eclipse MyApp com.mycompany.client.MyApp
Created directory E:\EclipseWS\GWT\MyApp\src\com\mycompany
Created directory E:\EclipseWS\GWT\MyApp\src\com\mycompany\client
Created directory E:\EclipseWS\GWT\MyApp\src\com\mycompany\public
Created file E:\EclipseWS\GWT\MyApp\src\com\mycompany\MyApp.gwt.xml
Created file E:\EclipseWS\GWT\MyApp\src\com\mycompany\public\MyApp.html
Created file E:\EclipseWS\GWT\MyApp\src\com\mycompany\public\MyApp.css
Created file E:\EclipseWS\GWT\MyApp\src\com\mycompany\client\MyApp.java
Created file E:\EclipseWS\GWT\MyApp\MyApp.launch
Created file E:\EclipseWS\GWT\MyApp\MyApp-shell.cmd
Created file E:\EclipseWS\GWT\MyApp\MyApp-compile.cmd</pre>
]]></content:encoded>
			<wfw:commentRss>http://desipenguin.com/techblog/2008/12/08/creating-gwt-application-using-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Not forget attachment or subject line using Outlook macro</title>
		<link>http://desipenguin.com/techblog/2006/09/05/how-to-not-forget-attachment-or-subject-line-using-outlook-macro/</link>
		<comments>http://desipenguin.com/techblog/2006/09/05/how-to-not-forget-attachment-or-subject-line-using-outlook-macro/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 07:18:00 +0000</pubDate>
		<dc:creator>Mandar Vaze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://desipenguin.wordpress.com/2006/09/05/how-to-not-forget-attachment-or-subject-line-using-outlook-macro/</guid>
		<description><![CDATA[Following VBA code will remind you if you are sending an email with empty subject line, or when you forget the attachment. It checks mail body for word &#8220;attach&#8221; and then confirms if something is really attached. If you attachment is missing, it will pop-up a dialog box.
The setup

In your Outlook 2003, invoke Visual Basic [...]]]></description>
			<content:encoded><![CDATA[<p>Following VBA code will remind you if you are sending an email with empty subject line, or when you forget the attachment. It checks mail body for word &#8220;attach&#8221; and then confirms if something is really attached. If you attachment is missing, it will pop-up a dialog box.</p>
<h3><span id="more-16"></span>The setup</h3>
<ol>
<li>In your Outlook 2003, invoke Visual Basic Editor, either by pressing Alt+F11, or navigating the menu as &#8220;Tools-&gt;Macro-&gt;Visual Basic Editor&#8221;</li>
<li>In the Left hand side &#8220;Project&#8221; panel, make sure entry named &#8220;ThisOutlookSession&#8221; is highlighted.</li>
<li>Copy paste the code given below in the Right hand side Panel.</li>
<li>Exit out of VB Editor by either Alt+Q or by navigating the menu item File-&gt;Close.</li>
</ol>
<h3>Security</h3>
<ol>
<li>Make sure that the security is set to &#8220;High&#8221; (Tools-&gt;Macro-&gt;Security)</li>
<li>The changes we made will NOT work with High security, so we need to &#8220;certify&#8221; our code, so that it always works.</li>
<li>Invoke &#8220;selfcert.exe&#8221; from &#8220;C:\\Program Files\\Microsoft Office\\OFFICE11\\SELFCERT.EXE&#8221;</li>
<li>In the dialog that pops up, Type your name.</li>
<li>Go back to Visual Basic Editor (Alt+F11 from Outlook)</li>
<li>Navigate to Tools-&gt;Digital Signature.</li>
<li>Click &#8220;Choose&#8221;</li>
<li>Select your name, Click &#8220;OK&#8221;</li>
<li>Click &#8220;OK&#8221; to come out of &#8220;Digital Signature&#8221; dialog.</li>
<li>Exit out of VB Editor (Alt+Q)</li>
</ol>
<h3>Activating the Macro</h3>
<ol>
<li>Restart your Outlook</li>
<li>When asked about macros, select &#8220;Enable Macros&#8221;</li>
</ol>
<h3><span style="font-weight:bold;">Test<br />
</span></h3>
<ol>
<li>Try sending an email with empty subject to yourself, to test if everything works.</li>
<li>Type &#8220;attach&#8221; or &#8220;attached&#8221; in email body and send email to yourself without actually attaching any file.</li>
</ol>
<h3>.. finally &#8220;The Code&#8221;</h3>
<p>Please refer to my earlier post <a href="http://desipenguin.wordpress.com/2006/09/05/how-to-not-forget-attachment-or-subject-line-using-outlook-macro/" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://desipenguin.com/techblog/2006/09/05/how-to-not-forget-attachment-or-subject-line-using-outlook-macro/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

