<?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>Thin &#38; Light &#187; Info</title>
	<atom:link href="http://thinlight.org/category/info/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinlight.org</link>
	<description>Passion for the web</description>
	<lastBuildDate>Sun, 30 May 2010 06:04:01 +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>Mac Software Update Not Working &#8211; Solution</title>
		<link>http://thinlight.org/2010/05/15/mac-software-update-not-working-solution/</link>
		<comments>http://thinlight.org/2010/05/15/mac-software-update-not-working-solution/#comments</comments>
		<pubDate>Sat, 15 May 2010 17:20:47 +0000</pubDate>
		<dc:creator>thinlight</dc:creator>
				<category><![CDATA[Info]]></category>

		<guid isPermaLink="false">http://thinlight.org/?p=95</guid>
		<description><![CDATA[Recently a lot of Mac users are complaining that the software update program is not working correctly and I also ran into this issue today. It just tells you &#8220;your software is up to date&#8221; but obviously there&#8217;s some software not up to date. For example, I opened iTunes and it told me there&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>Recently a lot of Mac users are complaining that the software update program is not working correctly and I also ran into this issue today. It just tells you &#8220;your software is up to date&#8221; but obviously there&#8217;s some software not up to date. For example, I opened iTunes and it told me there&#8217;s a newer version of iTunes, would you download it? I clicked &#8220;download&#8221; and the software update app opens but it told me that there&#8217;s no update &#8211; that made me crazy.</p>
<p><span id="more-95"></span></p>
<p>I was not alone. Someone already <a href="http://discussions.apple.com/thread.jspa?threadID=2418460">complained</a> in apple&#8217;s support forum. I looked through the replies but found nothing that worked, including deleting com.apple.SoftwareUpdate.plist files. After investigating the problem for minutes, I found that the software update app downloads information from swcdn.apple.com, but the resolved IP for me is not working &#8211; as it&#8217;s CDN, users at different locations may get different IP addresses.</p>
<p><strong>The solution is simple &#8211; add the following line to your /etc/hosts file:</strong></p>
<blockquote><p>80.67.74.160 swcdn.apple.com</p></blockquote>
<p>and go back to check software update.</p>
<p>For readers interested in the details, here is the dig result on my machine:</p>
<pre><code>$ dig swcdn.apple.com

; <<>> DiG 9.6.0-APPLE-P2 <<>> swcdn.apple.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18722
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;swcdn.apple.com.       IN  A

;; ANSWER SECTION:
swcdn.apple.com.    1178    IN  CNAME   swcdn.apple.com.akadns.net.
swcdn.apple.com.akadns.net. 279 IN  CNAME   swcdn.apple.com.edgesuite.net.
swcdn.apple.com.edgesuite.net. 19178 IN CNAME   swcdn.apple.com.edgesuite.net.globalredir.akadns.net.
swcdn.apple.com.edgesuite.net.globalredir.akadns.net. 279 IN CNAME a1562.ce.w.ytcdn.net.
a1562.ce.w.ytcdn.net.   1179    IN  A   74.63.75.122

;; AUTHORITY SECTION:
ytcdn.net.      59910   IN  NS  dns6.expirenotification.com.
ytcdn.net.      59910   IN  NS  dns5.expirenotification.com.

;; ADDITIONAL SECTION:
dns5.expirenotification.com. 2803 IN    A   67.159.44.159
dns6.expirenotification.com. 377 IN A   67.159.44.159

;; Query time: 6 msec
;; SERVER: 124.207.160.106#53(124.207.160.106)
;; WHEN: Sat May 15 23:33:33 2010
;; MSG SIZE  rcvd: 305</code></pre>
<p>So ytcdn.net might be an expired domain! Look at its <a href="http://who.is/whois/ytcdn.net/">whois</a> information:</p>
<pre><code>Domain Name: ytcdn.net

Registrar: XIN NET TECHNOLOGY CORPORATION
Whois Server: whois.paycenter.com.cn
Referral URL: http://www.xinnet.com
Status: clientUpdateProhibited

Expiration Date: 2011-04-30
Creation Date: 2008-04-30
Last Update Date: 2010-05-01

Name Servers:
    dns5.expirenotification.com
    dns6.expirenotification.com
See ytcdn.net DNS Records

Information Updated: Sat, 15 May 2010 15:40:22 UTC</code></pre>
<p>Notice that most complaints of software update started in May... I don't know the relationship between ytcdn.net and Akamai CDN, but if ytcdn.net is really expired, it is a serious fault. Apple is using Akamai as its CDN, and Akamai redirects some users to ytcdn.net. As I know, most of these users are in China, but some users in other countries are also affected.</p>
<p>Apple, please contact your CDN provider to solve this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinlight.org/2010/05/15/mac-software-update-not-working-solution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Reader Unread Count in Gmail</title>
		<link>http://thinlight.org/2008/07/26/google-reader-unread-count-in-gmail/</link>
		<comments>http://thinlight.org/2008/07/26/google-reader-unread-count-in-gmail/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 10:43:48 +0000</pubDate>
		<dc:creator>thinlight</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Reader]]></category>

		<guid isPermaLink="false">http://thinlight.org/?p=69</guid>
		<description><![CDATA[
Handy new feature coming soon&#8230;
I use Gmail instead of iGoogle as browser home page. But I don&#8217;t want a complete integration. Just alert me the unread count and I will check it when I have time.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://thinlight.org/wp-content/uploads/2008/07/gmail-reader.png"><img src="http://thinlight.org/wp-content/uploads/2008/07/gmail-reader-300x66.png" alt="" title="gmail-reader" width="300" height="66" class="alignnone size-medium wp-image-70" /></a></p>
<p>Handy new feature coming soon&#8230;</p>
<p>I use Gmail instead of iGoogle as browser home page. But I don&#8217;t want a <a href="http://userscripts.org/scripts/show/8450">complete integration</a>. Just alert me the unread count and I will check it when I have time.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinlight.org/2008/07/26/google-reader-unread-count-in-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy .COM names now 30% OFF</title>
		<link>http://thinlight.org/2008/06/11/godaddy-com-names-now-30-off/</link>
		<comments>http://thinlight.org/2008/06/11/godaddy-com-names-now-30-off/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 16:35:51 +0000</pubDate>
		<dc:creator>thinlight</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[GoDaddy]]></category>

		<guid isPermaLink="false">http://thinlight.org/?p=57</guid>
		<description><![CDATA[This info may be useful for some readers.
.COM names for $6.99
This special 30% OFF* sale expires June 30, 2008.
To get your discount, simply enter source code gdp0611aa in your shopping cart, or mention the code when you call.
You can lock in these savings for up to 10 years by choosing multi-year registration.
People renewing existing domains [...]]]></description>
			<content:encoded><![CDATA[<p>This info may be useful for some readers.</p>
<p>.COM names for $6.99</p>
<p><strong>This special 30% OFF* sale expires June 30, 2008.</strong></p>
<blockquote><p>To get your discount, simply enter source code <strong><em style="color:#FF0000;">gdp0611aa</em></strong> in your shopping cart, or mention the code when you call.</p></blockquote>
<p>You can lock in these savings for up to 10 years by choosing multi-year registration.</p>
<p>People renewing existing domains also can enjoy this offer.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinlight.org/2008/06/11/godaddy-com-names-now-30-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Movable Type 4.1</title>
		<link>http://thinlight.org/2008/01/26/movable-type-41/</link>
		<comments>http://thinlight.org/2008/01/26/movable-type-41/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 15:52:24 +0000</pubDate>
		<dc:creator>thinlight</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[Movable Type]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://thinlight.org/2008/01/26/movable-type-41/</guid>
		<description><![CDATA[Movable Type 4.1 was just announced. As stated in the blog post, this is a (the first?) stable release of Movable Type Open Source.
The download link given on movabletype.org is a zip file. However if you want gzip format, you can get it here. This version is under the GPL v2 license. And you can [...]]]></description>
			<content:encoded><![CDATA[<p>Movable Type 4.1 was just <a href="http://www.movabletype.com/blog/2008/01/movable-type-41-power-to-the-p.html">announced</a>. As stated in the blog post, this is a (the first?) stable release of Movable Type Open Source.</p>
<p>The download link given on <a href="http://www.movabletype.org/download.html">movabletype.org</a> is a zip file. However if you want gzip format, you can get it <a href="http://www.movabletype.org/downloads/MTOS-4.1-en.tar.gz">here</a>. This version is under the GPL v2 license. And you can also download another version <a href="http://www.movabletype.com/download/personal/MTP-4.1-en.tar.gz">here</a> if you agree to the <a href="http://www.movabletype.com/download/license-agreement.html">personal license</a>.</p>
<p>The two files are not identical, if you check them. That makes sense because they include different license agreements in their source code headers. However, they deliver the same code and functionalities as far as I know.</p>
<p>I just upgraded my Movable Type powered blog (not this one) to the latest version of MTOS and I really like the new layout of creating entries. Don&#8217;t forget overwriting the old <em>mt-static</em> directory &#8211; I missed this step as a novice and the admin page was messed up <img src='http://thinlight.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Yes, I&#8217;m still a novice user of Movable Type. I&#8217;m very curious about a different approach than WordPress (OK, WP is a different approach than MT).</p>
]]></content:encoded>
			<wfw:commentRss>http://thinlight.org/2008/01/26/movable-type-41/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy Gift Cards with other Payments</title>
		<link>http://thinlight.org/2007/12/08/godaddy-gift-card/</link>
		<comments>http://thinlight.org/2007/12/08/godaddy-gift-card/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 01:46:13 +0000</pubDate>
		<dc:creator>thinlight</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[domain]]></category>

		<guid isPermaLink="false">http://thinlight.org/?p=1</guid>
		<description><![CDATA[When I was going to buy this domain from GoDaddy, I realized that I had a gift card with $1 balance. Of course I would not waste it.
I searched and found the “official solution”. It was easy. First choose gift card as payment option, and 
If your purchase amount is greater than the amount on [...]]]></description>
			<content:encoded><![CDATA[<p>When I was going to buy this domain from <a href="http://www.godaddy.com/gdshop/default.asp">GoDaddy</a>, I realized that I had a gift card with $1 balance. Of course I would not waste it.</p>
<p>I searched and found the “<a href="https://www.godaddy.com/gdshop/prepayment/landing.asp?app_hdr=0&#038;ci=876&#038;prog_id=godaddy">official solution</a>”. It was easy. First choose gift card as payment option, and </p>
<blockquote><p>If your purchase amount is greater than the amount on your gift card, simply choose another payment method to cover the remaining balance.</p></blockquote>
<p>I followed the instructions, but on the page where I entered my gift card number, I could only add more gift cards, but couldn&#8217;t add other payment methods. I tried to go to next step, with the hope that it would prompt me to choose another payment method. No, it just said the payment couldn’t be verified.</p>
<p>Finally I got the right way to use this “wasted” gift card. Instead choosing gift card as your payment option, you should choose the payment method that you want to cover the balance. I chose paypal, and after returning to the checkout page, I saw the “use gift card” option right below the paypal account information form. GoDaddy first used my gift card, and then requested the remaining balance from my paypal account. Largely the same if you choose paying by credit card.</p>
<p>GoDaddy needs to update their help docs <img src='http://thinlight.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
]]></content:encoded>
			<wfw:commentRss>http://thinlight.org/2007/12/08/godaddy-gift-card/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
