<?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"
	>

<channel>
	<title>ZMAngArticles &#187; Web Services</title>
	<atom:link href="http://articles.zmang.com/category/web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://articles.zmang.com</link>
	<description>More of Ang Zhuu Ming's Boring Writing</description>
	<pubDate>Fri, 08 Sep 2006 12:52:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Synchronizing Google Calendar and Microsoft Outlook</title>
		<link>http://articles.zmang.com/software/synchronizing-google-calendar-and-microsoft-outlook/</link>
		<comments>http://articles.zmang.com/software/synchronizing-google-calendar-and-microsoft-outlook/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 12:47:58 +0000</pubDate>
		<dc:creator>ZMAng</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://articles.zmang.com/software/synchronizing-google-calendar-and-microsoft-outlook/</guid>
		<description><![CDATA[Well, we&#8217;ve heard it a thousand, maybe a million times: It&#8217;s only a matter of time before Google Calendar (gCal) rules the online calendar sphere. For certain, it&#8217;s a solid application, and comes integrated with Gmail too. But great as it is, one issue still prevents that from happening: gCal + Microsoft Outlook synchronization. Yes, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, we&#8217;ve heard it a thousand, maybe a million times: It&#8217;s only a matter of time before <a href="http://www.google.com/calendar/">Google Calendar</a> (gCal) rules the online calendar sphere. For certain, it&#8217;s a solid application, and comes integrated with <a href="http://gmail.com">Gmail</a> too. But great as it is, one issue still prevents that from happening: <strong>gCal + Microsoft Outlook synchronization</strong>. Yes, a <strong>perfect</strong> two-way sync.</p>
<p>It&#8217;s honestly surprising that Google engineers haven&#8217;t bothered to whip up a MS Outlook plug-in for this purpose, but rather than continue dreaming, let&#8217;s look at the various methods that have been introduced by independent developers instead:</p>
<ul>
<li>
<p><strong><a href="http://remotecalendars.sourceforge.net/">RemoteCalendars (RC)</a></strong><br/>An open source plug-in for Outlook 2003, RC provides you the necessary functionality to subscribe and sync with remote calendars, such as gCal. However, getting it to work right isn&#8217;t a walk in the park. You will want to refer to a step-by-step <a href="http://www.jakeludington.com/ask_jake/20060818_how_to_sync_google_calendar_with_outlook_and_smartphones_automatically.html">setup guide</a>, which should then be followed with <a href="http://remotecalendars.sourceforge.net/help.html#services">publishing instructions</a> over at the official documentation. Even then, you mileage may vary.</li>
<li>
<p><strong>ScheduleWorld + SyncML/Funambol Outlook Plugin</strong><br/>This approach involves using <a href="http://scheduleworld.com">ScheduleWorld</a> (SW) - a free web service (at the time of writing) - as the middleman between gCal and Outlook. For step-by-step instructions, refer to a <a href="http://engtech.wordpress.com/2006/08/11/the-holy-grail-of-synchronization-how-to-synchronize-microsoft-outlook-multiple-locations-google-calendar-gmail-ipod-and-mobile-phone-with-funambol-scheduleworld/">detailed guide</a> on this approach. Note, however, that you no longer need to copy your calendar&#8217;s Private iCal Address to SW as SW automatically pulls your calendars via your gCal User ID and password. Also note that SW does not automatically/periodically sync with gCal (though a script to do that seems to be available).</p>
</li>
<li>
<p><strong><a href="http://www.companionlink.com/clgoogle.html">CompanionLink for Google Calendar (CLGC)</a></strong><br/>A pay-for software (US$29.95 at the time of writing), CLGC is an independent software which allows you to synchronize gCal with most, if not all, of the latest mobile devices and Personal Information Managers (PIMs) available. However, not only is it not free, it seems to be bug-ridden as well. Moreover, you can only sync your default gCal at the moment, so syncing multiple calendars via CLGC is currently out of the question. So, like RemoteCalendars, your mileage may certainly vary. Therefore, it is suggested that you try their evaluation version first before purchasing a copy. </p>
</li>
</ul>
<p>Clearly, a perfect two-way syncing solution for gCal and Outlook has yet to be developed. So, any developer that does come up with one will certainly be blessed with gratefulness (both verbal <strong>and monetary</strong>).</p>
]]></content:encoded>
			<wfw:commentRss>http://articles.zmang.com/software/synchronizing-google-calendar-and-microsoft-outlook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web-based CSS Optimization Tools</title>
		<link>http://articles.zmang.com/web-design/web-based-css-optimization-tools/</link>
		<comments>http://articles.zmang.com/web-design/web-based-css-optimization-tools/#comments</comments>
		<pubDate>Sat, 26 Aug 2006 03:21:24 +0000</pubDate>
		<dc:creator>ZMAng</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://articles.zmang.com/web-design/web-based-css-optimization-tools/</guid>
		<description><![CDATA[Even if you are not an accessibility freak, reducing the total size of your web pages (both internal and external components) is always win-win. Not only will your site load faster for your users, you save bandwidth. There are a number of different approaches that can be pursued, but we&#8217;ll only look at CSS optimization [...]]]></description>
			<content:encoded><![CDATA[<p>Even if you are not an accessibility freak, reducing the total size of your web pages (both internal and external components) is always win-win. Not only will your site load faster for your users, you save bandwidth. There are a number of different approaches that can be pursued, but we&#8217;ll only look at CSS optimization in this article. </p>
<p>In particular, we&#8217;ll be looking at web-based tools that automatically reduce the size of your CSS files - whether by removing whitespace, removing comments, and/or merging classes and attributes. In alphabetical order, they are:</p>
<ul>
<li><strong><a href="http://www.cleancss.com/">CleanCSS</a></strong></li>
<li><strong><a href="http://www.freshstartcafe.com/css-compress/">Clean Compress</a></strong></li>
<li><strong><a href="http://www.cssoptimiser.com/">CSS Optimiser</a></strong></li>
<li><strong><a href="http://www.cssdev.com/csstweak/">CSS Tweak</a></strong></li>
<li><strong><a href="http://flumpcakes.co.uk/css/optimiser/">Flumpcakes CSS Optimiser</a></strong></li>
<li><strong><a href="http://iceyboard.no-ip.org/projects/css_compressor">Icey&#8217;s CSS Compressor</a></strong></li>
</ul>
<p>Article under construction.</p>
]]></content:encoded>
			<wfw:commentRss>http://articles.zmang.com/web-design/web-based-css-optimization-tools/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
