<?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>Peculiar IQ &#187; Mobile</title>
	<atom:link href="http://peculiariq.com/category/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://peculiariq.com</link>
	<description>Strange or odd; unusual</description>
	<lastBuildDate>Wed, 31 May 2017 13:58:09 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Hash Symbols and Special Characters in URLs Explained</title>
		<link>http://peculiariq.com/hash-symbols-and-special-characters-in-urls-explained/</link>
		<comments>http://peculiariq.com/hash-symbols-and-special-characters-in-urls-explained/#comments</comments>
		<pubDate>Mon, 10 Aug 2015 18:09:47 +0000</pubDate>
		<dc:creator><![CDATA[Justin Hoffman]]></dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Fragment URL]]></category>
		<category><![CDATA[Hash Bang]]></category>
		<category><![CDATA[Hash Symbol]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://peculiariq.com/?p=240</guid>
		<description><![CDATA[I’ve been recently engaged on a few SEO related initiatives and came across inquiries regarding the usage of “hash” symbols (formerly known as the “pound” sign) specifically in URLs and how they affect SEO rankings. Are these characters simply ignored by Google search crawlers, or does this make an impact that people should be aware [&#8230;]]]></description>
				<content:encoded><![CDATA[<div id="attachment_241" style="width: 310px" class="wp-caption alignright"><a href="http://peculiariq.com/wp-content/uploads/2015/08/hash-tag.jpg"><img class="size-medium wp-image-241" src="http://peculiariq.com/wp-content/uploads/2015/08/hash-tag-300x198.jpg" alt="hash-tag" width="300" height="198" /></a><p class="wp-caption-text">hash-tag</p></div>
<p>I’ve been recently engaged on a few SEO related initiatives and came across inquiries regarding the usage of “hash” symbols (formerly known as the “pound” sign) specifically in URLs and how they affect SEO rankings. Are these characters simply ignored by Google search crawlers, or does this make an impact that people should be aware of? How should these kinds of characters be used on the web? This is a brief description of where and how to implement these across your dynamic web applications.</p>
<p>A hash sign (#) in a URL is referred to as a ‘fragment’. In the past and with many legacy applications, URL fragments have been used to automatically set the browser’s scroll position to a predefined location in the web page, like a standard HTML4 ‘anchor’ link (used on many ‘link-farm style websites and old school Geocities sites). Applied in this manner, a URL refers to a document, then the fragment refers to a specific subsection of that document (or web page).</p>
<p>In recent years, however, this definition changed through the use of major Social NEtworking sites, primarily driven by the popularity and adoption of Twitter. Any information that appears after the first hash symbol in a URL is referred to as the fragment identifier – sometimes also called an anchor tag. By default, the fragment identifier is interpreted only by the local web browser and is typically not passed to the remote web server. For example, the following two links would both be considered requests for the same document by the web server:</p>
<ul>
<li>www.samplewebsite.com/colors.html#red</li>
<li>www.samplewebsite.com/colors.html#blue</li>
<li>www.samplewebsite.com/colors.html#yellow</li>
</ul>
<p>Since the fragment identifiers (tags) in the example URLs above signify two different locations in the same page, search engines like Google, Bing, etc., will consider them both to refer to a single search result: <strong><em>www.samplewebsite.com/colors.html</em></strong></p>
<p>For this reason, it’s important not to use fragments as a way to represent what should instead be different pages. In short, if you want Google to crawl two different pages and index them separately, you’re better off simply using two distinct URLs without fragments. However, in modern implementations, fragments are often used in a different way – to add dynamic functionality to websites and web applications. In this approach, a series of related requests are all processed by the same URL. So, in order to return different variations of the content, parameters are passed via URL fragments. Javascript is then used to interpret the fragment and update only portions of the page that need to change, without the need for a full page or browser refresh. This is typical of AJAX-style applications.</p>
<p>So, the question is, how does Google index distinct content within AJAX style pages? After all, we just said that Google will not consider the fragments in the URLs. The answer is Google has provided a syntax for working around this problem. It’s known as the “hash bang” syntax. By putting an exclamation point immediately after the hash sign, you&#8217;re telling Google that the fragments are not used for traditional scroll positioning but instead for loading separate content variations that should be crawled. With that approach, our example URLs with fragments could indeed be crawled and seen by Google. Our example URLs might then look like this:</p>
<ul>
<li>www.samplewebsite.com/colors.html#!red</li>
<li>www.samplewebsite.com/colors.html#!blue</li>
<li>www.samplewebsite.com/colors.html#!yellow</li>
</ul>
<p>Remember, if you’re not using this special syntax, analytics reporting systems like Google Analytics may not be configured to track clicks on fragment links in your site. To ensure tracking works, either structure your content with distinct URLs or configure your Google Analytics code to also track fragment clicks.</p>
<p>Here are a few useful links regarding Hash Tags in URLs…</p>
<ul>
<li>Character Escaping (Stack Overflow) &#8211; <a href="http://stackoverflow.com/questions/5007352/how-to-escape-hash-character-in-url">http://stackoverflow.com/questions/5007352/how-to-escape-hash-character-in-url</a></li>
<li>Fragment URLs (HTTP Watch) &#8211; <a href="https://blog.httpwatch.com/2011/03/01/6-things-you-should-know-about-fragment-urls/">https://blog.httpwatch.com/2011/03/01/6-things-you-should-know-about-fragment-urls/</a></li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://peculiariq.com/hash-symbols-and-special-characters-in-urls-explained/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Key Steps to Improving Your Ad Viewability Score</title>
		<link>http://peculiariq.com/3-key-steps-to-improving-your-ad-viewability-score/</link>
		<comments>http://peculiariq.com/3-key-steps-to-improving-your-ad-viewability-score/#comments</comments>
		<pubDate>Wed, 08 Apr 2015 16:10:54 +0000</pubDate>
		<dc:creator><![CDATA[Justin Hoffman]]></dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[IAB]]></category>
		<category><![CDATA[VIewability]]></category>

		<guid isPermaLink="false">http://peculiariq.com/?p=236</guid>
		<description><![CDATA[Viewability is one of the hottest discussion topics among advertisers, publishers, and sales technology organizations. The emerging and immediate threat of revenue decrease and advertiser defections to high quality ad inventory have set off an industry domino effect in regards to viewability enhancement projects and initiatives within many global brands. While there are key areas to [&#8230;]]]></description>
				<content:encoded><![CDATA[<div id="attachment_237" style="width: 310px" class="wp-caption alignright"><a href="http://peculiariq.com/wp-content/uploads/2015/04/ad-viewability.jpg"><img class="size-medium wp-image-237" src="http://peculiariq.com/wp-content/uploads/2015/04/ad-viewability-300x200.jpg" alt="Ad Viewability" width="300" height="200" /></a><p class="wp-caption-text">Ad Viewability</p></div>
<p class="p1">Viewability is one of the hottest discussion topics among advertisers, publishers, and sales technology organizations. The emerging and immediate threat of revenue decrease and advertiser defections to high quality ad inventory have set off an industry domino effect in regards to viewability enhancement projects and initiatives within many global brands. While there are key areas to increasing viewability metrics that can be technically difficult and costly to execute, highlighted below are 3 key steps that should be considered to begin turning your viewability metrics around quickly.</p>
<p class="p1"><strong>1) Understand the current definition of a ‘viewable impression’. </strong></p>
<p class="p1">According to the latest convention published by IAB, a viewable ad impression is defined as an ad that is fifty percent in view for more than one second. This definition could change over time, but until it does, understand what it will take to make a user keep that ad in the browser viewing area before scrolling away. For each site and brand, this will be unique, so you need to know your audience and what they want from your website in order to make these decisions.</p>
<p class="p1"><strong>2) Content is King. </strong></p>
<p class="p1">If you do not have information on your page that will attract user eyes and attention, you have NO chance at improving your viewability. It’s important that content around your ad unit is fresh, and that ads appear in relevant locations on your page in conjunction with actual content and/or data. This might mean you need to change your ad placement locations on the webpage working with your sales and advertising teams, and it could also mean it’s time to start looking at newer ad unit sizes widely adopted today.</p>
<p class="p1"><strong>3) Know your technical options to make educated decisions.</strong></p>
<p class="p1">Don’t start changing things until you’ve taken a solid inventory on how things work today, and don’t be quick to start redesigning which could be costly in terms of SEO and development resources. A few simple solutions that could greatly improve viewability without changing design and layout could be 100% technical. Many brands have decided to increase their site’s viewabilty score by using “lazy loading” of ad units, which programmatically sequences ad rendering and placement until after the user scrolls his browser window to within proximity of the ad unit by a few hundred pixels or so. This will limit ad calls in your ad server by not calling for the ad unless its actually viewed.</p>
<p class="p3">Viewability measurement is merely a stepping-stone for the digital ad industry, likely to change in years to come. While it’s a hot topic today it is definitely not the only factor to consider for advertisers. Focus on the overall quality of the content and exposure they will receive, and you’ll have some happy clients.</p>
<p class="p3">Here are a few great reads on the ad viewability topic below&#8230;</p>
<ul>
<li><strong>http://www.chicago-d.com/digital-marketing/google-report-ad-viewability-self-serving-not-surprising/</strong></li>
<li><strong>http://www.businessinsider.com/the-ad-viewability-problem-explained-2015-1</strong></li>
<li><strong>http://adage.com/article/digitalnext/viewability-noticeability-counts/238334/</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://peculiariq.com/3-key-steps-to-improving-your-ad-viewability-score/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 seriously great productivity applications for mobile devices</title>
		<link>http://peculiariq.com/5-seriously-great-productivity-applications-for-mobile-devices/</link>
		<comments>http://peculiariq.com/5-seriously-great-productivity-applications-for-mobile-devices/#comments</comments>
		<pubDate>Fri, 23 Jan 2015 21:57:06 +0000</pubDate>
		<dc:creator><![CDATA[Justin Hoffman]]></dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[DropBox]]></category>
		<category><![CDATA[HipChat]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Notability]]></category>
		<category><![CDATA[ProCreate]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Trello]]></category>

		<guid isPermaLink="false">http://peculiariq.com/?p=223</guid>
		<description><![CDATA[There are so many applications in the tech industry that tout productivity and time saving capabilities for its users, all of which are now mobile compatible and typically available in some form on iOS and Android operating systems. While there are an overwhelming amount tools and copy-cat ‘junk’ apps out there that claim to be [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>There are so many applications in the tech industry that tout productivity and time saving capabilities for its users, all of which are now mobile compatible and typically available in some form on iOS and Android operating systems. While there are an overwhelming amount tools and copy-cat ‘junk’ apps out there that claim to be “great”, listed here the best-in-class in the industry for those looking to save time testing and trying out new things independently. If you use some (or all) of these already, then you know why they are included here on this list.</p>
<p><strong>1) <a href="https://itunes.apple.com/us/app/notability/id360593530?mt=8">Notability</a> (Winner in the ‘Mobile Note Taking’ category)</strong></p>
<p>There are lots of apps for note taking, each that specializes in different features that claim to be awesome. Most of them were rushed to market, with poor usability and UI, and are cumbersome and useless (in my opinion). EverNote, Listy, and a slew of other apps simply are not effective or entirely useful when it comes to taking notes on-the-fly. Notability is an app that is powerful as a note-taking app, but also useful for annotating docs, sketching ideas and even recording sessions. In addition to beautiful layout and design, you can replay notes, mark up documents and pdfs, and sync with every cloud service under the sun. I find the ‘drawing’ aspect of Notability extremely useful, and find new ways to utilize the app during every meeting I attend. Give it a try, you won’t be disappointed.</p>
<p><strong>2)   Trello (Winner in the ‘Mobile To Do List’ category)</strong></p>
<p>Another category overwhelmed with options, the basic ‘To Do’ list app has plenty of competition with lots of options to consider. In my opinion, there really is no option, as <a href="http://www.trello.com">Trello</a> leads the pack in terms of simplicity, UX/UI, and design. This app lets you create simple ‘lists’ of items, and uses an agile methodology overlay allowing users to ‘move’ cards from one stack to the other. This is useful for everything from Project Management, Development Backlog Planning, as well as everyday things like Shopping Lists. In addition to being simple and easy to learn, its 100% free and available via Desktop, Mobile Apps (iOS and Android) or natively on a tablet. I find myself making lists everywhere i go, and even like taking advantage of the meta data and tagging options to sort, filter and archive tasks.</p>
<p><strong>3)   DropBox (Winner in the ‘File Storage and Cloud Access’ category)</strong></p>
<p>What’s not to like about <a href="https://www.dropbox.com/home" target="_blank">DropBox</a>. I could have easily gone with ‘Box’, or other competitive tools, but DropBox has a simple, intuitive installation process and is widely used in many industries today. I am still baffled when i see organizations using Microsoft SharePoint, or even worse, a company Intranet to store files, which usually requires VPN or some other secure access method. DropBox is great on-the-go to access files on a mobile device, and is great for its access controlled ‘sharing’ functionality, giving users the ability to collaborate in a safe and secure manner. For its most simple use, a great way to store personal photos (not unlike Apple’s Cloud storage) and share with friends and family, without worrying about your hard drive crashing and losing all of your precious moments. Get into the cloud, people!</p>
<p><strong>4)   <a href="https://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cad=rja&amp;uact=8&amp;ved=0CB4QFjAA&amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fapp%2Fprocreate-sketch-paint-create.%2Fid425073498%3Fmt%3D8&amp;ei=lsLCVMzeBYuVNvKlgpAH&amp;usg=AFQjCNErlr00ieJyhPJDR50zfY_14d8LPQ&amp;sig2=QdEXJjxEXjxNI8PuJzl1aw&amp;bvm=bv.84349003,d.eXY" target="_blank">ProCreate</a> (Winner in the ‘Mobile Art and Image Editing’ category)<strong><br />
</strong></strong></p>
<p>While typically not considered a ‘productivity’ application, artists and creative people will agree that there is truly an advantage when you have the ability to be productive through powerful apps, other than using a full-desktop or SaaS version of PhotoShop or <a href="http://www.adobe.com/mena_en/products/creativesuite.html" target="_blank">Adobe Creative Suite</a>. As an artist, I’ve tried many different apps that claim to be the best for digital artwork, but none seem to rival ProCreate for iOS. This elegant and intuitive application mimics the best of what PhotoShop has to offer, in a small package. While not exactly cheap at $9.99, it is definitely well worth it when you have the ability to do proper image editing, and more importantly, drawing and sketching using layers and the toolset available in Adobe. For an ever better experience, try using the <a href="http://www.adonit.net/">JOT</a> pen, which is a truly great way to get a ‘real’ drawing feel. The rubber ‘nub’ pens really don’t work well, and JOT works great with ProCreate.</p>
<p><strong>5)   <a href="https://www.hipchat.com/" target="_blank">HipChat</a> (Winner in the ‘Mobile Communication’ category)</strong></p>
<p>HipChat was recently purchased by <a href="https://www.atlassian.com/" target="_blank">Atlassian</a>, the company that makes great software like JIRA, and it’s a perfect combination of everything i love about mobile communication. Similar to tools like FLOWDOCK, HipChat excels through simple integration with other development tools, while combining Video, Emojis, and HashTag# capabilities. I’ve seen firsthand how productivity increases for any team using HipChat, great for groups of all kinds from development, to education, to friendly banter. Oh, and for teams of 6 or less, it’s 100% FREE. For an extra good time, try using my favorite emoji #itsatrap! (admiral akbar).</p>
<p>I hope this list has been helpful to my faithful readers. Don’t waste countless hours and space on your devices downloading and playing with apps that are a waste of time. Instead, try these out … you will not be disappointed.</p>
]]></content:encoded>
			<wfw:commentRss>http://peculiariq.com/5-seriously-great-productivity-applications-for-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Launches New Mobile-Compatible Web Site Testing Utility</title>
		<link>http://peculiariq.com/google-launches-new-mobile-compatible-web-site-testing-utility/</link>
		<comments>http://peculiariq.com/google-launches-new-mobile-compatible-web-site-testing-utility/#comments</comments>
		<pubDate>Wed, 26 Nov 2014 19:23:37 +0000</pubDate>
		<dc:creator><![CDATA[Justin Hoffman]]></dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Page Rank]]></category>
		<category><![CDATA[Responsive Design]]></category>
		<category><![CDATA[SEM]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[UX/UI]]></category>

		<guid isPermaLink="false">http://peculiariq.com/?p=200</guid>
		<description><![CDATA[Google recently announced the launch of a mobile-compatible testing utility to allow end uses to determine if your site is approved (by Google’s proprietary criteria) to be a proper mobile “optimized” site. For anyone who is unaware, this is critical for all UX/UI and Front End Engineers because Google will soon be adding a “mobile-friendly” [&#8230;]]]></description>
				<content:encoded><![CDATA[<p class="p1"><span class="s1">Google <a href="http://googlewebmastercentral.blogspot.ca/2014/11/helping-users-find-mobile-friendly-pages.html" target="_blank">recently announced</a> the launch of a mobile-compatible <a href="https://www.google.com/webmasters/tools/mobile-friendly/?utm_source=wmc-blog" target="_blank">testing utility</a> to allow end uses to determine if your site is approved (by Google’s proprietary criteria) to be a proper mobile “optimized” site. For anyone who is unaware, this is critical for all UX/UI and Front End Engineers because Google will soon be adding a “mobile-friendly” content type label in its search results, corresponding with web sites that meet this criteria.</span></p>
<p class="p1"><span class="s1">As with previous changes to algorithm within Google’s search index, this new addition could have a serious impact on click-through rates and external traffic patterns, but it is probably to early to tell if this will have any major impact at all. This will likely have an impact on overall Page Rank (by having mobile visitors turned away from your site), and something to keep in mind when building for the web or deciding upon website redesigns that are mobile-compatible and responsive.</span></p>
<p class="p1"><span class="s1">Here are 2 key factors to think about when deciding upon website details impacted by this upcoming change to Google’s search algorithm. </span></p>
<ol>
<li class="p1"><span class="s1"><strong>Avoid using Flash</strong>. I assume this is obvious, but all content within Flash will not be indexed or viewed on a mobile device, unless you happen to be using a Flash optimized browser like ‘Photon’ (but seriously, no one uses that). In general, stop using Flash and build HTML5/CSS based interactives and ads. </span></li>
<li class="p1"><span class="s1"><strong>Readable text</strong> (without manually zooming). Web sites should be adjusting content to the screen size automatically using CSS, so end users do not have to scroll horizontally or manually zoom in.</span></li>
</ol>
<p class="p1"><span class="s1">Even if you assume your site is ‘probably ok’, it’s worth it to <a href="https://www.google.com/webmasters/tools/mobile-friendly/?utm_source=wmc-blog" target="_blank">try Google’s mobile-compatible testing utility</a>. You never know what it might tell you about your own site! The best part about using this free service is that it will automatically tell you how to fix any issues, if encountered. If anything, you’ll know if you need a major overhaul, or just a few tweaks. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://peculiariq.com/google-launches-new-mobile-compatible-web-site-testing-utility/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Star Wars Minecraft skin packs released for Xbox One and Xbox 360</title>
		<link>http://peculiariq.com/new-star-wars-minecraft-skin-packs-released-for-xbox-one-and-xbox-360/</link>
		<comments>http://peculiariq.com/new-star-wars-minecraft-skin-packs-released-for-xbox-one-and-xbox-360/#comments</comments>
		<pubDate>Wed, 26 Nov 2014 18:43:02 +0000</pubDate>
		<dc:creator><![CDATA[Justin Hoffman]]></dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Boba Fett]]></category>
		<category><![CDATA[Minecraft]]></category>
		<category><![CDATA[Star Wars]]></category>
		<category><![CDATA[XBox]]></category>

		<guid isPermaLink="false">http://peculiariq.com/?p=197</guid>
		<description><![CDATA[All Minecraft players are rejoicing this holiday season, with announcement that Microsoft (new recent owners of Minecraft and developer studio Mojang) has released a brand new  Star Wars skin pack for Xbox One and Xbox 360. As per usual with skin pack upgrades, are able to customize Mncecraft avatars as characters from the original 3 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p class="p1"><span class="s1">All Minecraft players are rejoicing this holiday season, with <a href="http://news.xbox.com/2014/11/games-star-wars-classic-skin-pack" target="_blank">announcement</a> that Microsoft (new recent owners of Minecraft and developer studio <a href="https://mojang.com/" target="_blank">Mojang</a>) has released a brand new<span class="Apple-converted-space">  </span>Star Wars skin pack for Xbox One and <a href="http://marketplace.xbox.com/ar-ae/Product/Minecraft-Xbox-360-Edition/66acd000-77fe-1000-9115-d802584111f7" target="_blank">Xbox 360</a>. As per usual with skin pack upgrades, are able to customize Mncecraft avatars as characters from the original 3 films (<a href="http://www.imdb.com/title/tt0076759/" target="_blank">Episode IV: A New Hope</a>, Episode V: The Empire Strokes Back, and Episode VI: Return of the Jedi).</span></p>
<p class="p1"><span class="s1">This is obviously exciting for players (like my daughter, for example) who are eager to build their own Star Wars Minecraft universe themselves, or even download mods / maps that exist to download for free within the Minecraft community. Star Wars joins a group of other licensed “upgrades” for Minecraft which previously released skin packs for other Disney and Marvel owned characters, such as Spiderman, <a href="http://marketplace.xbox.com/en-US/Product/Marvel-Avengers-Skin-Pack/653e9c9f-ada3-40a0-8c8a-15333d546241" target="_blank">The Avengers</a>, and Skyrim.</span></p>
<p class="p1"><span class="s1">Below is a list of all the available character skins, 55 to be exact (which is more than usual for a standard skin pack), currently available to download for $2.99. As with other skin packs, expect this to drop to $.99 as the holiday season nears.</span></p>
<ul>
<li class="p1"><span class="s1">Luke Skywalker, Desert / Tatooine</span></li>
<li class="p1"><span class="s1">Luke Skywalker, X-Wing Pilot</span></li>
<li class="p1"><span class="s1">Luke Skywalker, Bespin</span></li>
<li class="p1"><span class="s1">Luke Skywalker, Hoth</span></li>
<li class="p1"><span class="s1">Luke Skywalker, Dagobah</span></li>
<li class="p1"><span class="s1">Luke Skywalker, Endor</span></li>
<li class="p1"><span class="s1">Luke Skywalker, Black Jedi Knight</span></li>
<li class="p1"><span class="s1">Princess Leia Organa, Senator</span></li>
<li class="p1"><span class="s1">Princess Leia Organa, Yavin 4</span></li>
<li class="p1"><span class="s1">Princess Leia Organa, Hoth</span></li>
<li class="p1"><span class="s1">Princess Leia Organa, Bespin</span></li>
<li class="p1"><span class="s1">Princess Leia Organa, Boushh</span></li>
<li class="p1"><span class="s1">Princess Leia, Jabba’s Palace</span></li>
<li class="p1"><span class="s1">Princess Leia Organa, Endor</span></li>
<li class="p1"><span class="s1">Han Solo, Smuggler</span></li>
<li class="p1"><span class="s1">Han Solo, Roth</span></li>
<li class="p1"><span class="s1">Han Solo, Endor</span></li>
<li class="p1"><span class="s1">Chewbacca</span></li>
<li class="p1"><span class="s1">C-3PO</span></li>
<li class="p1"><span class="s1">R2-D2</span></li>
<li class="p1"><span class="s1">Yoda</span></li>
<li class="p1"><span class="s1">Obi-Wan Kenobi</span></li>
<li class="p1"><span class="s1">Tusken Raider</span></li>
<li class="p1"><span class="s1">Stormtrooper</span></li>
<li class="p1"><span class="s1">Darth Vader</span></li>
<li class="p1"><span class="s1">Blockade Runner</span></li>
<li class="p1"><span class="s1">Cantina Band Member</span></li>
<li class="p1"><span class="s1">TIE Fighter Pilot</span></li>
<li class="p1"><span class="s1">Walrus Man</span></li>
<li class="p1"><span class="s1">Hammerhead</span></li>
<li class="p1"><span class="s1">Greedo (he shot first)</span></li>
<li class="p1"><span class="s1">Governor Tarkin</span></li>
<li class="p1"><span class="s1">Lando Calrissian</span></li>
<li class="p1"><span class="s1">Lando Calrissian, Jabba Guard</span></li>
<li class="p1"><span class="s1">Boba Fett</span></li>
<li class="p1"><span class="s1">Bossk</span></li>
<li class="p1"><span class="s1">Dengar</span></li>
<li class="p1"><span class="s1">Zuckuss</span></li>
<li class="p1"><span class="s1">IG-88</span></li>
<li class="p1"><span class="s1">Emperor</span></li>
<li class="p1"><span class="s1">AT-AT Pilot</span></li>
<li class="p1"><span class="s1">Lobot</span></li>
<li class="p1"><span class="s1">Rancor Keeper</span></li>
<li class="p1"><span class="s1">Gamorrean Guard</span></li>
<li class="p1"><span class="s1">Oola</span></li>
<li class="p1"><span class="s1">Nien Nunb</span></li>
<li class="p1"><span class="s1">Bib Fortuna</span></li>
<li class="p1"><span class="s1">Scout Trooper</span></li>
<li class="p1"><span class="s1">Emperor’s Royal Guard</span></li>
<li class="p1"><span class="s1">Admiral Ackbar (It&#8217;s a trap!)</span></li>
<li class="p1"><span class="s1">Jawa (Oootini!)</span></li>
<li class="p1"><span class="s1">Wampa Ice Creature</span></li>
<li class="p1"><span class="s1">Wicket W. Warrick</span></li>
<li class="p1"><span class="s1">Rancor</span></li>
<li class="p1"><span class="s1">4-LOM</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://peculiariq.com/new-star-wars-minecraft-skin-packs-released-for-xbox-one-and-xbox-360/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
