<?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>Oren Yomtov&#039;s Website &#187; Technology</title>
	<atom:link href="http://orenyomtov.com/topic/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://orenyomtov.com</link>
	<description>Web development</description>
	<lastBuildDate>Mon, 06 Sep 2010 14:27:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Box2d Flash (ActionScript 3) Compile Errors Fix</title>
		<link>http://orenyomtov.com/box2d-flash-action-script-3-compile-errors-fix.html</link>
		<comments>http://orenyomtov.com/box2d-flash-action-script-3-compile-errors-fix.html#comments</comments>
		<pubDate>Thu, 11 Feb 2010 19:55:35 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Box2D]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Physics Engine]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=450</guid>
		<description><![CDATA[<p><a href="http://orenyomtov.com/downloads/box2d-errors.jpg"><img src="http://orenyomtov.com/downloads/box2d-errors-e1265920008936.jpg" alt="box2d warnings" title="box2d warnings" width="500" height="122" class="alignright size-full wp-image-456" /></a>When I started developing in flash using the <a href="http://box2dflash.sourceforge.net/">Box2d physics engine</a>, I had this problem which held me back for a couple of hair pulling hours. So I thought, why not spare other people from this misery?</p>
<h3>The Problem&#8217;s Symptoms</h3>
<p>If you encountered any of these error messages when compiling a Box2d flash project:<br />
<code style="display:block;overflow:scroll">b2World.as, Line 871</code>... <a href="http://orenyomtov.com/box2d-flash-action-script-3-compile-errors-fix.html" class="read_more">Learn more about Box2d Flash (ActionScript 3) Compile Errors Fix</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://orenyomtov.com/downloads/box2d-errors.jpg"><img src="http://orenyomtov.com/downloads/box2d-errors-e1265920008936.jpg" alt="box2d warnings" title="box2d warnings" width="500" height="122" class="alignright size-full wp-image-456" /></a>When I started developing in flash using the <a href="http://box2dflash.sourceforge.net/">Box2d physics engine</a>, I had this problem which held me back for a couple of hair pulling hours. So I thought, why not spare other people from this misery?</p>
<h3>The Problem&#8217;s Symptoms</h3>
<p>If you encountered any of these error messages when compiling a Box2d flash project:<br />
<code style="display:block;overflow:scroll">b2World.as, Line 871 - 1046: Type was not found or was not a compile-time constant: Vector. - public function RayCastAll(point1:b2Vec2, point2:b2Vec2):Vector.<b2Fixture><br />
b2World.as, Line 917 - Warning: 3590: void used where a Boolean value was expected.  The expression will be type coerced to Boolean. - return (m_flags &#038; e_locked) > 0;<br />
Input.as, Line 155 - Warning: 3590: void used where a Boolean value was expected.  The expression will be type coerced to Boolean. - mouseReleased = !e.buttonDown;<br />
Input.as, Line 189 - Warning: 3590: void used where a Boolean value was expected.  The expression will be type coerced to Boolean. - return (keyState[k] > 0);<br />
Input.as, Line 199 - Warning: 3590: void used where a Boolean value was expected.  The expression will be type coerced to Boolean. - return (keyState[k] == 1);<br />
Input.as, Line 208 - Warning: 3590: void used where a Boolean value was expected.  The expression will be type coerced to Boolean. - return (keyState[k] == -1);<br />
Input.as, Line 217 - Warning: 3590: void used where a Boolean value was expected.  The expression will be type coerced to Boolean. - return (keyBuffer[i][0] == k &#038;&#038; keyBuffer[i][1] <= t);<br />
1046: Type was not found or was not a compile-time constant: b2PolygonDef. - var the_box:b2PolygonDef;<br />
1067: Implicit coercion of a value of type Box2D.Collision:b2AABB to an unrelated type Box2D.Common.Math:b2Vec2. - the_world=new b2World(environment,gravity,true);<br />
1137: Incorrect number of arguments.  Expected no more than 2. - the_world=new b2World(environment,gravity,true);<br />
1178: Attempted access of inaccessible property m_sprite through a reference with static type Box2D.Dynamics:b2DebugDraw. - debug_draw.m_sprite=debug_sprite;<br />
1178: Attempted access of inaccessible property m_drawScale through a reference with static type Box2D.Dynamics:b2DebugDraw. - debug_draw.m_drawScale=30;<br />
1178: Attempted access of inaccessible property m_fillAlpha through a reference with static type Box2D.Dynamics:b2DebugDraw. - debug_draw.m_fillAlpha=0.5;<br />
1178: Attempted access of inaccessible property m_lineThickness through a reference with static type Box2D.Dynamics:b2DebugDraw. - debug_draw.m_lineThickness=1;<br />
1178: Attempted access of inaccessible property m_drawFlags through a reference with static type Box2D.Dynamics:b2DebugDraw. - debug_draw.m_drawFlags=b2DebugDraw.e_shapeBit;<br />
1180: Call to a possibly undefined method b2PolygonDef. - the_box = new b2PolygonDef();<br />
1061: Call to a possibly undefined method CreateShape through a reference with static type Box2D.Dynamics:b2Body. - final_body.CreateShape(the_box);<br />
1061: Call to a possibly undefined method SetMassFromShapes through a reference with static type Box2D.Dynamics:b2Body. - final_body.SetMassFromShapes();<br />
1046: Type was not found or was not a compile-time constant: b2PolygonDef. - var the_box:b2PolygonDef;<br />
1180: Call to a possibly undefined method b2PolygonDef. - final_body.CreateShape(the_box);<br />
1061: Call to a possibly undefined method SetMassFromShapes through a reference with static type Box2D.Dynamics:b2Body. - final_body.SetMassFromShapes();<br />
1136: Incorrect number of arguments.  Expected 3. - the_world.Step(1/30, 10);<br />
Warning: 3590: Box2D.Common.Math:b2Vec2 used where a Boolean value was expected.  The expression will be type coerced to Boolean. - the_world=new b2World(environment,gravity,true);<br />
1046: Type was not found or was not a compile-time constant: b2World. - public var the_world:b2World;<br />
1046: Type was not found or was not a compile-time constant: b2AABB. - var environment:b2AABB = new b2AABB();<br />
1046: Type was not found or was not a compile-time constant: b2Vec2. - var gravity:b2Vec2=new b2Vec2(0.0,10.0);<br />
1046: Type was not found or was not a compile-time constant: b2DebugDraw. - var debug_draw:b2DebugDraw = new b2DebugDraw();<br />
1046: Type was not found or was not a compile-time constant: b2Body. - var final_body:b2Body;<br />
1046: Type was not found or was not a compile-time constant: b2BodyDef. - var the_body:b2BodyDef;<br />
1046: Type was not found or was not a compile-time constant: b2PolygonDef. - var the_box:b2PolygonDef;<br />
1180: Call to a possibly undefined method b2AABB. - var environment:b2AABB = new b2AABB();<br />
1180: Call to a possibly undefined method b2Vec2. - var gravity:b2Vec2=new b2Vec2(0.0,10.0);<br />
1180: Call to a possibly undefined method b2World. - the_world=new b2World(environment,gravity,true);<br />
1180: Call to a possibly undefined method b2DebugDraw. - var debug_draw:b2DebugDraw = new b2DebugDraw();<br />
1120: Access of undefined property b2DebugDraw. - debug_draw.m_drawFlags=b2DebugDraw.e_shapeBit;<br />
1180: Call to a possibly undefined method b2BodyDef. - the_body = new b2BodyDef();<br />
1180: Call to a possibly undefined method b2PolygonDef. - the_box = new b2PolygonDef();<br />
1046: Type was not found or was not a compile-time constant: b2Body. - var final_body:b2Body;<br />
1046: Type was not found or was not a compile-time constant: b2BodyDef. - var the_body:b2BodyDef;<br />
1046: Type was not found or was not a compile-time constant: b2PolygonDef. - var the_box:b2PolygonDef;<br />
1180: Call to a possibly undefined method b2BodyDef. - the_body = new b2BodyDef();<br />
1180: Call to a possibly undefined method b2PolygonDef. - the_box = new b2PolygonDef();<br />
1172: Definition Box2D.Dynamics could not be found. - import Box2D.Dynamics.*;<br />
1172: Definition Box2D.Collision could not be found. - import Box2D.Collision.*;<br />
1172: Definition Box2D.Collision.Shapes could not be found. - import Box2D.Collision.Shapes.*;<br />
1172: Definition Box2D.Common.Math could not be found. - import Box2D.Common.Math.*;</code><br />
I have the solution.</p>
<h3>Possible Causes</h3>
<p>There are two main causes for these type of errors:</p>
<ol>
<li>The Box2d code you are compiling doesn't match the Box2d source files' version.</li>
<li>Flash can not locate the Box2d engine source files.</li>
</ol>
<h4>Version Difference</h4>
<p>Personally, I first encountered the first cause. As it seems, when the Box2d guys updated their <abbr title="Subversion">SVN</abbr> and downloads for the latest version (for the time writing this post: 2.1 alpha <abbr title="as known as">aka</abbr> 2.1a), they forgot to also update their code samples. So if one <a href="http://sourceforge.net/projects/box2dflash/">downloads</a> the latest version and tries to compile the example projects, it simply won't work. Instead, flash will throw some of the errors listed above.</p>
<p>In addition, all of the online resources and tutorials regarding Box2D don't work with the latest Box2D version. I have yet to find an article or a code sample that works flawlessly with the latest version. They really rewrote major parts of the engine thus making lots of code (if not all) incompatible.</p>
<h4>Missing Box2D files</h4>
<p>The second cause is also very common. When compiling any project which uses the Box2d physics engine, Abobe must be able to find the needed Box2d source files. Adobe Flash looks for the files in the projects directory (is our case, for a Box2D subdirectory), and at the locations which one can specify in the preferences menu.</p>
<h3>The Solutions</h3>
<p>These solutions have solved my problems. If these won't help you, or if you have a better solution that you'd like to suggest - comment below.</p>
<h4>Version Difference</h4>
<p>As I've mentioned before, the examples in the latest Box2D download don't match the correct version and almost any code sample you will find online won't work with the latest version of Box2D.</p>
<p>Visit their <a href="http://sourceforge.net/projects/box2dflash/files/">full download page</a> which contains all previous versions and <a href="http://sourceforge.net/projects/box2dflash/files/box2dflash/Box2DFlashAS3_2.0.2/Box2DFlashAS3_2.0.2_.zip/download">download version 2.0.2</a>. All the examples work great in this package. And any other code should also work using this version.</p>
<h4>Missing Box2D files</h4>
<p>Many times, Adobe Flash (also <a href="http://www.flashdevelop.org/">Flash Develop</a> and any other Flash <abbr title="Integrated development environment">IDE</abbr>) won't find the correct Box2D directory to use. As a result it will throw those errors.</p>
<p>To fix this, you have two options:</p>
<ol>
<li>You can simply copy the correct Box2D source folder (a folder named <code>Box2D</code>) to the directory of your project. For instance, if your project lies under <code>C:\projects\box2d-demo\demo.fla</code>, you will need to copy the Box2D folder there. In the end the Box2D folder should lie at <code>C:\projects\box2d-demo\Box2D</code>.</li>
<li>The second option is to inform your IDE about the location of your Box2D folder. I use this option and I store my Box2D directory at <code>C:\Documents and Settings\Oren Yomtov\My Documents\FlashUtilities\Box2D</code>.
<p>To inform your IDE, follow the following steps:</p>
<p>In Adobe Flash:</p>
<ol>
<li>Open your project in Adobe Flash.</li>
<li>Navigate to "Edit->Preferences...".</li>
<li>Click the "ActionScript" tab/category.</li>
<li>Click the "ActionScript 3.0 Settings..." button.</li>
<li>Click the "Browser To Path" (folder/cross icon) button under "Source path:".</li>
<li>Browse to the folder which contains the Box2D folder and click "OK".</li>
<li>Click "OK" twice to save the changes.</li>
</ol>
<p>In Flash Develop (If you use it):</p>
<ol>
<li>Open Flash Develop</li>
<li>Navigate to "Project->Settings..."</li>
<li>Click the "Classpaths" tab.</li>
<li>Click the "Add Classpath..." button.</li>
<li>Browse to the folder which contains the Box2D folder and click "OK".</li>
<li>Click "OK" to save the changes.</li>
</ol>
<p><span class="smaller">NOTE: If you use both, you will need to configure both.<br />
Do not browse directly to the Box2D folder. Instead, browse to it's parent folder.<span></li>
</ol>
<p>Now recompile your code and it should all work.</p>
<p>By the way, if you are looking for video tutorials on the Box2D engine - check out <a href="http://www.kerp.net/box2d/">Todd's great videos</a>. They are very detailed and fun. Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/box2d-flash-action-script-3-compile-errors-fix.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Reader Tip &#8211; Subscribe in One Click</title>
		<link>http://orenyomtov.com/google-reader-tip-subscribe-in-one-click.html</link>
		<comments>http://orenyomtov.com/google-reader-tip-subscribe-in-one-click.html#comments</comments>
		<pubDate>Sat, 30 Jan 2010 14:33:24 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Bookmark]]></category>
		<category><![CDATA[Drag & Drop]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Subscribe]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=426</guid>
		<description><![CDATA[<p><a href="http://orenyomtov.com/downloads/google-reader.png"><img src="http://orenyomtov.com/downloads/google-reader.png" alt="Google Reader" title="Google Reader" width="178" height="40" class="alignright size-full wp-image-427" /></a>Surfing the web, you find many interesting websites or blogs which you want to subscribe to. But the never-ending search for the <abbr title="Really Simple Syndication">RSS</abbr> link is a burden we all share. If you are using <a href="http://www.google.com/reader">Google Reader</a>, I may have the perfect solution for you.</p>
<p>Bookmark or favorite the following <abbr title="Uniform Resource Locator">URL</abbr>:<code style="display:block;overflow:scroll">javascript:var%20b=document.body;var%20GR________bookmarklet_domain='http://www.google.com';if(b&#038;&#038;!document.xmlVersion){void(z=document.createElement('script'));void(z.src='http://www.google.com/reader/ui/subscribe-bookmarklet.js');void(b.appendChild(z));}else{location='http://www.google.com/reader/view/feed/'+encodeURIComponent(location.href)}</code>Using <a href="http://www.google.com/chrome/">Google Chrome</a>... <a href="http://orenyomtov.com/google-reader-tip-subscribe-in-one-click.html" class="read_more">Learn more about Google Reader Tip &#8211; Subscribe in One Click</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://orenyomtov.com/downloads/google-reader.png"><img src="http://orenyomtov.com/downloads/google-reader.png" alt="Google Reader" title="Google Reader" width="178" height="40" class="alignright size-full wp-image-427" /></a>Surfing the web, you find many interesting websites or blogs which you want to subscribe to. But the never-ending search for the <abbr title="Really Simple Syndication">RSS</abbr> link is a burden we all share. If you are using <a href="http://www.google.com/reader">Google Reader</a>, I may have the perfect solution for you.</p>
<p>Bookmark or favorite the following <abbr title="Uniform Resource Locator">URL</abbr>:<code style="display:block;overflow:scroll">javascript:var%20b=document.body;var%20GR________bookmarklet_domain='http://www.google.com';if(b&#038;&#038;!document.xmlVersion){void(z=document.createElement('script'));void(z.src='http://www.google.com/reader/ui/subscribe-bookmarklet.js');void(b.appendChild(z));}else{location='http://www.google.com/reader/view/feed/'+encodeURIComponent(location.href)}</code>Using <a href="http://www.google.com/chrome/">Google Chrome</a> or <a href="http://www.mozilla.com/firefox/">Firefox</a>, you can drag this link to your bookmarks bar &#8211; <a href="javascript:var%20b=document.body;var%20GR________bookmarklet_domain='http://www.google.com';if(b&#038;&#038;!document.xmlVersion){void(z=document.createElement('script'));void(z.src='http://www.google.com/reader/ui/subscribe-bookmarklet.js');void(b.appendChild(z));}else{location='http://www.google.com/reader/view/feed/'+encodeURIComponent(location.href)}">Subscribe</a>.</p>
<p>Now, you may skip the RSS link seeking and simply click the <a href="javascript:var%20b=document.body;var%20GR________bookmarklet_domain='http://www.google.com';if(b&#038;&#038;!document.xmlVersion){void(z=document.createElement('script'));void(z.src='http://www.google.com/reader/ui/subscribe-bookmarklet.js');void(b.appendChild(z));}else{location='http://www.google.com/reader/view/feed/'+encodeURIComponent(location.href)}">link</a> you have just bookmarked.</p>
<p>In my browser, Google Chrome, it looks like this:<br />
<a href="http://orenyomtov.com/downloads/subscribe-bookmark.jpg"><img src="http://orenyomtov.com/downloads/subscribe-bookmark.jpg" alt="Subscribe Bookmark" title="Subscribe Bookmark" width="171" height="60" class="aligncenter size-full wp-image-434" /></a></p>
<p>If you want to check it out, feel free to give it a shot and subscribe to my <a href="http://orenyomtov.com/">blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/google-reader-tip-subscribe-in-one-click.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moving to a dot com domain</title>
		<link>http://orenyomtov.com/moving-to-a-dot-com-domain.html</link>
		<comments>http://orenyomtov.com/moving-to-a-dot-com-domain.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 21:27:33 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Webmaster Tools]]></category>
		<category><![CDATA[Transfer]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=409</guid>
		<description><![CDATA[<p><a href="http://orenyomtov.com/downloads/dot-com.jpg"><img src="http://orenyomtov.com/downloads/dot-com.jpg" alt="dot com" title="dot com" width="349" height="230" class="alignright size-full wp-image-423" /></a>Have a look at your browser&#8217;s address bar &#8211; your sight is just fine. You actually are on orenyomtov<strong>.com</strong> as opposed to this morning, when this website lived under the <a href="http://en.wikipedia.org/wiki/.info">.info</a> <abbr title="Top Level Domain">TLD</abbr>.</p>
<p>It has been quite a long time since I made the decision to move to the new domain. But there were two drawbacks which... <a href="http://orenyomtov.com/moving-to-a-dot-com-domain.html" class="read_more">Learn more about Moving to a dot com domain</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://orenyomtov.com/downloads/dot-com.jpg"><img src="http://orenyomtov.com/downloads/dot-com.jpg" alt="dot com" title="dot com" width="349" height="230" class="alignright size-full wp-image-423" /></a>Have a look at your browser&#8217;s address bar &#8211; your sight is just fine. You actually are on orenyomtov<strong>.com</strong> as opposed to this morning, when this website lived under the <a href="http://en.wikipedia.org/wiki/.info">.info</a> <abbr title="Top Level Domain">TLD</abbr>.</p>
<p>It has been quite a long time since I made the decision to move to the new domain. But there were two drawbacks which delayed the domain transfer. The first one is lack of time, and the second one is&#8230; Well, my laziness.</p>
<p>Anyways, I thought I would share some of the steps I took in order to move the website to the new domain. I was lucky enough that I didn’t have to change hosts. Doing that may have required some additional steps.</p>
<ol>
<li>I <a href="http://www.godaddy.com/default.aspx">bought</a> the new domain and linked it to my hosting.</li>
<li>I downloaded the <a href="http://wordpress.org/download/">latest WordPress installation</a> and uploaded it into the new domain by <abbr title="File Transfer Protocol">FTP</abbr> (<a href="http://orenyomtov.com/filezilla-vs-flashfxp.html">Looking for an FTP client?</a>).</li>
<li>I copied the <code>wp-content</code> folder. And in my case, the <a href="http://orenyomtov.com/downloads/">&#8220;downloads&#8221; folder</a> which is the folder I chose to store the uploads in (Default is <code>wp-content/uploads</code>).</li>
<li>I also copied the <code>wp-config.php</code> file and the <code>.htaccess</code> file.</li>
<li>I used the <a href="http://wordpress.org/extend/plugins/search-and-replace/">Search and Replace WordPress plugin</a> to replace &#8220;orenyomtov.info&#8221; with &#8220;orenyomtov.com&#8221; in the database.</li>
<li>I notified Google of the domain change in <a href="http://www.google.com/webmasters/tools/">Google Webmaster Tools</a>.</li>
<li>I exported a new sitemap using the <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemap Generator plugin</a> and submitted it to Google Webmaster Tools.</li>
<li>I opened a new <a href="http://www.google.com/analytics/">Google Analytics</a> account and deployed the new tracking code in the theme I copied in step 3.</li>
<li>I edited the old .htaccess file to contain only:<br />
<code>RewriteEngine on<br />
RewriteRule (.*) http://orenyomtov.com/$1 [R=301,L]</code></li>
<li>I updated my <a href="http://feedburner.google.com/">FeedBurner</a> account and all other similar services.</li>
<li>I updated my website to the new URL in all of my favorite social platforms (<a href="http://twitter.com/orenyomtov">@orenyomtov</a>) and forums.</li>
<li><a href="http://twitter.com/orenyomtov/status/8072391263">Twit twit</a>.</li>
<li>And then I began writing this post.</li>
</ol>
<p>The move didn&#8217;t take as long as I expected it to take. Even though it does seem a little complicated after writing it all down.</p>
<p>I hope that your move will be as smooth as mine. Good luck, Oren.</p>
]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/moving-to-a-dot-com-domain.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Big Geek and Startup Weekend in Israel</title>
		<link>http://orenyomtov.com/the-big-geek-and-startup-weekend-in-israel.html</link>
		<comments>http://orenyomtov.com/the-big-geek-and-startup-weekend-in-israel.html#comments</comments>
		<pubDate>Sun, 10 Jan 2010 15:38:53 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Big Geek]]></category>
		<category><![CDATA[FixedInch]]></category>
		<category><![CDATA[Frayer Meter]]></category>
		<category><![CDATA[Google Translate]]></category>
		<category><![CDATA[Startup Weekend]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[StartupSeeds]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=346</guid>
		<description><![CDATA[<p>Last month I participated in two amazing events. The first one is <a href="http://www.startupseeds.com/biggeek/">The Big Geek</a> and is considerably similar to the second event called <a href="http://israel.startupweekend.org/">Startup Weekend</a>. They both took place in Israel.</p>
<h3>The Big Geek II</h3>
<p><a href="http://orenyomtov.com/downloads/BigGeeklogo.png"><img src="http://orenyomtov.com/downloads/BigGeeklogo.png" alt="BigGeek 2 Logo" title="BigGeek 2 Logo" width="500" height="229" class="aligncenter size-full wp-image-348" /></a></p>
<h4>Startupseeds</h4>
<p><a href="http://www.startupseeds.com/"><img src="http://orenyomtov.com/downloads/startupseeds.jpg" alt="StartupSeeds" title="StartupSeeds" width="207" height="117" class="alignright size-full wp-image-347" /></a><br />
This event was organized by <a href="http://www.startupseeds.com/">StartupSeeds</a>, a non-profit organisation encouraging teen Israeli entrepreneurs to make their first steps... <a href="http://orenyomtov.com/the-big-geek-and-startup-weekend-in-israel.html" class="read_more">Learn more about The Big Geek and Startup Weekend in Israel</a></p>]]></description>
			<content:encoded><![CDATA[<p>Last month I participated in two amazing events. The first one is <a href="http://www.startupseeds.com/biggeek/">The Big Geek</a> and is considerably similar to the second event called <a href="http://israel.startupweekend.org/">Startup Weekend</a>. They both took place in Israel.</p>
<h3>The Big Geek II</h3>
<p><a href="http://orenyomtov.com/downloads/BigGeeklogo.png"><img src="http://orenyomtov.com/downloads/BigGeeklogo.png" alt="BigGeek 2 Logo" title="BigGeek 2 Logo" width="500" height="229" class="aligncenter size-full wp-image-348" /></a></p>
<h4>Startupseeds</h4>
<p><a href="http://www.startupseeds.com/"><img src="http://orenyomtov.com/downloads/startupseeds.jpg" alt="StartupSeeds" title="StartupSeeds" width="207" height="117" class="alignright size-full wp-image-347" /></a><br />
This event was organized by <a href="http://www.startupseeds.com/">StartupSeeds</a>, a non-profit organisation encouraging teen Israeli entrepreneurs to make their first steps in the entrepreneurship world. Whether it&#8217;s by giving them <a href="http://www.startupseeds.com/forums">a place to talk about technology</a>, or by conducting monthly meetings with the most interesting lectures (for free!). StartupSeeds even assists young innovative kids with starting their own startups by providing them financial help and the <a href="http://www.startupseeds.com/Page.aspx?page=mentors">best mentors</a> available. The online forum and meetings created a large and friendly community for the Israeli teenager who breaths technology and internet.</p>
<h4>What&#8217;s the event about?</h4>
<p><a href="http://www.startupseeds.com/BigGeek/Team.aspx">Sixteen kids</a> (Ages 14-18), divided into four &#8220;teams&#8221;, worked 24 hours non-stop on their unique idea for a startup. Each team raised a fully working service within those 24 hours (!). While the projects are not breath-taking nor unbelievable, they are still awesome considering the time spent working on them. Actually, they&#8217;re awesome not matter what.</p>
<p><a href="http://www.fixedinch.com/"><img src="http://orenyomtov.com/downloads/fixedinch.jpg" alt="FixedInch" title="FixedInch" width="250" height="83" class="alignright size-full wp-image-362" /></a><br />
The project that <a href="http://www.fixedinch.com/about-us/">my team</a> and I developed is <a href="http://www.fixedinch.com/">FixedInch</a>. It&#8217;s a free online service for displaying objects in their real size over any screen in the world. We have discussed the possibility to continue working on it, and we most likely will, in the near future.</p>
<p>What else can I say? It was an awesome experience that I will never forget. It was 24 hours of fun and <a href="http://www.startupseeds.com/forums/tech/t65663-biggeek_%D7%90%D7%A9%D7%9B%D7%95%D7%9C_%D7%94%D7%91%D7%93%D7%99%D7%97%D7%95%D7%AA">jokes</a>, some of could not be told anywhere else like (via <a href="http://www.twitter.com/taldromi">@TalDromi</a>):</p>
<blockquote><p>&#8220;Let&#8217;s use JSON for this&#8221;<br />
&#8220;Who&#8217;s this Jason you are talking about?&#8221;<br />
&#8220;XML&#8217;s brother!&#8221;</p></blockquote>
<p><a href="http://www.startupseeds.com/album.aspx?name=%D7%94%D7%92%D7%99%D7%A7%20%D7%94%D7%92%D7%93%D7%95%D7%9C%202">View photos from the event</a></p>
<h3>Startup Weekend Israel 2009</h3>
<p><a href="http://israel.startupweekend.org/"><img src="http://orenyomtov.com/downloads/startup-weekend-israel.jpg" alt="Startup Weekend Israel" title="Startup Weekend Israel" width="500" height="107" class="aligncenter size-full wp-image-354" /></a></p>
<p>This is a <a href="http://startupweekend.org/">world-wide</a> known event, which started in 2007. Since then it took place in over 50 cities and growing (!). This is kind of a grown-up version of the Big Geek.</p>
<p>During the first day, 140 Israeli entrepreneurs pitched 50 unique ideas which turned into thirteen motivated teams. Each team consisted of about 4-8 people who designed and developed their idea for three days. The second day was all about work and food (lots of it!). On the third day of the event, the teams finished their work and <a href="http://www.newsgeek.co.il/startup-weekend-israel-updates/">presented</a> their project.</p>
<p><a href="http://www.frayermeter.com/"><img src="http://orenyomtov.com/downloads/frayer-meter.jpg" alt="Frayer Meter" title="Frayer Meter" width="250" height="132" class="alignright size-full wp-image-363" /></a><br />
<a href="http://www.frayermeter.com/about/">My team</a> and I worked on <a href="http://www.frayermeter.com/">Frayer Meter</a> &#8211; an online free service that suggests the most economical cellular plan according to one&#8217;s needs. While it&#8217;s not fully functional, we plan to continue working on it as we believe in it&#8217;s potential.</p>
<p><span class="smaller">NOTE: If you don&#8217;t know Hebrew, feel free to use <a href="http://translate.google.com/">Google Translate</a> when visiting links from this post.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/the-big-geek-and-startup-weekend-in-israel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileZilla vs. FlashFXP</title>
		<link>http://orenyomtov.com/filezilla-vs-flashfxp.html</link>
		<comments>http://orenyomtov.com/filezilla-vs-flashfxp.html#comments</comments>
		<pubDate>Sun, 23 Aug 2009 15:29:10 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[FlashFXP]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[FTP Clients]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[vs]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=265</guid>
		<description><![CDATA[<p>I used to having <a href="http://www.flashfxp.com/">FlashFXP</a> as my default FTP client. It&#8217;s fast (so I thought), easy to use and I feel comfortable using it because I know some keyboard shourtcuts.<br />
Even in my workplace where <a href="http://filezilla-project.org/">FileZilla</a> was the default FTP client that everyone used, I insisted on bringing my disk-on-key with a portable version of FlashFXP.</p>
<p>When... <a href="http://orenyomtov.com/filezilla-vs-flashfxp.html" class="read_more">Learn more about FileZilla vs. FlashFXP</a></p>]]></description>
			<content:encoded><![CDATA[<p>I used to having <a href="http://www.flashfxp.com/">FlashFXP</a> as my default FTP client. It&#8217;s fast (so I thought), easy to use and I feel comfortable using it because I know some keyboard shourtcuts.<br />
Even in my workplace where <a href="http://filezilla-project.org/">FileZilla</a> was the default FTP client that everyone used, I insisted on bringing my disk-on-key with a portable version of FlashFXP.</p>
<p>When you start using a particular FTP client it&#8217;s very hard to say goodbye. You already have all the usernames,passwords and hosts laying there ordered just as you like it. You don&#8217;t even think about moving the whole list to another client one by one. Another thing that keeps you from changing your FTP client is that FTP access is very sensitive and you don&#8217;t want to transfer/rename/delete files by accident. Deleting or overwriting a certain file that has no backup can cost you a lot of valuable time.</p>
<p>So why did I change my client software? There were two major differences between FileZilla and FlashFXP that convinced me to switch.</p>
<ol>
<li><strong>The speed</strong>, oh the speed. With FlashFXP you can&#8217;t transfer two files at the same time while using FileZilla you can transfer up to 10(!) files simultaneously. This improves the transfer time of say&#8230; a WordPress install in hundreds of percents.</li>
<li><strong>Simultaneous file editing</strong>.When using FlashFXP to edit files you can only edit one file at a certain time. While editing that file you can do nothing until you commit the file and after committing the file, if you wish to continue editing it you need to close your text editor and reopen the file. Luckily FileZilla improves the file editing experience and brings it into a new level. In FileZilla you can edit as many files as you want at the same time, you can do whatever you want while editing (Such as browsing folders, refreshing the file list,committing other files and so on&#8230;) and you don&#8217;t have to close and reopen the file each time you make a change.</li>
</ol>
<p>This was my experience using FTP clients, as for the FTP accounts list, I just add them one by one each time I need to log in to a certain website.</p>
]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/filezilla-vs-flashfxp.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mass Custom Fields Manager Got to The 1000 Downloads Milestone</title>
		<link>http://orenyomtov.com/mass-custom-fields-manager-got-to-the-1000-downloads-milestone.html</link>
		<comments>http://orenyomtov.com/mass-custom-fields-manager-got-to-the-1000-downloads-milestone.html#comments</comments>
		<pubDate>Sun, 02 Aug 2009 17:18:34 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[Mass Custom Fields Manager]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[mass]]></category>
		<category><![CDATA[Milestone]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=230</guid>
		<description><![CDATA[<p><img src="http://orenyomtov.com/downloads/1000-downloads.png" alt="1000 Downloads on the WordPress Plugin Directory" title="1000 Downloads on the WordPress Plugin Directory" width="162" height="154" class="alignleft size-full wp-image-231" /><br />
As you can see in the <a href="http://wordpress.org/extend/plugins/mass-custom-fields-manager/">plugin</a>&#8216;s <a href="http://wordpress.org/extend/plugins/mass-custom-fields-manager/stats/">stats page</a>, It currently has 1050 downloads!</p>
<p>Although the number may be not as big as other plugins (<a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/stats/">All in On SEO</a> got over 2.5 million downloads), it means a lot to me. Every time you see numbers on the internet you don&#8217;t really think about them as you... <a href="http://orenyomtov.com/mass-custom-fields-manager-got-to-the-1000-downloads-milestone.html" class="read_more">Learn more about Mass Custom Fields Manager Got to The 1000 Downloads Milestone</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://orenyomtov.com/downloads/1000-downloads.png" alt="1000 Downloads on the WordPress Plugin Directory" title="1000 Downloads on the WordPress Plugin Directory" width="162" height="154" class="alignleft size-full wp-image-231" /><br />
As you can see in the <a href="http://wordpress.org/extend/plugins/mass-custom-fields-manager/">plugin</a>&#8216;s <a href="http://wordpress.org/extend/plugins/mass-custom-fields-manager/stats/">stats page</a>, It currently has 1050 downloads!</p>
<p>Although the number may be not as big as other plugins (<a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/stats/">All in On SEO</a> got over 2.5 million downloads), it means a lot to me. Every time you see numbers on the internet you don&#8217;t really think about them as you would outside the monitor. When viewing <a href="http://www.youtube.com">YouTube</a> videos, if I see a video that has less then 5k views most of the times I won&#8217;t enter it and try to find another one with millions of views.</p>
<p>But when you think about the actual numbers it&#8217;s a <strong>huge</strong> amount of people sitting on their chair at home or at work, entering YouTube and watching the video. The same goes to plugin downloads, It&#8217;s really cool to know that my plugin helped over 300 (<a href="http://orenyomtov.com/plugin-download-counter-does-it-lie.html">?</a>) other people around the world that have their own website.</p>
<p><ins datetime="2010-01-18T09:52:09+00:00">Update: It how has over 3000 downloads!</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/mass-custom-fields-manager-got-to-the-1000-downloads-milestone.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Gmail is no longer beta</title>
		<link>http://orenyomtov.com/gmail-is-no-longer-beta.html</link>
		<comments>http://orenyomtov.com/gmail-is-no-longer-beta.html#comments</comments>
		<pubDate>Tue, 07 Jul 2009 19:56:57 +0000</pubDate>
		<dc:creator>Oren Yomtov</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[new]]></category>

		<guid isPermaLink="false">http://orenyomtov.com/?p=165</guid>
		<description><![CDATA[<p>I just wanted to let you all know that Gmail is no longer in beta mode.<br />
You can see for yourself when you enter <a href="http://mail.google.com/mail/">Gmail</a> and get the following logo:<br />
<img src="http://orenyomtov.com/downloads/Gmail-Logo.png" alt="Gmail logo not beta" title="Gmail logo not beta" width="143" height="59" class="alignnone size-full wp-image-166" /></p>
<p>It took Google five (!) years to go from Gmail beta... <a href="http://orenyomtov.com/gmail-is-no-longer-beta.html" class="read_more">Learn more about Gmail is no longer beta</a></p>]]></description>
			<content:encoded><![CDATA[<p>I just wanted to let you all know that Gmail is no longer in beta mode.<br />
You can see for yourself when you enter <a href="http://mail.google.com/mail/">Gmail</a> and get the following logo:<br />
<img src="http://orenyomtov.com/downloads/Gmail-Logo.png" alt="Gmail logo not beta" title="Gmail logo not beta" width="143" height="59" class="alignnone size-full wp-image-166" /></p>
<p>It took Google five (!) years to go from Gmail beta to an official release. I don&#8217;t think that any major updates have been added to Gmail&#8217;s interface recently except for the drag n&#8217; drop interface.</p>
<p>Anyways, I think Gmail is awesome and if you don&#8217;t use it then you have no idea what I&#8217;m talking about.</p>
]]></content:encoded>
			<wfw:commentRss>http://orenyomtov.com/gmail-is-no-longer-beta.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.467 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-07 05:07:07 -->
