<?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>Sky Rocket Inc.</title>
	<atom:link href="http://www.skyrockinc.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skyrockinc.com</link>
	<description>Making Money Online</description>
	<lastBuildDate>Fri, 24 Oct 2014 14:49:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.5.2</generator>
	<item>
		<title>How to find images attached to a WordPress post in WP Admin</title>
		<link>http://www.skyrockinc.com/find-images-attached-to-a-wordpress-post-wp-admin/</link>
		<pubDate>Sat, 27 Sep 2014 13:31:30 +0000</pubDate>
		<dc:creator><![CDATA[skyrockinc]]></dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.skyrockinc.com/?p=2635</guid>
		<description><![CDATA[Frequently asked how to find images attached to a WordPress post. Here&#8217;s how you find them every time:]]></description>
				<content:encoded><![CDATA[<p>Frequently asked how to find images attached to a WordPress post. Here&#8217;s how you find them every time:</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/gxkNQO0WZYk?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			</item>
		<item>
		<title>Responsive Ad Shortcodes 1.0</title>
		<link>http://www.skyrockinc.com/responsive-ad-shortcodes-1-0/</link>
		<pubDate>Wed, 16 Jul 2014 17:53:52 +0000</pubDate>
		<dc:creator><![CDATA[skyrockinc]]></dc:creator>
				<category><![CDATA[Online Marketing]]></category>

		<guid isPermaLink="false">http://www.skyrockinc.com/?p=2535</guid>
		<description><![CDATA[Responsive Ad Shortcodes is a WordPress plugin that was built to scratch an itch. For some time, we&#8217;ve been trying to get AdSense and DoubleClick to play nice with responsive websites. Not easy, as the responsive ad offerings from Google fall very short and offer little control. This plugin aims to address this, allowing users [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="https://wordpress.org/plugins/responsive-ad-shortcodes/" target="_blank">Responsive Ad Shortcodes</a> is a WordPress plugin that was built to scratch an itch. For some time, we&#8217;ve been trying to get AdSense and DoubleClick to play nice with responsive websites. Not easy, as the responsive ad offerings from Google fall very short and offer little control. This plugin aims to address this, allowing users to control ad display on 3 types of screen (small, medium &amp; large). And blend ads from AdSense and DoubleClick into single units.</p>
<p>Because of the focus on control and flexibility this plugin uses VERY verbose shortcodes. It is not designed for newbies. If you want a simple AdSdene short code manage, take a look at <a href="https://wordpress.org/plugins/wordpress-plugin-for-simple-google-adsense-insertion/" target="_blank">WP Simple AdSense Insertion</a>.</p>
<h3>Core Concept</h3>
<p>This plugin assumes you are working with a responsive site model along the lines of <a href="http://www.getbootstrap.com">Bootstrap</a>, which is what most people seem to use these days. This means that the defining metric which decides which ad to use is width. This plugin calculates the width of the parent element and decides which of your ads (small, medium &amp; large) to place. It&#8217;s important that you order the sizes appropriately starting with largest width.</p>
<div class="wp-caption">
<img style="height: auto" src="http://www.destinationtips.com/wp-content/plugins/responsive-ad-shortcodes/responsive-web-design.gif" title="" alt="" /></p>
<p><a href="http://alistapart.com/article/responsive-web-design/">Responsive Web Design</a> by Ethan Marcotte</p>
</div>
<h3>Example Shortcode</h3>
<p>
<blockquote><code>[ras aligns="center|center|center" slots="5940543366|5940543366|5940543366" formats="horizontal|horizontal|horizontal" sizes="970x90x1|728x90x1|320x50x1" adtext="1|1|1"]</code></p></blockquote>
<h3>Arguments</h3>
<blockquote>
<dl>
<dt><strong>aligns</strong></dt>
<dd>Values can be <code>left</code>, <code>right</code> or <code>center</code>. There should be 3 values seperated by <code>|</code>. The first value is the alignment for the large ad placement, the second for the medium and third for the small ad placement.</dd>
<dt><strong>slots</strong></dt>
<dd>Values should refer to an AdSense or DoubleClick ad slot IDs. There should be 3 values seperated by <code>|</code>. The first value is the slot ID for the large ad placement, the second for the medium and third for the small ad placement.</dd>
<dt><strong>formats</strong></dt>
<dd>Values can be <code>horizontal</code>, <code>vertical</code> or <code>rectangle</code>. There should be 3 values seperated a <code>|</code>. The first value is the ad format for the large ad placement, the second for the medium and third for the small ad placement.</dd>
<dt><strong>sizes</strong></dt>
<dd>Values need to be structured strings of 3 sets of numbers seperated by <code>x</code>. The first number is the width, the second the height and the third is a boolean to turn ad display on or off. There should be 3 values seperated by <code>|</code>. The first value is the ad format for the large ad placement, the second for the medium and third for the small ad placement.</dd>
<dt><strong>adtext</strong></dt>
<dd>Values can be <code>1</code> or <code>0</code>. There should be 3 values seperated by <code>|</code>. The first value turns of the advertisment label for the large ad placement, the second for the medium and third for the small ad placement.</dd>
</dl>
</blockquote>
<p>That&#8217;s it! If you need help, use the <a href="http://wordpress.org/support/plugin/responsive-ad-shortcodes">WordPress support forum for this plugin</a>.</p>
]]></content:encoded>
			</item>
		<item>
		<title>How to put Amazon affiliate links on Facebook and Twitter</title>
		<link>http://www.skyrockinc.com/put-amazon-affiliate-links-facebook-twitter/</link>
		<comments>http://www.skyrockinc.com/put-amazon-affiliate-links-facebook-twitter/#comments</comments>
		<pubDate>Tue, 11 Feb 2014 13:49:14 +0000</pubDate>
		<dc:creator><![CDATA[skyrockinc]]></dc:creator>
				<category><![CDATA[Affiliate marketing]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.skyrockinc.com/?p=2202</guid>
		<description><![CDATA[Become an Amazon Affiliate and easily share Amazon products with your friends on Facebook and Twitter in just a few clicks. Amazon is a great source of revenue for folks with big social networks. Signing-up as an Amazon affiliate is easy, just click here. The Amazon Affiliate sign-up process is relatively straight-forward, but they will ask [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Become an Amazon Affiliate and easily share Amazon products with your friends on Facebook and Twitter in just a few clicks.</p>
<p>Amazon is a great source of revenue for folks with big social networks. Signing-up as an Amazon affiliate is easy, just <a title="Amazon Associates" href="https://affiliate-program.amazon.com/gp/associates/join/landing/main.html" target="_blank">click here</a>.</p>
<p><a href="http://www.skyrockinc.com/wp-content/uploads/sites/19/2014/02/shutterstock_76098664.jpg"><img class="size-full wp-image-2203" alt="How to put Amazon affiliate links on Facebook and Twitter" src="http://www.skyrockinc.com/wp-content/uploads/sites/19/2014/02/shutterstock_76098664.jpg" width="1000" height="750" srcset="http://www.skyrockinc.com/wp-content/uploads/sites/19/2014/02/shutterstock_76098664.jpg 1000w, http://www.skyrockinc.com/wp-content/uploads/sites/19/2014/02/shutterstock_76098664-300x225.jpg 300w" sizes="(max-width: 1000px) 100vw, 1000px" /></a></p>
<p>The Amazon Affiliate sign-up process is relatively straight-forward, but they will ask for a website. I&#8217;m not sure why they still ask for this as they don&#8217;t seem that interested where you place your affiliate links once you&#8217;ve been accepted. If you don&#8217;t have your own website, borrow one. Type in the details of a friend&#8217;s site or find nice small niche site on Google. Just be careful you don&#8217;t choose a really popular site as it may already be connected to an existing Amazon Affiliate account.</p>
<p>Once you&#8217;ve been accepted, the next time you search for products on Amazon, you will see a handy grey bar at the top of the page. From here you can easily share products on Facebook and Twitter using the &#8220;share&#8221; button.</p>
<p>Now, every time one of your friends purchases from one of your affiliate links, you&#8217;ll get paid a commission.</p>
<p>Go make some money!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skyrockinc.com/put-amazon-affiliate-links-facebook-twitter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Affiliate Summit West 2014</title>
		<link>http://www.skyrockinc.com/affiliate-summit-west-2014/</link>
		<pubDate>Sat, 11 Jan 2014 02:07:01 +0000</pubDate>
		<dc:creator><![CDATA[skyrockinc]]></dc:creator>
				<category><![CDATA[Online Marketing]]></category>

		<guid isPermaLink="false">http://www.skyrockinc.com/?p=75</guid>
		<description><![CDATA[Heading up to Affiliate Summit tomorrow, if you want to meet up drop us a line in the comments&#8230;]]></description>
				<content:encoded><![CDATA[<p>Heading up to Affiliate Summit tomorrow, if you want to meet up drop us a line in the comments&#8230;</p>
<p><a href="http://www.affiliatesummit.com"><img src="/wp-content/uploads/sites/19/2014/01/20140110-220536.jpg" alt="Affiliate Summit" class="" /></a></p>
]]></content:encoded>
			</item>
		<item>
		<title>Marketing technology reaches saturation point</title>
		<link>http://www.skyrockinc.com/marketing-technology-reaches-saturation-point/</link>
		<pubDate>Thu, 09 Jan 2014 12:33:56 +0000</pubDate>
		<dc:creator><![CDATA[skyrockinc]]></dc:creator>
				<category><![CDATA[Online Marketing]]></category>

		<guid isPermaLink="false">http://www.skyrockinc.com/?p=72</guid>
		<description><![CDATA[Damn, Chiefmartec.com have updated their super graphic of the marketing technology landscape and we still haven&#8217;t released our awesome affiliate link plugin. Lol. Anyone think this area is saturated yet?]]></description>
				<content:encoded><![CDATA[<p>Damn, <a href="http://chiefmartec.com/2014/01/marketing-technology-landscape-supergraphic-2014/" title="Chiefmartec.com" target="_blank">Chiefmartec.com</a> have updated their super graphic of the marketing technology landscape and we still haven&#8217;t released our awesome affiliate link plugin. Lol. Anyone think this area is saturated yet?</p>
<p><a href="http://www.skyrockinc.com/wp-content/uploads/sites/19/2014/01/marketing_technology_jan2014.png"><img src="http://www.skyrockinc.com/wp-content/uploads/sites/19/2014/01/marketing_technology_jan2014-1024x768.png" alt="Marketing technology landscape" width="1024" height="768" class="size-large wp-image-73" srcset="http://www.skyrockinc.com/wp-content/uploads/sites/19/2014/01/marketing_technology_jan2014-1024x768.png 1024w, http://www.skyrockinc.com/wp-content/uploads/sites/19/2014/01/marketing_technology_jan2014-300x225.png 300w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
]]></content:encoded>
			</item>
		<item>
		<title>The best WordPress SEO service money can buy</title>
		<link>http://www.skyrockinc.com/best-wordpress-seo-service-money-can-buy-wp-engine/</link>
		<pubDate>Wed, 08 Jan 2014 14:56:41 +0000</pubDate>
		<dc:creator><![CDATA[skyrockinc]]></dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.skyrockinc.com/?p=67</guid>
		<description><![CDATA[Guaranteed to boost your page rank SEO is hard, so many options, so little time. What&#8217;s more, Google don&#8217;t want you gaming their system, so they&#8217;re always changing up their secret sauce algorithm to make it more difficult for you to dominate your competition online. However, there is one way to increase your WordPress sites&#8217;s [&#8230;]]]></description>
				<content:encoded><![CDATA[<h3>Guaranteed to <a href="/go/speed-up-wordpress/" target="nofollow">boost your page rank</a></h3>
<p><abbr title="Search Engine Optimisation">SEO</abbr> is hard, so many options, so little time. What&#8217;s more, Google don&#8217;t want you gaming their system, so they&#8217;re always changing up their secret sauce algorithm to make it more difficult for you to dominate your competition online. However, there is one way to increase your WordPress sites&#8217;s page rank. An SEO method that even Google publicly encourage all web masters implement. Page speed! Google promote faster sites over slower. So, you can easily outrank your competitors if your pages load more quickly.</p>
<p><a href="/go/speed-up-wordpress/" target="nofollow"><img alt="The best WordPress SEO service money can buy is WP Engine" src="/wp-content/uploads/sites/19/2014/01/wp-engine1.jpg" /></a></p>
<h3>WordPress needs to be hosted right</h3>
<p>Now, getting WordPress to load quickly out of the box is not easy. Now at version 3.8, WordPress is all things to all people. No longer just a humble blogging system, WordPress is a state the art CMS that support millions of plugins and themes. You can pretty much build any website under the sun with WordPress. Literally, anything you can think of can be built on it. That in itself is pretty amazing, and is the single reason I&#8217;m a lifelong fan. Sure, I&#8217;ve dabbled with Textpattern, Expression Engine, SquareSpace and more recently Jekyll &amp; Ghost, but none of the competitors come close to the feature set of WP. It&#8217;s true, Jekyll is faster out of the box, but it doesn&#8217;t do as much, and it&#8217;s also not <em>in any way</em> user friendly for noobs. Even my Mum uses WordPress, and for years she has been happily writing about health issues and products over at <a title="Marianne Gutierrez" href="http://www.mariannegutierrez.com/" target="_blank">mariannegutierrez.com</a>. Occasionally the comments get a little nasty, but this is mostly due to companies desperately trying to lobby her to change her opinion of their products. Which in many ways, is a good problem to have.</p>
<p>I digress.</p>
<p>WordPress is slow, because it does so much. Once you have a typical site loaded up with 10+ plugins, you are probably creating an unnecessary amount of calls to the database. This slows things down, because if you bought an off the shelf hosting service from GoDaddy or someone, the database will be poorly optimised for the task at hand. And this is just one area of performance that cause pages to load slowly, you also need to optimise your images and serve them form a <abbr title="Content Delivery Network">CDN</abbr>. A what!?! I hear you ask. A CDN is a content delivery network; modern websites—even relatively small blogs—are no longer served from a single box. CDNs serve content from a global network of servers so that your user is delivered that cute picture of your cat from a server that&#8217;s closest to their physical location. Sounds awesome, but also quite complicated, right? That&#8217;s the problem. It is feasible to optimise WordPress yourself using some VERY <a title="W3 Total Cache" href="http://wordpress.org/plugins/w3-total-cache/" target="_blank">good</a> <a title="WP Super Cache" href="http://wordpress.org/plugins/wp-super-cache/" target="_blank">plugins</a>, but it&#8217;s not easy. I&#8217;ve been there and done it, and it&#8217;s not worth the effort when their is a better turn-key solution out there. Seriously, if you&#8217;re into content marketing, the less time you spend on tech and the more time you spend on creating content, the better off you will be.</p>
<h3>Sign-up for <a href="/go/speed-up-wordpress/" target="nofollow">WP Engine</a> and live a happier life</h3>
<p><a href="/go/speed-up-wordpress/" target="nofollow">WP Engine</a> are experts at caching, database optimisation and content delivery. Hosting a WordPress website on <a href="/go/speed-up-wordpress/" target="nofollow">WP Engine</a> will instantly speed it up. Google will spot this page speed increase and award you better ranking in a matter of hours. What&#8217;s more, <a href="/go/speed-up-wordpress/" target="nofollow">WP Engine</a> have an amazing support team, readily accessible via email or chat and they understand all of the messy mumbo jumbo around website optimisation. You can literally zero out your brain of all your WordPress optimisation worries and fill it with <a title="Is Rovio the new Nintendo?" href="/is-rovio-the-new-nintendo/">something more fun</a>.</p>
<p><a href="/go/speed-up-wordpress/" target="nofollow"><img alt="The best WordPress SEO service money can buy is WP Engine" src="/wp-content/uploads/sites/19/2014/01/wp-engine.jpg" /></a></p>
<h3>Other options/ <a href="/go/speed-up-wordpress/" target="nofollow">WP Engine&#8217;s</a> competitors</h3>
<p><a href="/go/speed-up-wordpress/" target="nofollow">WP Engine</a> are not the guys offering managed WordPress hosting. In fact, this vertical has become pretty busy in recent years, with several companies offering great services to ease the pain of traditional WordPress hosting. Let&#8217;s face it, the previous professional WP hosting method of ordering a VPS sucks, because you are forced to administrate the server yourself. Learning Unix is fun for a while, but when the shit hits the fan, it&#8217;s miserable, unless you&#8217;re an expert. When I signed up for <a href="/go/speed-up-wordpress/" target="nofollow">WP Engine</a>, I was also looking at <a title="Pagely" href="https://pagely.com/" target="_blank">Pagely</a> and <a title="Synthesis" href="http://websynthesis.com/" target="_blank">Synthesis</a>, but at the time, <a href="/go/speed-up-wordpress/" target="nofollow">WP Engine</a> were offering the best value for money for the amount of sites I needed to host. I plan to try out the competition at some point and do a better comparison of their offerings alongside <a href="/go/speed-up-wordpress/" target="nofollow">WP Engine</a>.</p>
<p><img style="width: 0px;height: 0px" alt="" src="http://trax.skyrockinc.com/track.php?subid=afftrack" width="1" height="1" border="0" /></p>
]]></content:encoded>
			</item>
		<item>
		<title>Is Rovio the new Nintendo?</title>
		<link>http://www.skyrockinc.com/is-rovio-the-new-nintendo/</link>
		<pubDate>Mon, 06 Jan 2014 14:02:28 +0000</pubDate>
		<dc:creator><![CDATA[skyrockinc]]></dc:creator>
				<category><![CDATA[Cool stuff]]></category>

		<guid isPermaLink="false">http://skyrockinc.com/?p=62</guid>
		<description><![CDATA[Released just before Xmas 2012, Angry Birds Go! is truly a masterpiece. Once you get past the wall of in-app purchases, you&#8217;ll find solid game play action that will keep you hooked. The game is so well produced it feels as good as the Nintendo classic it&#8217;s based on. As responsive and playable as classic [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Released just before Xmas 2012, <a title="Angry Birds Go!" href="/go/angry-birds-go/ " target="_blank" rel="nofollow">Angry Birds Go!</a> is truly a masterpiece. Once you get past the wall of in-app purchases, you&#8217;ll find solid game play action that will keep you hooked. The game is so well produced it feels as good as the Nintendo classic it&#8217;s based on. As responsive and playable as classic 16 Bit Mario Kart, but with the fun visual appeal of the later 3D versions. And given Nintendo&#8217;s lack of presence on the <a title="World's most popular gaming platform" href="http://arstechnica.com/apple/2012/08/data-suggests-ios-may-be-the-most-popular-gaming-platform-of-all-time/" target="_blank">world&#8217;s most popular gaming platform</a>, this begs the question is Rovio the new Nintendo?</p>
<p><a title="Angry Birds Go!" href="http://www.skyrockinc.com/go/angry-birds-go/" target="_blank"><img alt="Angry Birds Go!" src="/wp-content/uploads/sites/19/2014/01/wpid-angry-birds-go14.jpg" /></a></p>
<p>Interestingly, the dreaded in-app purchases, which can often frustrate gamers and burn through parent&#8217;s wallets become an integral part of the game. If, like me, you do not like the idea of ongoing, hidden charges then the game brilliantly incentivises you to earn your way through the game. So far, I&#8217;ve only paid for “double coins” and I&#8217;m hoping to complete the game on that purchase alone. This will mean focusing on the time trials, fruit splats and one on one games which will greatly improve your skill and enjoyment of the game. Of course, if you&#8217;re more impatient, you can easily buy your way through and skip a lot of the repetition. The balance between paying your way through and earning your upgrades through play is perfect and creates a whole new dimension to gaming.</p>
]]></content:encoded>
			</item>
		<item>
		<title>British Airways Customer Relations Suck!</title>
		<link>http://www.skyrockinc.com/british-airways-customer-relations-sucks/</link>
		<pubDate>Thu, 21 Apr 2011 10:24:48 +0000</pubDate>
		<dc:creator><![CDATA[skyrockinc]]></dc:creator>
				<category><![CDATA[Rocket Fuel]]></category>
		<category><![CDATA[airways]]></category>
		<category><![CDATA[angry]]></category>
		<category><![CDATA[aviation]]></category>
		<category><![CDATA[ba]]></category>
		<category><![CDATA[british]]></category>
		<category><![CDATA[british airways]]></category>
		<category><![CDATA[british airways uk]]></category>
		<category><![CDATA[customer relations]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[flights]]></category>
		<category><![CDATA[flights online]]></category>
		<category><![CDATA[london borough of hillingdon]]></category>
		<category><![CDATA[mistake]]></category>
		<category><![CDATA[suck]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.skyrocketonlinemarketing.com/?p=2181</guid>
		<description><![CDATA[Late last night after a long day I stupidly booked some flights online with BA.com. I say stupidly because I was tired. And when we are tired as human beings we are prone to make mistakes. Which I did. I entered the wrong date by one day in error. I thought okay, no problem I [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Late last night after a long day I stupidly booked some flights online with <a href="http://www.virgin.com/">BA.com</a>. I say stupidly because I was tired. And when we are tired as human beings we are prone to make mistakes. Which I did. I entered the wrong date by one day in error. I thought okay, no problem I can see the error I&#8217;ll just phone up British airways customer support and have them change the date, shouldn&#8217;t be a problem seeing as I&#8217;m about to correct this mistake within 5 min of making it.</p>
<p>It turns out that the British Airways UK customer relations helpline was closed. So I called the US <a href="http://www.virgin.com/">British Airways</a> customer relations. Although the latter could not assist me because my booking was made with the Ba.com UK website they advised me that it wasn&#8217;t a problem, it wouldn&#8217;t cost anything, that they would make a note of my call and to wait until the next day and call the UK customer relations when the helpline was open again.  I thought great, fantastic response, filled with confidence, I&#8217;ll fix my flights in the morning!</p>
<p>The next day&#8230;</p>
<p>Sorry sir you cannot change your booking without it costing you an extra £130! What?! (knowing full well it actually costs £90)</p>
<p>But it was an honest mistake. The lady from <a href="http://www.virgin.com/">British Airways</a> Customer Relations in the US said it would not be a problem.<br />
Surely you have some flexibility when you make a mistake and try to amend that error with in 5min?</p>
<p>The response was like a robot.<br />
No,<br />
No,<br />
No Sir,<br />
British Airways cannot do anything.<br />
I&#8217;m a brain dead operator who cannot be bothered to help or understand.</p>
<p>Not very helpful at all.</p>
<p>Can I speak to your manager please? (thinking they may be more sympathetic and could possibly over ride the operators scripted response.</p>
<p>No I will not escalate this problem.</p>
<p>What?!</p>
<p>That got me angry!</p>
<p>I&#8217;ve been a loyal <a href="http://www.virgin.com/">British Airways</a> customers for over 5 years now, booking flights here and there and more recently quite a few more. This obviously counts for nothing.</p>
<p>So I went back online, payed the extra £90 (not £130) to change the date of my ticket. I then jumped on to my blog to moan and rant about them.</p>
<p>I feel a little better now for the rant. It&#8217;s good to to talk!  <img src="https://s.w.org/images/core/emoji/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			</item>
		<item>
		<title>Yahoo Delays Moving Ads To Microsoft&#8217;s AdCenter &#124; ITProPortal.com</title>
		<link>http://www.skyrockinc.com/yahoo-delays-moving-ads-to-microsofts-adcenter-itproportal-com/</link>
		<pubDate>Wed, 20 Apr 2011 22:04:56 +0000</pubDate>
		<dc:creator><![CDATA[skyrockinc]]></dc:creator>
				<category><![CDATA[Online Marketing]]></category>

		<guid isPermaLink="false">http://www.skyrocketonlinemarketing.com/?p=2179</guid>
		<description><![CDATA[Yahoo Delays Moving Ads To Microsoft&#8217;s AdCenter &#124; ITProPortal.com.]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.itproportal.com/2011/04/20/yahoo-delays-moving-ads-microsofts-adcenter/">Yahoo Delays Moving Ads To Microsoft&#8217;s AdCenter | ITProPortal.com</a>.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Writting Effective Ads</title>
		<link>http://www.skyrockinc.com/writting-effective-ads/</link>
		<pubDate>Wed, 20 Apr 2011 22:01:48 +0000</pubDate>
		<dc:creator><![CDATA[skyrockinc]]></dc:creator>
				<category><![CDATA[Ad Center Help]]></category>

		<guid isPermaLink="false">http://www.skyrocketonlinemarketing.com/?p=2177</guid>
		<description><![CDATA[Ad Effectiveness.]]></description>
				<content:encoded><![CDATA[<p><a href="http://advertising.microsoft.com/uk/support-centre/search-advertising/ad-effectiveness">Ad Effectiveness</a>.</p>
]]></content:encoded>
			</item>
	</channel>
</rss>
