<?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>alexyz &#187; Google</title>
	<atom:link href="http://alexyz.com/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexyz.com</link>
	<description>developer notes</description>
	<lastBuildDate>Tue, 13 Dec 2011 19:09:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>iTunes remove podcast example rss xml feed itunes:block</title>
		<link>http://alexyz.com/itunes-remove-podcast-examle-xml-feed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=itunes-remove-podcast-examle-xml-feed</link>
		<comments>http://alexyz.com/itunes-remove-podcast-examle-xml-feed/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 23:58:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://alexyz.com/?p=1327</guid>
		<description><![CDATA[So you submitted your podcast, with a post containing placeholder content because you had to have it approved and live by some deadline, but now it&#8217;s deemed not presentable, because marketing has changed the title last minute, and as you change this first post&#8217;s content via its RSS feed, some of it changes, the dynamic [...]]]></description>
			<content:encoded><![CDATA[<p>So you submitted your podcast, with a post containing placeholder content because you had to have it approved and live by some deadline, but now it&#8217;s deemed not presentable, because marketing has changed the title last minute, and as you change this first post&#8217;s content via its RSS feed, some of it changes, the dynamic parts most likely, the media, and so on, but the title isn&#8217;t changing in the iTunes store&#8230;</p>
<p>In my example, I used a feedburner feed (iTunes is using that), so I can simply change the feed source in feedburner, to something like the example xml feed in this post, and we can at least get the eyesore out of iTunes, freeing us up to make a new feedburner feed, and re-submit THAT anew to iTunes for a fresh clean go of things&#8230;</p>
<p>Host something like this somewhere, and point the old feedburner feed to it, done.</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;rss xmlns:itunes=&#8221;http://www.itunes.com/dtds/podcast-1.0.dtd&#8221; version=&#8221;2.0&#8243;&gt;<br />
&lt;channel&gt;<br />
&lt;itunes:block&gt;yes&lt;/itunes:block&gt;<br />
&lt;title&gt;A Title Is Required For The Feed To Validate&lt;/title&gt;<br />
&lt;/channel&gt;<br />
&lt;/rss&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://alexyz.com/itunes-remove-podcast-examle-xml-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>session_start() php when to do it again!</title>
		<link>http://alexyz.com/session_start-php-when-to-do-it-again/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=session_start-php-when-to-do-it-again</link>
		<comments>http://alexyz.com/session_start-php-when-to-do-it-again/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 22:18:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://alexyz.com/?p=332</guid>
		<description><![CDATA[I was stuck for a bit there. I have a page that loads via AJAX, but I had to modify it to work for Google&#8217;s googlebot #! system&#8230; The googlebot logic senses that it&#8217;s googlebot, and uses PHP includes instead of the AJAX! Well the includes don&#8217;t need the session_start() again, but the AJAX loads [...]]]></description>
			<content:encoded><![CDATA[<p>I was stuck for a bit there.</p>
<p>I have a page that loads via AJAX, but I had to modify it to work for Google&#8217;s googlebot #! system&#8230;</p>
<p>The googlebot logic senses that it&#8217;s googlebot, and uses PHP includes instead of the AJAX!</p>
<p>Well the includes don&#8217;t need the session_start() again, but the AJAX loads DO!</p>
<p>So, NOT to be forgotten, session_start() will work per LOAD, hard to explain that, but you can wrap your head around it&#8230;</p>
<p>fancy!</p>
<p>BETTER SOLUTION: Sessions manager class, framework or similar&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://alexyz.com/session_start-php-when-to-do-it-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Googlebot make your AJAX crawlable #! simply explained</title>
		<link>http://alexyz.com/googlebot-ajax-simply-explained/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=googlebot-ajax-simply-explained</link>
		<comments>http://alexyz.com/googlebot-ajax-simply-explained/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 17:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://alexyz.com/?p=277</guid>
		<description><![CDATA[http://code.google.com/web/ajaxcrawling/ But what? Put simply, in your URLs, that are currently: http://www.site.com/index.php#page90 First, make them: http://www.site.com/index.php#!page90 Your Javascript will just see the ! (bang) as a character, it won&#8217;t care, and will continue to work just fine Googlebot though, sees the ! and changes its query to: http://www.site.com/index.php?_escaped_fragment_=page90 So your index simply needs to see [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/web/ajaxcrawling/">http://code.google.com/web/ajaxcrawling/</a></p>
<p>But what?</p>
<p>Put simply, in your URLs, that are currently:</p>
<p><span style="color: #800080;">http://www.site.com/index.php#page90</span></p>
<p>First, make them:</p>
<p><span style="color: #800080;">http://www.site.com/index.php#!page90</span></p>
<p>Your Javascript will just see the ! (bang) as a character, it won&#8217;t care, and will continue to work just fine</p>
<p>Googlebot though, sees the ! and changes its query to:</p>
<p><span style="color: #800080;">http://www.site.com/index.php?_escaped_fragment_=page90</span></p>
<p>So your index simply needs to see $_GET['_escaped_fragment_']</p>
<p>If it&#8217;s set, load page90 via PHP instead of AJAX, and there you have it,</p>
<p>now Google will link the content it found via:</p>
<p><span style="color: #800080;">http://www.site.com/index.php?_escaped_fragment_=page90</span></p>
<p>to the url:</p>
<p><span style="color: #800080;">http://www.site.com/index.php#!page90</span></p>
<p>Now alter/resubmit your Google Sitemap so that all your URLs are current (WITH the #!) and you&#8217;re set!</p>
<p>AWESOME!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexyz.com/googlebot-ajax-simply-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending mail xampp gmail</title>
		<link>http://alexyz.com/sending-mail-xampp-gmail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sending-mail-xampp-gmail</link>
		<comments>http://alexyz.com/sending-mail-xampp-gmail/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 21:21:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://alexyz.com/?p=506</guid>
		<description><![CDATA[source/reference: http://expertester.wordpress.com/2010/07/07/how-to-send-email-from-xampp-php/ If you&#8217;re developing on your local xampp environment, eventually you will need your apps to actually send mail: Change the following lines in your php.ini (usually here C:\xampp\php\php.ini, but possibly also php5.ini, and/or C:\xampp\apache\bin\php.ini): SMTP = smtp.gmail.com smtp_port = 587 sendmail_from = [your_gmail_username]@gmail.com] sendmail_path = &#8220;:\&#8221;C:\xampp\sendmail\sendmail.exe\&#8221; -t&#8221; Change your sendmail.ini to read as [...]]]></description>
			<content:encoded><![CDATA[<p>source/reference:</p>
<p><a href="http://expertester.wordpress.com/2010/07/07/how-to-send-email-from-xampp-php/">http://expertester.wordpress.com/2010/07/07/how-to-send-email-from-xampp-php/</a></p>
<p>If you&#8217;re developing on your local xampp environment, eventually you will need your apps to actually send mail:</p>
<p><strong>Change the following lines in your <span style="color: #0000ff;">php.ini</span></strong><br />
(usually here <em>C:\xampp\php\php.ini</em>, but possibly also <em>php5.ini</em>, and/or <em>C:\xampp\apache\bin\php.ini</em>):</p>
<p>SMTP = smtp.gmail.com<br />
smtp_port = 587<br />
sendmail_from = <a href="mailto:youremail@gmail.com">[your_gmail_username]@gmail.com</a><span style="color: #0000ff;">]</span><br />
sendmail_path = &#8220;:\&#8221;C:\xampp\sendmail\sendmail.exe\&#8221; -t&#8221;</p>
<p><strong>Change your <span style="color: #0000ff;">sendmail.ini</span></strong> to read as follows (again, usually C:\xampp\sendmail\sendmail.ini):</p>
<p>account Gmail<br />
tls on<br />
tls_certcheck off<br />
host smtp.gmail.com<br />
from <a href="mailto:youremail@gmail.com">[your_gmail_username]@gmail.com</a><span style="color: #0000ff;">]</span><br />
auth on<br />
user <a href="mailto:youremail@gmail.com">[your_gmail_username]@gmail.com</a><span style="color: #0000ff;">]</span><br />
password <a href="mailto:youremail@gmail.com">[your_gmail_username]@gmail.com</a><br />
port 587<br />
account default : Gmail</p>
<p><strong>Simple example test script to see that it worked:</strong></p>
<p><span style="color: #ff0000;">&lt;?php</span><br />
$from_name = &#8220;yourName&#8221;;<br />
$from_email = &#8220;whichEver@gmail.com&#8221;;<br />
$headers = &#8220;From: $from_name &lt;$from_email&gt;&#8221;;<br />
$body = &#8220;Hi, \nThis is a test mail from $from_name &lt;$from_email&gt;.&#8221;;<br />
$subject = &#8220;Mail from my development environment&#8221;;<br />
$to = &#8220;yourUserNameHere@gmail.com&#8221;;</p>
<p>if (mail($to, $subject, $body, $headers)) {<br />
echo &#8220;success!&#8221;;<br />
} else {<br />
echo &#8220;fail…&#8221;;<br />
}<br />
<span style="color: #ff0000;">?&gt;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://alexyz.com/sending-mail-xampp-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

