<?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>MODassic Marketing</title>
	<atom:link href="http://modassicmarketing.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://modassicmarketing.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 06:27:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Custom Post Types: the power within WordPress</title>
		<link>http://modassicmarketing.com/custom-post-types/</link>
		<comments>http://modassicmarketing.com/custom-post-types/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 14:48:43 +0000</pubDate>
		<dc:creator>Taylor</dc:creator>
				<category><![CDATA[Getting Technical]]></category>

		<guid isPermaLink="false">http://modassicmarketing.com/?p=5278</guid>
		<description><![CDATA[When WordPress was first released, back in 2003, it was primarily a platform for blogging. However, it has since grown far beyond just blogging and is currently the most popular Content Management System (CMS) on the Internet, powering over 14% of the &#8220;top 1 million&#8221; websites in the world. In today&#8217;s post we&#8217;re talking about [...]<a class="moretag" href="http://modassicmarketing.com/custom-post-types/"> Read More...</a>]]></description>
			<content:encoded><![CDATA[<p>When WordPress was first released, back in 2003, it was primarily a platform for blogging. However, it has since grown far beyond just blogging and is currently the <a href="http://en.wikipedia.org/wiki/WordPress">most popular Content Management System</a> (CMS) on the Internet, powering over 14% of the &#8220;top 1 million&#8221; websites in the world. In today&#8217;s post we&#8217;re talking about <strong>Custom Post Types (CPTs)</strong> which are one of the key features that allows WordPress to be so versatile and powerful.</p>
<p>WordPress started with 1 content type. A post. Over the years, that was slowly expanded to encompass links, pages, even media uploads. Around Version 3.0 (Thelonious) WordPress really expanded that power with Custom Post Types (custom post types were around before 3.0, but that&#8217;s when they really started to gain momentum). Custom Post Types allow you to extend and modify the WordPress Dashboard (or &#8220;back-end&#8221;) for many applications. When combined with custom theme templates, they are a powerful combination that allow WordPress to be customized into a powerful CMS (Content Management System). Here&#8217;s what custom post types look like in the backend of WordPress:</p>
<p><img class="alignnone size-full wp-image-5376" title="custom-post-type" src="http://modassicmarketing.com/wp-content/uploads/2012/03/custom-post-type.png" alt="" width="564" height="480" /></p>
<p>If you are familiar with WordPress, you can see the extra post types that we added to this theme: Portfolio, Testimonials, Team Members, News and Resources. Pages and Posts are built into WordPress by default. Those already familiar with WordPress might also notice that we have hidden the links panel and moved comments and media into their own section. Custom Post Types are all about modifying the WordPress Dashboard to fit the needs of our clients. In the new post type areas, we modify the interface to fit the needs and requirements of your content. These custom interfaces allow you to easily enter and edit data, create associations, and organize the content that drives your website. Here&#8217;s an example of the interface for a property listing (a parcel of land) for a Real Estate website that we developed:</p>
<p><img class="alignnone size-full wp-image-5377" title="custom-post-type-wordpress" src="http://modassicmarketing.com/wp-content/uploads/2012/03/custom-post-type-wordpress2.png" alt="" width="564" height="622" /></p>
<p>And here is how that information displays the public facing (front-end) side of the site.</p>
<p><img class="alignnone size-full wp-image-5378" title="realestate-listing-wordpress" src="http://modassicmarketing.com/wp-content/uploads/2012/03/realestate-listing-wordpress.png" alt="" width="564" height="475" /></p>
<p>As you can see, WordPress has moved far beyond blogging. It&#8217;s now a mature, growing platform that&#8217;s robust enough to handle millions of sites all around the world. What are some pages and types of content on your website that could be more easily managed and presented by utilizing WordPress Custom Post Types?</p>
]]></content:encoded>
			<wfw:commentRss>http://modassicmarketing.com/custom-post-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Instead of Images and Flash</title>
		<link>http://modassicmarketing.com/css3-instead-of-images-and-flash/</link>
		<comments>http://modassicmarketing.com/css3-instead-of-images-and-flash/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 17:51:54 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Getting Technical]]></category>

		<guid isPermaLink="false">http://modassicmarketing.com/?p=5257</guid>
		<description><![CDATA[Why do we at MODassic Marketing prefer CSS3 over images and flash? The answer is easy: “faster loading times and support for mobile devices”. A web browser takes less time loading a stylesheet with CSS code than loading graphics and mobile devices can view CSS3 animations but not Flash animations. WHAT IS CSS AND CSS3? [...]<a class="moretag" href="http://modassicmarketing.com/css3-instead-of-images-and-flash/"> Read More...</a>]]></description>
			<content:encoded><![CDATA[<p><strong>Why do we at MODassic Marketing prefer CSS3 over images and flash?</strong> The answer is easy: “faster loading times and support for mobile devices”. A web browser takes less time loading a stylesheet with CSS code than loading graphics and mobile devices can view CSS3 animations but not Flash animations.</p>
<hr />
<p><strong>WHAT IS CSS AND CSS3?</strong><br />
CSS (Cascading Style Sheets) is a stylesheet language used to define the look and format of a website. It&#8217;s the colors, layout and style of the site whereas the HTML markup is the structure and content. It&#8217;s what makes your site look good. CSS3 is simply the third level of CSS. Drafts of CSS3 were first published in 1999 and became <a href="http://en.wikipedia.org/wiki/World_Wide_Web_Consortium">W3C</a> recommended in 2011.</p>
<hr />
<p><strong>WHAT MAKES CSS3 STAND OUT FROM CSS AND CSS2?</strong><br />
CSS3 also has the ability to create animations, 3D effects and much more. Agencies can develop websites with animations without using Flash, that means if users visit websites with their tablet or mobile phone they will be able to see the animations. This is a must in today&#8217;s mobile world!</p>
<hr />
<p><strong>CSS BUTTONS INSTEAD OF IMAGES</strong><br />
Traditionally, to create a good looking button you had to create the graphic in photoshop and upload the button image to your website. However, these images can slow down your site, aren&#8217;t indexable by search engines and are difficult to update. With CSS3, a good CSS developer/designer can turn any graphic (like a button) into a great looking CSS3 object.</p>
<p>1. BUTTON GRAPHIC</p>
<p><center><img src="http://modassicmarketing.com/wp-content/uploads/2012/03/button-graphic.png" alt="" width="200" height="35" /></center>&nbsp;</p>
<p>This button is simply an graphic. The pro about a button graphic is that every browser will render the graphic the same way so it&#8217;s cross browser compatible. However, search engines like Google won&#8217;t be able to read the text inside the button and images can slow down your site. Also, small changes such as changing the color of the button or changing the text inside of it become difficult. To change a button that is an image requires finding and opening the original psd file in Photoshop, changing the color or text and exporting and re-uploading the new graphic.</p>
<p>2. CSS3 BUTTON</p>
<p><center><br />
<input class="css-button" type="submit" value="MODassic Marketing" /></center>&nbsp;</p>
<p>This button is created purely with CSS code, no graphics. With a CSS3 button you can quickly and easily change the color and text inside of the button just by editing a couple of lines of code. Also search engines like Google are able to read the text inside the button – that will cause that your site will rank better in search results and it loads much faster. Also, those with disabilities can use software to make their computer read hard coded text which wouldn’t be possible if the text was embedded in a flattened image.</p>
<p>3. IE BUTTON</p>
<p><center><br />
<input class="ie-button" type="submit" value="MODassic Marketing" /></center>&nbsp;</p>
<p>It should be noted that there are subtle difference in how browsers render CSS3 code. For example, Apple’s Safari browser renders shadows slightly differently than Mozilla’s Firefox would. And there’s is every developer’s nightmare, Microsoft’s Internet Explorer, which doesn’t support CSS3 until version 9. But be aware that version IE9 is not available for operating systems older than Windows 7 and most CSS3 properties won’t be available until version 10. On the other hand Firefox, Safari, Chrome and Opera are available for Windows OS users and support CSS3.</p>
<hr />
<p><strong>WHICH BROWSERS SUPPORT CSS3?</strong></p>
<p><center><img class="alignnone size-full wp-image-5312" title="browser-support-left" src="http://modassicmarketing.com/wp-content/uploads/2012/03/browser-support-left.png" alt="" width="315" height="270" /><img class="alignnone size-full wp-image-5313" title="browser-support-right" src="http://modassicmarketing.com/wp-content/uploads/2012/03/browser-support-right.png" alt="" width="315" height="270" /></center>&nbsp;</p>
<p>For more specific browser support information, please visit: <a href="http://www.w3schools.com/cssref/css3_browsersupport.asp">WC3 Schools CSS3 Browser Support</a>.</p>
<hr />
<p><strong>CSS3 PROPERTIES</strong></p>
<p><center><img class="alignnone size-full wp-image-5315" title="css3-support-small" src="http://modassicmarketing.com/wp-content/uploads/2012/03/css3-support-small.png" alt="" width="315" height="175" /></center>&nbsp;</p>
<p>For more specific browser support information, please visit: <a href="http://www.w3schools.com/cssref/css3_browsersupport.asp">WC3 Schools CSS3 Browser Support</a>.</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://modassicmarketing.com/css3-instead-of-images-and-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pinterest, the latest social media buzz</title>
		<link>http://modassicmarketing.com/pinterest-the-latest-social-media-buzz/</link>
		<comments>http://modassicmarketing.com/pinterest-the-latest-social-media-buzz/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 18:46:26 +0000</pubDate>
		<dc:creator>Banner</dc:creator>
				<category><![CDATA[Marketing News & Tips]]></category>

		<guid isPermaLink="false">http://modassicmarketing.com/?p=5064</guid>
		<description><![CDATA[It was love at first pin Last February, a friend of mine introduced me to Pinterest.  I was looking for a new home and she said “I’ll send you an invite to Pinterest.  It’s a great way to find decorating ideas and organize them.” I decided to give it a try and a year later [...]<a class="moretag" href="http://modassicmarketing.com/pinterest-the-latest-social-media-buzz/"> Read More...</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://pinterest.com"><img class="aligncenter size-full wp-image-5089" title="pinterest-for-business" src="http://modassicmarketing.com/wp-content/uploads/2012/02/pinterest-for-business2.png" alt="" width="562" height="339" /></a></p>
<p><strong>It was love at first pin</strong><br />
Last February, a friend of mine introduced me to Pinterest.  I was looking for a new home and she said “I’ll send you an invite to Pinterest.  It’s a great way to find decorating ideas and organize them.” I decided to give it a try and a year later I’m using this “virtual bulletin board” every day and not just to decorate our new home.  Before Pinterest, if I found something on the web I wanted to remember or come back to, I had to either bookmark it, email it to myself or print it out.  Well, I wasn’t very good at doing any of these things or remembering the addresses of any blogs I visited, which is why I fell in love with Pinterest.  Hopefully after this post, I can at least spark your interest in Pinterest <img src='http://modassicmarketing.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>How is Pinterest used? What is being pinned and shared on Pinterest?<br />
</strong>I’ve seen people use Pinterest to plan their weddings, vacations, birthdays, baby showers and holiday parties.  Members are discovering art, furniture, fitness routines, music, gifts, books, and recipes. People are being inspired whether it be photography, interior design or DIY projects. People are even nostalgic on Pinterest &#8211; pinning vintage fashion, childhood toys and photos of celebrities from long ago.  You can pin things you find online or upload pictures to the Pinterest app from your camera phone. You can also “repin” things that anyone else is pinning. I love seeing what projects my friends are working on and sharing ideas. The pinning possibilities are endless.</p>
<p>You can login with either your Facebook or Twitter account and it shows you which friends from those networks are also on Pinterest.  You can also follow strangers on Pinterest that share the same tastes and interests. I like that I am able to follow my real life friends but that I can also follow people I’ve never met without having to “become friends with them” and it doesn’t make them follow me just because I’m following them.</p>
<p><strong>Might as well face it, you’re addicted to Pinterest<br />
</strong>This week Mashable posted a January 2012 study titled <a href="http://mashable.com/2012/02/01/pinterest-traffic-study/" target="_blank">“Pinterest Drives More Traffic Than Google+, YouTube and LinkedIn Combined”</a> Wow!  I was floored when I saw this. I knew Pinterest was gaining a reputation just by seeing the number of my Facebook friends joining daily, but I didn’t realize just how popular it had become. Just imagine the value of this free exposure for companies whose products are being pinned and repinned hundreds of times! The study Mashable posted said “Pinterest accounted for 3.6% of referral traffic, while Twitter just barely edged ahead of the newcomer, accounting for 3.61% of referral traffic.”  A website coming just under Twitter for referral traffic last month should make any marketer or business owner want to know more.</p>
<p>One of the reasons I believe Pinterest is so popular is because it’s a simple and visual site. When you pin a blog or website, it grabs an image from the website and automatically creates a link back to that website. So when you are browsing your pin boards or your Pinterest feed, it’s all pictures with small captions that link back to the original source.</p>
<p><strong>How to harness the power of Pinterest for your company<br />
</strong>There are two things you can easily add to your website to connect your brand with Pinterest and directions for adding these buttons to your site can be found <a href="http://pinterest.com/about/goodies/ " target="_blank">here on Pinterest’s website</a>.  You can add a “Follow Me on Pinterest” button to your website and create a Pinterest account in the name of your business or have it link to a personal account.  You can also add &#8216;Pin It’ buttons to your website to encourage your visitors to share your products, videos, blog posts and articles on their pin boards.  We have already integrated the &#8216;Pin It&#8217; button on a couple of our clients sites and the results have been great.</p>
<p><a href="http://pinterest.com/about/goodies/ "><img class="alignright size-medium wp-image-5082" title="integrate-pinterest-your-website" src="http://modassicmarketing.com/wp-content/uploads/2012/02/integrate-pinterest-your-website2-300x220.png" alt="" width="300" height="220" /></a>Entice your customers to pin pictures of your products &#8211; offer something in return for them spreading your brand on Pinterest.  Remember that images of good quality on your website are key because Pinterest is all about the visual.  As with any social networking site, it’s important to behave on Pinterest as you would in the offline world.  Don’t just shout your brand.  Follow other users and boards related to your areas of interest and like other Pinterest users pins by clicking on their Pinterest Like buttons.  Remember to advertise your pins on other social networks such as Facebook and Twitter. You are now able to post what your are pinning to your Facebook Timeline.</p>
<p>Do you see a way your brand could benefit from the rising power of Pinterest?</p>
<hr />
<p>I hope you found this blog post pinteresting! If you need an example of pin boards and what Pinterest is all about, please feel free to visit <a href="http://pinterest.com/banner_short/">my personal Pinterest page</a>.  Also, if you need an invite to Pinterest, <a href="mailto: banner@modassicmarketing.com">email me</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://modassicmarketing.com/pinterest-the-latest-social-media-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 types of logo design</title>
		<link>http://modassicmarketing.com/3-types-of-logo-design/</link>
		<comments>http://modassicmarketing.com/3-types-of-logo-design/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 04:08:16 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Marketing News & Tips]]></category>

		<guid isPermaLink="false">http://modassicmarketing.com/?p=5045</guid>
		<description><![CDATA[Companies spend thousands (often millions) of dollars and countless man hours developing and marketing their products. However, a sale often hinges on a simple first impression, gut feeling or the customer’s memory. Often that first and hopefully lasting impression comes from your logo. A logo is the centerpiece of your branding strategy. It defines not [...]<a class="moretag" href="http://modassicmarketing.com/3-types-of-logo-design/"> Read More...</a>]]></description>
			<content:encoded><![CDATA[<p>Companies spend thousands (often millions) of dollars and countless man hours developing and marketing their products. However, a sale often hinges on a simple first impression, gut feeling or the customer’s memory. Often that first and hopefully lasting impression comes from your logo.</p>
<p>A logo is the centerpiece of your branding strategy. It defines not only your “look and feel”, but the emotive qualities that underscore who you are as a business. Your logo should instantly communicate that message in a way that connects with your target audience.</p>
<h3>What are the different types of logo design?</h3>
<p><strong> ▪ Iconic / Symbolic</strong> – Uses visual imagery to relate to your product, company name or even communicate the intangible such as positioning, mission or ethics. Often these are the most recognizable brands in the world because a symbol can stand on it&#8217;s own, even without the brand name.</p>
<p><a href="http://modassicmarketing.com/wp-content/uploads/2012/02/symbolic-logos.png"><img class="size-full wp-image-5053 alignnone" title="symbolic-logos" src="http://modassicmarketing.com/wp-content/uploads/2012/02/symbolic-logos.png" alt="" width="472" height="156" /></a></p>
<p><strong> ▪ Logotype / Wordmark</strong> – Uses the details of typography to communicate the essence of your brand. The subtle personality  differences of typography should never be underestimated. What typography characteristics best represents your business?</p>
<p><a href="http://modassicmarketing.com/wp-content/uploads/2012/02/wordmark-logos.png"><img class="alignnone size-full wp-image-5054" title="wordmark-logos" src="http://modassicmarketing.com/wp-content/uploads/2012/02/wordmark-logos.png" alt="" width="472" height="156" /></a></p>
<p><strong> ▪ Combination Marks</strong> – The combination of the symbolic and wordmark logos. This is the most common type of logo because it combines the power and recognition of a symbolic logo with the awareness from being able to read the company name.</p>
<p><a href="http://modassicmarketing.com/wp-content/uploads/2012/02/combination-marks.png"><img class="alignnone size-full wp-image-5055" title="combination-marks" src="http://modassicmarketing.com/wp-content/uploads/2012/02/combination-marks.png" alt="" width="472" height="156" /></a></p>
<p>Many brands often have a version of each type of logo giving them versatility when using their logo in various space constraints. These brands have an approved symbolic logo, wordmark and combination logo that each have defined roles and uses. Some brands also evolve their logo over time. For example, Starbucks recently simplified their logo by dropping the type. Considering that my 3-year old (who can&#8217;t read yet) knows the Starbucks logo means coffee it&#8217;s safe to say they have enough brand recognition for a symbolic mark to stand alone.</p>
<p><a href="http://modassicmarketing.com/wp-content/uploads/2012/02/evolving-logo.png"><img class="alignnone size-full wp-image-5059" title="evolving-logo" src="http://modassicmarketing.com/wp-content/uploads/2012/02/evolving-logo.png" alt="" width="472" height="156" /></a></p>
<p>&nbsp;</p>
<p>Anyone with a pirated copy of Photoshop can choose a random font, draw a shape, and call it a logo. However, at MODassic, we are interested in building brands. That starts with developing a logo that tells a story. Your story. Being that your logo is the foundation of your brand and marketing strategy, we believe investing in your logo design is a smart move. For us that all starts with the creative brief where we dive into the goals, audience and other important details needed to create a new logo and brand. The creative brief is just a conversation guide &#8211; a starting point. Based on the answers given we dive much deeper into the details that will become the inspiration for your logo.</p>
<p><a href="http://modassicmarketing.com/pdf/creative-brief-logo-design.pdf">Download our logo design creative brief </a>to help you start thinking through the many important elements that go into devloping a logo, and give us a call when you&#8217;re ready to get started!</p>
<p>There are also many sites online where you can browse logos to get inspiration for your own. <a href="http://logopond.com/recent/">Logopond</a> and <a href="http://dribbble.com/tags/logo">Dribbble</a> are great sources of design inspiration.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://modassicmarketing.com/3-types-of-logo-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordcamp Phoenix</title>
		<link>http://modassicmarketing.com/wordcamp-phoenix/</link>
		<comments>http://modassicmarketing.com/wordcamp-phoenix/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 03:08:04 +0000</pubDate>
		<dc:creator>MODassic</dc:creator>
				<category><![CDATA[Life at MODassic]]></category>

		<guid isPermaLink="false">http://modassicmarketing.com/?p=5025</guid>
		<description><![CDATA[MODassic will be in the Sonoran Desert for a WordPress Conference from February 24th &#8211; 26th. Wordcamp Phoenix is just one of the many WordCamps that are held around the world. These conferences gather bloggers, designers and developers from the massive WordPress community together to help everyone learn something new about the software currently serving hundreds of thousands of websites around [...]<a class="moretag" href="http://modassicmarketing.com/wordcamp-phoenix/"> Read More...</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://modassicmarketing.com/wp-content/uploads/2012/02/IMG_4215.jpg"><img class="size-medium wp-image-5098 alignleft" title="IMG_4215" src="http://modassicmarketing.com/wp-content/uploads/2012/02/IMG_4215-300x199.jpg" alt="" width="300" height="199" /></a>MODassic will be in the Sonoran Desert for a WordPress Conference from February 24th &#8211; 26th. <a title="WordCamp Phoenix" href="http://2012.phoenix.wordcamp.org/" target="_blank">Wordcamp Phoenix</a> is just one of the many WordCamps that are held around the world. These conferences gather bloggers, designers and developers from the massive WordPress community together to help everyone learn something new about the software currently serving <a href="http://trends.builtwith.com/cms/WordPress">hundreds of thousands</a> of websites around the globe.</p>
<p>Taylor is going out to this big, dry land to connect with our fellow WordPressers, learn a thing or two, represent Texas (and visit his parents).</p>
]]></content:encoded>
			<wfw:commentRss>http://modassicmarketing.com/wordcamp-phoenix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: modassicmarketing.com @ 2012-05-21 15:22:31 -->
