<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Stef's Blog</title>
	
	<link>http://www.stefaniamarchisio.com</link>
	<description>Random Ramblings</description>
	<lastBuildDate>Sat, 12 Nov 2011 18:23:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/StefaniasBlog" /><feedburner:info uri="stefaniasblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>StefaniasBlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>RSS Just Better plugin 0.5 released</title>
		<link>http://feedproxy.google.com/~r/StefaniasBlog/~3/jzf79SgFUjQ/</link>
		<comments>http://www.stefaniamarchisio.com/2011/07/rss-just-better-plugin-0-5-released/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 14:30:41 +0000</pubDate>
		<dc:creator>Stef</dc:creator>
				<category><![CDATA[For Nerds Only]]></category>

		<guid isPermaLink="false">http://www.stefaniamarchisio.com/?p=1113</guid>
		<description><![CDATA[[description] [installation] [FAQs] [changelog] [usage] [demo] == Description == Requires at least: wp 2.8 Tested up to: wp 3.2.1 Stable tag: 0.5 It displays a list of feed items from a given feed URL. You can select the number of displayable items, whether you want publication date, time and/or excerpt (and how many chars of [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<pre>[description] [<a title="Installation Instructions" href="#I">installation</a>] [<a title="Frequently Asked Questions" href="#F">FAQs</a>] [<a title="Changelog" href="#C">changelog</a>] [<a title="Usage &amp; Examples" href="#U">usage</a>] [<a title="Demo RSS Just Better plugin" href="http://www.stefaniamarchisio.com/demo-rss-just-better-plugin/">demo</a>]</pre>
<p>== Description ==</p>
<p>Requires at least: wp 2.8<br />
Tested up to: wp 3.2.1<br />
Stable tag: 0.5</p>
<p>It displays a list of feed items from a given feed URL. You can select the number of displayable items, whether you want publication date, time and/or excerpt (and how many chars of it). The user can choose to have a ordered (numbered) or unordered (bullet-point) list and to open a new windows or not, when clicking on the linked items.</p>
<p><a name="I"></a>== Installation ==</p>
<p>1. The easiest way is: from Plugins of your wordpress administration, select &#8220;Add new&#8221;, search for &#8220;RSS just better&#8221; into the search text-box then click on &#8216;Install&#8217; (on the right) when prompted with this plugin</p>
<p>OR</p>
<p>you can daownload this plugin from [wordpress repository](http://wordpress.org/extend/plugins/RSS-just-better/), unzip it (a directory with 2 files will be extracted) and upload it to the &#8216;/wp-content/plugins/&#8217; directory of your wordpress</p>
<p>3. Activate the plugin through the Plugins-&gt;Installed Plugins menu in your WordPress administration</p>
<p>4. Use it! (see Usage in Other Notes)</p>
<p><a name="F"></a>== Frequently Asked Questions ==</p>
<p>= Why the heck would I need/want it?</p>
<p>= It provides the latest items of any rss or atom feed on the Internet: can you imagine what boost of traffic it can bring to your blog?<br />
Let&#8217;s pretend you write about volleyball, knitting or lactose-intolerance. You just need to enter the relevant feed in the feed URL and wait for it to display the latest items on your subject.</p>
<p>= Hey, I cannot find any configuration page in &#8216;Settings&#8217;! How do I use it?</p>
<p>= As a widget, you drag &amp; drop the widget to any widget-ready area of your theme; open and complete the widget form and click on the &#8216;Save&#8217; button. Close the widget if you want. Check your wp site now.<br />
As a shortcode, choose the post or page you want your feed items to be displayed into, selecte HTML mode (IMPORTANT!) &#8211; and enter your shortcode as explained in Usage (in Other Notes).</p>
<p><a name="C"></a>== Changelog ==</p>
<p>= 0.5 =</p>
<p>* Added attribute &#8220;filter&#8221; to include or exclude given words<br />
* Changed footer&#8217;s author link to the plugin homepage<br />
* Set attribute Charex default value to 150 so that if excerpt is true, an excerpt is automatically displayed (for 150 chars).<br />
* Changed attribute num default value to 5<br />
* Enclosed shortcode in a class (it seems attribute feed collided with wordpress since 3.2)</p>
<p>= 0.4 =</p>
<p>* Made Date &amp; Time formats (when selected) as those defined in wordpress settings page<br />
* Made linkable title opening in new/same window according to widget selection<br />
* Added attributed &#8220;title&#8221; and &#8220;link&#8221; to shortcodes too<br />
* Made link for title as an image to an RSS cube<br />
* Used fetch_feed as feed farser function (the other was not compatible with all the PHP server installations)<br />
* Made code DHTML compatible (hopefully)</p>
<p>= 0.3 =</p>
<p>* Made it fully compatible with Atom 1.0<br />
* Added proper error messages for: empty, non-existing URLs and invalid/misformatted feeds content<br />
* Added defaults for target and list (widget fields)<br />
* Added instruction to hide Warnings from the xmlsimple_load_file function<br />
* Fixed a bug which prevented proper display of description/summary with tags</p>
<p>= 0.2 =</p>
<p>* Fixed a bug which prevented the shortcode to show feeds from URLs containing &amp; and =<br />
* Made it fully compatible with RSS version 0.92, 2.0, 2.0.1 where link and title might be omitted<br />
* Made the widget title linkable to the feed URL<br />
* Used the native PHP class simpleXML instead of the WordPress feed parser (Magpie)</p>
<p>= 0.1 =</p>
<p>* First release. Originating from google-news-widget plugin</p>
<p><a name="U"></a>== Usage ==</p>
<p>As a widget:</p>
<p>* in Appearance &#8211; &gt; Widgets of your wp administration, drag &amp; drop the RSS Just Better widget to any widget-ready area of your wp;<br />
* Now, complete the widget form: enter a title to be given to your items list;<br />
** Enter the rss or atom feed (the URL) of the items you wish to display;<br />
** Enter enter any keyword which needs to be present or excluded in the titles of the choosen feed&#8217;s items. (*)<br />
** Choose whether you want the widget title linkable to the feed (URL) or not;<br />
** Choose whether you want a publication date/time, excerpt (and for how many char) or not;<br />
** Select whether you want a dotted list (default) or a numbered/ordered list;<br />
** Select whether you want the linked items to open up in a new page (default) or in the same page;<br />
** Choose whether you allow this plugin&#8217;s author footer to be displayed or not (please, say yes);<br />
** Click on &#8216;Save&#8217; (and &#8216;Close&#8217; the widget form, if you want).</p>
<p>As a shortcode:</p>
<p>* In Posts/Pages-&gt;Add New or Edit of your wp adminstration, select the HTML tab in the entry form;<br />
* enter &#091;RSSjb feed=&#8221;&#8230;&#8221;&#093; where &#8220;&#8230;&#8221; is any rss or atom feed you wish to display;<br />
That&#8217;s the sole mandatory attribute. Optional attributes are:</p>
<p>* filter: enter any keyword which needs to be present or avoided in the titles of the choosen feed&#8217;s items. (*)<br />
* num: number of items to be displayed (default: 3);<br />
* pubdate: either true or false to display the publication date/not (default: false);<br />
* pubtime: either true or false to display the publication time/not (default: false);<br />
* excerpt: either true or false to display the excerpt/not (default: false);<br />
* charex: limit the number of the ecerpt chars to be displayed;<br />
* list: either &#8220;ul&#8221; or &#8220;ol&#8221; to get unordered or ordered lists (default: &#8220;ul&#8221;);<br />
* target: either &#8220;_blank&#8221; or &#8220;_self&#8221; to get links opened in a new or the same window (default: &#8220;_blank&#8221;);<br />
* pubauthor: true/false whether you allow this plugin&#8217;s author footer to be displayed or not (please, say yes) (default: &#8220;_blank&#8221;);</p>
<p>(*) Notes on &#8216;filter&#8217; attribute:<br />
You can enter one of more words to be able to select your feed&#8217;s items by keyword.<br />
So if you write &#8220;foo bar&#8221; you will INCLUDE ONLY those titles where ANY of the two word(s) is present<br />
and if you write &#8220;-foo -bar&#8221; you will EXCLUDE ALL those titles where any of the two words is present instead.<br />
You can also mix inclusive and exclusive terms as in &#8220;foo -bar&#8221; of course (it will include only titles with &#8220;foo&#8221; and without &#8220;bar&#8221;.)<br />
Search is case insensitive and searches for keywords in the titles only.<br />
Wildshars, quotes and boolean are not enabled for this search.</p>
<p>Example of shortcode with all attributes and default values:<br />
&#091;RSSjb feed=&#8221;http://feeds.feedburner.com/StefaniasBlog&#8221; filter=&#8221;" num=&#8221;5&#8243;, list=&#8221;ul&#8221;, target=&#8221;_blank&#8221;, pubdate=&#8221;false&#8221;, pubtime=&#8221;false&#8221;, pubauthor=&#8221;true&#8221;, excerpt=&#8221;false&#8221;, charex=&#8221;150&#8243;, title=&#8221;", link=&#8221;false&#8221;&#093;</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/StefaniasBlog/~4/jzf79SgFUjQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stefaniamarchisio.com/2011/07/rss-just-better-plugin-0-5-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.stefaniamarchisio.com/2011/07/rss-just-better-plugin-0-5-released/</feedburner:origLink></item>
		<item>
		<title>Primo In Finale, a trainer’s website</title>
		<link>http://feedproxy.google.com/~r/StefaniasBlog/~3/QJIi033EQ8M/</link>
		<comments>http://www.stefaniamarchisio.com/2011/07/primo-in-finale-a-trainers-website/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 07:06:34 +0000</pubDate>
		<dc:creator>Stef</dc:creator>
				<category><![CDATA[Online Marketing]]></category>

		<guid isPermaLink="false">http://www.stefaniamarchisio.com/?p=1004</guid>
		<description><![CDATA[Confidentiality agreements prevent me from sharing over here projects and activities I have been involved in my profession but this time, I have finally embraced a personal project which needs some of my professional expertise. It is an online marketing campaign for an voluntary athletics trainer&#8217;s website of a no-profit sport club: : Primo in [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Confidentiality agreements prevent me from sharing over here projects and activities I have been involved in my profession but this time, I have finally embraced a personal project which needs some of my professional expertise.</p>
<p>It is an <a href="http://en.wikipedia.org/wiki/Internet_marketing" target="_">online marketing</a> campaign for an voluntary athletics trainer&#8217;s website of a no-profit sport club: : <a href="http://www.primoinfinale.com" target="_">Primo in Finale</a>.</p>
<p><a href="http://www.facebook.com/primo.delbuono" target="_">Primo</a> is his first name but it also means 1° and Finale stands for <a target="_" href="http://en.wikipedia.org/wiki/Finale_Ligure">Finale Ligure</a>, his place but also &#8216;the final&#8217;. Funny. <img src='http://www.stefaniamarchisio.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Primo has also the misfortune of being my uncle but this is another story. <img src='http://www.stefaniamarchisio.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The athletes and competitions database that is behind this website has a very long story starting from the early 90&#8242;s and survived the technological changes thanks to exports and imports (I might tell you about it someday): I set it up for him and Primo has been maintaining it  since then, day in day out (I wish I inherited his perseverance too <img src='http://www.stefaniamarchisio.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> ).</p>
<p>Long story short, in the following weeks, I aim to share with you a few tips &amp; tricks &amp; tools of the trade to spread the words about his (or any) website online and not.</p>
<p>In the meanwhile, if you would like to pay a tribute to his hard work please visit <a target="_" href="http://www.primoinfinale.com">Primo in Finale</a> aka &#8220;1&deg; in the final&#8221; <img src='http://www.stefaniamarchisio.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  and if you are on facebook click on &#8220;Mi piace&#8221; (= &#8220;I like&#8221;) on the sidebar.</p>
<p>Thanks. Bedankt. Grazie.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/StefaniasBlog/~4/QJIi033EQ8M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stefaniamarchisio.com/2011/07/primo-in-finale-a-trainers-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stefaniamarchisio.com/2011/07/primo-in-finale-a-trainers-website/</feedburner:origLink></item>
		<item>
		<title>Social media on this blog</title>
		<link>http://feedproxy.google.com/~r/StefaniasBlog/~3/ECp907ofiKw/</link>
		<comments>http://www.stefaniamarchisio.com/2011/07/social-media-on-this-blog/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 21:39:59 +0000</pubDate>
		<dc:creator>Stef</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.stefaniamarchisio.com/?p=988</guid>
		<description><![CDATA[Ok, I have given in to the social media too. We are now on facebook, twitter and all that jazz. Actually, all the above is for a reason to be disclosed soon. No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Ok, I have given in to the social media too. We are now on <a href="http://www.facebook.com/profile.php?id=100001919028874">facebook</a>, <a href="http://twitter.com/#!/Stef_Marchisio">twitter </a> and all that jazz.  </p>
<p>Actually, all the above is for a reason to be disclosed soon.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/StefaniasBlog/~4/ECp907ofiKw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stefaniamarchisio.com/2011/07/social-media-on-this-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stefaniamarchisio.com/2011/07/social-media-on-this-blog/</feedburner:origLink></item>
		<item>
		<title>Gallery Just Better 0.3</title>
		<link>http://feedproxy.google.com/~r/StefaniasBlog/~3/q8Sw88EEHvc/</link>
		<comments>http://www.stefaniamarchisio.com/2011/04/gallery-just-better-0-3/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 01:54:19 +0000</pubDate>
		<dc:creator>Stef</dc:creator>
				<category><![CDATA[For Nerds Only]]></category>

		<guid isPermaLink="false">http://www.stefaniamarchisio.com/?p=971</guid>
		<description><![CDATA[New version of my plugin. I simply incorporated the amendments and fixes made to the native gallery. Fixes related to sizing the images according to the number of columns requested. More to come. No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>New version of my plugin. </p>
<p>I simply incorporated the amendments and fixes made to the native gallery. Fixes related to sizing the images according to the number of columns requested.</p>
<p>More to come.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/StefaniasBlog/~4/q8Sw88EEHvc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stefaniamarchisio.com/2011/04/gallery-just-better-0-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stefaniamarchisio.com/2011/04/gallery-just-better-0-3/</feedburner:origLink></item>
		<item>
		<title>The Wind Cries Mary!</title>
		<link>http://feedproxy.google.com/~r/StefaniasBlog/~3/aL-mLXM5DiQ/</link>
		<comments>http://www.stefaniamarchisio.com/2011/04/the-wind-cries-mary/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 20:31:07 +0000</pubDate>
		<dc:creator>Stef</dc:creator>
				<category><![CDATA[For Nerds Only]]></category>

		<guid isPermaLink="false">http://www.stefaniamarchisio.com/?p=962</guid>
		<description><![CDATA[Yes, that&#8217;s the name of the wordpress theme I use. I finally managed to fix an annoying problem which prevented to see the comments. Now, communication with users who leave a comment should be easier. No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yes, that&#8217;s the name of the wordpress <a href="http://grabatheme.com/thewindcriesmary/index.html">theme</a> I use. I finally managed to fix an annoying problem which prevented to see the comments. Now, communication with users who leave a comment should be easier.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/StefaniasBlog/~4/aL-mLXM5DiQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stefaniamarchisio.com/2011/04/the-wind-cries-mary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stefaniamarchisio.com/2011/04/the-wind-cries-mary/</feedburner:origLink></item>
		<item>
		<title>Gallery Just better plugin released</title>
		<link>http://feedproxy.google.com/~r/StefaniasBlog/~3/uxBxjAqfuWk/</link>
		<comments>http://www.stefaniamarchisio.com/2011/01/gallery-just-better-plugin-released/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 21:10:55 +0000</pubDate>
		<dc:creator>Stef</dc:creator>
				<category><![CDATA[For Nerds Only]]></category>

		<guid isPermaLink="false">http://www.stefaniamarchisio.com/?p=945</guid>
		<description><![CDATA[Ok it&#8217;s online on wordpress now. Yes, I have released a new plugin almost simultaneously with the release 3.1 of wordpress It&#8217;s about the native wordpress gallery with a few enhancement. You are able to choose to display the linked pages/images in a new window or not and you are able to make the images [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Ok it&#8217;s online on <a href="http://wordpress.org/extend/plugins/gallery-just-better/">wordpress</a> now.</p>
<p>Yes, I have released a new plugin almost simultaneously with the release 3.1 of wordpress <img src='http://www.stefaniamarchisio.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>It&#8217;s about the native wordpress gallery with a few enhancement.</p>
<p>You are able to choose to display the linked pages/images in a new window or not and you are able to make the images not linkable and to link them to external URLs. External URLs are defined in the Description fields of the attached images.</p>
<p>See the plugin <a href="http://www.stefaniamarchisio.com/gallery-just-better-plugin/">home page</a> for more details. </p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/StefaniasBlog/~4/uxBxjAqfuWk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stefaniamarchisio.com/2011/01/gallery-just-better-plugin-released/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.stefaniamarchisio.com/2011/01/gallery-just-better-plugin-released/</feedburner:origLink></item>
		<item>
		<title>RSS Just Better plugin 0.4 released</title>
		<link>http://feedproxy.google.com/~r/StefaniasBlog/~3/FTKJt2nOsL4/</link>
		<comments>http://www.stefaniamarchisio.com/2011/01/rss-just-better-plugin-0-4-released/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 19:22:04 +0000</pubDate>
		<dc:creator>Stef</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stefaniamarchisio.com/?p=922</guid>
		<description><![CDATA[Apparently, I have never posted about the release 0.4 of my plugin RSS Just Better plugin which happened in May last year&#8230;sigh. As a good deed I do it today. Changes from vrsion 0.3: Made Date &#38; Time formats (when selected) as those defined in wordpress settings page Made linkable title opening in new/same window [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Apparently, I have never posted about the release 0.4 of my plugin RSS Just Better plugin which happened in May last year&#8230;sigh.</p>
<p>As a good deed I do it today. Changes from vrsion 0.3:</p>
<ul>
<li>Made Date &amp; Time formats (when selected) as those defined in wordpress settings page</li>
<li>Made linkable title opening in new/same window according to widget selection</li>
<li>Added attributed &#8220;title&#8221; and &#8220;link&#8221; to shortcodes too</li>
<li>Made link for title as an image to an RSS cube</li>
<li>Used fetch_feed as feed farser function (the other was not compatible with all the PHP server installations)</li>
<li>Made code DHTML compatible (hopefully).</li>
</ul>
<p>That&#8217;s all. A new version is due very soon. <img src='http://www.stefaniamarchisio.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/StefaniasBlog/~4/FTKJt2nOsL4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stefaniamarchisio.com/2011/01/rss-just-better-plugin-0-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stefaniamarchisio.com/2011/01/rss-just-better-plugin-0-4-released/</feedburner:origLink></item>
		<item>
		<title>Google News and the feed parsers</title>
		<link>http://feedproxy.google.com/~r/StefaniasBlog/~3/vASzKOongvU/</link>
		<comments>http://www.stefaniamarchisio.com/2011/01/google-news-and-the-feed-parsers/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 02:02:01 +0000</pubDate>
		<dc:creator>Stef</dc:creator>
				<category><![CDATA[For Nerds Only]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stefaniamarchisio.com/?p=891</guid>
		<description><![CDATA[It seems that Google has made their News (news.google.com) unavailable to feed parsers like Simplepie, Magpie, lastRSS or even like native php functions like simplexml_load_file for a while today. Google servers returned a “503 Service unavailable” error message until recently. On the other hand, feeds have always been readable by browsers and feed aggregators like [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>It seems that Google has made their News (news.google.com) unavailable to feed parsers like Simplepie, Magpie, lastRSS or even like native php functions like simplexml_load_file for a while today. Google servers returned a “503 Service unavailable” error message until recently. </p>
<p>On the other hand, feeds have always been readable by browsers and feed aggregators like feedemon, as far as I have experienced. </p>
<p>All is back to normal now. Hopefully.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/StefaniasBlog/~4/vASzKOongvU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stefaniamarchisio.com/2011/01/google-news-and-the-feed-parsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stefaniamarchisio.com/2011/01/google-news-and-the-feed-parsers/</feedburner:origLink></item>
		<item>
		<title>Timezones</title>
		<link>http://feedproxy.google.com/~r/StefaniasBlog/~3/JIAI_eflvRo/</link>
		<comments>http://www.stefaniamarchisio.com/2010/12/timezones/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 20:56:26 +0000</pubDate>
		<dc:creator>Stef</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stefaniamarchisio.com/?p=883</guid>
		<description><![CDATA[No worry: this post is for a &#8220;coming soon&#8221; reason. These examples give the local time at various locations around the world at 12:00 UTC when daylight saving time (or summer time) is not in effect: Location(s) Time zone Time Baker Island, Howland Island (both uninhabited) UTC−12 00:00 Samoa, American Samoa UTC−11 01:00 Hawaii, Papeete [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>No worry: this post is for a &#8220;coming soon&#8221; reason.</p>
<p>These examples give the local time at various locations around the world at 12:00 UTC when daylight saving time (or summer time) is not in effect:</p>
<table border="1">
<tbody>
<tr>
<th style="">Location(s)</th>
<th style="background: none repeat scroll 0% 0% rgb(255, 222, 173); width: 80px;">Time zone</th>
<th style="background: none repeat scroll 0% 0% rgb(255, 222, 173);">Time</th>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Baker_Island" title="Baker Island">Baker Island</a>, <a href="http://wikipedia.org/wiki/Howland_Island" title="Howland Island">Howland Island</a> (both uninhabited)</td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9212" title="UTC−12" class="mw-redirect">UTC−12</a></td>
<td>00:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Samoa" title="Samoa">Samoa</a>, <a href="http://wikipedia.org/wiki/American_Samoa" title="American Samoa">American Samoa</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9211" title="UTC−11" class="mw-redirect">UTC−11</a></td>
<td>01:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Hawaii" title="Hawaii">Hawaii</a>, <a href="http://wikipedia.org/wiki/Papeete" title="Papeete">Papeete</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9210" title="UTC−10" class="mw-redirect">UTC−10</a></td>
<td>02:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Marquesas_Islands" title="Marquesas Islands">Marquesas Islands</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9209:30" title="UTC−09:30">UTC−09:30</a></td>
<td>02:30</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Anchorage,_Alaska" title="Anchorage, Alaska">Anchorage</a>, <a href="http://wikipedia.org/wiki/Fairbanks" title="Fairbanks" class="mw-redirect">Fairbanks</a>, <a href="http://wikipedia.org/wiki/Juneau" title="Juneau" class="mw-redirect">Juneau</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9209" title="UTC−09" class="mw-redirect">UTC−09</a></td>
<td>03:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Vancouver" title="Vancouver">Vancouver</a>, <a href="http://wikipedia.org/wiki/Washington_%28U.S._state%29" title="Washington (U.S. state)">Washington (U.S. state)</a>, <a href="http://wikipedia.org/wiki/Portland,_Oregon" title="Portland, Oregon">Portland</a>, <a href="http://wikipedia.org/wiki/Las_Vegas,_Nevada" title="Las Vegas, Nevada">Las Vegas</a>, <a href="http://wikipedia.org/wiki/California" title="California">California</a>, <a href="http://wikipedia.org/wiki/Baja_California" title="Baja California">Baja California</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9208" title="UTC−08" class="mw-redirect">UTC−08</a></td>
<td>04:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Alberta" title="Alberta">Alberta</a>, <a href="http://wikipedia.org/wiki/Colorado" title="Colorado">Colorado</a>, <a href="http://wikipedia.org/wiki/Arizona" title="Arizona">Arizona</a>, <a href="http://wikipedia.org/wiki/Chihuahua" title="Chihuahua">Chihuahua</a>, <a href="http://wikipedia.org/wiki/Sonora" title="Sonora">Sonora</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9207" title="UTC−07" class="mw-redirect">UTC−07</a></td>
<td>05:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Costa_Rica" title="Costa Rica">Costa Rica</a>, <a href="http://wikipedia.org/wiki/Dallas" title="Dallas">Dallas</a>, <a href="http://wikipedia.org/wiki/El_Salvador" title="El Salvador">El Salvador</a>, <a href="http://wikipedia.org/wiki/Guatemala" title="Guatemala">Guatemala</a>, <a href="http://wikipedia.org/wiki/Honduras" title="Honduras">Honduras</a>, <a href="http://wikipedia.org/wiki/Houston" title="Houston">Houston</a>, <a href="http://wikipedia.org/wiki/Illinois" title="Illinois">Illinois</a>, <a href="http://wikipedia.org/wiki/Manitoba" title="Manitoba">Manitoba</a>, <a href="http://wikipedia.org/wiki/Mexico_City" title="Mexico City">Mexico City</a>, <a href="http://wikipedia.org/wiki/Nicaragua" title="Nicaragua">Nicaragua</a>, <a href="http://wikipedia.org/wiki/Saskatchewan" title="Saskatchewan">Saskatchewan</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9206" title="UTC−06" class="mw-redirect">UTC−06</a></td>
<td>06:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Ottawa" title="Ottawa">Ottawa</a>, <a href="http://wikipedia.org/wiki/Toronto" title="Toronto">Toronto</a>, <a href="http://wikipedia.org/wiki/Montreal" title="Montreal">Montreal</a>, <a href="http://wikipedia.org/wiki/Boston" title="Boston">Boston</a>, <a href="http://wikipedia.org/wiki/New_York" title="New York">New York</a>, <a href="http://wikipedia.org/wiki/North_Carolina" title="North Carolina">North Carolina</a>, <a href="http://wikipedia.org/wiki/Washington_D.C." title="Washington D.C." class="mw-redirect">Washington D.C.</a>, <a href="http://wikipedia.org/wiki/Georgia_%28U.S._state%29" title="Georgia (U.S. state)">Georgia</a>, <a href="http://wikipedia.org/wiki/Miami" title="Miami">Miami</a>, <a href="http://wikipedia.org/wiki/Cuba" title="Cuba">Cuba</a>, <a href="http://wikipedia.org/wiki/Jamaica" title="Jamaica">Jamaica</a>, <a href="http://wikipedia.org/wiki/Haiti" title="Haiti">Haiti</a>, <a href="http://wikipedia.org/wiki/Panama" title="Panama">Panama</a>, <a href="http://wikipedia.org/wiki/Colombia" title="Colombia">Colombia</a>, Continental <a href="http://wikipedia.org/wiki/Ecuador" title="Ecuador">Ecuador</a>, <a href="http://wikipedia.org/wiki/Peru" title="Peru">Peru</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%925" title="UTC−5" class="mw-redirect">UTC−05</a></td>
<td>07:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Venezuela" title="Venezuela">Venezuela</a></td>
<td><a href="http://wikipedia.org/wiki/UTC-04:30" title="UTC-04:30" class="mw-redirect">UTC−04:30</a></td>
<td>07:30</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Nova_Scotia" title="Nova Scotia">Nova Scotia</a>, <a href="http://wikipedia.org/wiki/Dominican_Republic" title="Dominican Republic">Dominican Republic</a>, <a href="http://wikipedia.org/wiki/Puerto_Rico" title="Puerto Rico">Puerto Rico</a>, <a href="http://wikipedia.org/wiki/Trinidad_and_Tobago" title="Trinidad and Tobago">Trinidad and Tobago</a>, <a href="http://wikipedia.org/wiki/Amazonas_%28Brazilian_state%29" title="Amazonas (Brazilian state)">Amazonas</a>, <a href="http://wikipedia.org/wiki/Bolivia" title="Bolivia">Bolivia</a>, Continental <a href="http://wikipedia.org/wiki/Chile" title="Chile">Chile</a>, <a href="http://wikipedia.org/wiki/Paraguay" title="Paraguay">Paraguay</a>, <a href="http://wikipedia.org/wiki/San_Luis_Province" title="San Luis Province">San Luis Province</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9204" title="UTC−04" class="mw-redirect">UTC−04</a></td>
<td>08:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Newfoundland_%28island%29" title="Newfoundland (island)">Newfoundland</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%923:30" title="UTC−3:30" class="mw-redirect">UTC−03:30</a></td>
<td>08:30</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Rio_de_Janeiro_%28state%29" title="Rio de Janeiro (state)">Rio de Janeiro</a>, <a href="http://wikipedia.org/wiki/S%C3%A3o_Paulo_%28state%29" title="São Paulo (state)">São Paulo</a>, <a href="http://wikipedia.org/wiki/Argentina" title="Argentina">Argentina</a> (except <a href="http://wikipedia.org/wiki/San_Luis_Province" title="San Luis Province">San Luis Province</a>), <a href="http://wikipedia.org/wiki/Uruguay" title="Uruguay">Uruguay</a>, <a href="http://wikipedia.org/wiki/Nuuk" title="Nuuk">Nuuk</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9203" title="UTC−03" class="mw-redirect">UTC−03</a></td>
<td>09:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Fernando_de_Noronha" title="Fernando de Noronha">Fernando de Noronha</a>, <a href="http://wikipedia.org/wiki/South_Georgia_and_the_South_Sandwich_Islands" title="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9202" title="UTC−02" class="mw-redirect">UTC−02</a></td>
<td>10:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Azores" title="Azores">Azores</a>, <a href="http://wikipedia.org/wiki/Cape_Verde" title="Cape Verde">Cape Verde</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%E2%88%9201" title="UTC−01" class="mw-redirect">UTC−01</a></td>
<td>11:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Iceland" title="Iceland">Iceland</a>, <a href="http://wikipedia.org/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a>, <a href="http://wikipedia.org/wiki/Ireland" title="Ireland">Ireland</a>, <a href="http://wikipedia.org/wiki/Continental_Portugal" title="Continental Portugal">Continental Portugal</a>, <a href="http://wikipedia.org/wiki/Morocco" title="Morocco">Morocco</a>, <a href="http://wikipedia.org/wiki/Senegal" title="Senegal">Senegal</a>, <a href="http://wikipedia.org/wiki/Ghana" title="Ghana">Ghana</a>, <a href="http://wikipedia.org/wiki/C%C3%B4te_d%27Ivoire" title="Côte d'Ivoire">Côte d&#8217;Ivoire</a></td>
<td><a href="http://wikipedia.org/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a></td>
<td>12:00</td>
</tr>
<tr>
<td>
<p><a href="http://wikipedia.org/wiki/Albania" title="Albania">Albania</a>, <a href="http://wikipedia.org/wiki/Slovenia" title="Slovenia">Slovenia</a>, <a href="http://wikipedia.org/wiki/Republic_of_Macedonia" title="Republic of Macedonia">Macedonia</a>, <a href="http://wikipedia.org/wiki/Norway" title="Norway">Norway</a>, <a href="http://wikipedia.org/wiki/Sweden" title="Sweden">Sweden</a>, <a href="http://wikipedia.org/wiki/Denmark" title="Denmark">Denmark</a>, <a href="http://wikipedia.org/wiki/Germany" title="Germany">Germany</a>, the <a href="http://wikipedia.org/wiki/Netherlands" title="Netherlands">Netherlands</a>, <a href="http://wikipedia.org/wiki/Belgium" title="Belgium">Belgium</a>, <a href="http://wikipedia.org/wiki/Metropolitan_France" title="Metropolitan France">Metropolitan France</a>, <a href="http://wikipedia.org/wiki/Switzerland" title="Switzerland">Switzerland</a>, <a href="http://wikipedia.org/wiki/Austria" title="Austria">Austria</a>, <a href="http://wikipedia.org/wiki/Poland" title="Poland">Poland</a>, <a href="http://wikipedia.org/wiki/Czech_Republic" title="Czech Republic">Czech Republic</a>, <a href="http://wikipedia.org/wiki/Slovakia" title="Slovakia">Slovakia</a>, <a href="http://wikipedia.org/wiki/Hungary" title="Hungary">Hungary</a>, European <a href="http://wikipedia.org/wiki/Spain" title="Spain">Spain</a>, <a href="http://wikipedia.org/wiki/Italy" title="Italy">Italy</a>, <a href="http://wikipedia.org/wiki/Croatia" title="Croatia">Croatia</a>, <a href="http://wikipedia.org/wiki/Serbia" title="Serbia">Serbia</a>, <a href="http://wikipedia.org/wiki/Bosnia_and_Herzegovina" title="Bosnia and Herzegovina">Bosnia and Herzegovina</a>, <a href="http://wikipedia.org/wiki/Tunisia" title="Tunisia">Tunisia</a>, <a href="http://wikipedia.org/wiki/Algeria" title="Algeria">Algeria</a>, <a href="http://wikipedia.org/wiki/Nigeria" title="Nigeria">Nigeria</a>, <a href="http://wikipedia.org/wiki/Cameroon" title="Cameroon">Cameroon</a>, <a href="http://wikipedia.org/wiki/Angola" title="Angola">Angola</a>, <a href="http://wikipedia.org/wiki/Kinshasa" title="Kinshasa">Kinshasa</a></p>
</td>
<td><a href="http://wikipedia.org/wiki/UTC%2B01" title="UTC+01" class="mw-redirect">UTC+01</a></td>
<td>13:00</td>
</tr>
<tr>
<td>
<p><a href="http://wikipedia.org/wiki/Finland" title="Finland">Finland</a>, <a href="http://wikipedia.org/wiki/Lithuania" title="Lithuania">Lithuania</a>, <a href="http://wikipedia.org/wiki/Latvia" title="Latvia">Latvia</a>, <a href="http://wikipedia.org/wiki/Estonia" title="Estonia">Estonia</a>, <a href="http://wikipedia.org/wiki/Belarus" title="Belarus">Belarus</a>, <a href="http://wikipedia.org/wiki/Ukraine" title="Ukraine">Ukraine</a>, <a href="http://wikipedia.org/wiki/Romania" title="Romania">Romania</a>, <a href="http://wikipedia.org/wiki/Bulgaria" title="Bulgaria">Bulgaria</a>, <a href="http://wikipedia.org/wiki/Greece" title="Greece">Greece</a>, <a href="http://wikipedia.org/wiki/Turkey" title="Turkey">Turkey</a>, <a href="http://wikipedia.org/wiki/Cyprus" title="Cyprus">Cyprus</a>, <a href="http://wikipedia.org/wiki/Syria" title="Syria">Syria</a>, <a href="http://wikipedia.org/wiki/Lebanon" title="Lebanon">Lebanon</a>, <a href="http://wikipedia.org/wiki/Jordan" title="Jordan">Jordan</a>, <a href="http://wikipedia.org/wiki/Palestine" title="Palestine">Palestine</a>, <a href="http://wikipedia.org/wiki/Israel" title="Israel">Israel</a>, <a href="http://wikipedia.org/wiki/Egypt" title="Egypt">Egypt</a>, <a href="http://wikipedia.org/wiki/Libya" title="Libya">Libya</a>, <a href="http://wikipedia.org/wiki/Mozambique" title="Mozambique">Mozambique</a>, <a href="http://wikipedia.org/wiki/Malawi" title="Malawi">Malawi</a>, <a href="http://wikipedia.org/wiki/Zambia" title="Zambia">Zambia</a>, <a href="http://wikipedia.org/wiki/Zimbabwe" title="Zimbabwe">Zimbabwe</a>, <a href="http://wikipedia.org/wiki/South_Africa" title="South Africa">South Africa</a></p>
</td>
<td><a href="http://wikipedia.org/wiki/UTC%2B02" title="UTC+02" class="mw-redirect">UTC+02</a></td>
<td>14:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Moscow" title="Moscow">Moscow</a>, <a href="http://wikipedia.org/wiki/Saint_Petersburg" title="Saint Petersburg">Saint Petersburg</a>, <a href="http://wikipedia.org/wiki/Samara_Oblast" title="Samara Oblast">Samara</a>, <a href="http://wikipedia.org/wiki/Iraq" title="Iraq">Iraq</a>, <a href="http://wikipedia.org/wiki/Saudi_Arabia" title="Saudi Arabia">Saudi Arabia</a>, <a href="http://wikipedia.org/wiki/Yemen" title="Yemen">Yemen</a>, <a href="http://wikipedia.org/wiki/Sudan" title="Sudan">Sudan</a>, <a href="http://wikipedia.org/wiki/Ethiopia" title="Ethiopia">Ethiopia</a>, <a href="http://wikipedia.org/wiki/Somalia" title="Somalia">Somalia</a>, <a href="http://wikipedia.org/wiki/Kenya" title="Kenya">Kenya</a>, <a href="http://wikipedia.org/wiki/Uganda" title="Uganda">Uganda</a>, <a href="http://wikipedia.org/wiki/Tanzania" title="Tanzania">Tanzania</a>, <a href="http://wikipedia.org/wiki/Madagascar" title="Madagascar">Madagascar</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B03" title="UTC+03" class="mw-redirect">UTC+03</a></td>
<td>15:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Iran" title="Iran">Iran</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B03:30" title="UTC+03:30">UTC+03:30</a></td>
<td>15:30</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Georgia_%28country%29" title="Georgia (country)">Georgia</a>, <a href="http://wikipedia.org/wiki/Armenia" title="Armenia">Armenia</a>, <a href="http://wikipedia.org/wiki/Azerbaijan" title="Azerbaijan">Azerbaijan</a>, <a href="http://wikipedia.org/wiki/United_Arab_Emirates" title="United Arab Emirates">United Arab Emirates</a>, <a href="http://wikipedia.org/wiki/Oman" title="Oman">Oman</a>, <a href="http://wikipedia.org/wiki/Seychelles" title="Seychelles">Seychelles</a>, <a href="http://wikipedia.org/wiki/Mauritius" title="Mauritius">Mauritius</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B4" title="UTC+4" class="mw-redirect">UTC+04</a></td>
<td>16:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Afghanistan" title="Afghanistan">Afghanistan</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B04:30" title="UTC+04:30">UTC+04:30</a></td>
<td>16:30</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Sverdlovsk_Oblast" title="Sverdlovsk Oblast">Sverdlovsk</a>, <a href="http://wikipedia.org/wiki/Uzbekistan" title="Uzbekistan">Uzbekistan</a>, <a href="http://wikipedia.org/wiki/Pakistan" title="Pakistan">Pakistan</a>, <a href="http://wikipedia.org/wiki/Maldives" title="Maldives">Maldives</a>, <a href="http://wikipedia.org/wiki/Kazakhstan" title="Kazakhstan">Kazakhstan</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B05" title="UTC+05" class="mw-redirect">UTC+05</a></td>
<td>17:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/India" title="India">India</a>, <a href="http://wikipedia.org/wiki/Sri_Lanka" title="Sri Lanka">Sri Lanka</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B05:30" title="UTC+05:30">UTC+05:30</a></td>
<td>17:30</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Nepal" title="Nepal">Nepal</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B05:45" title="UTC+05:45">UTC+05:45</a></td>
<td>17:45</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Novosibirsk_Oblast" title="Novosibirsk Oblast">Novosibirsk</a>, <a href="http://wikipedia.org/wiki/Almaty" title="Almaty">Almaty</a>, <a href="http://wikipedia.org/wiki/Bangladesh" title="Bangladesh">Bangladesh</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B06" title="UTC+06" class="mw-redirect">UTC+06</a></td>
<td>18:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Myanmar" title="Myanmar" class="mw-redirect">Myanmar</a>, <a href="http://wikipedia.org/wiki/Cocos_Islands" title="Cocos Islands" class="mw-redirect">Cocos Islands</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B06:30" title="UTC+06:30">UTC+06:30</a></td>
<td>18:30</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Krasnoyarsk_Krai" title="Krasnoyarsk Krai">Krasnoyarsk</a>, <a href="http://wikipedia.org/wiki/Thailand" title="Thailand">Thailand</a>, <a href="http://wikipedia.org/wiki/Vietnam" title="Vietnam">Vietnam</a>, <a href="http://wikipedia.org/wiki/Jakarta" title="Jakarta">Jakarta</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B07" title="UTC+07" class="mw-redirect">UTC+07</a></td>
<td>19:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Irkutsk_Oblast" title="Irkutsk Oblast">Irkutsk</a>, <a href="http://wikipedia.org/wiki/Ulan_Bator" title="Ulan Bator">Ulan Bator</a>, <a href="http://wikipedia.org/wiki/People%27s_Republic_of_China" title="People's Republic of China">China</a>, <a href="http://wikipedia.org/wiki/Republic_of_China" title="Republic of China">Taiwan</a>, <a href="http://wikipedia.org/wiki/Hong_Kong" title="Hong Kong">Hong Kong</a>, <a href="http://wikipedia.org/wiki/Philippines" title="Philippines">Philippines</a>, <a href="http://wikipedia.org/wiki/Malaysia" title="Malaysia">Malaysia</a>, <a href="http://wikipedia.org/wiki/Singapore" title="Singapore">Singapore</a>, <a href="http://wikipedia.org/wiki/Western_Australia" title="Western Australia">Western Australia</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B08" title="UTC+08" class="mw-redirect">UTC+08</a></td>
<td>20:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Zabaykalsky_Krai" title="Zabaykalsky Krai">Zabaykalsky</a>, <a href="http://wikipedia.org/wiki/Japan" title="Japan">Japan</a>, <a href="http://wikipedia.org/wiki/North_Korea" title="North Korea">North Korea</a>, <a href="http://wikipedia.org/wiki/South_Korea" title="South Korea">South Korea</a>, <a href="http://wikipedia.org/wiki/East_Timor" title="East Timor">East Timor</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B09" title="UTC+09" class="mw-redirect">UTC+09</a></td>
<td>21:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Northern_Territory" title="Northern Territory">Northern Territory</a>, <a href="http://wikipedia.org/wiki/South_Australia" title="South Australia">South Australia</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B09:30" title="UTC+09:30">UTC+09:30</a></td>
<td>21:30</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Primorsky_Krai" title="Primorsky Krai">Primorsky</a>, <a href="http://wikipedia.org/wiki/New_South_Wales" title="New South Wales">New South Wales</a>, <a href="http://wikipedia.org/wiki/Queensland" title="Queensland">Queensland</a>, <a href="http://wikipedia.org/wiki/Tasmania" title="Tasmania">Tasmania</a>, <a href="http://wikipedia.org/wiki/Victoria_%28Australia%29" title="Victoria (Australia)">Victoria</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B10" title="UTC+10" class="mw-redirect">UTC+10</a></td>
<td>22:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Lord_Howe_Island" title="Lord Howe Island">Lord Howe Island</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B10:30" title="UTC+10:30">UTC+10:30</a></td>
<td>22:30</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Kamchatka_Krai" title="Kamchatka Krai">Kamchatka</a>, <a href="http://wikipedia.org/wiki/Solomon_Islands" title="Solomon Islands">Solomon Islands</a>, <a href="http://wikipedia.org/wiki/New_Caledonia" title="New Caledonia">New Caledonia</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B11" title="UTC+11" class="mw-redirect">UTC+11</a></td>
<td>23:00</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Norfolk_Island" title="Norfolk Island">Norfolk Island</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B11:30" title="UTC+11:30">UTC+11:30</a></td>
<td>23:30</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Fiji" title="Fiji">Fiji</a>, <a href="http://wikipedia.org/wiki/New_Zealand" title="New Zealand">New Zealand</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B12" title="UTC+12" class="mw-redirect">UTC+12</a></td>
<td>00:00 (the following day)</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Chatham_Islands" title="Chatham Islands">Chatham Islands</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B12:45" title="UTC+12:45">UTC+12:45</a></td>
<td>00:45 (the following day)</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Tonga" title="Tonga">Tonga</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B13" title="UTC+13" class="mw-redirect">UTC+13</a></td>
<td>01:00 (the following day)</td>
</tr>
<tr>
<td><a href="http://wikipedia.org/wiki/Line_Islands" title="Line Islands">Line Islands</a></td>
<td><a href="http://wikipedia.org/wiki/UTC%2B14" title="UTC+14" class="mw-redirect">UTC+14</a></td>
<td>02:00 (the following day)</td>
</tr>
</tbody>
</table>
<p>Where the adjustment for time zones results in a time at the other side of midnight from UTC, then the date at the location is one day later or earlier.</p>
<p>And of course, thanks to <a href="http://wikipedia.org">Wikipedia</a> for this table.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/StefaniasBlog/~4/JIAI_eflvRo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stefaniamarchisio.com/2010/12/timezones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stefaniamarchisio.com/2010/12/timezones/</feedburner:origLink></item>
		<item>
		<title>Google News Plugin version 1.1 released</title>
		<link>http://feedproxy.google.com/~r/StefaniasBlog/~3/hdUUyQ5TcNM/</link>
		<comments>http://www.stefaniamarchisio.com/2010/12/google-news-plugin-version-1-1-released/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 16:00:10 +0000</pubDate>
		<dc:creator>Stef</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stefaniamarchisio.com/?p=865</guid>
		<description><![CDATA[By popular demand, we have reverted the feed fetch to the fetch_feed function and abandoned simplexml_load_file which created so many problems to several users. Also, as fetch_feed saves the fetched feed in a cache for 12 hours, we have increased the frequency of the cache refresh to 30 minutes. Please, read the plugin homepage for [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>By popular demand, we have reverted the feed fetch to the fetch_feed function and abandoned <a href="http://php.net/manual/en/function.simplexml-load-file.php">simplexml_load_file</a> which created so many problems to several users. </p>
<p>Also, as fetch_feed saves the fetched feed in a cache for 12 hours, we have increased the frequency of the cache refresh to 30 minutes.</p>
<p>Please, read the <a href="http://www.stefaniamarchisio.com/goggle-news-widget-shortcode-plugin/">plugin homepage</a> for the complete update.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/StefaniasBlog/~4/hdUUyQ5TcNM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.stefaniamarchisio.com/2010/12/google-news-plugin-version-1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.stefaniamarchisio.com/2010/12/google-news-plugin-version-1-1-released/</feedburner:origLink></item>
	</channel>
</rss>

