
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
    <channel>
        <title><![CDATA[ The Cloudflare Blog ]]></title>
        <description><![CDATA[ Get the latest news on how products at Cloudflare are built, technologies used, and join the teams helping to build a better Internet. ]]></description>
        <link>https://blog.cloudflare.com</link>
        <atom:link href="https://blog.cloudflare.com/" rel="self" type="application/rss+xml"/>
        <language>en-us</language>
        <image>
            <url>https://blog.cloudflare.com/favicon.png</url>
            <title>The Cloudflare Blog</title>
            <link>https://blog.cloudflare.com</link>
        </image>
        <lastBuildDate>Tue, 14 Apr 2026 11:33:43 GMT</lastBuildDate>
        <item>
            <title><![CDATA[Control your traffic at the edge with Cloudflare]]></title>
            <link>https://blog.cloudflare.com/cloudflare-traffic/</link>
            <pubDate>Thu, 29 Sep 2016 14:04:00 GMT</pubDate>
            <description><![CDATA[ Today, we're introducing two new Cloudflare Traffic products to give customers control over how Cloudflare’s edge network handles their traffic, allowing them to shape and direct it for their specific needs. ]]></description>
            <content:encoded><![CDATA[ <p>Today, we're introducing two new Cloudflare Traffic products to give customers control over how Cloudflare’s edge network handles their traffic, allowing them to shape and direct it for their specific needs.</p><p>More than 10 trillion requests flow through Cloudflare every month. More than 4 million customers and 10% of internet requests benefit from our global network. Cloudflare's virtual backbone gives every packet <a href="https://www.cloudflare.com/solutions/ecommerce/optimization/">improved performance</a>, security, and reliability.</p><p>That's the macro picture.</p><p>What's more interesting is keeping each individual customer globally available. While every customer benefits from the network effect of Cloudflare, each customer is (appropriately) focused on <i>their</i> application uptime, security and performance.</p>
    <div>
      <h3>Rate Limiting*</h3>
      <a href="#rate-limiting">
        
      </a>
    </div>
    <p>Cloudflare’s new <a href="https://www.cloudflare.com/traffic-control/">Rate Limiting</a> allows a customer to rate limit, shape or block traffic based on the number of requests per second per IP, cookie, or authentication token. Traffic can be controlled on a per-URI (with wildcards for greater flexibility) basis giving pinpoint control over a website, application, or API.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/z0czXftPrSgtKMQSA6caM/e5886353b3ae53ea88fa6ee63b041acf/traffic-control-graph.png" />
            
            </figure><p>Customers seek reliability and availability in the face of popularity or unexpected traffic such as slow brute force attacks on a <a href="https://www.cloudflare.com/learning/security/how-to-improve-wordpress-security/">WordPress site</a>, Denial of Service against dynamic pages, or the stampede of requests that comes with success. We are the leader at stopping significant <a href="https://www.cloudflare.com/ddos/">DDoS attacks</a> and offer a comprehensive <a href="https://www.cloudflare.com/waf/">WAF</a> to target specific application-level attacks.</p><p>Now we are adding the capability to give each customer fine-grained control over the traffic that reaches their origin servers.</p><p>Even well-engineered applications have a resource limit. Any dynamic endpoint either has a hard system limit or an economic limit on the number of servers you can afford. Those expensive endpoints need additional protection against floods of traffic, including legitimate visitors. You can provision for the worst case...but when you find a new Pokémon Go on your hands, the best case hurts, too.</p><p>To shield origins from attack and preserve uptime, Cloudflare Rate Limiting lets you throttle, block, and otherwise control the flow of traffic to maintain availability, limit economic impact and preserve performance. All of which can be done with thoughtful configuration, testing rules to measure their impact, and applying changes globally within seconds.</p><p>That solves several problems. Rate Limiting protects APIs as well as web pages. Different version of your APIs can not only have different rate limit triggers, but they can return custom JSON responses or response codes if, for instance, you want to obfuscate the standard 429 HTTP error code.</p><p>Static pages are easy to cache at Cloudflare's edge, so high traffic on a home page is welcome. But a competitor scraping your search results is different, and may cause economic pain in server resources in addition to disrupting business as usual. So Rate Limiting lets you define specific URLs with lower limits and different policies.</p><p>Similarly, rules designed to protect a login endpoint enables real users to still access your application while defending yourself from brute-force attacks designed to break into your system or simply exhaust your resources. Rate Limiting gives customers this power, in part, by distinguishing between POSTs versus GETs and identifying authentication failures through the server response code.</p><p>From rate limiting within your applications to replacing hardware capabilities at the top of your rack, Rate Limiting solves a problem that otherwise requires several tools and custom development to solve. In the future, Rate Limiting will become even more intelligent, automatically enabling caching on your marketing site on a product launch, queueing customers on Black Friday to ensure your <a href="https://www.cloudflare.com/ecommerce/">e-commerce system</a> handles the demand, and helping to maximize the return on your IT investments by protecting them from damaging spikes and traffic patterns.</p>
    <div>
      <h3>Traffic Manager</h3>
      <a href="#traffic-manager">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1BMtHV6Vr8mhIuoeGSvGFC/5323ce9a39fbd9586a5b8772ee75717e/traffic-manager-failover.png" />
            
            </figure><p>For many customers, gone are the days of running a single server for their web application. Two scenarios are common: a single datacenter or cloud provider running multiple load-balanced servers, and replication of that infrastructure across multiple geographies.</p><p>Customers have moved to load balanced infrastructure to provide reliability, handle traffic spikes, and handle traffic locally in different regions of the world.</p><p>The beauty of the single server approach was that it was simple to manage: all traffic from everywhere on the Internet hit the same server. Unfortunately, that doesn’t scale to today’s Internet and so controls are needed to handle load balancing across servers and locations.</p><p>Cloudflare’s new <a href="https://www.cloudflare.com/traffic-manager/">Traffic Manager</a> enables a customer to keep their application running during a failure or better handle unexpected spikes in traffic by load balancing across multiple servers, datacenters, and geographies.</p><p>Traffic Manager has four major features: health checks, load balancing, failover and geo-steering.</p><p>Health checks automatically test the availability of individual origin servers so that Traffic Manager has a real-time view of the health of your origin servers. This information is used for failover and load balancing.</p><p>Load balancing automatically shares traffic across a collection of origin servers; if an origin server fails a health check it is automatically removed and load is shared across the remaining servers. For more complex environments an entire collection of origin servers can be removed from receiving traffic if the number of failed servers in the collection falls below some safe threshold.</p><p>Geo-steering allows a customer to configure traffic delivery to specific origin server groups based on the physical location of the visitor.</p><p>Health checks, load balancing, failover, and geo-steering work together to give customers fine grained control over their traffic.</p><p>Cloudflare Traffic Manager checks the health of applications from <a href="/amsterdam-to-zhuzhou-cloudflare-global-network/">100+ locations</a> around the world, taking automatic action to route around failure, based on policies crafted by each customer.</p><p>Fiber cut in Malaysia? Host not responding for customers in Minneapolis? Checking from every location on a network with <a href="http://bgp.he.net/report/exchanges#_participants">more public internet exchanges than any other company</a> means you get localized, specific decision making. When a problem crops up on the network path to one of our customers' servers, we'll route that traffic instantly to another healthy, available server -- without changing the policy for other, healthy routes.</p><p>Sometimes, it's not the network. With Traffic Manager, you may load balance across individual hosts and across multiple hosts. Application down on AWS? Send those visitors to your Rackspace-hosted application in seconds. Failover from a cloud provider to your own datacenter, and back again as soon as your primary location is healthy again.</p><p>Other times, customers run different instances to account for the speed of light, and be as close as possible to their customers -- much as Cloudflare does. With Traffic Manager, you can route visitors to your site to the nearest host, based on their region. Choose to send visitors in Munich to your datacenter in Amsterdam, and visitors from Kansas City to your St. Louis datacenter. These policies can be combined, so if your European datacenter is down, then and only then send that traffic to your United States datacenter.</p><p>Many of our customers put significant investment into the availability of their infrastructure. Traffic Manager extends that investment across Cloudflare's ever-growing global network.</p>
    <div>
      <h3>Early Access</h3>
      <a href="#early-access">
        
      </a>
    </div>
    <p>CloudFlare Traffic is now available in Early Access for all customers, and will be available publicly before the end of the year. Read more about <a href="https://www.cloudflare.com/traffic-manager">Traffic Manager</a> and <a href="https://www.cloudflare.com/traffic-control">Rate Limiting</a> and request access in your Cloudflare dashboard, in the Traffic app.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/pNVbDcRjNrafnHVaZNfbm/53fb6fba32137af1fd2aa1e6d65132b5/traffic-app-in-cloudflare-dashboard-1.png" />
            
            </figure><p>**Note: This post was updated 4/13/17 to reflect the current product name. All references to Traffic Control have been changed to Rate Limiting.*</p> ]]></content:encoded>
            <category><![CDATA[Traffic]]></category>
            <category><![CDATA[Load Balancing]]></category>
            <category><![CDATA[Rate Limiting]]></category>
            <category><![CDATA[API]]></category>
            <category><![CDATA[Product News]]></category>
            <category><![CDATA[Reliability]]></category>
            <guid isPermaLink="false">7tyAnRN4dGdrJNn2xiHPKs</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[Everybody gets WebSockets]]></title>
            <link>https://blog.cloudflare.com/everybody-gets-websockets/</link>
            <pubDate>Thu, 05 May 2016 13:00:00 GMT</pubDate>
            <description><![CDATA[ Two summers ago, with a seemed-big-at-the-time network of 28 datacenters, not long after introducing Medellin, CloudFlare introduced support for WebSockets, initially for our Enterprise customers. ]]></description>
            <content:encoded><![CDATA[ <p>Two summers ago, with a seemed-big-at-the-time network of 28 datacenters, not long after introducing <a href="/listo-medellin-colombia-cloudflares-28th-data-center/">Medellin</a>, CloudFlare <a href="/cloudflare-now-supports-websockets/">introduced</a> support for WebSockets, initially for our Enterprise customers.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/2TcAQbfHrFGpJRgzfRTGE8/34f0e1969137b270d24608dec0fa120b/2503896186_31f70c2e76_z.jpg" />
            
            </figure><p><a href="https://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a> <a href="https://www.flickr.com/photos/mwichary/2503896186/in/photolist-4Pg86U-7XLAJv-9JcPvT-7sGzLT-8sWTDm-9JfCUE-iNxa4-7DNfat-8yJ526-7NpXjs-bcVYRp-cmjuTh-9JcRsF-emFWk-6i6YtH-4XyC86-5sEvbZ-7xWi7Q-7DXWgm-bp8DZi-a58a-6ib7TL-a58g-3h8ZY8-4eRB4S-a58h-2HooM-5uTR1N-6vTStR-4RA9F1-9JfCE7-4eMa3i-d6Frgo-6owBsE-a58A-7bS7FL-6osq5P-qNLenn-bBZYRd-om4M4-egkobx-bJBfX2-5o433F-4kLzLL-4RA9Bm-a8pm5S-jP5g9r-3sK5ar-nhW4Vi-9msUqx">image</a> by <a href="https://www.flickr.com/photos/mwichary/">Marcin Wichary</a></p><p>Today, with our <a href="https://www.cloudflare.com/network-map">network</a> nearing 80 global locations, we're pleased to announce support for <a href="https://www.cloudflare.com/websockets/">WebSockets</a> for all our customers, including Enterprise, Business, Pro, and Free, with resources allocated by plan level.</p>
    <div>
      <h3>What are WebSockets?</h3>
      <a href="#what-are-websockets">
        
      </a>
    </div>
    <p>If you don't want to read <a href="https://tools.ietf.org/html/rfc6455">RFC 6455</a>, then this short paragraph from our previous blog post explains:</p><p><i>The WebSocket protocol is a distinct TCP-based protocol, however, it’s initiated by an HTTP request which is then "upgraded" to create a persistent connection between the browser and the server. A WebSocket connection is bidirectional: the server can send data to the browser without the browser having to explicitly ask for it. This makes things like multiplayer games, chat, and other services that require real-time exchange of information possible over a standard web protocol</i></p><p>There's a lot more technical history in <a href="/cloudflare-now-supports-websockets/">that post</a> covering how we modified NGINX to support a huge number of connections through port reuse. But the bottom line is that WebSockets are a vital technology for web sites that need to get real-time updates for features like social feeds, multimedia chat, collaborative editing, multi-player gaming, stock updates, and more.</p>
    <div>
      <h3>Performance &amp; Latency</h3>
      <a href="#performance-latency">
        
      </a>
    </div>
    <p>Because the WebSocket protocol creates a single connection and doesn’t require HTTP requests, WebSockets can provide anywhere from 500:1 to a 1000:1 reduction in unnecessary HTTP header traffic, compared to HTTP polling solutions.</p><p>The server no longer needs to wait for a request to come back before it sends new data; it can simply push the data to the client the moment it has new information. Tests have shown a 3:1 reduction in latency compared to other polling solutions.</p><p>   </p>
    <div>
      <h3>Modern Internet, for More People</h3>
      <a href="#modern-internet-for-more-people">
        
      </a>
    </div>
    <p>Last week, we expanded our deep support for <a href="https://www.cloudflare.com/http2">HTTP/2</a> to include <a href="/announcing-support-for-http-2-server-push-2/">Server Push</a>. HTTP/2 was finalized as a spec in 2015, so almost a newborn child as technologies go. (We're excited to help HTTP/2 grow up fast.)</p><p>By comparison, WebSockets is already a toddler, as RFC 6455 was finalized in 2011.</p><p>But, perhaps because of complexity or expense, WebSockets hasn't seen as wide adoption as we'd expect. CloudFlare is removing those obstacles, and frankly we're curious to see what happens.</p><p>We are building a better Internet, and while that may sound like a platitude... making modern tech easy to use matters. We're eager to see what our customers do to play, grow, and thrive with another tool available.</p><p>Read more about <a href="https://www.cloudflare.com/websockets/">WebSockets</a> generally, or review details in our <a href="https://support.cloudflare.com/hc/en-us/articles/200169466-Can-I-use-CloudFlare-with-WebSockets-">support article</a>.</p> ]]></content:encoded>
            <category><![CDATA[Speed & Reliability]]></category>
            <category><![CDATA[Product News]]></category>
            <guid isPermaLink="false">4mn5bAVtuJf9sqTkljvnTn</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[Ask Me Anything About HTTP/2]]></title>
            <link>https://blog.cloudflare.com/ask-me-anything-about-http-2/</link>
            <pubDate>Wed, 27 Apr 2016 19:10:38 GMT</pubDate>
            <description><![CDATA[ We're big fans of HTTP/2 at CloudFlare. Our customers make up the majority of HTTP/2 enabled domains today. HTTP/2 is a key part of the modern web, and its growth and adoption is changing how websites and applications are built. ]]></description>
            <content:encoded><![CDATA[ <p></p><p>We're big fans of HTTP/2 at Cloudflare. Our customers make up <a href="/cloudflares-impact-on-the-http-2-universe/">the majority of HTTP/2 enabled domains</a> <a href="http://isthewebhttp2yet.com/measurements/adoption.html#organization">today</a>. HTTP/2 is a key part of the modern web, and its growth and adoption is changing how websites and applications are built.</p><p>On Thursday April 28, 2016, our friends at CatchPoint are hosting a live AMA (Ask Me Anything) with experts from CloudFlare, Akamai, and Google answering questions in real time about the protocol's features, adoption, and future.</p><p><b>When:</b> Thursday April 28, 2016 from 2pm-3pm Eastern Time (1600-1700 UTC)</p><p><b>How:</b> Ask questions <a href="http://pages.catchpoint.com/HTTP2-AMA-Registration.html?LSD=REF-CloudFlare">ahead of time</a> (and vote on questions). Join in <a href="http://pages.catchpoint.com/HTTP2-AMA-Registration.html?LSD=REF-CloudFlare">real-time</a> on Thursday.</p><p><b>Who:</b> Cloudflare's own <a href="https://twitter.com/SuzanneAldrich">Suzanne Aldrich</a> will join Ilya Grigorik from Google, Tim Kadlec from Akamai, and Andrew Smirnov from Catchpoint.</p><p>Need the basics on HTTP/2 ahead of time? Visit the <a href="https://www.cloudflare.com/http2/">Cloudflare HTTP/2 website</a>.</p> ]]></content:encoded>
            <category><![CDATA[HTTP2]]></category>
            <category><![CDATA[spdy]]></category>
            <category><![CDATA[Events]]></category>
            <category><![CDATA[Reliability]]></category>
            <guid isPermaLink="false">6zzv1B3ENdGhlirodQFXBP</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[Google PageSpeed Service customers: migrate to CloudFlare for acceleration]]></title>
            <link>https://blog.cloudflare.com/google-pagespeed-service-customers-migrate-to-cloudflare-for-acceleration/</link>
            <pubDate>Fri, 08 May 2015 10:02:55 GMT</pubDate>
            <description><![CDATA[ This week, Google announced that its hosted PageSpeed Service will be shut down. Everyone using the hosted service needs to move their site elsewhere before August 3 2015 to avoid breaking their website. ]]></description>
            <content:encoded><![CDATA[ <p>This week, Google <a href="https://developers.google.com/speed/pagespeed/service/Deprecation">announced</a> that its hosted PageSpeed Service will be shut down. Everyone using the hosted service needs to move their site elsewhere before August 3 2015 to avoid breaking their website.</p><p>We're inviting these hosted customers: don't wait...migrate your site to CloudFlare for global acceleration (and more) <a href="https://support.cloudflare.com/hc/en-us/articles/205227958-How-to-migrate-from-Google-s-hosted-PageSpeed-Service-to-CloudFlare">right now</a>.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/7KVJd8Ch9FpV3dAxQTY1ib/ae8dfbc92e18d9888dc5241cfcace342/lifeboat-640-wide-1.jpg" />
            
            </figure><p><a href="https://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a> <a href="https://www.flickr.com/photos/24736216@N07/5750297661/in/photolist-9L8Ma8-9QZLTf-5rdJWU-rwcQr-6fVWHa-6G9rSh-7MWvj9-cT2sLQ-5XaYtU-pNgRbm-4bEjXh-qEpEFx-293kuW-4geSMX-q8frrm-s3Vgta-4geSUK-4giVMU-de52Pd-qaT6G3-ncr1By-rusfcC-dHf2BF-8fEMjj-qBmxFr-agjhEV-qChWS1-c6qmRW-kCzus2-c6qvZh-c6qvuo-c6qq9C-c6qozy-c6qnjs-aseaPP-7HxQFn-gv5pJC-6oGyoT-qoa4dZ-4bEjwb-4jKcE-5oGWYj-8rH9Px-5gtb1f-7AbnZs-8DBmXK-qEpDw8-aoESVc-9FKMWE-pvF8mv">image</a> by <a href="https://www.flickr.com/photos/24736216@N07/">Roger</a>As TechCrunch <a href="http://techcrunch.com/2015/05/06/google-shuts-down-pagespeed-service-for-accelerating-websites/">wrote</a>: "In many ways, PageSpeed Service is similar to what CloudFlare does but without the focus on security."</p>
    <div>
      <h3>What is PageSpeed?</h3>
      <a href="#what-is-pagespeed">
        
      </a>
    </div>
    <p>PageSpeed started as — and <a href="http://modpagespeed.com">continues</a> — as a Google-created software module for the Apache webserver to rewrite webpages to reduce latency and bandwidth, to help make the web faster.</p><p>Google <a href="http://googlewebmastercentral.blogspot.com/2011/07/page-speed-service-web-performance.html">introduced</a> their hosted PageSpeed Service in July 2011, to save webmasters the hassle of installing the software module.</p><p>It's the hosted service that is being discontinued.</p>
    <div>
      <h3>CloudFlare performance</h3>
      <a href="#cloudflare-performance">
        
      </a>
    </div>
    <p>CloudFlare provides similar capabilities to PageSpeed, such as <a href="https://support.cloudflare.com/hc/en-us/articles/200167996-Does-CloudFlare-have-HTML-JavaScript-and-CSS-compression-features-">minification</a>, <a href="https://support.cloudflare.com/hc/en-us/articles/200065689-What-does-Polish-do-">image compression</a>, and <a href="https://support.cloudflare.com/hc/en-us/articles/200168056-What-does-Rocket-Loader-do-">asynchronous loading</a>.</p><p>Additionally, CloudFlare offers more performance gains through a <a href="https://www.cloudflare.com/network-map">global network footprint</a>, <a href="https://www.cloudflare.com/railgun">Railgun</a> for dynamic content acceleration, built-in <a href="/staying-up-to-date-with-the-latest-protocols-spdy-3-1/">SPDY</a> support, and more.</p>
    <div>
      <h3>Not just speed</h3>
      <a href="#not-just-speed">
        
      </a>
    </div>
    <p>PageSpeed Service customers care about performance, and CloudFlare delivers. CloudFlare also includes <a href="https://www.cloudflare.com/features-security">security</a>, <a href="https://www.cloudflare.com/ssl">SSL</a>, <a href="https://www.cloudflare.com/dns">DNS</a>, and more, at all <a href="https://www.cloudflare.com/plans">plans</a>, including Free.</p>
    <div>
      <h3>Setting up CloudFlare</h3>
      <a href="#setting-up-cloudflare">
        
      </a>
    </div>
    <p>There's no need to install any software or change your host. CloudFlare works at the network level, with a five minute sign up process.</p><p>Here's simple instructions for <a href="https://support.cloudflare.com/hc/en-us/articles/205227958-How-to-migrate-from-Google-s-hosted-PageSpeed-Service-to-CloudFlare">migrating from the hosted PageSpeed Service to CloudFlare</a>.</p> ]]></content:encoded>
            <category><![CDATA[Google]]></category>
            <category><![CDATA[Speed & Reliability]]></category>
            <category><![CDATA[Speed]]></category>
            <guid isPermaLink="false">62RwrQgLrxOePLJzNBFfK</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[Tinfoil Security vulnerability scanning now easy in CloudFlare Apps]]></title>
            <link>https://blog.cloudflare.com/tinfoil-security-vulnerability-scanning-now-easy-in-cloudflare-apps/</link>
            <pubDate>Mon, 18 Aug 2014 11:00:00 GMT</pubDate>
            <description><![CDATA[ We’re pleased to introduce a new CloudFlare App: Tinfoil Security. Tinfoil Security is a service designed to find possible web application vulnerabilities. ]]></description>
            <content:encoded><![CDATA[ <p>[</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/25hkdQV6ABZ89DHItX22EC/991bdcfcf5a5db98553a63f375089561/J2aLbpx-3vw9_2_2.png" />
            
            </figure><p>](<a href="https://www.cloudflare.com/apps/tinfoil_security">https://www.cloudflare.com/apps/tinfoil_security</a>)</p><p>We’re pleased to introduce a new CloudFlare App: <a href="https://www.cloudflare.com/apps/tinfoil_security">Tinfoil Security</a>. Tinfoil Security is a service designed to find possible web application vulnerabilities.</p><p>Security is central to CloudFlare's service. Our security features operate at the network level to identify and block malicious traffic from ever reaching your website or application. However, even with that protection in place, it’s still worth fixing problems at the application layer as well.</p><p>Tinfoil Security helps website owners learn about possible vulnerabilities in their applications by scanning for vulnerabilities, tests all access points, and providing step-by-step introductions on eliminating threats if found.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6ooQXVRdzA4rMPkGW3E27b/a8bee5f2489f489474da44873fc890b7/image01_5.png" />
            
            </figure><p>Detail of an individual vulnerability report.</p><p>Their developer-focused reports can be tied into continuous integration lifecycle with API hooks for kicking off new scans after changes are made.</p><p>Tinfoil offers several price points, including a free plan that checks for XSS (Cross-Site Scripting) concerns. The Tinfoil app is a quick and easy addition to your CloudFlare service. <a href="https://www.cloudflare.com/apps/tinfoil_security">Take a look</a>!</p> ]]></content:encoded>
            <category><![CDATA[Vulnerabilities]]></category>
            <guid isPermaLink="false">5YNrZXFN1XfrNMM7yFqIkC</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[App: Clearspike automates search engine optimization]]></title>
            <link>https://blog.cloudflare.com/app-clearspike-automates-search-engine-optimi/</link>
            <pubDate>Wed, 09 Jan 2013 18:55:00 GMT</pubDate>
            <description><![CDATA[ You care about your website, and you want it to be found. For many visitors, finding your website starts with search engines. Together, Google, Bing, Baidu and others are huge sources of traffic for every website. ]]></description>
            <content:encoded><![CDATA[ <p>You care about your website, and you want it to be found. For many visitors, finding your website starts with search engines. Together, Google, Bing, Baidu and others are huge sources of traffic for every website.</p><p>The extra speed and security CloudFlare delivers are helpful for search engine ranking, but there are many other factors, including site content, organization and proper promotion.</p><p>The newest CloudFlare App, <a href="https://www.cloudflare.com/apps/clearspike">Cle rspike</a> automates the search engine optimization (SEO) process to help your website attract more organic search engine traffic.</p><p>We know you cared enough to make your website faster and safer. Improving your SEO is a complementary step, and we're pleased to make it easy to use the Clearspike service and tap into the expertise of the Clearspike team for additional benefits.</p>
    <div>
      <h3>How it works</h3>
      <a href="#how-it-works">
        
      </a>
    </div>
    <p>Like other CloudFlare Apps, <a href="https://www.cloudflare.com/apps/clearspike">Clearspike</a> is easy to activate, with different levels of service available immediately, and no long-term commitment.</p><ul><li><p>Self-Service Plan: Get custom recommendations and update website yourself. $24 / month.</p></li><li><p>Automated Plan: Use Clearspike tools to get website optimized automatically. $49 / month.</p></li><li><p>Do-It-For-Me Plan: Get Clearspike experts to optimize your website. $199 / month.</p></li></ul><p>There's no tricks: the experts at Clearspike capture a wealth of experience in an easy-to-use service which makes their expertise usable and easy to apply.</p><p>At every level of service, Clearspike actively reviews your site for possible improvements, making recommendations and giving you tools to take action. The service includes keyword recommendations, page title optimizations, submission to appropriate directories, finding broken links, checking sitemaps and more. Clearspike helps you measure your progress, too, so you can see the return on your investment in SEO.</p><p><i>P.S. Clearspike made their service available to CloudFlare customers using the </i><a href="http://appdev.cloudflare.com/"><i>app development platform</i></a><i>.</i></p><p></p><p><i>CloudFlare is </i><a href="http://www.jobscore.com/jobs/cloudflare/partner-engineer-platform/c9SmO6kR8r4RhneJe4efaV?ref=rss&amp;sid=68"><i>hiring</i></a><i> to extend the platform.</i></p> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <category><![CDATA[SEO]]></category>
            <guid isPermaLink="false">qMhgFx2TvlJGRwR3JZU54</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[App: iubenda generates fast, easy, simple privacy policies]]></title>
            <link>https://blog.cloudflare.com/app-iubenda-generates-fast-easy-simple-privac/</link>
            <pubDate>Mon, 10 Dec 2012 22:16:00 GMT</pubDate>
            <description><![CDATA[ Almost every website needs a privacy policy. In most countries, it's legally required, and it helps build trust with visitors.  ]]></description>
            <content:encoded><![CDATA[ <p>[</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1UYT7emnLsXmY3kvxG5Leu/8c159bbda5fe89407dc83fb9fbeb9e89/iubenda-logo.png.scaled500.png" />
            
            </figure><p>](<a href="https://www.cloudflare.com/apps/iubenda">https://www.cloudflare.com/apps/iubenda</a>)Almost every website needs a privacy policy. In most countries, it's legally required, and it helps build trust with visitors. But without a lawyer on your team, writing a policy that meets your legal requirements can be challenging. What's even harder is avoiding jargon and writing a policy that's easy to read and understand.</p><p>If your site's privacy policy doesn't clear these high bars, we encourage you to try the newest CloudFlare App from <a href="https://www.cloudflare.com/apps/iubenda">iubenda</a>. The iubenda team keeps up with worldwide policies and requirements, and has worked with lawyers to make generating a privacy policy simple. They capture your site's needs in an easy-to-read document that's easy to update without recoding your site.</p><p>The iubenda approach also radically reduces the cost: you'll have a clear policy maintained by a legal team for only $2.25/month/site.</p><p>We'd never envisioned a privacy policy App, but we're thrilled with the fit for many CloudFlare customers. Big companies have legal teams and have privacy policies, small companies (and some medium ones) need privacy policies, but certainly don't have legal teams.</p><p>We are excited to offer a service like iubenda which shares the CloudFlare ethos of bringing the tools of the Internet giants within reach of every website online.</p>
    <div>
      <h3>How it works</h3>
      <a href="#how-it-works">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/39TL0rKIcJSZguCkcWLV19/5d4655ca87990000875c72ca9f1edf98/full-privacy-policy-example-iubenda.png.scaled500.png" />
            
            </figure><p>iubenda lets website owners generate a privacy policy within seconds, beautifully designed, customized on needs and remotely maintained by a legal team. As you turn on the <a href="https://www.cloudflare.com/apps/iubenda">iubenda App</a>, a minimal privacy policy will be added to your website as a badge attached to the lower border.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/2GNGTwqeeFOsEvrPky7xmu/56f1e269b0eb5b6b33d421a1703787c7/iubenda-badge-example.png.scaled500.png" />
            
            </figure><p>You customize and extend the privacy policy to match your practices using the iubenda step-by-step tools. Of course, you can integrate the policy in different ways, turning off the badge and presenting different integrations following iubenda's clear instructions.</p><p>We're proud to have <a href="https://www.cloudflare.com/apps/iubenda">iubenda's privacy policy service</a> available now to all CloudFlare customers.</p>
    <div>
      <h3>Extending the platform</h3>
      <a href="#extending-the-platform">
        
      </a>
    </div>
    <p>When iubenda reached out to CloudFlare, it became clear that -- given their interesting service and technical savvy -- iubenda was a clear fit for building their App via our new packaged approach, which gives the developer more control over the resources needed.</p><p>Here's a link to iubenda's <a href="https://github.com/Facens/iubenda_cfapp">GitHub repo</a> for their integration, following the guidelines <a href="http://appdev.cloudflare.com">documented here</a>.</p><p>We encourage other interested developers to consider this approach of putting their service or website utility into the <a href="https://www.cloudflare.com/apps">CloudFlare Apps</a> marketplace where it can be instantly turned on by hundreds of thousands of CloudFlare customers.</p> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <guid isPermaLink="false">69eNy8afgah60fKuZ6nnKN</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[App: Infolinks Earns You Money With In-Text Ads]]></title>
            <link>https://blog.cloudflare.com/app-infolinks-earns-you-money-with-in-text-ad/</link>
            <pubDate>Tue, 31 Jul 2012 00:25:00 GMT</pubDate>
            <description><![CDATA[ At CloudFlare, we're interested in making running a website easier. That's a broad definition, on purpose, going far beyond security and performance. If your goal is making money from your website, we want to make that easier, too. ]]></description>
            <content:encoded><![CDATA[ <p></p><p>At CloudFlare, we're interested in making running a website easier. That's a broad definition, on purpose, going far beyond security and performance.</p><p>If your goal is making money from your website, we want to make that easier, too.</p><p>So we're pleased to introduce Infolinks to CloudFlare customers. Available now, the <a href="https://www.cloudflare.com/apps/infolinks">Infolinks app</a> will automatically add in-text ads to your website.</p>
    <div>
      <h3>How It Works</h3>
      <a href="#how-it-works">
        
      </a>
    </div>
    <p>Infolinks turns keywords into relevant ads, which only trigger when a website visitor hovers over the link, as in the screenshot below. Infolinks operates in real time, extracting content and determining intent. The automatically-created in-text ads overcome "banner blindness" delivering a richer experience for your visitors right on your website. You earn revenue when your visitors click on the ads. Monthly payments are sent to your bank or PayPal account.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/4xNt9rtH1LiF81vnpmB2Xc/f6b19252d988b1512cebaedec972dd17/infolinks-screenshot.png.scaled500.png" />
            
            </figure><p>To enable Infolinks, you don't need to change the layout of your site.Instead, <a href="https://www.cloudflare.com/apps/infolinks">turn on the app</a> in your CloudFlare dashboard, and upon approval, the Infolinks code will be applied by CloudFlare to your sites, automatically turning keywords into relevant ads.</p>
    <div>
      <h3>A Few Things to Note</h3>
      <a href="#a-few-things-to-note">
        
      </a>
    </div>
    <ul><li><p>Infolinks is appropriate for publishers with rich content.</p></li><li><p>Infolinks is not compatible with every website. Websites with adult or offensive content are not allowed. Every website goes through a manual review process by the Infolinks team.</p></li><li><p>Turn on the <a href="https://www.cloudflare.com/apps/infolinks">Infolinks app</a> today and start making money from your website with in-text ads.</p></li></ul> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <category><![CDATA[Advertising]]></category>
            <guid isPermaLink="false">3YhbSCAWMf8jJXnaJebtag</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[Never Deal With DNS Propagation Again]]></title>
            <link>https://blog.cloudflare.com/never-deal-with-dns-propagation-again/</link>
            <pubDate>Sat, 19 May 2012 02:13:00 GMT</pubDate>
            <description><![CDATA[ At CloudFlare, we think a lot about the Domain Name Service -- better known as DNS, the Internet's address book. CloudFlare uses DNS to bring performance and security to our customers.  ]]></description>
            <content:encoded><![CDATA[ <p></p><p>At CloudFlare, we think a lot about the <a href="https://www.cloudflare.com/learning/dns/what-is-dns/">Domain Name Service</a> -- better known as DNS, the Internet's address book. CloudFlare uses DNS to bring performance and security to our customers. But, we don't spend a lot of time talking about our DNS service, behind the scenes.</p>
    <div>
      <h3>The "CloudFlare benefit"</h3>
      <a href="#the-cloudflare-benefit">
        
      </a>
    </div>
    <p>One recent customer comment reminded us of an unsung advantage:</p><blockquote><p>_"The thing is, we had this new design running on a QA server for the past week, doing final testing and updating. Yesterday we changed the IP to point the domain to the new QA server, away from the "old" prod server.</p><p>BUT unlike every other time when we change a site's IP - the change was instantaneous‚ since the only IP the world has for our sites is CloudFlare, so when we change servers, IPs, etc.</p><p>So with CloudFlare, instant server move, web host move, IP change -- never deal with DNS propagation again. That is awesome."_</p></blockquote>
    <div>
      <h3>No More Waiting</h3>
      <a href="#no-more-waiting">
        
      </a>
    </div>
    <p>Because the public IP addresses don't change, using CloudFlare removes the wait for TTL (Time To Live) record expiration and DNS propagation when you make a change to one of your site's DNS records. This waiting period is often an excruciating part of development and deployment changes, because it's completely out of your control. Yes, you can lower your TTLs ahead of time, but it's still a seemingly endless wait for the world's recursive DNS servers to come get the new record.</p><p>If DNS isn't something you spend a lot of time thinking about, that's fine. Just know that once you're on CloudFlare, your changes are live faster, and you can get back to everything else on your plate. Making running a website easier...that's part of CloudFlare's goal, even in the small things.</p><p>P.S. - We recently made <a href="/managing-dns-records/">major improvements</a> to our DNS management interface. You can also manage DNS via <a href="http://www.cloudflare.com/docs/client-api.html">API</a>.</p> ]]></content:encoded>
            <category><![CDATA[TTL]]></category>
            <guid isPermaLink="false">5GremFsvESMEbO5jkMWB3D</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[App: Observe Earth Hour on Your Website]]></title>
            <link>https://blog.cloudflare.com/app-observe-earth-hour-on-your-website/</link>
            <pubDate>Fri, 30 Mar 2012 17:55:00 GMT</pubDate>
            <description><![CDATA[ This app started with a casual request on Tuesday, March 27th, in a public CloudFlare support thread. "I think it would be great if CloudFlare had an app to aid in Earth Hour this upcoming Saturday, March 31 @ 8:30 PM. It's not too late to join in on the effort!" ]]></description>
            <content:encoded><![CDATA[ <p></p>
    <div>
      <h3>"It would be great if..."</h3>
      <a href="#it-would-be-great-if">
        
      </a>
    </div>
    <p>This app started with a casual request on Tuesday, March 27th, in a public CloudFlare support thread.</p><blockquote><p>I think it would be great if CloudFlare had an app to aid in Earth Hour this upcoming Saturday, March 31 @ 8:30 PM. It's not too late to join in on the effort!</p></blockquote><p>Time was too short for CloudFlare to help, based on other projects. But — just in case — I mentioned the alpha version of our developer platform. <a href="https://twitter.com/C19H34O2">Katie G.</a>, a developer in the UK, warned that she was busy with lots of work and other projects, but ended with:</p><blockquote><p>I'll still try to do it though in time for Earth Hour.</p></blockquote>
    <div>
      <h3>Underpromise, Overdeliver</h3>
      <a href="#underpromise-overdeliver">
        
      </a>
    </div>
    <p>Last night — about 48 hours later — <a href="https://www.cloudflare.com/apps/earthhour">Earth Hour</a> was made available to all CloudFlare customers as a free CloudFlare app!</p><p>Turn on <a href="https://www.cloudflare.com/apps/earthhour">the app</a>, and for one hour on March 31 (today, for some; tomorrow for many) your site will go dark and present a message to the site visitor explaining <a href="http://www.earthhour.org/">Earth Hour</a>. The app offers site owners the chance to "Save the world, 60 minutes every 365 days at a time."</p><p>We applaud Katie for her quick work, and her questions during development have helped us improve the platform already.</p>
    <div>
      <h3>What Can You Do On CloudFlare?</h3>
      <a href="#what-can-you-do-on-cloudflare">
        
      </a>
    </div>
    <p>More info coming soon about this developer platform. But the impatient can follow links in this <a href="http://support.cloudflare.com/discussions/suggestions/1168-earth-hour">thread</a>. If you'd like to develop an app, <a href="http://support.cloudflare.com/discussion/new">let us know</a>. Developers can build globally-deployable apps for CloudFlare-powered sites, with no operation costs, to join the existing <a href="https://www.cloudflare.com/apps">CloudFlare apps</a>. That's just the beginning.</p>
    <div>
      <h3>Don't Forget</h3>
      <a href="#dont-forget">
        
      </a>
    </div>
    <p>It's easy to observe <a href="https://www.cloudflare.com/apps/earthhour">Earth Hour</a>, no matter your time zone.</p> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <guid isPermaLink="false">7JFo57CjqvsdhUqxB06GaD</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[TODAY Show Traffic Spike No Problem For Khataland]]></title>
            <link>https://blog.cloudflare.com/today-show-traffic-spike-no-problem-for-khata/</link>
            <pubDate>Thu, 26 Jan 2012 23:33:00 GMT</pubDate>
            <description><![CDATA[ Today comes every day. But promotion on the TODAY Show comes along rarely, if at all. The TODAY Show is the top morning TV show in America, with more than 5 million viewers each day. ]]></description>
            <content:encoded><![CDATA[ <p>Today comes every day. But promotion on the <a href="http://www.today.com">TODAY Show</a> comes along rarely, if at all. The TODAY Show is the top morning TV show in America, with more than 5 million viewers each day.</p><p>So, when the management team at <a href="http://www.khataland.com/">Khataland.com</a> got the call that Jill Martin was going to feature one of their products in the Steals &amp; Deals promotion on Tuesday, January 24, they were excited. And then they got to work.<a href="http://www.khataland.com/"></a><a href="http://www.khataland.com/"></a>[</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/661mT7Sn7Atkt5Hq6aeoRz/069d42a352086f9bb9064fc7aa09479b/khataland-home-page.png.scaled500.png" />
            
            </figure><p>](<a href="http://www.khataland.com/">http://www.khataland.com/</a>)</p><p>NBC editors tell featured companies to expect up to 100,000 hits in the span of a few minutes after the TV segment airs, with follow-on spikes as the show airs in each successive time zone. So the team at Khataland got in touch with <a href="http://www.corecommerce.com/">CoreCommerce</a>, who runs their online store, and made some plans to handle the expected surge.</p><p>Those plans quickly involved CloudFlare.</p>
    <div>
      <h3>Working Together</h3>
      <a href="#working-together">
        
      </a>
    </div>
    <p>CloudFlare works in cooperation with any webserver or platform to make sure websites are safe, fast, and available. There's no relationship required between CloudFlare and your host, but it doesn't hurt that CloudFlare and CoreCommerce serve several customers together. For instance, earlier this month, <a href="http://benderbound.com/">Benderbound</a> enjoyed the combination to make sure their site was fast and available during a smaller TODAY Show appearance.</p><p>So, when Khataland asked CoreCommerce for help, they recommended CloudFlare.</p><p>Here's how Brandon Wanamaker, from the quality assurance team, put it:</p><blockquote><p>We always do our best to provide top-tier service to our customers at the product and customer experience levels. CloudFlare allows us to multiply our efforts to speed up the software; reduces the merchant's expense by absorbing a very large majority of bandwidth usage; and protects higher profile, or otherwise unfortunate, targets of a denial of service attack and other malicious traffic. The more merchants on our system using CloudFlare, the faster and safer the CoreCommerce system is. Shoppers are less likely to abandon their shopping carts on a faster site. Merchants avoid huge bandwidth usage and possibly overages. Finally, it makes our lives a little easier when the system is running smoothly. It's changed how we handle stores featured on a national TV broadcast, with potential surge in traffic. We insist on CloudFlare to keep their stores and CoreCommerce running quickly, with no hiccups. With such huge exposure, downtime is not an option, and in every case, CloudFlare has never failed. And the setup is way too simple for something that does so much. Registration, a few clicks and you're done! I can't say enough good things about the experience the CoreCommerce team and our merchants have had working with CloudFlare.</p></blockquote>
    <div>
      <h3>Quick Setup, Fantastic Results</h3>
      <a href="#quick-setup-fantastic-results">
        
      </a>
    </div>
    <p>The team at Khataland signed up for CloudFlare directly, changed their nameservers, and ordered CloudFlare Pro to secure transactions with Full SSL. Everything was in place in under an hour, letting the Khataland and CoreCommerce team focus on other preparations for making a whole bunch of brand-new customers happy.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/93ZHxnBTdHNXwxEs7Jvus/3587ebd5ff839e8891e0444d7903c331/hip2save-khataland.png.scaled500.png" />
            
            </figure><p>Here's what Khataland shared:</p><blockquote><p>We had huge interest from Today Show viewers. In the first hour after the show, we had more than 60,000 views and sold more than half of our special packages for the show. Our website remained up and functioning during this huge spike.</p></blockquote><p>See the spike for yourself, starting in the largest viewership (Eastern Time) with each time zone providing another bump an hour later.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1rPL7XDLenNJryGOAe6Yn4/00fd2d722b3302bdde1ad97b814a9f18/khataland-today-show-traffic.png.scaled500.png" />
            
            </figure><p>Brandon on the CoreCommerce team <a href="https://twitter.com/bdub_thetester/status/161886863450312704">tweeted</a> about the resources saved.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/7FIPQzjvUNIKJA7lMenwiL/fd96c6d3e007b6b864f7aa8551dc1f0f/tweet-about-khataland.png.scaled500.png" />
            
            </figure><p>Here's a more graphical view from the CloudFlare dashboard, showing thesavings.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6EAOj6Wl5HXIfKZWzVl77c/89206ef3ddbb0695230b711eb70ec8e7/khataland-requests-bandwidth-saved.png.scaled500.png" />
            
            </figure>
    <div>
      <h3>Make The Most Of Your Time In The Spotlight</h3>
      <a href="#make-the-most-of-your-time-in-the-spotlight">
        
      </a>
    </div>
    <p>Surges in traffic come for many reasons beyond TV promotion, from the <a href="/tales-from-the-pumpkin-patch">Halloween holiday</a>, a <a href="/an-american-story-surviving-the-crush-of-holi">pre-Christmas sale</a>, or simply <a href="/cloudflare-saves-groundhog-day">Groundhog Day</a> (next week!). CloudFlare's ability to deliver information quickly to your visitors without overloading your webserver becomes dramatically important during these surges.</p><p>But a fast, always available, secure website is important every day, so <a href="http://www.cloudflare.com/sign-up">sign up for CloudFlare</a> now.</p> ]]></content:encoded>
            <category><![CDATA[eCommerce]]></category>
            <category><![CDATA[Testimonials]]></category>
            <category><![CDATA[Customers]]></category>
            <category><![CDATA[Reliability]]></category>
            <guid isPermaLink="false">AFN68Hxn6ZwVe6DLm6ai1</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[App: ShareAndTell Pro Makes Sweepstakes Easy]]></title>
            <link>https://blog.cloudflare.com/app-shareandtell-pro-makes-sweepstakes-easy/</link>
            <pubDate>Wed, 04 Jan 2012 19:04:00 GMT</pubDate>
            <description><![CDATA[ ShareAndTell Pro is a social sweepstakes and rewards platform that lets you set up giveaways on your website and Facebook page. ShareAndTell Pro is now available as a CloudFlare App.

 ]]></description>
            <content:encoded><![CDATA[ <p></p><p>ShareAndTell Pro is a social sweepstakes and rewards platform that lets you set up giveaways on your website and Facebook page. <a href="https://www.cloudflare.com/apps/shareandtell">ShareAndTell Pro</a> is now available as a <a href="https://www.cloudflare.com/apps">CloudFlare App</a>.</p>
    <div>
      <h3>Easy Is Powerful</h3>
      <a href="#easy-is-powerful">
        
      </a>
    </div>
    <p>When you run a sweepstakes, deciding to give away a phone or tablet to incent your customers to follow you on Twitter or Like your company on Facebook is just the beginning. What comes next is managing compliance with individual state laws, following compliance with rules (Facebook has more regulations than some governments!), tracking your entrants properly, monitoring the dates, and following through with winners to deliver prizes...all while doing your other work.</p><p>ShareAndTell Pro makes sweepstakes easy to run without getting bogged down in operational details you never even considered. Use the ShareAndTell Pro service, and your sweepstakes adds to your bottom line instead of pulling you into a morass.</p>
    <div>
      <h3>Everyone Can Be A Pro</h3>
      <a href="#everyone-can-be-a-pro">
        
      </a>
    </div>
    <p>At CloudFlare, we bring the tools of the Internet giants to the web at large. ShareAndTell Pro has a similar approach. The same platform available now as a CloudFlare App powers big sweepstakes for big brands. Check out these examples: <a href="https://www.facebook.com/FightClub">Fight Club</a>, <a href="https://www.facebook.com/thehangover?sk=app_119145321465581">The Hangover</a>, <a href="https://www.facebook.com/Bridesmaids?sk=app_119145321465581">Bridesmaids</a>, and the Game Show Network's <a href="https://www.facebook.com/gameshownetwork?sk=app_119145321465581%20">Family Reunion Sweepstakes</a>.</p><p>The step-by-step sweepstakes builder makes it easy to set up a promotion, rewarding visitors with entries when they follow you on Twitter, Like you on Facebook, comment, answer survey questions, and more. You also may reward participants with coupon codes. All of this functionality is coupled with full analytics to track your promotion in real time, including where sharing happens and what website traffic is coming from the endorsements.</p>
    <div>
      <h3>Integration with CloudFlare</h3>
      <a href="#integration-with-cloudflare">
        
      </a>
    </div>
    <p>As a CloudFlare customer, you turn on ShareAndTell Pro from your CloudFlare dashboard for $20/month (Basic plan). Instantly, the ShareAndTell Pro widget appears on your website, with an active promotion for one of the ShareAndTell Pro prizes (no extra charge!) for visitors who share your site with others. For example, through January 31, 2012, the default prize is a Samsung Galaxy Tablet. Last month was a Kindle Fire.</p><p>When you decide to set up your own promotion, with your own prizes, the default offering is seamlessly replaced by your custom giveaway. You can customize the appearance and action of the widget.</p><p>Making your job easier is priceless, and ShareAndTell Pro removes the hassle from encouraging your customers to interact with your site and share your brand.</p><p>Add <a href="https://www.cloudflare.com/apps/shareandtell">ShareAndTell Pro</a> now and you'll be running a sweepstakes on your site in minutes.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/2ELOhJmXl48YYtE2kJBbCA/aeb45290476d45008037d0969cd1864f/shareandtell-widget-closed.png.scaled500.png" />
            
            </figure> ]]></content:encoded>
            <category><![CDATA[Analytics]]></category>
            <category><![CDATA[Cloudflare Apps]]></category>
            <guid isPermaLink="false">5mcFrab1rC6ra838Xndhst</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[App: Goodbye Apture, Hello Highlight]]></title>
            <link>https://blog.cloudflare.com/app-goodbye-apture-hello-highlight/</link>
            <pubDate>Mon, 19 Dec 2011 21:56:00 GMT</pubDate>
            <description><![CDATA[ Since its June introduction as a CloudFlare App, Apture's contextual search service has been popular. Thousands of CloudFlare customers installed the app. In November, we heard that Apture was shutting down their service, as part of their acquisition by Google.  ]]></description>
            <content:encoded><![CDATA[ <p></p>
    <div>
      <h3>The Problem: Apture Disappearing</h3>
      <a href="#the-problem-apture-disappearing">
        
      </a>
    </div>
    <p>Since its June introduction as a CloudFlare App, Apture's contextual search service has been popular. Thousands of CloudFlare customers installed the app.</p><p>In November, we heard that Apture was shutting down their service, as part of their acquisition by Google. Good for them, but we thought immediately "What can we do for CloudFlare site owners?"</p><p>Our first instinct was to look around for a replacement service, or more than one, but no obvious alternative emerged. And Apture's deadline for turning the service off was set to Tuesday, December 20.</p><p>What to do?</p>
    <div>
      <h3>The Response: One-Day Hackathon</h3>
      <a href="#the-response-one-day-hackathon">
        
      </a>
    </div>
    <p>Three folks on the CloudFlare team -- Ram, Chris, and Kevin -- decided they could make something similar and useful, given a little bit of time. Offered a single day, as a mini-hackathon, the enthusiastic trio agreed. Our positive experience with <a href="/favris-is-cloudflare-winner-at-techcrunch-dis">larger hackathons</a> helped set the model and expectations.</p><p>On December 7, Ram, Chris and Kevin closed the door of a conference room and ignored the rest of the team. They started with pastries and coffee. A clean whiteboard was quickly filled.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6czXGXMoFjfIXrnDNuJX8c/9d1450ce1f9116827ecafce6101ebbde/whiteboard-and-pastries.jpg.scaled500.jpg" />
            
            </figure><p>Later in the day, brief interruptions were tolerated for delivery of burritos and Red Bull.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/uDEAvD8JUVMmWwVt9SPXj/25ddb674a8e0d8cfc0b361f556bbbe49/burritos.jpg.scaled500.jpg" />
            
            </figure><p>The team combined several technologies, internal and external, to deliver a simple, polished experience. Free APIs from Bing and DuckDuckGo were explored and put to use. <a href="http://js.cloudflare.com/">CloudFlareJS</a> as a JavaScript loader made performance straightforward.</p><p>Many additional ideas were discussed, but 12 hours isn't much time. The team decided on delivering the core functions of web search, definitions, and (a nice touch) incorporating the "read aloud" benefits of Pronounce, an existing CloudFlare app.</p><p>It was a long day, but ultimately successful for Ram, Chris, and Kevin. And for CloudFlare customers.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1fMtWwKAI290dtPNAlFBne/c5ed6268f43be3488db6c455d9aa433f/Ram_Chris_Kevin_Finished_Work.JPG.scaled500.jpg" />
            
            </figure>
    <div>
      <h3>The Result: Highlight</h3>
      <a href="#the-result-highlight">
        
      </a>
    </div>
    <p><a href="https://www.cloudflare.com/apps/highlight">Highlight</a> is a one-click install on your CloudFlare-powered site. Highlight gives your site visitors contextual web search and definitions -- and no one needs to leave your site.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3FLPNcUeHcMfksfi2GSDZQ/6e659f98fe2697a18de7a42b0b40b4a6/highlight-detail.png.scaled500.png" />
            
            </figure><p>Visitors select a word or phrase, and a quiet tooltip appears, inviting them to seek more info or simply listen to the word or phrase read out loud.</p>
    <div>
      <h3>Invitation to Apture Customers</h3>
      <a href="#invitation-to-apture-customers">
        
      </a>
    </div>
    <p>CloudFlare customers looking to replace Apture simply need to <a href="https://www.cloudflare.com/apps/highlight">turn on Highlight</a>.</p><p>Not yet a CloudFlare customer? Take five minutes and <a href="https://www.cloudflare.com/sign-up">sign up for CloudFlare</a>. And then use CloudFlare Apps to <a href="https://www.cloudflare.com/apps/highlight">install Highlight</a> as a worthy replacement to Apture.</p> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <category><![CDATA[Hackathon]]></category>
            <guid isPermaLink="false">42dTHULeeTDrHJeoWoiE37</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[Global Thanks]]></title>
            <link>https://blog.cloudflare.com/american-holiday-global-thanks/</link>
            <pubDate>Thu, 24 Nov 2011 01:07:00 GMT</pubDate>
            <description><![CDATA[ It's almost time at CloudFlare headquarters, in San Francisco, California, USA, to celebrate Thanksgiving. This holiday brings together family and friends to enjoy a meal and remember the people and events for which we are grateful. ]]></description>
            <content:encoded><![CDATA[ <p></p>
    <div>
      <h3>Thanksgiving</h3>
      <a href="#thanksgiving">
        
      </a>
    </div>
    <p>It's almost time at CloudFlare headquarters, in San Francisco, California, USA, to celebrate <a href="http://en.wikipedia.org/wiki/Thanksgiving">Thanksgiving</a>. This holiday brings together family and friends to enjoy a meal and remember the people and events for which we are grateful.</p>
    <div>
      <h3>Worldwide Friends</h3>
      <a href="#worldwide-friends">
        
      </a>
    </div>
    <p>We can't invite each member of our community to join us for Thanksgiving dinner, but we are grateful that so many worldwide are using CloudFlare to make their sites faster and safer. We serve a global community, with a <a href="https://www.cloudflare.com/network-map.html">global network</a>, and we remember that every day, not just the holidays.</p><p>To make our service more accessible to this worldwide community, CloudFlare uses the Smartling platform to offer our website in 31 languages, all available from the menu at the bottom right of <a href="http://www.cloudflare.com/">CloudFlare.com</a> pages. Each language starts with machine translation, and then, using the Smartling in-page tools, the community goes to work.</p><p>In the few months since we began this community translation effort, our customers have translated <b>20,000 words in 16 languages</b>. That's amazing.</p><p>Nearly 100 CloudFlare customers have translated portions of our website. In the spirit of Thanksgiving, we recognize a few of the most prolific translators here, in no particular order.</p><ul><li><p><a href="http://www.bbstars.com">Mohammed Alamri</a></p></li><li><p><a href="http://www.ptservidor.pt">Raquel Santos and Mariana Gaspar</a></p></li><li><p><a href="http://yosso.org">Mosi Wang</a></p></li><li><p><a href="http://www.secnews.gr">SecNews Management Team</a></p></li><li><p><a href="http://ardhagp.com">Ardha Gp</a></p></li><li><p><a href="http://emilstahl.dk">Emil Stahl Pedersen</a></p></li><li><p><a href="http://www.progeek.fr">Cyrille Dumortier</a></p></li><li><p><a href="http://computerbetrug.de">Heiko Rittelmeier</a></p></li><li><p><a href="http://writteninmusic.com">Jorim Sint</a></p></li><li><p><a href="http://amplifuge.com">Bazyli Brzóska</a></p></li><li><p><a href="http://www.gyeben.tk">Gyönki Bendegúz</a></p></li></ul><p>There are many others, not all of whom wanted to be recognized publicly. We're grateful to each one, and to Smartling for making this process simple for both the translator and site owner alike.</p><p>This same translation tool is available for <b>your website</b> on CloudFlare via the <a href="https://www.cloudflare.com/apps/smartling">Smartlingapp</a>.</p><p>Like to help us improve our global voice? <b>Go to </b><a href="http://translate.cloudflare.com/"><b>translate.cloudflare.com</b></a> and register with your language(s).</p>
    <div>
      <h3>Enjoy Your Turkey</h3>
      <a href="#enjoy-your-turkey">
        
      </a>
    </div>
    <p>For those celebrating Thanksgiving tomorrow, enjoy your turkey dinner and your time with family and friends. For the rest of the world -- including our Canadian customers who enjoyed Thanksgiving several weeks ago -- many thanks for helping make CloudFlare grow all around the world, in every language.</p><p><i>Thanks to </i><a href="http://twitter.com/#!/dainbrain/status/139426364725002241"><i>Dain Kennison</i></a><i> for the image.</i></p> ]]></content:encoded>
            <category><![CDATA[Thanksgiving]]></category>
            <category><![CDATA[Community]]></category>
            <category><![CDATA[Holidays]]></category>
            <guid isPermaLink="false">4Db44zGgg3wx11XrtUcDVF</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[App: PunchTab Provides Instant Site Loyalty and Rewards Program]]></title>
            <link>https://blog.cloudflare.com/app-punchtab-provides-instant-site-loyalty-an/</link>
            <pubDate>Sat, 19 Nov 2011 01:21:00 GMT</pubDate>
            <description><![CDATA[ How much do you appreciate your site's visitors? With the newest CloudFlare app, you can show them.

PunchTab instantly adds a loyalty and reward program to your site, for free. ]]></description>
            <content:encoded><![CDATA[ <p></p><p>How much do you appreciate your site's visitors? With the newest CloudFlare app, you can show them.</p><p><a href="https://www.cloudflare.com/apps/punchtab">PunchTab</a> instantly adds a loyalty and reward program to your site, for free.</p><p>Visitors connect to your PunchTab-powered platform via Facebook. Regular visits earn your loyal visitors points every single day. Are they more involved? More points are awarded for commenting, sharing via Twitter, liking on Facebook, or giving you the Google +1 for new content.</p><p>Beyond these common actions, you can incent your customers to complete other custom actions, via the PunchTab SDK (software development kit).</p>
    <div>
      <h3>Rewards Catalog</h3>
      <a href="#rewards-catalog">
        
      </a>
    </div>
    <p>Right out of the gate, your customers can choose from a catalog of gift cards from top brands around the internet as soon as they earn enough points.</p><p>Once you're ready, you can create a custom catalog, with incentives specific to your customers.</p>
    <div>
      <h3>How To Get Started</h3>
      <a href="#how-to-get-started">
        
      </a>
    </div>
    <p>PunchTab is available for free on one domain.</p><p>Turning on <a href="https://www.cloudflare.com/apps/punchtab">PunchTab viaCloudFlare</a> will instantly start your loyalty program, placing the red "rewards tab" in the position of your choice on your website within seconds.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1EFee8mqikzZXJejKLfFzh/50048694f88591cdda199ef0d4df845f/punchtab-authentication.png.scaled500.png" />
            
            </figure> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <guid isPermaLink="false">5elGzjznoFAzi3zWoqr6ZG</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[App: Dome9 Automates Secure Access to Your Servers]]></title>
            <link>https://blog.cloudflare.com/app-dome9-automates-secure-access-to-your-ser/</link>
            <pubDate>Wed, 05 Oct 2011 22:57:00 GMT</pubDate>
            <description><![CDATA[ CloudFlare protects your website, scrubbing your web traffic from unwanted visitors and attacks. But not all traffic to a server is web traffic. For instance, SSH, FTP and other administrative ports may be needed at different times.  ]]></description>
            <content:encoded><![CDATA[ <p></p>
    <div>
      <h3>Security Beyond Web Traffic</h3>
      <a href="#security-beyond-web-traffic">
        
      </a>
    </div>
    <p>CloudFlare protects your website, scrubbing your web traffic from unwanted visitors and attacks. But not all traffic to a server is web traffic. For instance, SSH, FTP and other administrative ports may be needed at different times. But, every open port is a potential vector for attack, so these ports require thought, care and control.</p><p>Our newest CloudFlare App partner, <a href="https://www.cloudflare.com/apps/dome9">Dome9</a>, has a complementary solution aimed at these non-web ports. They're providing server security management as a service, so you can close all administrative ports easily and completely, by default.</p><p>With Dome9's Secure Access Lease™, you can open servers on-demand for the right people, for a defined amount of time, with an audit trail. The service helps you manage both internal access and third-party developer rights.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/4iWAce2K94aObMTRcLMMsD/aa577db2909f0f734cc481991482cae2/dome9-basic-ui.png.scaled500.png" />
            
            </figure>
    <div>
      <h3>CloudFlare Setup</h3>
      <a href="#cloudflare-setup">
        
      </a>
    </div>
    <p>Like all CloudFlare Apps, Dome9 is easy to turn on in your CloudFlare dashboard. For $20/month, you can manage and control access to 1 server, with 2 administrators. Additional servers and administrators can be added thereafter. Dome9 requires a lightweight install of the Dome9 Agent on your Windows or Linux server, whether hosted or cloud or virtual private server (VPS). The Dome9 Agent is available at Dome9 Central, immediately after account creation via CloudFlare.</p><p>One important note: Dome9 is <b>not available for shared hosting environments</b> at this time.</p><p>Set up <a href="https://www.cloudflare.com/apps/dome9">Dome9</a> today, and start automating secure access for all your hosted and cloud servers.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1mrRFdBWo6WhDbaN6wj0HY/f3f02d3773e6f0e75f38a99dd89ef179/cloudflare-account-page-on-dome9.jpg.scaled500.jpg" />
            
            </figure> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <guid isPermaLink="false">79RZSZpaM6AA6ATYqvNdA5</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[App: Blitz.io Makes Performance and Load Testing Easy]]></title>
            <link>https://blog.cloudflare.com/app-blitzio-makes-performance-and-load-testin/</link>
            <pubDate>Fri, 23 Sep 2011 15:17:00 GMT</pubDate>
            <description><![CDATA[ Blitz.io is a self service load and performance testing platform. It's a new offering from Mu Dynamics, leaders in the application testing space, and we're thrilled to make Blitz instantly available to CloudFlare customers right now as a CloudFlare App. ]]></description>
            <content:encoded><![CDATA[ <p></p><p><a href="https://www.cloudflare.com/apps/blitz">Blitz.io</a> is a self service load and performance testing platform. It's a new offering from Mu Dynamics, leaders in the application testing space, and we're thrilled to make Blitz instantly available to CloudFlare customers right now as a <a href="https://www.cloudflare.com/apps">CloudFlare App</a>.</p>
    <div>
      <h3>Command Line Utility, with Visual Reports</h3>
      <a href="#command-line-utility-with-visual-reports">
        
      </a>
    </div>
    <p>This CloudFlare App appeals mostly to developers, but even less technical members of the CloudFlare team (like me) enjoyed learning about Blitz.io's capabilities and running some tests. There's a reason Blitz.io calls testing Play.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/62yxgs0jqhSkwImFb6IEk2/a0b908d8f241c1d74908fcc507412824/blitz-bar.png.scaled500.png" />
            
            </figure><p>Blitz.io offers a developer-friendly command line user experience. This interface deliberately isn't point and click, since keyboard control gives savvy customers an efficient way to run familiar commands with the power of Blitz at their fingers. The reports, though, are presented visually, for full pattern-recognition power -- see examples below.</p>
    <div>
      <h3>How We Found Each Other</h3>
      <a href="#how-we-found-each-other">
        
      </a>
    </div>
    <p>We learned about Blitz.io because an early Blitz.io customer tried to load test a site on CloudFlare. Our security throttled and blocked the test automatically, which protected our customers. However, we believe in services which make a website owner's job easier, and load and performance testing are part of the toolkit. So, after an exchange of tweets and emails, we agreed to work with the Blitz.io team to make their new service an integrated option for CloudFlare customers.</p>
    <div>
      <h3>How It Works</h3>
      <a href="#how-it-works">
        
      </a>
    </div>
    <p><a href="https://www.cloudflare.com/apps/blitz">Turn on Blitz.io</a> in your CloudFlare dashboard, and follow the link to Blitz.io. You'll be automatically signed in, and ready to play. We're starting with a free plan, for testing up to 500 concurrent users. Higher volume paid plans are coming soon.</p><p>If using Blitz load testing to test a site protected by CloudFlare, note that Blitz load testing ("rushes") will need to be directed to your origin server, so you can learn the real baseline limits of your application. These results will not reflect CloudFlare acceleration, nor will CloudFlare security block the test.</p>
    <div>
      <h3>CloudFlare Difference</h3>
      <a href="#cloudflare-difference">
        
      </a>
    </div>
    <p>Once you discover the limits of your application, you can be confident that CloudFlare will improve its performance from that baseline. CloudFlare's delivery of static content from its global network frees up server resources and connections for use by your application, so you can wrangle more performance out of the same setup.</p><p>These two screenshots of Blitz.io reports show a rush for a single image (same one in both tests) from Blitz.io's California region, with the origin server in California. The first one is without CloudFlare, and hovers around 300ms. The second is with CloudFlare, and is less than 20ms. This isn't an application, but still interesting results.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6CTXcxVPpqOslm4RdiEFAu/a68c5b567f3ea8caf2bb97fca33dc6ab/blitz-image-origin.png.scaled500.png" />
            
            </figure>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/55WG7voKuU2gCKi953LVeo/1fd66802c68400487e7bacc725522a4b/blitz-image-cloudflare.png.scaled500.png" />
            
            </figure>
    <div>
      <h3>Additional Benefits</h3>
      <a href="#additional-benefits">
        
      </a>
    </div>
    <p>With Blitz's command line interface, no scripting is required. You can run your tests from multiple continents. Finally, Blitz is easy to integrate in your deployment process: there's a robust API, with support already available for Ruby, Java, Python, node.js and more.</p><p>We encourage you to use <a href="https://www.cloudflare.com/apps/blitz">Blitz.io</a> to make performance testing fun and easy.</p> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <guid isPermaLink="false">4HBdwGECPeVdHCXvw62Viy</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[Favris is CloudFlare Winner at TechCrunch Disrupt Hackathon]]></title>
            <link>https://blog.cloudflare.com/favris-is-cloudflare-winner-at-techcrunch-dis/</link>
            <pubDate>Wed, 14 Sep 2011 05:22:00 GMT</pubDate>
            <description><![CDATA[ Early Saturday afternoon, hundreds of hackers filled tables in a cavernous building in San Francisco, staking out their power cords and testing the Internet connection. This was the start of TechCrunch Disrupt's 2011 SF hackathon. ]]></description>
            <content:encoded><![CDATA[ <p></p>
    <div>
      <h3>Ram, Chris, and Ian at 5am Sunday morning</h3>
      <a href="#ram-chris-and-ian-at-5am-sunday-morning">
        
      </a>
    </div>
    <p>Early Saturday afternoon, hundreds of hackers filled tables in a cavernous building in San Francisco, staking out their power cords and testing the Internet connection. This was the start of TechCrunch Disrupt's 2011 SF <a href="http://disrupt.techcrunch.com/SF2011/hackathon/">hackathon</a>. CloudFlare jumped in to <a href="/pizza-prizes-at-techcrunch-disrupt-hackathon">sponsor pizza and a $1,000 prize</a> for the best CloudFlare App created during the hackathon.</p><p>Eight members of the CloudFlare team were there during the event to support hackers, answer questions about our new <a href="https://developers.cloudflare.com/">developers site</a>, and hand out pizza.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1ULs8sz2y8faXK944cykGc/c293826dacc651a0b2ba16468621a3d0/cloudflare-pizza-plate.jpg.scaled500.jpg" />
            
            </figure><p>CloudFlare pizza plate</p>
    <div>
      <h3>We Have A Winner!</h3>
      <a href="#we-have-a-winner">
        
      </a>
    </div>
    <p>After watching 130 one minute presentations, CloudFlare couldn't stop smiling at one demonstration.</p><p>A team from Hungary decided to think small, with an elegant game played only in the 16x16 pixel space commonly occupied by the favicon, the tiny image in a browser tab. Among an audience of their developer peers, the game from the United Task team earned applause, laughs and some gasps for their original name, which abbreviated "FAvorite Game icon."</p><p>CloudFlare CEO Matthew Prince was pleased to hand over the big money (literally) and name this hack as the winner of CloudFlare's $1,000 cash prize.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/5fIHaxhMmd9zvmg1DfY2ht/d4bcbef8b8fe0d0ed7a51416bb37198d/check-presentation.jpg.scaled500.jpg" />
            
            </figure><p>Quickly, the team turned their hack into a new CloudFlare App, available for free to all CloudFlare site owners. The App, named <a href="https://www.cloudflare.com/apps/favris">Favris</a>, turns your favicon into a small tribute to the world's favorite block game.</p><p>[</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/75begQwN9gzAXpHTKKOrZA/03beccae17dfe11b90919b99eae52cfb/cf-favris-logo-large.png.scaled500.png" />
            
            </figure><p>](<a href="https://www.cloudflare.com/apps/favris">https://www.cloudflare.com/apps/favris</a>)</p>
    <div>
      <h3>The Team</h3>
      <a href="#the-team">
        
      </a>
    </div>
    
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/5ap9zEB1upMD3HZArW40Xb/c21bcb3eb5e11365335b8f49fe2c313d/Favris_Guys.png.scaled500.png" />
            
            </figure>
    <div>
      <h3>Lepi, Hagyma, and Bence visiting CloudFlare office</h3>
      <a href="#lepi-hagyma-and-bence-visiting-cloudflare-office">
        
      </a>
    </div>
    <p>We first met the United Task team after they presented their hack. Since Sunday, we've had a chance to welcome three members of their team to the CloudFlare office, and asked Hagyma a few questions.</p>
    <div>
      <h3>How did you come up with this idea?</h3>
      <a href="#how-did-you-come-up-with-this-idea">
        
      </a>
    </div>
    <p>While doing serious stuff, we sometimes have crazy things in mind. One of us Gabor was reading about html canvas, and told us about it. Shortly we knew, we have something for the HACKATHON!</p>
    <div>
      <h3>How did you work together?</h3>
      <a href="#how-did-you-work-together">
        
      </a>
    </div>
    <p>We mostly worked against each other, we set in front of just one laptop and shouting at whoever was typing. One of us [Kescke] was unable to come to TCD, he was probably the most effective from overseas.</p>
    <div>
      <h3>How long did it take?</h3>
      <a href="#how-long-did-it-take">
        
      </a>
    </div>
    <p>It took more than we thought, but thank God, we didn't have to present before noon on Sunday. :)</p>
    <div>
      <h3>Why did you come to TechCrunch Disrupt?</h3>
      <a href="#why-did-you-come-to-techcrunch-disrupt">
        
      </a>
    </div>
    <p>We are a webapp dev company from Budapest, Hungary. We did many things for clients, and decided to go on with some of our ideas as a startup. Since we don't have experience, we wanted to see how things are going in the valley.</p>
    <div>
      <h3>Enjoy the newest CloudFlare App</h3>
      <a href="#enjoy-the-newest-cloudflare-app">
        
      </a>
    </div>
    <p>Install <a href="https://www.cloudflare.com/apps/favris">Favris</a> on your CloudFlare-powered site today, for free.</p> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <category><![CDATA[Disrupt]]></category>
            <category><![CDATA[TechCrunch]]></category>
            <category><![CDATA[Hackathon]]></category>
            <guid isPermaLink="false">5IhiY3AnWDyhuXKgZN9MsG</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[Haileo App Matches Contextual Ads to Images and Video]]></title>
            <link>https://blog.cloudflare.com/haileo-app-matches-contextual-ads-to-images-a/</link>
            <pubDate>Thu, 25 Aug 2011 17:06:00 GMT</pubDate>
            <description><![CDATA[ At CloudFlare, we appreciate deep technology applied to solve hard problems in an easy-to-use manner. Our newest CloudFlare App, does just that: Haileo helps you make money from your images and videos. ]]></description>
            <content:encoded><![CDATA[ <p></p>
    <div>
      <h3>Make Money from Your Images and Video</h3>
      <a href="#make-money-from-your-images-and-video">
        
      </a>
    </div>
    <p>At CloudFlare, we appreciate deep technology applied to solve hard problems in an easy-to-use manner. Our newest <a href="https://www.cloudflare.com/apps/">CloudFlare App</a>, does just that: <a href="https://www.cloudflare.com/apps/haileo">Haileo</a> helps you make money from your images and videos.</p><p>Contextually matching advertising to your site's image and video inventory is a complicated problem to solve. Haileo applies its detection and classification algorithms to understand multimedia the way people do. Then, Haileo serves appropriate ad content.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3MnkwgkIz3JQbkGnYrSaSG/c66f2f4f8f0f56675417c5201186a69f/haileo-in-action.jpg.scaled500.jpg" />
            
            </figure><p>Fortunately, all that technology works without any extra work by you, the website owner. Simply turn on Haileo via CloudFlare Apps, and, if approved, your site's multimedia inventory can include contextual advertising, giving you an additional revenue stream.</p>
    <div>
      <h3>Early Access</h3>
      <a href="#early-access">
        
      </a>
    </div>
    <p>We're thrilled to be Haileo's first platform partner for their proprietary technology, and the easiest way to integrate their service for website owners.</p><p>Because of this early access, there is one important requirement: your website must have <b>200,000 pageviews/month in the United States</b> to be considered for approval. If you don't meet that threshold now, please be patient. We expect to broaden the range in the future.</p><p>The review process takes no more than two business days. Approved sites will have Haileo turned on automatically.</p><p>It's fun to introduce apps that make our customers money. We hope all qualified sites will apply to start making extra money from their images and video. Try <a href="https://www.cloudflare.com/apps/haileo">Haileo</a> on your site today.</p> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <category><![CDATA[Advertising]]></category>
            <guid isPermaLink="false">wigYoWrhh6rKwC8RNH9wo</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[Translate Your CloudFlare Site]]></title>
            <link>https://blog.cloudflare.com/translate-your-cloudflare-site/</link>
            <pubDate>Fri, 05 Aug 2011 20:54:00 GMT</pubDate>
            <description><![CDATA[ I want to share some exciting news and an interesting story. Let's start with the news.  CloudFlare has users all around the world and so we are thrilled to announce that our service is now available in 27 languages.  ]]></description>
            <content:encoded><![CDATA[ <p></p><p>On this Friday afternoon, I want to share some exciting news and an interesting story. Let's start with the news.</p>
    <div>
      <h3>The News</h3>
      <a href="#the-news">
        
      </a>
    </div>
    <p>CloudFlare has users all around the world and so we are thrilled to announce that our service is now available in 27 languages. Use the language selector at the bottom right of <a href="https://www.cloudflare.com/">CloudFlare.com</a> to switch to <a href="https://no.cloudflare.com/">Norwegian</a> or <a href="https://id.cloudflare.com/">Indonesian</a> or Portuguese (either in <a href="https://pt-br.cloudflare.com/">Brazil</a> or <a href="https://pt.cloudflare.com/">Portugal</a>) or many, many others. We're off to a great start in providing our global services in many of the world's native tongues thanks to our global community and the <a href="https://www.smartling.com/">Smartling translation platform</a>.</p><p>It gets even better: every CloudFlare user can now use the same Smartling translation platform as a CloudFlare App to translate their own website. Smartling's service is easy and powerful; I encourage everyone to try it now. There is both a full-featured free plan and a paid plan that starts at $99/month.</p><p>There is no better way to go multilingual than via the Smartling App*.</p><p>*<i>(</i><i><i>NOTE: This app is no longer available, but you can learn about their services on </i></i><a href="https://www.smartling.com/"><i><i>the Smartling website</i></i></a><i><i>.)</i></i></p>
    <div>
      <h3>Try translating "supercharge"</h3>
      <a href="#try-translating-supercharge">
        
      </a>
    </div>
    <p>And now the story.</p><p>On our <a href="https://www.cloudflare.com/">home page</a>, we promise "Give us five minutes and we'll supercharge your website." In English, "supercharge" emphasizes speed and power. We feel it describes the combined benefits of performance, security and apps in one powerful word. The literal meaning, coming from the automotive world, is to"supply with extra energy or power." That is what we do for websites on our network.</p><p>But not every language packs the same multiple meanings into the same terms. One of our Norwegian community members shared the following earlier this week:</p><blockquote><p>The word "supercharge" simply does not exist in Norwegian, and havetrouble translating it to something similar without knowing a bit more about your intentions with this word. I have assumed that you use this word both to describe the speed, the added control, security and your apps. Is this the case, or am I overanalyzing, and it's really just about the speed? A supercharger makes a car go faster, as far as I know. It would help me a lot if you could provide me with some synonyms or rewrites of this phrase that you're OK with, so that I can be sure that I'm not altering your message in any way. The word I've chosen so far, "overraske", translates back to English as "surprise", but the literal meaning in Norwegian is "over-fast", i.e. superfast.</p><p>It's the only single Norwegian word I can think of that remotely covers all bases (i.e. you get speed and some nice "surprises" in the added security and features), but I'm not really happy with it, sinceit's not given that all Norwegians will understand that there is a double-meaning.</p></blockquote><p>Wow. That kind of attention to detail thrills. After an exchange, we agreed he would translate the more direct "Give us five minutes and we'll make your website faster and more secure." The result? "Gi oss fem minutter, og vi øker hastigheten og sikkerheten på ditt nettsted" (<a href="https://no.cloudflare.com/">See for yourself</a>).</p>
    <div>
      <h3>It Takes a (Global) Village</h3>
      <a href="#it-takes-a-global-village">
        
      </a>
    </div>
    <p>In one week, our home website has been translated to 27 languages. Wow! Our multilingual websites will continue to improve each day with every new word and phrase translated with our community's help.</p><p>The best part? If you see a problem, <b>you can help</b> by flagging it or fixing it by suggesting an alternative. Visit <a href="https://translate.cloudflare.com/">translate.cloudflare.com</a> and register as a volunteer translator, detailing which languages you speak. Once approved, you're free to update and edit anything you see on the CloudFlare language sites. Your contribution will be seen by every other community member.</p>
    <div>
      <h3>More About Smartling's Platform</h3>
      <a href="#more-about-smartlings-platform">
        
      </a>
    </div>
    <p>Smartling is making <a href="https://www.cloudflare.com/apps/smartling">their platform</a> available as a CloudFlare App <b>for free</b> to sites with limited language-specific traffic for three languages. If you've never had a language site, then you probably fit this category -- and it's a fantastic on-ramp for you to reach a new part of your audience in their native tongue.</p><p>Try the <a href="https://www.cloudflare.com/apps/smartling">Smartling App</a> and see for yourself. We enjoy the on-page tools for translators, the admin tools for review and approval, and the SEO-friendly nature of the translations.</p><p>And we <b>love</b> talking to our global audience in their native tongue.</p>
    <div>
      <h3><i>A special THANK YOU and shout out to all of our current translators. We couldn't have done this without you. If you'd like to sign up to be a CloudFlare translator, you can </i><a href="https://translate.cloudflare.com/"><i>do so here</i></a><i>.</i></h3>
      <a href="#a-special-thank-you-and-shout-out-to-all-of-our-current-translators-we-couldnt-have-done-this-without-you-if-youd-like-to-sign-up-to-be-a-cloudflare-translator-you-can">
        
      </a>
    </div>
     ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <category><![CDATA[Community]]></category>
            <guid isPermaLink="false">4Na7n5MlK3QPN44wlyyxAy</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
    </channel>
</rss>