<?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>Oren Yomtov's Website</title>
	
	<link>http://orenyomtov.com</link>
	<description>web development and stuff</description>
	<lastBuildDate>Mon, 07 May 2012 15:30:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20773</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/orenyomtov" /><feedburner:info uri="orenyomtov" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>orenyomtov</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>eBay Mass Feedback Bookmarklet Script</title>
		<link>http://feedproxy.google.com/~r/orenyomtov/~3/7Wt5rH2xTE8/ebay-mass-feedback-bookmarklet-script.html</link>
		<comments>http://orenyomtov.com/ebay-mass-feedback-bookmarklet-script.html#comments</comments>
		<pubDate>Mon, 13 Jun 2011 19:25:19 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Automatically]]></category>
		<category><![CDATA[Bookmark]]></category>
		<category><![CDATA[Bookmarklet]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[Feedback]]></category>
		<category><![CDATA[mass]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=661</guid>
		<description><![CDATA[This script automatically:
<ol>
	<li>Clicks the "Positive" radio button.</li>
	<li>Fills out the feedback comments.</li>
	<li>Rates everything with five stars.</li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p>This script automatically:</p>
<ol>
<li>Clicks the &#8220;Positive&#8221; radio button.</li>
<li>Fills out the feedback comments.</li>
<li>Rates everything with five stars.</li>
</ol>
<p>You can use this bookmark whenever you are on a feedback page on eBay.<br />
To use it, first drag the following link to your bookmarks bar or add it to your favorites:</p>
<p><a target="_blank" href="javascript:(function()%7B%20var%20feedback%20%3D%20prompt(%20'Please%20enter%20your%20feedback%20message'%2C%20'Thanks%2C%20great%20seller.%20I%20got%20the%20item%20quickly.'%20)%3Bvar%20el%20%3D%20document.querySelectorAll(%20'.radiorow%20input%5Bvalue%3D%22positive%22%5D'%20)%3Bfor%20(var%20i%20%3D%200%3B%20i%20%3C%20el.length%3B%20i%2B%2B)%20%7B%09el%5B%20i%20%5D.click()%3B%7Dvar%20el%20%3D%20document.querySelectorAll(%20'input%5Btype%3D%22text%22%5D'%20)%3Bfor%20(var%20i%20%3D%200%3B%20i%20%3C%20el.length%3B%20i%2B%2B)%20%7B%09if%20(%20el%5B%20i%20%5D.name.substr(%200%2C%207%20)%20%3D%3D%20'comment'%20)%20%7B%09%09el%5B%20i%20%5D.value%20%3D%20feedback%3B%09%7D%7Dvar%20event%20%3D%20document.createEvent(%22MouseEvents%22)%3Bevent.initMouseEvent(%22click%22%2C%20true%2C%20true%2C%20window%2C%200%2C%200%2C%200%2C%200%2C%200%2C%20false%2C%20false%2C%20false%2C%20false%2C%200%2C%20null)%3Bvar%20el%20%3D%20document.querySelectorAll(%20'.detailedquestion%20img%5Balt%3D%22Very%20quickly%22%5D%2C%20.detailedquestion%20img%5Balt%3D%22Very%20accurate%22%5D%2C%20.detailedquestion%20img%5Balt%3D%22Very%20satisfied%22%5D%2C%20.detailedquestion%20img%5Balt%3D%22Very%20reasonable%22%5D'%20)%3Bfor%20(var%20i%20%3D%200%3B%20i%20%3C%20el.length%3B%20i%2B%2B)%20%7B%09el%5B%20i%20%5D.parentNode.dispatchEvent(event)%3B%7D%7D)()%3B">eBay Feedback</a></p>
<p>And then click it when browsing eBay&#8217;s feedback page.<br />
It is most useful if you have lots of eBay transactions to rate at once. Then you can go here:<br />
<a target="_blank" href="http://feedback.ebay.com/ws/eBayISAPI.dll?LeaveFeedback2">http://feedback.ebay.com/ws/eBayISAPI.dll?LeaveFeedback2</a></p>
<p>And use the script to fill all your feedback pending transactions at once.</p>
<p>Here&#8217;s the bookmark&#8217;s code for the developers among us:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> feedback <span style="color: #339933;">=</span> <span style="color: #000066;">prompt</span><span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'Please enter your feedback message'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'Thanks, great seller. I got the item quickly.'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #003366; font-weight: bold;">var</span> el <span style="color: #339933;">=</span> document.<span style="color: #660066;">querySelectorAll</span><span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'.radiorow input[value=&quot;positive&quot;]'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000066; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">var</span> i <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> i <span style="color: #339933;">&lt;</span> el.<span style="color: #660066;">length</span><span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	el<span style="color: #009900;">&#91;</span> i <span style="color: #009900;">&#93;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #003366; font-weight: bold;">var</span> el <span style="color: #339933;">=</span> document.<span style="color: #660066;">querySelectorAll</span><span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'input[type=&quot;text&quot;]'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000066; font-weight: bold;">for</span> <span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">var</span> i <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> i <span style="color: #339933;">&lt;</span> el.<span style="color: #660066;">length</span><span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> el<span style="color: #009900;">&#91;</span> i <span style="color: #009900;">&#93;</span>.<span style="color: #000066;">name</span>.<span style="color: #660066;">substr</span><span style="color: #009900;">&#40;</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">7</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">'comment'</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		el<span style="color: #009900;">&#91;</span> i <span style="color: #009900;">&#93;</span>.<span style="color: #660066;">value</span> <span style="color: #339933;">=</span> feedback<span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>I developed it for my personal use, but decided to share it here in case anyone else was interested in such a script.</p>
<strong>Search terms:</strong><ul><li>ebay feedback script</li><li>ebay mass feedback</li><li>mass feedback ebay</li><li>cancel ebay transaction scipt</li><li>my ebay feedback script?</li><li>html feedback script</li><li>feedback script ebay</li><li>ebay что писать Please enter your Feedback comment</li><li>ebay mass feedback chrome</li><li>ebay feedback script orine yamatove</li></ul>
<img src="http://feeds.feedburner.com/~r/orenyomtov/~4/7Wt5rH2xTE8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/ebay-mass-feedback-bookmarklet-script.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://orenyomtov.com/ebay-mass-feedback-bookmarklet-script.html</feedburner:origLink></item>
		<item>
		<title>Lyrics for YouTube™ – a Google Chrome Extension</title>
		<link>http://feedproxy.google.com/~r/orenyomtov/~3/L4R79uD6CPg/lyrics-for-youtube-google-chrome-extension.html</link>
		<comments>http://orenyomtov.com/lyrics-for-youtube-google-chrome-extension.html#comments</comments>
		<pubDate>Mon, 25 Apr 2011 23:15:35 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[Google Chrome Extensions]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[google chrome extensions]]></category>
		<category><![CDATA[Lyrics]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Music Video]]></category>
		<category><![CDATA[songs]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=649</guid>
		<description><![CDATA[<p>I got tired from searching for song lyrics online while watching music videos on YouTube.<br />
So I write this simple, yet extremely useful Chrome extension.</p>
<p>It&#8217;s called &#8220;Lyrics for YouTube™&#8221; and you can <a target="_blank" href="https://chrome.google.com/extensions/developer/detail/kggldhblikkmmnbkeococbeoaacgelkf">download</a> it at the Google Chrome extensions gallery:<br />
<a target="_blank" href="https://chrome.google.com/extensions/developer/detail/kggldhblikkmmnbkeococbeoaacgelkf">https://chrome.google.com/extensions/developer/detail/kggldhblikkmmnbkeococbeoaacgelkf</a></p>
<p>With one click of a button, the lyrics will appear right next to the music video, at a ... <a href="http://orenyomtov.com/lyrics-for-youtube-google-chrome-extension.html" class="read_more">Learn more...</a></p>]]></description>
			<content:encoded><![CDATA[
<p>I got tired from searching for song lyrics online while watching music videos on YouTube.<br />
So I write this simple, yet extremely useful Chrome extension.</p>
<p>It&#8217;s called &#8220;Lyrics for YouTube™&#8221; and you can <a target="_blank" href="https://chrome.google.com/extensions/developer/detail/kggldhblikkmmnbkeococbeoaacgelkf">download</a> it at the Google Chrome extensions gallery:<br />
<a target="_blank" href="https://chrome.google.com/extensions/developer/detail/kggldhblikkmmnbkeococbeoaacgelkf">https://chrome.google.com/extensions/developer/detail/kggldhblikkmmnbkeococbeoaacgelkf</a></p>

<a href='http://orenyomtov.com/lyrics-for-youtube-google-chrome-extension.html/lfyw1' title='lfyw1'><img width="150" height="150" src="http://orenyomtov.com/downloads/lfyw1-150x150.jpg" class="attachment-thumbnail" alt="lfyw1" title="lfyw1" /></a>
<a href='http://orenyomtov.com/lyrics-for-youtube-google-chrome-extension.html/lfyw2' title='lfyw2'><img width="150" height="150" src="http://orenyomtov.com/downloads/lfyw2-150x150.jpg" class="attachment-thumbnail" alt="lfyw2" title="lfyw2" /></a>
<a href='http://orenyomtov.com/lyrics-for-youtube-google-chrome-extension.html/lfyw3' title='lfyw3'><img width="150" height="150" src="http://orenyomtov.com/downloads/lfyw3-150x150.jpg" class="attachment-thumbnail" alt="lfyw3" title="lfyw3" /></a>

<p>With one click of a button, the lyrics will appear right next to the music video, at a very natural fashion. This way, you have the playing music video and the song&#8217;s lyrics, in a beautiful side by side comfortable display.</p>
<p>Usage instructions &#8211; Click the extension&#8217;s icon and the song&#8217;s lyrics will magically appear right next to the video.</p>
<strong>Search terms:</strong><ul><li>youtube lyrics chrome extension</li><li>youtube lyrics google chrome</li><li>youtube lyrics extension</li><li>google chrome youtube lyrics</li><li>youtube lyrics extension chrome</li><li>chrome youtube lyrics extension</li><li>lyrics for google chrome</li><li>chrome lyrics youtube</li><li>youtube lyrics addon chrome</li><li>youtube lyric chrome</li></ul>
<img src="http://feeds.feedburner.com/~r/orenyomtov/~4/L4R79uD6CPg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/lyrics-for-youtube-google-chrome-extension.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://orenyomtov.com/lyrics-for-youtube-google-chrome-extension.html</feedburner:origLink></item>
		<item>
		<title>Print Using Google Cloud Print™ – Google Chrome Extension</title>
		<link>http://feedproxy.google.com/~r/orenyomtov/~3/j9Y0rjMmfvA/print-using-google-cloud-print-google-chrome-extension.html</link>
		<comments>http://orenyomtov.com/print-using-google-cloud-print-google-chrome-extension.html#comments</comments>
		<pubDate>Mon, 07 Feb 2011 19:18:36 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[Google Chrome Extensions]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[google chrome extensions]]></category>
		<category><![CDATA[google cloud print]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Source code]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=608</guid>
		<description><![CDATA[<h3>Background</h3>
<p>Have you heard about Google&#8217;s latest service &#8211; <a target="_blank" href="http://www.google.com/support/cloudprint/">Google Cloud Print</a>?</p>
<p>It&#8217;s a cool service which allows you to print stuff from your home printer using any other computer in the world or even (and especially) mobile devices.</p>
<p>The service is still in beta, so right now you can only print through mobile devices with <a target="_blank" href="http://en.wikipedia.org/wiki/HTML5">HTML5</a> compliant browsers ... <a href="http://orenyomtov.com/print-using-google-cloud-print-google-chrome-extension.html" class="read_more">Learn more...</a></p>]]></description>
			<content:encoded><![CDATA[
<h3>Background</h3>
<p>Have you heard about Google&#8217;s latest service &#8211; <a target="_blank" href="http://www.google.com/support/cloudprint/">Google Cloud Print</a>?</p>
<p>It&#8217;s a cool service which allows you to print stuff from your home printer using any other computer in the world or even (and especially) mobile devices.</p>
<p>The service is still in beta, so right now you can only print through mobile devices with <a target="_blank" href="http://en.wikipedia.org/wiki/HTML5">HTML5</a> compliant browsers which can access Google&#8217;s Gmail and Docs mobile version.<br />
They claim that their next step is embedding this functionality in <a target="_blank" href="http://www.google.com/chromeos/">Chrome OS</a> notebooks.</p>
<p>It kind of looks like they skipped over Google Chrome&#8217;s version.<br />
That&#8217;s why I developed an extension for Google Chrome through which you may print using the Google Cloud Print service to any of your connected printers.</p>
<p>I encountered quite a few technical challenges while developing this extension. But I&#8217;ve overcome all of then and I&#8217;m proud to present the final outcome.<br />
Everyone is welcome to <a href="http://orenyomtov.com/how-to-view-a-google-chrome-extensions-full-source-code.html">download and study the extension&#8217;s source code</a>.</p>
<h3>Download</h3>
<p>You may <a target="_blank" href="https://chrome.google.com/webstore/detail/ffaifmgpcdjedlffbhenaloimajbdkfg">download the extension</a> here: (A 5 star rating will be greatly appreciated :)<br />
<a target="_blank" href="https://chrome.google.com/webstore/detail/ffaifmgpcdjedlffbhenaloimajbdkfg">https://chrome.google.com/webstore/detail/ffaifmgpcdjedlffbhenaloimajbdkfg</a></p>
<h3>What does the extension do?</h3>
<p>The extension gives you the ability to print any doc/pdf/txt file, Gmail attachment, email or Google Docs document using Google Cloud Print™.</p>
<h3>Screenshots</h3>
<p>Here are some screenshots of the extension in action:</p>

<a href='http://orenyomtov.com/print-using-google-cloud-print-google-chrome-extension.html/screenshot1' title='screenshot1'><img width="150" height="150" src="http://orenyomtov.com/downloads/screenshot1-150x150.png" class="attachment-thumbnail" alt="screenshot1" title="screenshot1" /></a>
<a href='http://orenyomtov.com/print-using-google-cloud-print-google-chrome-extension.html/screenshot2' title='screenshot2'><img width="150" height="150" src="http://orenyomtov.com/downloads/screenshot2-150x150.png" class="attachment-thumbnail" alt="screenshot2" title="screenshot2" /></a>
<a href='http://orenyomtov.com/print-using-google-cloud-print-google-chrome-extension.html/screenshot3' title='screenshot3'><img width="150" height="150" src="http://orenyomtov.com/downloads/screenshot3-150x150.jpg" class="attachment-thumbnail" alt="screenshot3" title="screenshot3" /></a>
<a href='http://orenyomtov.com/print-using-google-cloud-print-google-chrome-extension.html/screenshot4' title='screenshot4'><img width="150" height="150" src="http://orenyomtov.com/downloads/screenshot4-150x150.jpg" class="attachment-thumbnail" alt="screenshot4" title="screenshot4" /></a>
<a href='http://orenyomtov.com/print-using-google-cloud-print-google-chrome-extension.html/screenshot5' title='screenshot5'><img width="150" height="150" src="http://orenyomtov.com/downloads/screenshot5-150x150.jpg" class="attachment-thumbnail" alt="screenshot5" title="screenshot5" /></a>
<a href='http://orenyomtov.com/print-using-google-cloud-print-google-chrome-extension.html/screenshot6' title='screenshot6'><img width="150" height="150" src="http://orenyomtov.com/downloads/screenshot6-150x150.png" class="attachment-thumbnail" alt="screenshot6" title="screenshot6" /></a>

<p>Some more screenshots people took I found on Flicker:<br />
<a target="_blank" href="http://www.flickr.com/photos/nda/5411410871/">http://www.flickr.com/photos/nda/5411410871/</a><br />
<a target="_blank" href="http://www.flickr.com/photos/nda/5411411069/">http://www.flickr.com/photos/nda/5411411069/</a><br />
<a target="_blank" href="http://www.flickr.com/photos/nda/5411410263/">http://www.flickr.com/photos/nda/5411410263/</a><br />
<a target="_blank" href="http://www.flickr.com/photos/nda/5411410395/">http://www.flickr.com/photos/nda/5411410395/</a><br />
<a target="_blank" href="http://www.flickr.com/photos/nda/5411410871/">http://www.flickr.com/photos/nda/5411410871/</a><br />
<a target="_blank" href="http://www.flickr.com/photos/nda/5412023376/">http://www.flickr.com/photos/nda/5412023376/</a></p>
<h3>Instructions</h3>
<h4>Print a pdf/doc/txt/jpg/jpeg file</h4>
<p>Navigate your way to the desired file and click the extension&#8217;s icon.</p>
<p>The icon will appear on the left side of the address bar only when the current tab&#8217;s URL ends with .pdf, .doc or .txt.</p>
<h4>Print a Gmail attachment or email</h4>
<p>Look for the &#8220;Print using Google Cloud Print&#8221; links (you can see where they are located in the screenshots).</p>
<h4>Print a Google Docs document</h4>
<p>Open a document and click File > Print using Google Cloud Print.</p>
<h3>Demo Video</h3>
<p>Here is a demo video of the extension in action (thanks to Digital Inspiration):</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/ByjM2Uzmkxc?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span></p>
<h3>Changelog</h3>
<h4>Version 0.31 (5/3/1011)</h4>
<ul>
<li>Bug Fix &#8211; Existing Google Docs documents will now also have the “Print using Google Cloud Print” button.</li>
</ul>
<h4>Version 0.3 (15/2/1011)</h4>
<ul>
<li>Image Printing &#8211; The printer icon now shows up when viewing JPG or JPEG files.</li>
<li>Google Images integration &#8211; There is a &#8220;Print using Google Cloud Print&#8221; link when viewing JPG or JPEG image results.</li>
</ul>
<h4>Version 0.22 (10/2/1011)</h4>
<ul>
<li>Bug Fix &#8211; Printing Google Docs documents at subdomains docs0, docs1 etc. now works.</li>
</ul>
<h4>Version 0.21 (9/2/1011)</h4>
<ul>
<li>Bug Fix &#8211; Printing Gmail attachments in threaded conversations now works.</li>
</ul>
<h4>Version 0.2 (7/2/1011)</h4>
<ul>
<li><a target="_blank" href="https://mail.google.com/mail/">Gmail</a> integration &#8211; Print emails and attachments using Google Cloud Print.</li>
<li><a target="_blank" href="https://docs.google.com/">Google Docs</a> integration &#8211; Print documents using Google Cloud Print.</li>
</ul>
<h3>Press</h3>
<p>This extension has been broadly reviewed by bloggers and news sites:</p>
<ul>
<li><a target="_blank" href="http://lifehacker.com/#!5749726/chrome-cloud-print-extension-brings-print+at+home-powers-to-mac-and-linux">Lifehacker</a></li>
<li><a target="_blank" href="http://www.labnol.org/software/google-cloud-print-without-phone/18617/">Digital Inspiration</a></li>
<li><a target="_blank" href="http://www.howtogeek.com/news/google-cloud-print-extension-lets-you-print-docpdftxt-files-from-web-sites/3237/">How-To Geek</a></li>
<li><a target="_blank" href="http://www.nirmaltv.com/2011/02/01/print-documents-in-chrome-with-google-cloud-print/">NIRMALTV</a></li>
<li><a target="_blank" href="http://pplware.sapo.pt/google/extensao-chrome-print-using-google-cloud-print/">Peopleware</a> (Portuguese)</li>
</ul>
<h3>Feedback</h3>
<p>Please leave any feedback / suggestions you might have at the extension&#8217;s feedback forum (no registration needed):<br />
<a target="_blank" href="http://printusinggooglecloudprint.uservoice.com">http://printusinggooglecloudprint.uservoice.com</a></p>
<p>or in the comments section below, or by <a target="_blank" href="contact.html">contacting</a> me.</p>
<h3>Learn more</h3>
<p>About Google Cloud Print™:<br />
<a target="_blank" href="http://www.google.com/support/cloudprint/">http://www.google.com/support/cloudprint/</a><br />
<a target="_blank" href="http://www.google.com/chrome/intl/en/p/cloudprint.html">http://www.google.com/chrome/intl/en/p/cloudprint.html</a><br />
<a target="_blank" href="http://code.google.com/apis/cloudprint/docs/overview.html">http://code.google.com/apis/cloudprint/docs/overview.html</a></p>
<strong>Search terms:</strong><ul><li>google cloud print pdf</li><li>google cloud print EXTENSION</li><li>google cloud print without chrome</li><li>google cloud print from chrome</li><li>cloud print from chrome</li><li>google cloud print to pdf</li><li>chrome cloud print</li><li>cloud print without chrome</li><li>google chrome cloud print</li><li>google cloud print icon</li></ul>
<img src="http://feeds.feedburner.com/~r/orenyomtov/~4/j9Y0rjMmfvA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/print-using-google-cloud-print-google-chrome-extension.html/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		<feedburner:origLink>http://orenyomtov.com/print-using-google-cloud-print-google-chrome-extension.html</feedburner:origLink></item>
		<item>
		<title>How To View a Google Chrome Extension’s Full Source Code</title>
		<link>http://feedproxy.google.com/~r/orenyomtov/~3/fHakndLZHA8/how-to-view-a-google-chrome-extensions-full-source-code.html</link>
		<comments>http://orenyomtov.com/how-to-view-a-google-chrome-extensions-full-source-code.html#comments</comments>
		<pubDate>Sun, 06 Feb 2011 00:56:46 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CRX]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Google Chrome Extension]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[ZIP]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=609</guid>
		<description><![CDATA[<p>You can extract and view any <a target="_blank" href="http://www.google.com/chrome/intl/en/landing_chrome.html">Google Chrome</a> extension&#8217;s full source code following the following easy steps.</p>
<p>Every Google Chrome extension is basically a CRX file. When you click the &#8220;Install&#8221; button on the <a target="_blank" href="https://chrome.google.com/extensions">Google Chrome extension gallery</a> you are basically clicking a link of the extension&#8217;s CRX file.</p>
<p>The first step is downloading the extension&#8217;s CRX file. Instead of ... <a href="http://orenyomtov.com/how-to-view-a-google-chrome-extensions-full-source-code.html" class="read_more">Learn more...</a></p>]]></description>
			<content:encoded><![CDATA[
<p>You can extract and view any <a target="_blank" href="http://www.google.com/chrome/intl/en/landing_chrome.html">Google Chrome</a> extension&#8217;s full source code following the following easy steps.</p>
<p>Every Google Chrome extension is basically a CRX file. When you click the &#8220;Install&#8221; button on the <a target="_blank" href="https://chrome.google.com/extensions">Google Chrome extension gallery</a> you are basically clicking a link of the extension&#8217;s CRX file.</p>
<p>The first step is downloading the extension&#8217;s CRX file. Instead of clicking it&#8217;s link, which will lead to that extension being installed on your browser, right-click the link and choose &#8220;Save link as&#8230;&#8221;.</p>
<p>Now that you have the CRX file on your computer, rename it&#8217;s extension from CRX to ZIP. Turns out that every CRX file is a renamed ZIP archive of the extension.</p>
<p>All there is left to do is extract the ZIP archive to the desired destination. The full code of the Chrome extension is there.</p>
<p>Have fun exploring other peoples code!</p>
<strong>Search terms:</strong><ul><li>chrome extension source code</li><li>view chrome extension source</li><li>google chrome extension source code</li><li>google chrome extensions source code</li><li>view source code of chrome extension</li><li>chrome extension source</li><li>see chrome extension code</li><li>view chrome extensions</li><li>chrome extension view source</li><li>chrome extensions source code</li></ul>
<img src="http://feeds.feedburner.com/~r/orenyomtov/~4/fHakndLZHA8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/how-to-view-a-google-chrome-extensions-full-source-code.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://orenyomtov.com/how-to-view-a-google-chrome-extensions-full-source-code.html</feedburner:origLink></item>
		<item>
		<title>Yomtov Media Systems Presents: a Remote Control</title>
		<link>http://feedproxy.google.com/~r/orenyomtov/~3/nRlQgZSqcio/yomtov-media-systems-presents-a-remote-control.html</link>
		<comments>http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html#comments</comments>
		<pubDate>Mon, 31 Jan 2011 22:06:57 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[laziness]]></category>
		<category><![CDATA[remote control]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=578</guid>
		<description><![CDATA[<p>I was curious to see what&#8217;s inside a wireless keyboard that was laying around the house. So I cracked it open. And boy did I learn some interesting stuff.</p>
<p>Tip of the day &#8211; follow your curiosity and instincts. Only good can come out of it.<br />
Or like National Geographic says: &#8220;<a target="_blank" href="http://channel.nationalgeographic.com/channel/live-curious">Live Curious</a>&#8220;.</p>
<p>Anyhow, I had some fun ... <a href="http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html" class="read_more">Learn more...</a></p>]]></description>
			<content:encoded><![CDATA[
<p>I was curious to see what&#8217;s inside a wireless keyboard that was laying around the house. So I cracked it open. And boy did I learn some interesting stuff.</p>
<p>Tip of the day &#8211; follow your curiosity and instincts. Only good can come out of it.<br />
Or like National Geographic says: &#8220;<a target="_blank" href="http://channel.nationalgeographic.com/channel/live-curious">Live Curious</a>&#8220;.</p>
<p>Anyhow, I had some fun with what used to be a wireless keyboard and this is the end result:</p>

<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-33-02_295_bnei-brak' title='Remote Control'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-33-02_295_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="Remote Control" title="Remote Control" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-32-40_594' title='2011-01-31_22-32-40_594'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-32-40_594-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-32-40_594" title="2011-01-31_22-32-40_594" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-33-19_374_bnei-brak' title='2011-01-31_22-33-19_374_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-33-19_374_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-33-19_374_Bnei Brak" title="2011-01-31_22-33-19_374_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-34-06_719_bnei-brak' title='2011-01-31_22-34-06_719_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-34-06_719_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-34-06_719_Bnei Brak" title="2011-01-31_22-34-06_719_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-34-38_198_bnei-brak' title='2011-01-31_22-34-38_198_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-34-38_198_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-34-38_198_Bnei Brak" title="2011-01-31_22-34-38_198_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-35-07_245_bnei-brak' title='2011-01-31_22-35-07_245_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-35-07_245_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-35-07_245_Bnei Brak" title="2011-01-31_22-35-07_245_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-35-30_430_bnei-brak' title='2011-01-31_22-35-30_430_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-35-30_430_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-35-30_430_Bnei Brak" title="2011-01-31_22-35-30_430_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-35-46_30_bnei-brak' title='2011-01-31_22-35-46_30_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-35-46_30_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-35-46_30_Bnei Brak" title="2011-01-31_22-35-46_30_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-35-59_30_bnei-brak' title='2011-01-31_22-35-59_30_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-35-59_30_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-35-59_30_Bnei Brak" title="2011-01-31_22-35-59_30_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-36-24_948_bnei-brak' title='2011-01-31_22-36-24_948_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-36-24_948_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-36-24_948_Bnei Brak" title="2011-01-31_22-36-24_948_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-36-41_105_bnei-brak' title='2011-01-31_22-36-41_105_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-36-41_105_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-36-41_105_Bnei Brak" title="2011-01-31_22-36-41_105_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-37-11_176_bnei-brak' title='2011-01-31_22-37-11_176_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-37-11_176_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-37-11_176_Bnei Brak" title="2011-01-31_22-37-11_176_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-41-11_593_tel-aviv' title='2011-01-31_22-41-11_593_Tel Aviv'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-41-11_593_Tel-Aviv-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-41-11_593_Tel Aviv" title="2011-01-31_22-41-11_593_Tel Aviv" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-42-34_345_tel-aviv' title='2011-01-31_22-42-34_345_Tel Aviv'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-42-34_345_Tel-Aviv-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-42-34_345_Tel Aviv" title="2011-01-31_22-42-34_345_Tel Aviv" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-43-27_441_bnei-brak' title='2011-01-31_22-43-27_441_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-43-27_441_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-43-27_441_Bnei Brak" title="2011-01-31_22-43-27_441_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-43-37_136_bnei-brak' title='2011-01-31_22-43-37_136_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-43-37_136_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-43-37_136_Bnei Brak" title="2011-01-31_22-43-37_136_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-43-55_612_bnei-brak' title='2011-01-31_22-43-55_612_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-43-55_612_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-43-55_612_Bnei Brak" title="2011-01-31_22-43-55_612_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-44-38_597_bnei-brak' title='2011-01-31_22-44-38_597_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-44-38_597_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-44-38_597_Bnei Brak" title="2011-01-31_22-44-38_597_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_22-45-27_469_bnei-brak' title='2011-01-31_22-45-27_469_Bnei Brak'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_22-45-27_469_Bnei-Brak-300x168.jpg" class="attachment-medium" alt="2011-01-31_22-45-27_469_Bnei Brak" title="2011-01-31_22-45-27_469_Bnei Brak" /></a>
<a href='http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/2011-01-31_23-54-21_915_tel-aviv' title='2011-01-31_23-54-21_915_Tel Aviv'><img width="300" height="168" src="http://orenyomtov.com/downloads/2011-01-31_23-54-21_915_Tel-Aviv-300x168.jpg" class="attachment-medium" alt="2011-01-31_23-54-21_915_Tel Aviv" title="2011-01-31_23-54-21_915_Tel Aviv" /></a>

<p>The odd ball at the top acts as the mouse. It&#8217;s surprisingly comfortable and accurate.<br />
The upper trigger acts as a left mouse button.<br />
The lower trigger acts as a right mouse button.<br />
The scroll wheel at the bottom acts as a&#8230; scroll wheel.</p>
<p>You can turn the remote sideways and control any TV using the mini universal remote control glued to the side (thanks eBay!).</p>
<p>It comes real handy when watching TV series while in bed (oh the laziness!).</p>

<img src="http://feeds.feedburner.com/~r/orenyomtov/~4/nRlQgZSqcio" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://orenyomtov.com/yomtov-media-systems-presents-a-remote-control.html</feedburner:origLink></item>
		<item>
		<title>WordPress 3 and You</title>
		<link>http://feedproxy.google.com/~r/orenyomtov/~3/uytgb8ZSEKg/wordpress-3-and-you.html</link>
		<comments>http://orenyomtov.com/wordpress-3-and-you.html#comments</comments>
		<pubDate>Mon, 06 Sep 2010 13:28:03 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Lecture]]></category>
		<category><![CDATA[slideshare]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordpress 3]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=548</guid>
		<description><![CDATA[<p>Yesterday, I attended <a target="_blank" href="http://www.wordcampjerusalem.com/">WordCamp Jerusalem 2010</a> and lectured about WordPress 3.</p>
<p><a target="_blank" href="http://www.slideshare.net/Ornani/wordpress-3">My presentation</a> included some very handy code snippets, links and information so I decided to upload it to <a target="_blank" href="http://www.slideshare.net/">slideshare</a> for anyone to catch up.</p>
<div style="width:425px;margin-bottom:10px" id="__ss_5137944"></div>
<p>The video:</p>
<p></p>
<strong>Search terms:</strong><ul><li>lecture wordpress website template</li>... <a href="http://orenyomtov.com/wordpress-3-and-you.html" class="read_more">Learn more...</a></ul>]]></description>
			<content:encoded><![CDATA[
<p>Yesterday, I attended <a target="_blank" href="http://www.wordcampjerusalem.com/">WordCamp Jerusalem 2010</a> and lectured about WordPress 3.</p>
<p><a target="_blank" href="http://www.slideshare.net/Ornani/wordpress-3">My presentation</a> included some very handy code snippets, links and information so I decided to upload it to <a target="_blank" href="http://www.slideshare.net/">slideshare</a> for anyone to catch up.</p>
<div style="width:425px;margin-bottom:10px" id="__ss_5137944"><object id="__sse5137944" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordpress3-100906064424-phpapp02&#038;stripped_title=wordpress-3" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse5137944" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordpress3-100906064424-phpapp02&#038;stripped_title=wordpress-3" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
<p>The video:</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/lKRT3TI4Xnk?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/lKRT3TI4Xnk?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<strong>Search terms:</strong><ul><li>lecture wordpress website template</li></ul>
<img src="http://feeds.feedburner.com/~r/orenyomtov/~4/uytgb8ZSEKg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/wordpress-3-and-you.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://orenyomtov.com/wordpress-3-and-you.html</feedburner:origLink></item>
		<item>
		<title>First Person Minesweeper 3D</title>
		<link>http://feedproxy.google.com/~r/orenyomtov/~3/MRq_jj92LIc/first-person-minesweeper-3d.html</link>
		<comments>http://orenyomtov.com/first-person-minesweeper-3d.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 17:15:33 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Application]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[UNITY]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=506</guid>
		<description><![CDATA[My brother and I developed a first person minesweeper game in 3D, using the <a href="http://unity3d.com/">UNITY</a> game development platform.

We've also built a <a href="http://apps.facebook.com/minesweeper-game/">Facebook application</a> version of this game, available to play at:
<a href="http://apps.facebook.com/minesweeper-game/">http://apps.facebook.com/minesweeper-game/</a>]]></description>
			<content:encoded><![CDATA[
<p>My brother and I developed a first person minesweeper game in 3D, using the <a target="_blank" href="http://unity3d.com/">UNITY</a> game development platform. <strong>Give it a shot (click to play):</strong></p>
<p><em>Please view the full post to see the Unity content.</em></p>
<p>We&#8217;ve also built a <a target="_blank" href="http://apps.facebook.com/minesweeper-game/">Facebook application</a> version of this game, available to play at:<br />
<a target="_blank" href="http://apps.facebook.com/minesweeper-game/">http://apps.facebook.com/minesweeper-game/</a></p>
<strong>Search terms:</strong><ul><li>3d minesweeper</li><li>minesweeper 3D</li><li>first person minesweeper</li><li>how to create minesweeper in unity</li><li>minesweeper</li><li>minesweeper first person</li><li>Mine Sweeper 3D</li><li>3d minesweeper game</li><li>minesweeper in unity 3d</li><li>unity 3d minesweeper</li></ul>
<img src="http://feeds.feedburner.com/~r/orenyomtov/~4/MRq_jj92LIc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/first-person-minesweeper-3d.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://orenyomtov.com/first-person-minesweeper-3d.html</feedburner:origLink></item>
		<item>
		<title>Get the Direct Link to a Post’s Featured Image</title>
		<link>http://feedproxy.google.com/~r/orenyomtov/~3/3HMRIG7byxc/get-the-direct-link-to-a-posts-featured-image.html</link>
		<comments>http://orenyomtov.com/get-the-direct-link-to-a-posts-featured-image.html#comments</comments>
		<pubDate>Sat, 12 Jun 2010 20:47:05 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Featured Image]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[The Loop]]></category>
		<category><![CDATA[Thumbnail]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=495</guid>
		<description><![CDATA[<p>I used WordPress&#8217; <a target="_blank" href="http://codex.wordpress.org/Template_Tags/get_the_post_thumbnail">get_the_post_thumbnail()</a> function in order to output the current post&#8217;s featured image. It was great, until I had to link to the featured image. To do that, I needed the value of the SRC attribute of that IMG tag, i.e., the direct link to the featured image.</p>
<p>Thanks to <a target="_blank" href="http://phpxref.ftwr.co.uk/wordpress/nav.html?_functions/index.html">phpxref</a>, and the <a target="_blank" href="http://codex.wordpress.org/Function_Reference">WordPress Codex</a>, I managed ... <a href="http://orenyomtov.com/get-the-direct-link-to-a-posts-featured-image.html" class="read_more">Learn more...</a></p>]]></description>
			<content:encoded><![CDATA[
<p>I used WordPress&#8217; <a target="_blank" href="http://codex.wordpress.org/Template_Tags/get_the_post_thumbnail">get_the_post_thumbnail()</a> function in order to output the current post&#8217;s featured image. It was great, until I had to link to the featured image. To do that, I needed the value of the SRC attribute of that IMG tag, i.e., the direct link to the featured image.</p>
<p>Thanks to <a target="_blank" href="http://phpxref.ftwr.co.uk/wordpress/nav.html?_functions/index.html">phpxref</a>, and the <a target="_blank" href="http://codex.wordpress.org/Function_Reference">WordPress Codex</a>, I managed to write a small useful function just for that. Without further ado, I present to you, the function:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> oy_get_direct_thumbnail_link<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$post_id</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">NULL</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$id</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$post_id</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #009900; font-weight: bold;">NULL</span> <span style="color: #339933;">===</span> <span style="color: #000088;">$post_id</span> <span style="color: #009900;">&#41;</span> ? <span style="color: #000088;">$id</span> <span style="color: #339933;">:</span> <span style="color: #000088;">$post_id</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$src</span> <span style="color: #339933;">=</span> wp_get_attachment_image_src<span style="color: #009900;">&#40;</span>get_post_thumbnail_id<span style="color: #009900;">&#40;</span><span style="color: #000088;">$post_id</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'full'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$src</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$src</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #000088;">$src</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>The first and only parameter ($post_id) is optional. If used inside <a target="_blank" href="http://codex.wordpress.org/The_Loop">the loop</a>, it fetches the current post&#8217;s ID by itself.</p>
<strong>Search terms:</strong><ul><li>get post featured image</li><li>get featured image</li><li>featured image link</li><li>get featured image from post</li><li>get_posts featured image</li><li>post featured image</li><li>get featured image post</li><li>get featured image of post</li><li>how to get post featured image</li><li>get_post featured image</li></ul>
<img src="http://feeds.feedburner.com/~r/orenyomtov/~4/3HMRIG7byxc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/get-the-direct-link-to-a-posts-featured-image.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://orenyomtov.com/get-the-direct-link-to-a-posts-featured-image.html</feedburner:origLink></item>
		<item>
		<title>What is WordPress?</title>
		<link>http://feedproxy.google.com/~r/orenyomtov/~3/8owQkfCyX6U/what-is-wordpress.html</link>
		<comments>http://orenyomtov.com/what-is-wordpress.html#comments</comments>
		<pubDate>Mon, 10 May 2010 18:15:45 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Lecture]]></category>
		<category><![CDATA[StartupSeeds]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=490</guid>
		<description><![CDATA[If the question intrigues you, this video of me lecturing about it will probably answer it for you. This video was shot last month in a user-generated content meeting organized by <a href="http://www.startupseeds.com/">StartupSeeds</a>.

<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/Q0cSH4w0UjU&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Q0cSH4w0UjU&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>

The lecture is in Hebrew but there are English subtitles available.]]></description>
			<content:encoded><![CDATA[
<p>If the question intrigues you, this video of me lecturing about it will probably answer it for you. This video was shot last month in a user-generated content meeting organized by <a target="_blank" href="http://www.startupseeds.com/">StartupSeeds</a>.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/Q0cSH4w0UjU&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Q0cSH4w0UjU&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x2b405b&#038;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p>The lecture is in Hebrew but there are English subtitles available.</p>
<strong>Search terms:</strong><ul><li>tamplate website of Leacture</li></ul>
<img src="http://feeds.feedburner.com/~r/orenyomtov/~4/8owQkfCyX6U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/what-is-wordpress.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://orenyomtov.com/what-is-wordpress.html</feedburner:origLink></item>
		<item>
		<title>Sixpack Notes – Your New TODO List</title>
		<link>http://feedproxy.google.com/~r/orenyomtov/~3/heNK3MiA7HA/sixpack-notes-your-new-todo-list.html</link>
		<comments>http://orenyomtov.com/sixpack-notes-your-new-todo-list.html#comments</comments>
		<pubDate>Sat, 08 May 2010 18:12:45 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Simplicity]]></category>
		<category><![CDATA[TODO]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=486</guid>
		<description><![CDATA[<p>I finished working on this project today, it took me about a day and a half to complete it. It looks super easy but as always there are issues that you encounter only during the development phase.</p>
<p>The service/application offers you six boxes in which you may type whatever you want. e.g. memos, notes, temporary data or tasks.</p>
<p>The data ... <a href="http://orenyomtov.com/sixpack-notes-your-new-todo-list.html" class="read_more">Learn more...</a></p>]]></description>
			<content:encoded><![CDATA[
<p>I finished working on this project today, it took me about a day and a half to complete it. It looks super easy but as always there are issues that you encounter only during the development phase.</p>
<p>The service/application offers you six boxes in which you may type whatever you want. e.g. memos, notes, temporary data or tasks.</p>
<p>The data is saved within each keystroke one makes. It&#8217;s stored using the browser&#8217;s cookies.</p>
<p>Adding extra features always costs some of the simplicity of the application. And many people try to find the &#8220;right&#8221; balance. In this project, I decided to go to an extreme &#8211; super easy &#038; no features. Some people may like it and some may not.</p>
<p>Here is my new personal homepage:<br />
<a target="_blank" href="http://www.sixpacknotes.com/">http://www.sixpacknotes.com/</a></p>
<p>Your feedback is welcomed.</p>

<img src="http://feeds.feedburner.com/~r/orenyomtov/~4/heNK3MiA7HA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/sixpack-notes-your-new-todo-list.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://orenyomtov.com/sixpack-notes-your-new-todo-list.html</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: orenyomtov.com @ 2012-05-16 12:03:29 -->

