<?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>ZenMojo.com &#187; Info</title>
	<atom:link href="http://zenmojo.com/blog/category/info/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenmojo.com/blog</link>
	<description>Just another blog about nothing</description>
	<lastBuildDate>Wed, 11 Jan 2012 20:44:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Google Calendar to Facebook to Twitter</title>
		<link>http://zenmojo.com/blog/2011/04/26/google-calendar-to-facebook-to-twitter/</link>
		<comments>http://zenmojo.com/blog/2011/04/26/google-calendar-to-facebook-to-twitter/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 15:35:27 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/?p=308</guid>
		<description><![CDATA[Without tweetymail or tiwttermail or posterous or any other 3rd party solution. Â This solution should have been easier to find. Â So thought I&#8217;d write it up here. I run a website for a non-profit, and we use Google Calendar for our events on our website. Â  We also have a Facebook page and a Twitter [...]]]></description>
			<content:encoded><![CDATA[<p>Without tweetymail or tiwttermail or posterous or any other 3rd party solution. Â This solution should have been easier to find. Â So thought I&#8217;d write it up here.</p>
<p>I run a website for a non-profit, and we use Google Calendar for our events on our website. Â  We also have a Facebook page and a Twitter account (of course). Â I linked our Facebook page to Twitter acct (<a href="http://apps.facebook.com/twitter/" target="_blank">http://apps.facebook.com/twitter/</a>). Â So now all I have to do is to post to Facebook and it automatically gets Tweeted as well.</p>
<p>So I wanted our google calendar to send reminders of events to Facebook and thus Twitter as well.</p>
<p>1) Find your secret m.facebook.com email address</p>
<ul>
<li><a href="http://www.facebook.com/mobile/">http://www.facebook.com/mobile/</a> for personal profiles</li>
<li>For &#8220;Pages&#8221;: edit your page and go to the &#8220;Mobile&#8221; link on the left to get the email address</li>
</ul>
<p>2) Set up a Gmail Filter to forward reminders to your secret Facebook email address. Â This will send an verification code to your FB page. Â You will need to get that code off (to verify the forwarding address) and then delete the post. Â I don&#8217;t know of a better way.</p>
<p>3) Create a filter for Calendar Reminders:</p>
<ul>
<li>From:Â calendar-notification@google.com</li>
<li>Has the words:Â [Reminder]</li>
<li>Doesn&#8217;t have: notweet (I added this to have the option to not post some events/reminders)</li>
</ul>
<p>Now all you need to do is to setup email reminders on your Google Calendar events!</p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=308&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2011%2F04%2F26%2Fgoogle-calendar-to-facebook-to-twitter%2F&amp;title=Google%20Calendar%20to%20Facebook%20to%20Twitter" id="wpa2a_2"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2011/04/26/google-calendar-to-facebook-to-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to Install Macromedia Contribute Key</title>
		<link>http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/</link>
		<comments>http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 18:51:54 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/</guid>
		<description><![CDATA[I never could find a good script to check to see if a Macromedia Contribute key had been installed for a user on a machine, and if not then to run the key. So I made one. This one is for Contribute 2, but I think it will work with 3 (if you change the [...]]]></description>
			<content:encoded><![CDATA[<p>I never could find a good script to check to see if a Macromedia Contribute key had been installed for a user on a machine, and if not then to run the key.  So I made one.  This one is for Contribute 2, but I think it will work with 3 (if you change the Site folder to 3).  And it assumes that the user will only be running one Site. I make the Contribute Icon/Shortcut point to this script.</p>
<p>You will need to change &#8220;h:\key.stc&#8221; to the location of your key.  You will need to save the following script as a .vbs</p>
<p>Set objFSO = CreateObject(&#8220;Scripting.FileSystemObject&#8221;)<br />
Set objNetwork = WScript.CreateObject(&#8220;WScript.Network&#8221;)<br />
strUserName = objNetwork.UserName<br />
If objFSO.FileExists(&#8220;C:\Documents and Settings\&#8221; &#038; strUserName &#038; &#8220;\Local Settings\Application Data\Macromedia\Contribute 2\Sites\Site1\_mm\contribute.xml&#8221;) Then<br />
Set wshShell = WScript.CreateObject (&#8220;WSCript.shell&#8221;)<br />
wshshell.run &#8220;&#8221;"C:\Program Files\Macromedia\Contribute 2\Contribute.exe&#8221;"&#8221;, 6, True<br />
set wshshell = nothing<br />
Wscript.Quit<br />
Else<br />
Wscript.Echo &#8220;Your Contribute Key needs to be installed on this computer.  Click OK to begin.&#8221;<br />
Set wshShell = WScript.CreateObject (&#8220;WSCript.shell&#8221;)<br />
wshshell.run &#8220;h:\key.stc&#8221;, 6, True<br />
set wshshell = nothing<br />
End If</p>
<p>References:<br />
1) <a target="_blank" href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx">http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx<br />
</a>2) <a target="_blank" href="http://weblogs.asp.net/steveschofield/archive/2004/03/14/89240.aspx">http://weblogs.asp.net/steveschofield/archive/2004/03/14/89240.aspx</a><br />
3) <a target="_blank" href="http://www.computerperformance.co.uk/Logon/Logon_HomeDirAdv.htm">http://www.computerperformance.co.uk/Logon/Logon_HomeDirAdv.htm</a><a target="_blank" href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx"><br />
</a></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=36&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2007%2F09%2F05%2Fscript-to-install-macromedia-contribute-key%2F&amp;title=Script%20to%20Install%20Macromedia%20Contribute%20Key" id="wpa2a_4"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Cheat Sheet</title>
		<link>http://zenmojo.com/blog/2007/02/01/google-cheat-sheet/</link>
		<comments>http://zenmojo.com/blog/2007/02/01/google-cheat-sheet/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 14:52:16 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2007/02/14/google-cheat-sheet/</guid>
		<description><![CDATA[http://www.google.com.my/intl/en/help/cheatsheet.html]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.google.com.my/intl/en/help/cheatsheet.html">http://www.google.com.my/intl/en/help/cheatsheet.html</a></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=17&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2007%2F02%2F01%2Fgoogle-cheat-sheet%2F&amp;title=Google%20Cheat%20Sheet" id="wpa2a_6"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2007/02/01/google-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Site Link Checker</title>
		<link>http://zenmojo.com/blog/2006/08/21/free-site-link-checker/</link>
		<comments>http://zenmojo.com/blog/2006/08/21/free-site-link-checker/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 13:43:01 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2006/08/21/free-site-link-checker/</guid>
		<description><![CDATA[http://home.snafu.de/tilman/xenulink.html]]></description>
			<content:encoded><![CDATA[<p><a href="http://home.snafu.de/tilman/xenulink.html">http://home.snafu.de/tilman/xenulink.html</a></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=10&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2006%2F08%2F21%2Ffree-site-link-checker%2F&amp;title=Free%20Site%20Link%20Checker" id="wpa2a_8"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2006/08/21/free-site-link-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Credit reporting agencies Info</title>
		<link>http://zenmojo.com/blog/2006/05/02/credit-reporting-agencies-info/</link>
		<comments>http://zenmojo.com/blog/2006/05/02/credit-reporting-agencies-info/#comments</comments>
		<pubDate>Tue, 02 May 2006 15:18:58 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Info]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/?p=6</guid>
		<description><![CDATA[Credit reporting agencies: • Equifax P.O. Box 105069 Atlanta, Ga 30348 To report fraud: Call 800-525-6285 and write to address above To order credit report: 800-685-1111 (free copies only obtained by mail) • Experian (formerly TRW) P. O. Box 9532, Allen, TX 75013 To report fraud: Call 888-397-3742 and write to address above. Fax: 800-301-7196 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Credit reporting agencies:</strong><br />
• <a href="http://www.credit.equifax.com/">Equifax</a><br />
P.O. Box 105069<br />
Atlanta, Ga 30348<br />
To report fraud: Call 800-525-6285 and write to address above<br />
To order credit report: 800-685-1111<br />
(free copies only obtained by mail)</p>
<p>• <a href="http://www.experian.com/">Experian</a> (formerly TRW)<br />
P. O. Box 9532, Allen, TX 75013<br />
To report fraud: Call 888-397-3742 and write to address above.<br />
Fax: 800-301-7196<br />
To order credit report: 866-200-6020<br />
(free copies only obtained by mail)</p>
<p>• <a href="http://www.transunion.com/">Transunion</a><br />
P.O. Box 6790<br />
Fullerton, Ca. 92834<br />
To report fraud: 800-680-7289 and write to address above.<br />
To order credit report: 800-888-4213<br />
(free copies only obtained by mail)</p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=6&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2006%2F05%2F02%2Fcredit-reporting-agencies-info%2F&amp;title=Credit%20reporting%20agencies%20Info" id="wpa2a_10"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2006/05/02/credit-reporting-agencies-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

