<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Imaginate Studio</title>
	
	<link>http://imaginatestudio.com</link>
	<description>Web Design &amp; Development, Logo Design, Video Production, Mac Training, and more</description>
	<lastBuildDate>Wed, 12 Dec 2012 00:00:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/imaginatestudio" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="imaginatestudio" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>What’s New in WordPress 3.5</title>
		<link>http://imaginatestudio.com/wordpress/whats-new-in-wordpress-3-5</link>
		<comments>http://imaginatestudio.com/wordpress/whats-new-in-wordpress-3-5#comments</comments>
		<pubDate>Tue, 11 Dec 2012 23:57:12 +0000</pubDate>
		<dc:creator>Jason White</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://imaginatestudio.com/?p=433</guid>
		<description><![CDATA[See what&#8217;s new in WordPress 3.5! Imaginate Studio primarily builds website built on the WordPress framework as it makes it &#8230; <a class="more-link" href="http://imaginatestudio.com/wordpress/whats-new-in-wordpress-3-5">Continue reading <span class="meta-nav"></span></a>]]></description>
				<content:encoded><![CDATA[<h3>See what&#8217;s new in WordPress 3.5!</h3>
<p>Imaginate Studio primarily builds website built on the WordPress framework as it makes it a great platform to develop on, and it&#8217;s incredible ease of use for clients to be able to manage the content of the site after it&#8217;s been built. So if your current site is built on WordPress than you&#8217;ll love some of the new features below, if not, then contact us and let us build a website for you using WordPress and you&#8217;ll love the ease of use it brings.</p>
<p>WordPress 3.5 is more polished and enjoyable than ever before. Below are some of the top new features.</p>
<h3>New Media Manager</h3>
<p><img class="alignnone size-large wp-image-434" alt="New Media Manager" src="http://imaginatestudio.com/imaginate/media/about-media-1024x272.png" width="640" height="170" /></p>
<h4>Beautiful Interface</h4>
<p>Adding media has been streamlined with an all-new experience, making it a breeze to upload files and place them into your posts.</p>
<h4>Picturesque Galleries</h4>
<p>Creating image galleries is faster with drag and drop reordering, inline caption editing, and simplified controls for layout.</p>
<h3>New Default Theme</h3>
<h4><img class="alignright size-medium wp-image-435" alt="about-twenty-twelve" src="http://imaginatestudio.com/imaginate/media/about-twenty-twelve-300x122.png" width="300" height="122" />Introducing Twenty Twelve</h4>
<p>The newest default theme for WordPress is simple, flexible, and elegant.</p>
<p>What makes it really shine are the design details, like the gorgeous Open Sans typeface and a fully responsive design that looks great on any device.</p>
<p>Naturally, Twenty Twelve supports all the theme features you’ve come to know and love, but it is also designed to be as great for a website as it is for a blog.</p>
<h3>Retina Ready</h3>
<h4><img class="alignright size-medium wp-image-436" alt="about-retina" src="http://imaginatestudio.com/imaginate/media/about-retina-300x123.png" width="300" height="123" />So Sharp You Can’t See the Pixels</h4>
<p>The WordPress dashboard now looks beautiful on high-resolution screens like those found on the iPad, Kindle Fire HD, Nexus 10, and MacBook Pro with Retina Display. Icons and other visual elements are crystal clear and full of detail.</p>
<h3>Smoother Experience</h3>
<div>
<h4><img class="alignright size-medium wp-image-437" alt="about-color-picker" src="http://imaginatestudio.com/imaginate/media/about-color-picker-300x199.png" width="300" height="199" />Better Accessibility</h4>
<p>WordPress supports more usage modes than ever before. Screenreaders, touch devices, and mouseless workflows all have improved ease of use and accessibility.</p>
<h4>More Polish</h4>
<p>A number of screens and controls have been refined. For example, a new color picker makes it easier for you to choose that perfect shade of blue.</p>
<h3>Under the Hood</h3>
<div>
<div>
<h4>Meta Query Additions</h4>
<p>The <code>WP_Comment_Query</code> and <code>WP_User_Query</code>classes now support meta queries just like<code>WP_Query.</code> Meta queries now support querying for objects without a particular meta key.</p>
</div>
<div>
<h4>Post Objects</h4>
<p>Post objects are now instances of a <code>WP_Post</code>class, which improves performance by loading selected properties on demand.</p>
</div>
<div>
<h4>Image Editing API</h4>
<p>The <code>WP_Image_Editor</code> class abstracts image editing functionality such as cropping and scaling, and uses ImageMagick when available.</p>
</div>
</div>
<div>
<div>
<h4>Multisite Improvements</h4>
<p><code>switch_to_blog()</code> is now significantly faster and more reliable.</p>
</div>
<div>
<h4>XML-RPC API</h4>
<p>The <a href="http://codex.wordpress.org/XML-RPC_WordPress_API">WordPress API</a> is now always enabled, and supports fetching users, editing profiles, managing post revisions, and searching posts.</p>
</div>
<div>
<h4>External Libraries</h4>
<p>WordPress now includes the <a href="http://underscorejs.org/">Underscore</a> and<a href="http://backbonejs.org/">Backbone</a> JavaScript libraries. TinyMCE, jQuery, jQuery UI, and SimplePie have all been updated to the latest versions.</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://imaginatestudio.com/wordpress/whats-new-in-wordpress-3-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZapTech Solutions is a SCAM</title>
		<link>http://imaginatestudio.com/web-tips/zaptech-solutions-is-a-scam</link>
		<comments>http://imaginatestudio.com/web-tips/zaptech-solutions-is-a-scam#comments</comments>
		<pubDate>Wed, 28 Nov 2012 09:59:42 +0000</pubDate>
		<dc:creator>Jason White</dc:creator>
				<category><![CDATA[Web Tips]]></category>

		<guid isPermaLink="false">http://imaginatestudio.com/?p=429</guid>
		<description><![CDATA[We here at Imaginate do most everything in house for web development. Things got busy and we decided to outsource &#8230; <a class="more-link" href="http://imaginatestudio.com/web-tips/zaptech-solutions-is-a-scam">Continue reading <span class="meta-nav"></span></a>]]></description>
				<content:encoded><![CDATA[<p>We here at Imaginate do most everything in house for web development. Things got busy and we decided to outsource one portion of a clients project. We outsourced it to a company called ZapTech Solutions. Boy did we make a mistake. Rest assured that we ended up fixing this mistake ourselves and developed it out and our client was happy, but I&#8217;m writing this post so that those who are considering to do business with ZapTech Solutions will know that they are a fraudulent scam of a company.</p>
<p>ZapTech Solutions took our money and promised to deliver what was clearly outlined in the scope (specifically a custom WordPress Plugin). They never delivered the plugin, took our money and ran. When we tried to contact them to get it delivered they disappeared. Never delivering what we paid for with no refund!! They will scam you. Beware, you&#8217;ve been warned! ZAPTECH SOLUTIONS IS A SCAM!</p>
<p>Hire us instead. We are an honest company based in Salt Lake City Utah and actually have values, ethics, professionalism, and will do it right.</p>
<p>Again I only write this post so that search engines out there can find it and save some poor soul who is considering to do business with them. I only hope they will find this post  immediately run from ZapTech Solutions before they scam them and take their money.</p>
]]></content:encoded>
			<wfw:commentRss>http://imaginatestudio.com/web-tips/zaptech-solutions-is-a-scam/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy goes down, taking countless websites offline</title>
		<link>http://imaginatestudio.com/news/godaddy-goes-down-taking-countless-websites-offline</link>
		<comments>http://imaginatestudio.com/news/godaddy-goes-down-taking-countless-websites-offline#comments</comments>
		<pubDate>Mon, 10 Sep 2012 22:39:46 +0000</pubDate>
		<dc:creator>Jason White</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://imaginatestudio.com/?p=412</guid>
		<description><![CDATA[The Anonymous hacktivist group appears to have taken down GoDaddy with a massive Distributed Denial of Service (DDoS). This appears &#8230; <a class="more-link" href="http://imaginatestudio.com/news/godaddy-goes-down-taking-countless-websites-offline">Continue reading <span class="meta-nav"></span></a>]]></description>
				<content:encoded><![CDATA[<p>The Anonymous hacktivist group appears to have taken down GoDaddy with a massive Distributed Denial of Service (DDoS). This appears to be affecting countless websites and services, although not for everyone.</p>
<p>Here’s the tweet that started it all:</p>
<p>https://twitter.com/AnonOpsLegion/statuses/245218636187443200</p>
<p>The good news is that GoDaddy is aware of the issue:</p>
<p>https://twitter.com/GoDaddy/statuses/245213898683318272</p>
<p>I first noticed issues with the GoDaddy email service, then had many customer/clients call in that their site&#8217;s weren&#8217;t working. It appears that only some websites, but pretty much all emails that go through GoDaddy have been affected. We wish there was more we could do, but at this point we just have to wait for GoDaddy&#8217;s team to get this resolved. We will be updating our Twitter feed as we know more.</p>
<p><a title="Imaginate Studio on Twitter" href="http://twitter.com/imaginatestudio" target="_blank">http://twitter.com/imaginatestudio</a></p>
]]></content:encoded>
			<wfw:commentRss>http://imaginatestudio.com/news/godaddy-goes-down-taking-countless-websites-offline/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy website is back up alo…</title>
		<link>http://imaginatestudio.com/twitter/godaddy-website-is-back-up-alo</link>
		<comments>http://imaginatestudio.com/twitter/godaddy-website-is-back-up-alo#comments</comments>
		<pubDate>Mon, 10 Sep 2012 22:07:33 +0000</pubDate>
		<dc:creator>Jason White</dc:creator>
				<category><![CDATA[From Twitter]]></category>

		<guid isPermaLink="false">http://imaginatestudio.com/twitter/godaddy-website-is-back-up-alo</guid>
		<description><![CDATA[GoDaddy website is back up along with many websites. Looks like most are back in business. #godaddydns]]></description>
				<content:encoded><![CDATA[<p>GoDaddy website is back up along with many websites. Looks like most are back in business. #<a href="http://search.twitter.com/search?q=%23godaddydns" class="aktt_hashtag">godaddydns</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://imaginatestudio.com/twitter/godaddy-website-is-back-up-alo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy is still working on th…</title>
		<link>http://imaginatestudio.com/twitter/godaddy-is-still-working-on-th</link>
		<comments>http://imaginatestudio.com/twitter/godaddy-is-still-working-on-th#comments</comments>
		<pubDate>Mon, 10 Sep 2012 21:38:21 +0000</pubDate>
		<dc:creator>Jason White</dc:creator>
				<category><![CDATA[From Twitter]]></category>

		<guid isPermaLink="false">http://imaginatestudio.com/twitter/godaddy-is-still-working-on-th</guid>
		<description><![CDATA[GoDaddy is still working on the DNS issue, some services have been restored. They are making progress.]]></description>
				<content:encoded><![CDATA[<p>GoDaddy is still working on the DNS issue, some services have been restored. They are making progress. </p>
]]></content:encoded>
			<wfw:commentRss>http://imaginatestudio.com/twitter/godaddy-is-still-working-on-th/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For any of our customers affec…</title>
		<link>http://imaginatestudio.com/twitter/for-any-of-our-customers-affec</link>
		<comments>http://imaginatestudio.com/twitter/for-any-of-our-customers-affec#comments</comments>
		<pubDate>Mon, 10 Sep 2012 19:26:18 +0000</pubDate>
		<dc:creator>Jason White</dc:creator>
				<category><![CDATA[From Twitter]]></category>

		<guid isPermaLink="false">http://imaginatestudio.com/twitter/for-any-of-our-customers-affec</guid>
		<description><![CDATA[For any of our customers affected by this we&#8217;ll keep you updated here.]]></description>
				<content:encoded><![CDATA[<p>For any of our customers affected by this we&#8217;ll keep you updated here. </p>
]]></content:encoded>
			<wfw:commentRss>http://imaginatestudio.com/twitter/for-any-of-our-customers-affec/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Many of GoDaddy’s services are…</title>
		<link>http://imaginatestudio.com/twitter/many-of-godaddys-services-are</link>
		<comments>http://imaginatestudio.com/twitter/many-of-godaddys-services-are#comments</comments>
		<pubDate>Mon, 10 Sep 2012 19:05:50 +0000</pubDate>
		<dc:creator>Jason White</dc:creator>
				<category><![CDATA[From Twitter]]></category>

		<guid isPermaLink="false">http://imaginatestudio.com/twitter/many-of-godaddys-services-are</guid>
		<description><![CDATA[Many of GoDaddy&#8217;s services are down taking countless websites with it. They are working hard to restore things. Some clients &#8230; <a class="more-link" href="http://imaginatestudio.com/twitter/many-of-godaddys-services-are">Continue reading <span class="meta-nav"></span></a>]]></description>
				<content:encoded><![CDATA[<p>Many of GoDaddy&#8217;s services are down taking countless websites with it. They are working hard to restore things. Some clients are affected. </p>
]]></content:encoded>
			<wfw:commentRss>http://imaginatestudio.com/twitter/many-of-godaddys-services-are/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pinterest Social Network</title>
		<link>http://imaginatestudio.com/social-media/pinterest-social-network</link>
		<comments>http://imaginatestudio.com/social-media/pinterest-social-network#comments</comments>
		<pubDate>Sun, 26 Aug 2012 17:28:02 +0000</pubDate>
		<dc:creator>Jason White</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Pinterest]]></category>

		<guid isPermaLink="false">http://imaginatestudio.com/?p=408</guid>
		<description><![CDATA[Social Media has taken more evolutionary leaps in the past two years then it has in the time since cave &#8230; <a class="more-link" href="http://imaginatestudio.com/social-media/pinterest-social-network">Continue reading <span class="meta-nav"></span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://imaginatestudio.com/imaginate/media/20120826-105156.jpg"><img src="http://imaginatestudio.com/imaginate/media/20120826-105156.jpg" alt="20120826-105156.jpg" class="alignnone size-full" /></a></p>
<p>Social Media has taken more evolutionary leaps in the past two years then it has in the time since cave men adorned their spears and clubs with rocks and bones to differentiate their awesome possessions.</p>
<p>Hope everyone is familiar with the current social media dearie. Yup it is Pinterest! Gentlemen who were once making gag on Pinterest as a social media site used by ladies just to share cooking recipes, are now damn bully users of Pinterest. So, what is there in Pinterest to make them turnaround? Before coming into that, let me quickly crack out few facts about Pinterest.</p>
<ul>
<li>Pinterest, in just two years from its emergence has reached the world’s top 3rd biggest social media networking site.</li>
<li>It has an average of 11.7 million unique visitors per month.</li>
<li>User’s attention is longer in Pinterest when compared to Facebook and twitter. Pinterest users spend on an average of 15.8 minutes, whereas a Facebook user spends 12.1 minutes and twitter user spends 3.3 minutes on an average.</li>
<li>Pinterest drives more referral traffic than Google+, YouTube and Linkedin (even if these three are combined).</li>
<li>Almost 70 percent of Pinterest users are females, among which those under the age group of 25 to 35 have their major participation.</li>
<li>One third of all Pinterest users have an average annual household income of $100,000.</li>
<li>50 percent of Pinterest users have kids.</li>
<li>97 percent of Facebook fans on Pinterest page are women.</li>
</ul>
<h2>Why Pinterest?</h2>
<p>Pinterest, being today’s hottest social media network has taken away the hearts of millions. So, why this Pinterest crush? The one best reason to-be is, Pinterest keeps you visually engaged. With its amazing photo sharing facility, people can anytime pin photos and videos to their boards. Another best thing with Pinterest is, you can upload ‘n’ number of photos to ‘n’ number of albums. Pinterest lets you to pin photos either from your computer or web. If you are pinning a image taken from web, there is a Pinterest Bookmarklet to pick up the source of the image and set it as the click through link. You also have the option of sharing the pins simultaneously on Facebook and Twitter. This unique way of pinning photos and videos has led users to keep showered with Pinterest. And with their recent iPad/iPhone App they have made it even easier to post and organize pin boards. </p>
<p>We are going to see more and more buttons and links on websites to share on Pinterest along side Twitter and Facebook.</p>
]]></content:encoded>
			<wfw:commentRss>http://imaginatestudio.com/social-media/pinterest-social-network/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did you see the new template o…</title>
		<link>http://imaginatestudio.com/twitter/did-you-see-the-new-template-o</link>
		<comments>http://imaginatestudio.com/twitter/did-you-see-the-new-template-o#comments</comments>
		<pubDate>Tue, 05 Jun 2012 07:22:05 +0000</pubDate>
		<dc:creator>Jason White</dc:creator>
				<category><![CDATA[From Twitter]]></category>

		<guid isPermaLink="false">http://imaginatestudio.com/twitter/did-you-see-the-new-template-o</guid>
		<description><![CDATA[Did you see the new template on @MacTemplates? Modern Resume Template in Pages.]]></description>
				<content:encoded><![CDATA[<p>Did you see the new template on @<a href="http://twitter.com/MacTemplates" class="aktt_username">MacTemplates</a>? Modern Resume Template in Pages. </p>
]]></content:encoded>
			<wfw:commentRss>http://imaginatestudio.com/twitter/did-you-see-the-new-template-o/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We love creating websites for …</title>
		<link>http://imaginatestudio.com/twitter/we-love-creating-websites-for</link>
		<comments>http://imaginatestudio.com/twitter/we-love-creating-websites-for#comments</comments>
		<pubDate>Tue, 29 May 2012 07:25:02 +0000</pubDate>
		<dc:creator>Jason White</dc:creator>
				<category><![CDATA[From Twitter]]></category>

		<guid isPermaLink="false">http://imaginatestudio.com/we-love-creating-websites-for</guid>
		<description><![CDATA[We love creating websites for all types of businesses, but it&#8217;s making us move pretty slowly on our @learn2mac site. &#8230; <a class="more-link" href="http://imaginatestudio.com/twitter/we-love-creating-websites-for">Continue reading <span class="meta-nav"></span></a>]]></description>
				<content:encoded><![CDATA[<p>We love creating websites for all types of businesses, but it&#8217;s making us move pretty slowly on our @<a href="http://twitter.com/learn2mac" class="aktt_username">learn2mac</a> site. Thanks 4 your patience.</p>
]]></content:encoded>
			<wfw:commentRss>http://imaginatestudio.com/twitter/we-love-creating-websites-for/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
