<?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>WebDeveloperss.com &#187; Feeder</title>
	<atom:link href="http://www.webdeveloperss.com/blog/category/contributors/feeder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdeveloperss.com/blog</link>
	<description>Hand-Picked Best Of The Web Developer Blogs</description>
	<lastBuildDate>Wed, 10 Feb 2010 08:21:29 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Python basics for PHP developers</title>
		<link>http://www.webdeveloperss.com/blog/2010/02/python-basics-for-php-developers/</link>
		<comments>http://www.webdeveloperss.com/blog/2010/02/python-basics-for-php-developers/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 08:21:29 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[Feeder]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/8b825783fd38d579</guid>
		<description><![CDATA[This article gives you a bit of exposure to Python. It assumes that
                you have no knowledge of that programming language, so some of what you
                read here might seem a bit basic. It focuses on comparing and contrasting
      ...]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://www.ibm.com/developerworks/opensource/library/os-php-pythonbasics/index.html?ca=drs-" target="blank">www.ibm.com </a></p>

<p>This article gives you a bit of exposure to Python. It assumes that
                you have no knowledge of that programming language, so some of what you
                read here might seem a bit basic. It focuses on comparing and contrasting
                Python with PHP — not because one language is better than the
                other but because of a simple truth: It's often easier to learn new things
                by referring back to something you already know. </p>
            
            <p>The goal of this
                article is simple: to give you a quick working knowledge of Python in the
                hope that you'll dig a little further on your own. With luck, you'll see
                that Python isn't really that different from what you're used to. To
                extend the travel metaphor, you aren't really going to a distant foreign
                land, just the country next door where everyone speaks the same language
                as you. </p>]]></content:encoded>
			<wfw:commentRss>http://www.webdeveloperss.com/blog/2010/02/python-basics-for-php-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search and update Google Base with PHP</title>
		<link>http://www.webdeveloperss.com/blog/2010/02/search-and-update-google-base-with-php/</link>
		<comments>http://www.webdeveloperss.com/blog/2010/02/search-and-update-google-base-with-php/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 08:20:43 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[Feeder]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/f483f00ba2a53946</guid>
		<description><![CDATA[Understanding Google Base feeds

Before you start to develop applications with Google Base, you need to understand how it works. As with all REST-based services, things get rolling with an HTTP request to a designated resource. This HTTP request contai...]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://www.ibm.com/developerworks/opensource/library/x-gbase/index.html?ca=drs-" target="blank">www.ibm.com </a></p>

<p><a name="N100AF"><span>Understanding Google Base feeds</span></a></p>

<p>Before you start to develop applications with Google Base, you need to understand how it works. As with all REST-based services, things get rolling with an HTTP request to a designated resource. This HTTP request contains a query with one or more input parameters; the server replies to the query with an Atom feed, suitable for parsing in any XML-aware client.</p>

<p>To see how this works, <a name="list1url">try accessing the URL</a> in your favourite Web browser:</p>
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td><pre>http://www.google.com/base/feeds/snippets?
    bq=product+manager[itemtype:jobs][location:CA]</pre></td></tr></tbody></table>]]></content:encoded>
			<wfw:commentRss>http://www.webdeveloperss.com/blog/2010/02/search-and-update-google-base-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to easily monitor your web server using PHP</title>
		<link>http://www.webdeveloperss.com/blog/2010/02/how-to-easily-monitor-your-web-server-using-php/</link>
		<comments>http://www.webdeveloperss.com/blog/2010/02/how-to-easily-monitor-your-web-server-using-php/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:14:32 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[Feeder]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/d6da47fdc9c6ef95</guid>
		<description><![CDATA[In order to make sure that your website is always available to the public, you have to monitor it. In this tutorial, I’ll show you how you can easily create a monitoring script that will check your website availability and send an email or sms alert ...]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://www.catswhocode.com/blog/how-to-easily-monitor-your-web-server-using-php" target="blank">www.catswhocode.com </a></p>

<p>In order to make sure that your website is always available to the public, you have to monitor it. In this tutorial, I’ll show you how you can easily create a monitoring script that will check your website availability and send an email or sms alert to you if it isn’t.</p><div><h2>Prerequisites</h2><p>Maybe I’m stating the obvious, but the PHP script has to be on a different server than the one used for the website you’d like to monitor. If the script is hosted on the same server than your site, it becomes pretty useless: In fact, if your server is down the script will not be able to run and will not let you know.<br> The best solution is of course a dedicated server, but a home server can be ok as well. Shared web hosting like those provided by Hostgator or WpWebHost have a low price, but most don’t allow you to set up cron jobs, so be careful if you plan to buy.</p><p>The last part of this tutorial will show you how to get sms alerts using Gmail. Please note that depending on your location and cellular phone provider, this part of the tutorial may not work.</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.webdeveloperss.com/blog/2010/02/how-to-easily-monitor-your-web-server-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Snippets To Implement 301 Redirect – woorkup.com</title>
		<link>http://www.webdeveloperss.com/blog/2010/02/code-snippets-to-implement-301-redirect-%e2%80%93-woorkup-com/</link>
		<comments>http://www.webdeveloperss.com/blog/2010/02/code-snippets-to-implement-301-redirect-%e2%80%93-woorkup-com/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:11:36 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[Feeder]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/71884c8da59ffba0</guid>
		<description><![CDATA[Redirect 301 with htaccess
In my opinion htaccess is the best and quickly way to redirect your pages. Only an advice: you need to have a base knowledge of htaccess for use it or you risk to have some serious problems on your site! So, before start usin...]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://woorkup.com/2010/02/08/code-snippets-to-implement-a-301-redirect/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Woork+%28Woork+Up+%7C+A+Fresh+Charge+of+Creativity%29&utm_content=Google+Reader" target="blank">woorkup.com </a></p>

<h3>Redirect 301 with htaccess</h3>
<p>In my opinion <em>htaccess</em> is the best and quickly way to redirect your pages. Only an advice: you need to have a base knowledge of htaccess for use it or you risk to have some serious problems on your site! So, before start using htaccess, I suggest you some good reading: <a href="http://www.wowebook.com/non-e-book/apache-htaccess/complete-guide-to-htaccess-for-beginner.html">Complete guide to htaccess for Beginners </a> and <a href="http://httpd.apache.org/docs/1.3/howto/htaccess.html">Htaccess tutorials on apache.org</a>.</p>
<p>Here is an example of htaccess usage:</p>
<div><pre><code>Redirect permanent http://mysite.com 
http://www.mysite.com
</code></pre></div>
<p>Now supposed you have the following two URLs: http://www.mysite.com and http://mysite.com. For Google, for example, these URLs are two different pages and their page rank will be divided among two pages. So, why not using htaccess to redirect all traffic to only one page?</p>
<p>The only thing you have to do is to create a new file called <strong><code>.htaccess</code></strong> with the following code:</p>
<div><pre><code>&lt;IfModule mod_rewrite.c&gt;
   RewriteEngine On
   RewriteBase /
   RewriteCond %{HTTP_HOST} !^mysite\.com [NC]
   RewriteRule ^(.*)$ http://mysite.com/$1 [L,R=301]
&lt;/IfModule&gt;</code></pre></div>]]></content:encoded>
			<wfw:commentRss>http://www.webdeveloperss.com/blog/2010/02/code-snippets-to-implement-301-redirect-%e2%80%93-woorkup-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing for donations &#124; Carsonified</title>
		<link>http://www.webdeveloperss.com/blog/2010/02/designing-for-donations-carsonified-2/</link>
		<comments>http://www.webdeveloperss.com/blog/2010/02/designing-for-donations-carsonified-2/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:07:06 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[Feeder]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/a9a21fbec587508b</guid>
		<description><![CDATA[Here are some of our step-by-step notes and drafts from a concept exercise on behalf of a well-known charity. The goal was to create a screen that encourages more site visitors to give, and give larger amounts.
We don’t know if these ideas will ultim...]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://carsonified.com/blog/design/designing-for-donations/" target="blank">carsonified.com </a></p>

<p>Here are some of our step-by-step notes and drafts from a concept exercise on behalf of a well-known charity. The goal was to create a screen that encourages more site visitors to give, and give larger amounts.</p>
<p>We don’t know if these ideas will ultimately be used, but they illustrate ways of evolving the user experience in a way that should increase the amount of money collected.</p>
<h3>The starting point</h3>
<p><em>(Disclaimer: we combined two screens in to one to have a truly poor starting point for the exercise.)</em></p>
<p>The centre of the donations page has the words “Charge me” followed by one drop-down menu with well over fifty options starting at $2.00 increasing by one dollar up to $30 and then in larger increments up to the $1000 mark. The second menu has only one option: zero cents.</p>
<p style="text-align:center"><img style="border:1px solid black" src="http://carsonified.com/wp-content/uploads/2010/02/charity_starting_point.png" alt="" height="230" width="470"></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdeveloperss.com/blog/2010/02/designing-for-donations-carsonified-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code: Flickr Developer Blog » Using, Abusing and Scaling MySQL at Flickr</title>
		<link>http://www.webdeveloperss.com/blog/2010/02/code-flickr-developer-blog-%c2%bb-using-abusing-and-scaling-mysql-at-flickr-2/</link>
		<comments>http://www.webdeveloperss.com/blog/2010/02/code-flickr-developer-blog-%c2%bb-using-abusing-and-scaling-mysql-at-flickr-2/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:06:29 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[Feeder]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/3dcb26bcef63f81a</guid>
		<description><![CDATA[I like “NoSQL”.  But at Flickr, MySQL is our hammer, and we use it for nearly everything.  It’s our federated data store, our key-value store, and our document store.  We’ve built an event queue, and a job server on top of it, a stats feature, ...]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://code.flickr.com/blog/2010/02/08/using-abusing-and-scaling-mysql-at-flickr/#" target="blank">code.flickr.com </a></p>

<p>I like <a href="http://blog.oskarsson.nu/2009/06/nosql-debrief.html">“NoSQL”</a>.  But at Flickr, MySQL is our hammer, and we use it for nearly everything.  It’s our federated data store, our key-value store, and our document store.  We’ve built an event queue, and a job server on top of it, a stats feature, and a data warehouse. </p>
<p>We’ve spent the last several years abusing, twisting, and generally mis-using MySQL in ways that could only be called “post relational”.  Our founding architect is famously <a href="http://www.amazon.com/Building-Scalable-Web-Sites-Applications/dp/0596102356">in print saying</a>, “Normalization is for sissies.”</p>
<p></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdeveloperss.com/blog/2010/02/code-flickr-developer-blog-%c2%bb-using-abusing-and-scaling-mysql-at-flickr-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How FarmVille Scales to Harvest 75 Million Players a Month</title>
		<link>http://www.webdeveloperss.com/blog/2010/02/how-farmville-scales-to-harvest-75-million-players-a-month/</link>
		<comments>http://www.webdeveloperss.com/blog/2010/02/how-farmville-scales-to-harvest-75-million-players-a-month/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:04:49 +0000</pubDate>
		<dc:creator>Todd Hoff</dc:creator>
				<category><![CDATA[Feeder]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/1029299a5154020d</guid>
		<description><![CDATA[<p><img src="http://farm5.static.flickr.com/4049/4335031559_fa690c1f81_m.jpg" alt="" align="right"> If real farming was as comforting as it is in <a href="http://www.farmville.com/">Zynga's mega-hit Farmville</a> then my family would have probably never left those harsh North Dakota winters. None of the scary bedtime stories my Grandma used to tell about farming are true in FarmVille. <a href="http://w.good.is/post/What-Does-Farmville-Mean-for-Farmers/">Farmers</a> make money, plants grow, and animals never visit the <a href="http://www.youtube.com/watch?v=eUJz3137EQ8">red barn</a>. I guess it's just that keep-your-shoes-clean back-to-the-land charm that has helped make FarmVille the "largest game in the world" in such an astonishingly short time.</p>
<p>How did FarmVille scale a web application to handle 75 million players a month? Fortunately FarmVille's Luke Rajlich has agreed to let us in on a few their challenges and secrets. Here's what Luke has to say...</p>]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://highscalability.com/blog/2010/2/8/how-farmville-scales-to-harvest-75-million-players-a-month.html" target="blank">High Scalability </a></p>

<p><img src="http://farm5.static.flickr.com/4049/4335031559_fa690c1f81_m.jpg" alt="" align="right"> If real farming was as comforting as it is in <a href="http://www.farmville.com/">Zynga's mega-hit Farmville</a> then my family would have probably never left those harsh North Dakota winters. None of the scary bedtime stories my Grandma used to tell about farming are true in FarmVille. <a href="http://w.good.is/post/What-Does-Farmville-Mean-for-Farmers/">Farmers</a> make money, plants grow, and animals never visit the <a href="http://www.youtube.com/watch?v=eUJz3137EQ8">red barn</a>. I guess it's just that keep-your-shoes-clean back-to-the-land charm that has helped make FarmVille the "largest game in the world" in such an astonishingly short time.</p>
<p>How did FarmVille scale a web application to handle 75 million players a month? Fortunately FarmVille's Luke Rajlich has agreed to let us in on a few their challenges and secrets. Here's what Luke has to say...</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdeveloperss.com/blog/2010/02/how-farmville-scales-to-harvest-75-million-players-a-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>25 Excellent PHP Tools That Enhance The Way You Develop &#124; [Re]Encoded.com</title>
		<link>http://www.webdeveloperss.com/blog/2010/02/25-excellent-php-tools-that-enhance-the-way-you-develop-reencoded-com/</link>
		<comments>http://www.webdeveloperss.com/blog/2010/02/25-excellent-php-tools-that-enhance-the-way-you-develop-reencoded-com/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 11:30:29 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[Feeder]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/ec9ecb16610d65ee</guid>
		<description><![CDATA[CakePHP

CakePHP is one of the most widely used rapid development framework for PHP. It provides an extensible architecture for developing, maintaining, and deploying applications.]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://www.reencoded.com/2010/02/06/25-excellent-php-tools-that-enhance-the-way-you-develop/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+reencoded+%28%5BRe%5DEncoded+dot+Com%29&utm_content=Google+Reader" target="blank">www.reencoded.com </a></p>

<h4>CakePHP</h4>
<p><a title="Excellent PHP Tool" href="http://cakephp.org/"><img title="phptool-8" src="http://www.reencoded.com/wp-content/uploads/2010/02/phptool-8.jpg" alt="phptool-8" height="400" width="550"></a></p>
<p>CakePHP is one of the most widely used rapid development framework for PHP. It provides an extensible architecture for developing, maintaining, and deploying applications.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdeveloperss.com/blog/2010/02/25-excellent-php-tools-that-enhance-the-way-you-develop-reencoded-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gMap &#8211; Google Maps Plugin For jQuery &#124; About</title>
		<link>http://www.webdeveloperss.com/blog/2010/02/gmap-google-maps-plugin-for-jquery-about/</link>
		<comments>http://www.webdeveloperss.com/blog/2010/02/gmap-google-maps-plugin-for-jquery-about/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 10:10:22 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[Feeder]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/572dd093aeba7e3d</guid>
		<description><![CDATA[What is gMap?
			
			
			gMap is a lightweight jQuery plugin that helps you embed Google Maps into your website.
			With only 2 KB in size it is very flexible and highly customizable. 
			
			
			
			Example
			This tiny line of code is being used to e...]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://gmap.nurtext.de/" target="blank">gmap.nurtext.de </a></p>

<h3>What is gMap?</h3>
			
			<p>
			gMap is a lightweight <a href="http://jquery.com/">jQuery</a> plugin that helps you embed <a href="http://maps.google.com/">Google Maps</a> into your website.
			With only 2 KB in size it is very flexible and highly customizable. 
			</p>
			
			<p>
			<strong>Example</strong><br>
			This tiny line of code is being used to embed the map below. Simple, isn't it?
			</p>
			
			<code></code><pre>$(<span style="color:rgb(118, 15, 21)">"#map"</span>).<span style="color:rgb(0, 51, 105)">gMap</span>();</pre>
			
			<div style="border:1px solid rgb(119, 119, 119);width:547px;height:320px;background-color:rgb(229, 227, 223)"><div style="overflow:hidden;width:100%;height:100%"><div><div><div><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/transparent.png" style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"></div></div><div><div><img src="http://mt0.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=0&amp;y=0&amp;z=2&amp;s=%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://mt0.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=0&amp;y=1&amp;z=2&amp;s=G%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://mt0.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=0&amp;y=2&amp;z=2&amp;s=Ga%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://mt1.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=1&amp;y=0&amp;z=2&amp;s=Gal%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://mt1.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=1&amp;y=1&amp;z=2&amp;s=Gali%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://mt1.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=1&amp;y=2&amp;z=2&amp;s=Galil%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://mt0.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=2&amp;y=0&amp;z=2&amp;s=Galile%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://mt0.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=2&amp;y=1&amp;z=2&amp;s=Galileo%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://mt0.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=2&amp;y=2&amp;z=2&amp;s=%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://mt1.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=3&amp;y=0&amp;z=2&amp;s=G%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://mt1.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=3&amp;y=1&amp;z=2&amp;s=Ga%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"><img src="http://mt1.google.com/vt/lyrs=m@117&amp;hl=de&amp;src=http://gmap.nurtext.de/api&amp;x=3&amp;y=2&amp;z=2&amp;s=Gal%22 style="border:0px none;margin:0px;padding:0px;width:256px;height:256px"></div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div></div><div><a href="http://maps.google.com/maps?ll=34.885931,9.84375&amp;spn=86.986597,193.007813&amp;z=2&amp;key=ABQIAAAA6cQIrMEc9zlaKBjWiPM5rxSjlBXfTSDcGsB79vzL90uiOHMpbBRa1FFoX2YfuQNFvFKxQtpz0ZCeuw&amp;sensor=false&amp;mapclient=jsapi&amp;oi=map_misc&amp;ct=api_logo" title="Klicken, um diese Region in Google Maps anzuzeigen"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/poweredby.png" style="border:0px none;margin:0px;padding:0px;width:62px;height:30px"></a></div><div dir="ltr" style="color:black;font-family:Arial,sans-serif;font-size:11px;white-space:nowrap;text-align:right"><span></span><span>Kartendaten ©2010 Europa Technologies - </span><a style="color:rgb(119, 119, 204)" href="http://www.google.com/intl/de_ALL/help/terms_maps.html">Nutzungsbedingungen</a><span></span></div><div style="overflow:hidden;width:59px;height:272px;text-align:left"><div style="width:59px;height:62px"><div style="overflow:hidden;width:59px;height:62px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/mapcontrols3d5.png" style="border:0px none;margin:0px;padding:0px"></div><div title="Nach oben verschieben" style="width:18px;height:18px"></div><div title="Nach links verschieben" style="width:18px;height:18px"></div><div title="Nach rechts verschieben" style="width:18px;height:18px"></div><div title="Nach unten verschieben" style="width:18px;height:18px"></div><div title="Zurück zum letzten Ergebnis" style="width:18px;height:18px"></div></div><div style="overflow:hidden;width:59px;height:180px"><div style="overflow:hidden;width:59px;height:292px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/mapcontrols3d5.png" style="border:0px none;margin:0px;padding:0px"></div><div title="Vergrößern" style="width:20px;height:27px"></div></div><div style="width:59px;height:30px;text-align:left"><div style="overflow:hidden;width:59px;height:30px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/mapcontrols3d5.png" style="border:0px none;margin:0px;padding:0px"></div><div title="Verkleinern" style="width:20px;height:27px"></div></div><div style="width:22px;height:162px"><div title="Ziehen zum Zoomen" style="overflow:hidden;width:22px;height:14px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/mapcontrols3d5.png" style="border:0px none;margin:0px;padding:0px"></div></div></div><div style="width:184px;height:18px;color:black;font-family:Arial,sans-serif;font-size:small"><div title="Stadtplan anzeigen" style="border:1px solid black;background-color:white;text-align:center;width:5em"><div style="border-style:solid;border-width:1px;font-size:12px;font-weight:bold">Karte</div></div><div title="Satellitenbilder anzeigen" style="border:1px solid black;background-color:white;text-align:center;width:5em"><div style="border-style:solid;border-width:1px;font-size:12px">Satellit</div><div title="Satellitenbilder mit Straßennamen anzeigen" style="border:1px solid black;background-color:white;text-align:left;white-space:nowrap"><div style="font-size:11px;padding-left:2px;padding-right:2px">Labels anzeigen</div></div></div><div title="Stadtplan mit Gelände anzeigen" style="border:1px solid black;background-color:white;text-align:center;width:5em"><div style="border-style:solid;border-width:1px;font-size:12px">Gelände</div></div></div><div style="width:104px;height:26px;color:black;font-family:Arial,sans-serif;font-size:11px"><div><div style="overflow:hidden;width:4px;height:26px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/mapcontrols3d5.png" style="border:0px none;margin:0px;padding:0px;width:59px;height:492px"></div><div style="overflow:hidden;width:100px;height:4px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/mapcontrols3d5.png" style="border:0px none;margin:0px;padding:0px;width:100px;height:492px"></div><div style="overflow:hidden;width:1px;height:4px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/mapcontrols3d5.png" style="border:0px none;margin:0px;padding:0px;width:59px;height:492px"></div><div style="overflow:hidden;width:4px;height:12px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/mapcontrols3d5.png" style="border:0px none;margin:0px;padding:0px;width:59px;height:492px"></div><div style="overflow:hidden;width:4px;height:12px"><img src="http://maps.gstatic.com/intl/de_ALL/mapfiles/mapcontrols3d5.png" style="border:0px none;margin:0px;padding:0px;width:59px;height:492px"></div><div>2000 Meilen</div><div>2000 km</div></div></div><div style="border:medium none;width:60px;height:40px"><div style="border-style:solid none none solid;border-width:2px 0px 0px 2px;width:6px;height:4px;line-height:1px;font-size:1px"></div><div style="border-style:solid solid none none;border-width:2px 2px 0px 0px;width:6px;height:4px;line-height:1px;font-size:1px"></div><div style="border-style:none solid solid none;border-width:0px 2px 2px 0px;width:6px;height:4px;line-height:1px;font-size:1px"></div><div style="border-style:none none solid solid;border-width:0px 0px 2px 2px;width:6px;height:4px;line-height:1px;font-size:1px"></div></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.webdeveloperss.com/blog/2010/02/gmap-google-maps-plugin-for-jquery-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protect Your Flash Files From Decompilers by Using Encryption &#124; Activetuts+</title>
		<link>http://www.webdeveloperss.com/blog/2010/02/protect-your-flash-files-from-decompilers-by-using-encryption-activetuts/</link>
		<comments>http://www.webdeveloperss.com/blog/2010/02/protect-your-flash-files-from-decompilers-by-using-encryption-activetuts/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 20:37:54 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[Feeder]]></category>

		<guid isPermaLink="false">tag:google.com,2005:reader/item/57744cc53f776b50</guid>
		<description><![CDATA[Decompilers are a real worry for people who create Flash content. You can put a lot of effort into creating the best game out there, then someone can steal it, replace the logo and put it on their site without asking you. How? Using a Flash Decompiler....]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://active.tutsplus.com/tutorials/workflow/protect-your-flash-files-from-decompilers-by-using-encryption/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Flashtuts+%28Activetuts%2B%29&utm_content=Google+Reader" target="blank">active.tutsplus.com </a></p>

<p>Decompilers are a real worry for people who create Flash content. You can put a lot of effort into creating the best game out there, then someone can steal it, replace the logo and put it on their site without asking you. How? Using a Flash Decompiler. Unless you put some protection over your SWF it can be decompiled with a push of a button and the decompiler will output readable source code.</p>
<p>In this tutorial I will demonstrate a technique I use to protect code and assets from theft.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdeveloperss.com/blog/2010/02/protect-your-flash-files-from-decompilers-by-using-encryption-activetuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
