<?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>The Crossing of Marketing and IT &#187; blog</title>
	<atom:link href="http://www.crossingmarketingandit.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crossingmarketingandit.com</link>
	<description>The Crossing of Marketing &#38; IT: Where Marketing and Technology meet - Web + Search + Social Marketing, Teamwork, Leadership &#38; More</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:19:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Marketers Learning Tech &#8211; Thesis Customization</title>
		<link>http://www.crossingmarketingandit.com/marketing-2/learning-tech-thesis-custom/</link>
		<comments>http://www.crossingmarketingandit.com/marketing-2/learning-tech-thesis-custom/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 11:56:36 +0000</pubDate>
		<dc:creator>Elmer Boutin</dc:creator>
				<category><![CDATA[Marketers Learning Tech]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[in-house]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.crossingmarketingandit.com/?p=2803</guid>
		<description><![CDATA[The main reason I wanted you to get the Thesis theme was because it would allow you to have a platform to learn some PHP and CSS as you went along. I could write tons of articles about those two things, but why totally reinvent the wheel when there are so many great tutorials and books available on those subjects? It's time for you to spread your wings and fly, and you can't do that if I'm hanging on to your wings.<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></description>
			<content:encoded><![CDATA[<p></p><p>Now is the time for you to learn to fly. You&#8217;ve come so far and I hope you&#8217;ve been keeping up with your posts and updating your site with new content from time to time. Now comes the last article in this series &#8211; and the admonition for you to spread your wings and take off. You&#8217;re ready, believe me!</p>
<div id="attachment_2630" class="wp-caption alignright" style="width: 144px">
	<img class="size-full wp-image-2630" title="WordPress Thesis Menu Area" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/08/WordPress-Thesis-Menu-Area.jpg" alt="WordPress Thesis Menu Area" width="144" height="166" />
	<p class="wp-caption-text">WordPress Thesis Menu Area</p>
</div>
<p>The main reason I recommended you get the Thesis theme was because it would allow you to have a platform to learn some PHP and CSS as you went along. I could write tons of articles about those two things, but why totally reinvent the wheel when there are so many great tutorials and books available on those subjects? It&#8217;s time for you to spread your wings and fly, and you can&#8217;t do that if I&#8217;m hanging on to your wings.</p>
<p>There are two files within the Thesis theme which you can use to customize your site: custom.css and custom_functions.php. Both of these files can be edited in the Custom File Editor section of the Thesis controls.</p>
<p><strong>Customize Functionality</strong><br />
Click the dropdown box, select the file you wish to edit and click the &#8220;Edit selected file&#8221; button. Let&#8217;s look at the custom_functions.php first.</p>
<div id="attachment_2805" class="wp-caption aligncenter" style="width: 324px">
	<img class="size-full wp-image-2805" title="Thesis-Custom-File-Editor" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/10/Thesis-Custom-File-Editor.jpg" alt="Thesis Custom File Editor Window" width="324" height="208" />
	<p class="wp-caption-text">Thesis Custom File Editor Window</p>
</div>
<p>Thesis uses a concept called &#8220;hooks&#8221; to allow you to change some functionality of your site. For instance, if you want to move the menu from above your site&#8217;s header image to just below it (something I prefer to do) then you simply add the following two lines to custom_functions.php:</p>
<blockquote>
<pre>remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_after_header', 'thesis_nav_menu');</pre>
</blockquote>
<p>The first line removes the menu from its default location, the second line puts the menu after the header. Easy, right?</p>
<p>So, how do you know what hooks are available and how to use them? Easy &#8211; it&#8217;s all documented on the Thesis web site. Remember what I told you last time &#8211; searching online is the best friend you have. It&#8217;s likely that whatever you want to do has already been figured out by someone who&#8217;s already been there. Learn from them.</p>
<p>There is also an excellent hooks tutorial by Rae Hoffman-Dolan on her Sugarrae site, I highly recommend you check it out: <a href="http://www.sugarrae.com/blogging-advice/thesis-hooks-dummies-tutorial/" target="_blank">Thesis Tutorial – Hooks for Dummies</a>.</p>
<p><strong>Customize The Look</strong><br />
The other file you can edit for customization is custom.css. This is the custom Cascading Style Sheet. If you haven&#8217;t already, check out <a href="http://www.amazon.com/gp/product/0596802447/ref=as_li_ss_tl?ie=UTF8&amp;tag=musofeho-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=0596802447" target="_blank"><em>CSS: The Missing Manual</em> by David McFarland</a> (Amazon Affiliate link). You can also google &#8220;CSS Cheat Sheet&#8221; and find dozens of very well-made shortcut guides to what you can control using CSS.  There is also an excellent <a href="http://diythemes.com/thesis/rtfm/custom-css/" target="_blank">CSS tutorial on the Thesis web site</a>.</p>
<p>Here&#8217;s a quick example. On this site, I wanted a black border to set off the footer from the rest of the site. All I had to do was add this to my custom.css file:</p>
<blockquote>
<pre>.custom #footer{
	border-color: Black;
}</pre>
</blockquote>
<p>Again, easy, once you know how to do it. Play around, don&#8217;t be afraid to fail. Keep trying and adding pieces until you get it working the way you want.</p>
<p><strong>Backups!</strong><br />
Of course, it&#8217;s a good idea to make copies of these files in case you really mess up. For instance, it&#8217;s possible to completely trash your site if you make a mistake in your custom-functions.php file. Download a backup before you start messing with things in case you need to undo something to get your site running again &#8211; not that I&#8217;ve ever done that &#8230;</p>
<p><strong>Test Domains</strong><br />
Another good idea is to set up a test site for experimentation. If you&#8217;re host allows it, set up a subdomain like test.yourdomain.com and install WordPress and Thesis in it. You can export your current content using the &#8220;Export&#8221; function within WordPress&#8217;s tools and you can export your Thesis customizations using the &#8220;Download Options&#8221; tool in the Thesis &#8220;Manage Options&#8221; section. Then you can use the import or &#8220;upload&#8221; pieces on your test site to help you make an exact duplicate of your site on the test domain. This allows you to make mistake and perfect your changes without messing up your &#8220;real&#8221; site.</p>
<p>Now go and spread your wings. If you ever have questions, please feel free to share them in the comments of any of the posts in this series or use the <a href="http://www.crossingmarketingandit.com/contact/">Contact Form</a> to send in a question.</p>
<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.crossingmarketingandit.com/marketing-2/learning-tech-thesis-custom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal/Business Blogging with Summer Huggins &#8211; BlogathonATX</title>
		<link>http://www.crossingmarketingandit.com/catchall/personalbusiness-blogging-with-summer-huggins-blogathonatx/</link>
		<comments>http://www.crossingmarketingandit.com/catchall/personalbusiness-blogging-with-summer-huggins-blogathonatx/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 22:08:24 +0000</pubDate>
		<dc:creator>Elmer Boutin</dc:creator>
				<category><![CDATA[Catchall]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[in-house]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.crossingmarketingandit.com/catchall/personalbusiness-blogging-with-summer-huggins-blogathonatx/</guid>
		<description><![CDATA[Summer does content strategy, and has been involved in content generation for 12 years. Her employer requires all employees to have a personal blog related to content in order to let them have a voice in the industry. They also blog on the corporate blog. Summer tweets as @summerH<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></description>
			<content:encoded><![CDATA[<p></p><p>Summer does content strategy, and has been involved in content generation for 12 years. Her employer requires all employees to have a personal blog related to content in order to let them have a voice in the industry. They also blog on the corporate blog.</p>
<p>Summer tweets as @<a href="http://twitter.com/summerH" target="_blank">summerH</a></p>
<ul>
<li>Whether to have separate personal and business blogs really depends on what business you&#8217;re in</li>
<li>At a recent conference, it was said &#8220;Being human is the new black.&#8221; You need to express your real voice in your writing</li>
<li>The policy at her company is simple: &#8220;Don&#8217;t be stupid.&#8221;</li>
<li>The things you write on a personal blog can lead to business contacts. You never know who&#8217;s going to read your stuff. They may never find you &#8220;business&#8221; blog, but might get to know you anyway</li>
<li>Consider: if you want to be found &#8211; connect all your stuff together somehow. Otherwise, set up an alias to keep stuff completely separate</li>
<li>Even a corporate blog should have a personal voice. People will relate more to a person than a &#8220;corporation.&#8221; Instead of having a &#8220;talking logo,&#8221; be a person or persons. People want to know the people who make up your business</li>
<li>Summer tries not to tie herself to a calendar when blogging. She would rather write something interesting and timely rather than write &#8220;just because it&#8217;s Tuesday&#8221;</li>
<li>When posting, consider a filter like, &#8220;What would my mother think about this&#8221; or sister, or dad, or whomever. That can help keep you in line and possibly out of trouble</li>
<li>If you have separate blogs, you can use purposeful linking either by inclusion or omission</li>
</ul>
<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.crossingmarketingandit.com/catchall/personalbusiness-blogging-with-summer-huggins-blogathonatx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stump The Nerds! &#8211; BlogathonATX</title>
		<link>http://www.crossingmarketingandit.com/it-2/stump-the-nerds-blogathonatx/</link>
		<comments>http://www.crossingmarketingandit.com/it-2/stump-the-nerds-blogathonatx/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 20:28:10 +0000</pubDate>
		<dc:creator>Elmer Boutin</dc:creator>
				<category><![CDATA[IT & Technical]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[team]]></category>

		<guid isPermaLink="false">http://www.crossingmarketingandit.com/it-2/stump-the-nerds-blogathonatx/</guid>
		<description><![CDATA[Some ideas I got from the Stump The Nerds panel at BlogathonATX with Jeremy Arntz, Jackie Dana and Pat Ramsey. They were taking questions on techie topics relating to blogging and other web sites. Best quote? Learning CSS, PHP and HTML are very important. Especially if you try to get help from a developer. You should have a sense of what's going on - it'll save you time and money in the long run<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></description>
			<content:encoded><![CDATA[<p></p><p>Some ideas I got from the Stump The Nerds panel at BlogathonATX with Jeremy Arntz, Jackie Dana and Pat Ramsey. They were taking questions on techie topics relating to blogging and other web sites.</p>
<ul>
<li>While all blog platforms have great features and are easy to set up, a self-hosted WordPress install gives you many more options, there are a lot more themes to choose from, and you have a lot of control over your site.</li>
<li>Cloud hosting is good if you want to scale to more memory, disk space and processor power</li>
<li>Use Akismet is a great plug-in for catching comment spam. It&#8217;s worth signing up for a WordPress.com account to get an API key</li>
<li>Analytics is easy and important. Google Analytics is a good option</li>
<li>Use Regenerate Thumbnail plugin for WordPress to automatically resize thumbnails when you redesign your site.</li>
<li>Use a cache plugin to speed up your download times. W3TotalCache is a good option</li>
<li>Nextgen Gallery is a great plugin if you display a lot of images</li>
<li>Don&#8217;t forget a social media sharing plug in to help readers share your site</li>
<li>Don&#8217;t go crazy downloading plugins, if you get too many plugins your site&#8217;s performance will take a hit. Plus, there&#8217;s more updates to keep track of and more chances for problems</li>
<li>A good category structure can benefit your SEO more than tags. Don&#8217;t forget the basics like good content and titles, too</li>
<li>Tags are very handy for plugins that display related stories with a post</li>
<li>Learning CSS, PHP and HTML are very important. Especially if you try to get help from a developer. You should have a sense of what&#8217;s going on &#8211; it&#8217;ll save you time and money in the long run</li>
<li>Backups are very important. This is especially true if you try to hack some code yourself. It&#8217;s nice to be able to roll back changes if you mess something up</li>
<li>Don&#8217;t install a plugin just because you think it&#8217;s cool. Install it only if you have a real need for the functionality it offers</li>
<li>Is SEO important for the personal blogger? It is if you want people to read your blog. But, not every blog will be successful. If no one is interested in what you right about, all the SEO in the world will help it. Consider tweaking your content or changing your format</li>
<li>Make sure to delete old plugins and themes you no longer use</li>
<li>Make sure to use a good strong password. That&#8217;s your first line of defense against hacking. Also, avoid using &#8220;Admin&#8221; for the admin user name. (I wrote a post about creating strong passwords a while back: <a href="http://www.crossingmarketingandit.com/it-2/general/four-steps-to-better-passwords/">Four Steps To Better Passwords</a> - you might find it helpful)</li>
</ul>
<p>&nbsp;</p>
<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.crossingmarketingandit.com/it-2/stump-the-nerds-blogathonatx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Content is Queen with Amanda Quraishi &#8211; BlogathonATX</title>
		<link>http://www.crossingmarketingandit.com/marketing-2/web-marketing/content-is-queen-with-amanda-quraishi-blogathonatx/</link>
		<comments>http://www.crossingmarketingandit.com/marketing-2/web-marketing/content-is-queen-with-amanda-quraishi-blogathonatx/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 18:10:24 +0000</pubDate>
		<dc:creator>Elmer Boutin</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.crossingmarketingandit.com/marketing-2/web-marketing/content-is-queen-with-amanda-quraishi-blogathonatx/</guid>
		<description><![CDATA[Amanda tweets as @ImtheQ and describes herself as a technology professional and a social media gadfly. Here are some idea which I caught in the session. And the best quote? Be unique! "Who wouldn't like you?"<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></description>
			<content:encoded><![CDATA[<p></p><p>Amanda tweets as @<a href="http://twitter.com/ImtheQ" target="_blank">ImtheQ</a> and describes herself as a technology professional and a social media gadfly. Here are some ideas which I caught in the session:</p>
<ul>
<li>The best way to learn anything is to just get in there and do it. Yes, you&#8217;ll make mistakes, but that&#8217;s how you learn</li>
<li>If you have a hard time coming up with content on a regular basis, you may want to ask yourself if you should really be blogging on that topic. Perhaps you can find something else you&#8217;re passionate about &#8211; then you&#8217;ll never run out of topics.</li>
<li>Focus on quality over quantity</li>
<li>If you must produce content on a regular basis (contractual or work-related) then keep notes when ideas hit you. The old-fashioned note pad works great for this</li>
<li>Use an editorial calendar to keep yourself organized. Don&#8217;t try to use it to force yourself to stay on a schedule</li>
<li>Make your blog personal. It will be your own niche, rather than trying to fit into something else. It&#8217;ll make the blog more personal and thus more interesting. When you&#8217;re doing what you really love, it&#8217;ll be interesting and people will relate to you</li>
<li>Be unique! &#8220;Who wouldn&#8217;t like you?&#8221;</li>
<li>You&#8217;re never going to appeal to everyone. Don&#8217;t try to attract the most people because it&#8217;ll cause you to be mediocre. Even for business, you don&#8217;t have to appeal to everyone</li>
<li>Sometimes advice from &#8220;professionals&#8221; isn&#8217;t quite right. Sometimes you need to buck the trend</li>
<li>Don&#8217;t contribute to the crap content. Wait until you&#8217;re really inspired and write something great</li>
<li>It&#8217;s not fun to sit down and force yourself to write. That&#8217;s not how it&#8217;s done well.</li>
<li>It&#8217;s not a bad idea to write every day for practice, but that doesn&#8217;t mean you have to publish something every day</li>
<li>Before posting: stop, wait a couple hours and re-read it and edit. You&#8217;ll be a lot happier with the product if you do.</li>
<li>If something is important to you, you&#8217;ll write well about it.</li>
<li>Of course, if you&#8217;re blogging or doing social media for a client or employer, you need to keep in mind that you speak for them and not just as yourself</li>
<li>It was consensus of the assembled group that grammar is important in blog posts. Using good grammar shows you care about what you&#8217;re writing about.</li>
</ul>
<p>&nbsp;</p>
<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.crossingmarketingandit.com/marketing-2/web-marketing/content-is-queen-with-amanda-quraishi-blogathonatx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video Blogging With Talmadge Boyd &#8211; BlogathonATX</title>
		<link>http://www.crossingmarketingandit.com/marketing-2/web-marketing/video-blogging-with-talmadge-boyd-blogathonatx/</link>
		<comments>http://www.crossingmarketingandit.com/marketing-2/web-marketing/video-blogging-with-talmadge-boyd-blogathonatx/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 16:22:15 +0000</pubDate>
		<dc:creator>Elmer Boutin</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Web Marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.crossingmarketingandit.com/?p=2764</guid>
		<description><![CDATA[Talmadge Boyd (@Talmadge) headed up with first session at BlogathonATX and gave out some great tips on video bloggin. Here they are, in no particular order of importance. The best quote? Anyone who's not afraid of their face should video blog. You shouldn't be afraid, how you look like how you're going to look.<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></description>
			<content:encoded><![CDATA[<p></p><p>Talmadge Boyd (@<a href="http://twitter.com/Talmadge" target="_blank">Talmadge</a>) headed up with first session at BlogathonATX and gave out some great tips on video bloggin. Here they are, in no particular order of importance:</p>
<ul>
<li>Anyone who&#8217;s not afraid of their face should video blog. You shouldn&#8217;t be afraid, how you look like how you&#8217;re going to look.</li>
<li>Check out <a href="http://www.amazon.com/gp/product/0446691437/ref=as_li_ss_tl?ie=UTF8&amp;tag=musofeho-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=0446691437" target="_blank"><em>The War of Art</em> by Steven Pressfield</a> (Amazon Affiliate link).</li>
<li>Don&#8217;t use the excuse that &#8220;I&#8217;m just not into it today&#8221; or &#8220;The muse just isn&#8217;t with me&#8221; for creating. If you create for a living, get out there and do it.</li>
<li>Content-wise, everything needs to be bite-sized. People don&#8217;t consume things like they used to. A challenege it to make thjngs short enough and compelling enough to to get your message across.</li>
<li>Write a short piece and then shoot based on on that idea or thought.</li>
<li>Don&#8217;t overthink things to the point where you don&#8217;t actually do anything. You can have a great idea but it&#8217;s no good if you don&#8217;t actually produce something to get your idea out somehow.</li>
<li>It&#8217;s a great idea to make sure you include a transcript of your content when you embed video in your site. Very important for SEO purposes.</li>
<li>Make sure to include keywords from your content in your file name. Don&#8217;t neglect keywords in descriptions and keywords when you upload to YouTube.</li>
<li>Video quality is very important, but audio quality is just as important. People will watch content with good audio and bad video more than the opposite. If you&#8217;re trying to articulate something, you need to be heard. Consider investing in a condenser microphone &#8211; not too expensive, but very effective.</li>
<li>Don&#8217;t let editing get in the way of creative time. It&#8217;s almost better to just reshoot the thing (if it&#8217;s short enough). Don&#8217;t be afraid to practice a little, too.</li>
<li>When doing webinars, consider sitting a camera off to the side to record yourself so you can have multiple angles and repurpose the content.</li>
<li>Natural light is great. Use the sun as much as you can.</li>
<li>Invest in a small tripod. It helps so you don&#8217;t shake too much.</li>
<li>Rule of thumb for length is 1:30. But, if you have compelling content, people will watch (think Ted talks).</li>
<li>David Haddad offered this tip: If you&#8217;re too blue (because of lighting), consider putting a different color on your monitor screen to balance out the color of your face.</li>
<li>For those who are interested in a white balance card, check out this article on Wilsonart&#8217;s &#8220;The Statement&#8221; blog: <a href="http://goo.gl/AwU2B" target="_blank">http://goo.gl/AwU2B</a> (Disclaimer: I work for Wilsonart)</li>
</ul>
<p>&nbsp;</p>
<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.crossingmarketingandit.com/marketing-2/web-marketing/video-blogging-with-talmadge-boyd-blogathonatx/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Marketers Learning Tech &#8211; Installing Thesis Theme</title>
		<link>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-installing-thesis-theme/</link>
		<comments>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-installing-thesis-theme/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 11:43:58 +0000</pubDate>
		<dc:creator>Elmer Boutin</dc:creator>
				<category><![CDATA[Marketers Learning Tech]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[in-house]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.crossingmarketingandit.com/?p=2627</guid>
		<description><![CDATA[We've come a long way in a short time in our WordPress lessons. Up until now, we've mostly stayed in the pre-built "plug and play" areas of the system. Now it's time to start digging into more advanced stuff. Back in our fourth lesson I recommended you set aside some cash to purchase the Thesis Theme. Now it's time to start digging into it.<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></description>
			<content:encoded><![CDATA[<p></p><p>We&#8217;ve come a long way in a short time in our WordPress lessons. Up until now, we&#8217;ve mostly stayed in the pre-built &#8220;plug and play&#8221; areas of the system. Now it&#8217;s time to start digging into more advanced stuff. Back in our fourth lesson I recommended you set aside some cash to purchase the <a href="http://www.shareasale.com/r.cfm?b=210935&amp;u=366651&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank">Thesis Theme</a>. Now it&#8217;s time to start digging into it.</p>
<p><strong>There are two reasons I recommend a premium theme:</strong></p>
<ol>
<li>It offers you a lot more control over the look and feel of the site</li>
<li>It&#8217;s a great learning opportunity.</li>
</ol>
<p><strong>Customization</strong><br />
There are a great many free themes available for WordPress. Some are quite good while some &#8230; well &#8230; you get what you pay for. If you make customizations to a theme and then, later, update your WordPress install or the theme you may lose all your work. Of course, you can document all your changes and redo them every time you update the software, but that&#8217;s rather a hassle. A premium theme like Thesis takes updates into account and is set up so your custom work is not lost.</p>
<p><strong>Learning</strong><br />
Modifications in other themes involves hacking into the WordPress code or the theme&#8217;s code. While I want to encourage learning here, I don&#8217;t want you to get in over your head and break something which will cause you to completely trash your site.</p>
<p><strong>A Note About Security</strong><br />
Themes, like any piece of software, are liable to have bugs and security flaws in them. Unless your theme is actively supported, you may not get updates in a timely fashion (or at all). Premium themes are better supported so your site is stronger in this area &#8211; if you install the updates (and I highly recommend you do).</p>
<p><strong>Installing Thesis is fairly straightforward:</strong></p>
<ul>
<li>Go to the <a href="http://www.shareasale.com/r.cfm?b=210935&amp;u=366651&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank">DIY Themes web site</a>, click on the &#8220;See Plans &amp; Pricing&#8221; button</li>
<li>Choose your plan &#8211; unless you plan to handle more than one web site, the Personal Option is probably best</li>
<li>Fill out the form, pay the fee and download the software</li>
<li>Once you are registered, log into the DIY Themes web site and follow the very easy installation instructions. Here some hints to help you along:</li>
<ul>
<li>Follow the instructions in order &#8211; this is very important</li>
<li>You will need to upload the theme&#8217;s files to your host. Check your host&#8217;s help area for instructions. Be sure to copy the files into the folder specified on DIY&#8217;s web site</li>
<li>After you upload the files, pay special attention to the permissions settings. Again, you may need to check your host&#8217;s instructions on how to do this (DIY Themes provides special instructions for GoDaddy users)</li>
</ul>
<li>When you finish with all the installation steps, activate the theme just as we did in the <a href="http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-wordpress-themes-and-plugins/">Themes and Plugins lesson</a>.</li>
</ul>
<div><img class="size-full wp-image-2629 aligncenter" style="border-width: 1px; border-color: black; border-style: solid;" title="DIY Themes Thesis Plans Page" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/08/DIY-Thesis-Plans-Page.jpg" alt="DIY Themes Thesis Plans Page" width="500" height="353" /></div>
<div id="attachment_2630" class="wp-caption alignright" style="width: 144px">
	<img class="size-full wp-image-2630 " style="border-width: 1px; border-color: black; border-style: solid;" title="WordPress Thesis Menu Area" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/08/WordPress-Thesis-Menu-Area.jpg" alt="WordPress Thesis Menu Area" width="144" height="166" />
	<p class="wp-caption-text">WordPress Thesis Menu Area</p>
</div>
<p>After you install and activate Thesis, you&#8217;ll notice a new area in the left menu &#8211; The Thesis area. Let&#8217;s go over some of the settings you&#8217;ll want to check right away. Click the plus sign at the top of the sections to show the details:</p>
<ul>
<li><strong>Site Options</strong></li>
<ul>
<li><strong>Custom Style Sheet Options</strong> &#8211; make &#8220;Enable Custom Style Sheet&#8221; is selected. This is how you will do some of your customizations</li>
<li>If you like, you can change the text of the &#8220;Save&#8221; button in the &#8220;Change Save Button Text&#8221; area</li>
</ul>
<li><strong>Design Options</strong></li>
<ul>
<li><strong>Site Layout</strong> &#8211; Choose how many columns you want your site to have and the width of the columns</li>
<li><strong>Column Order</strong> &#8211; Choose how you want the columns arranged</li>
<li><strong>Display Options</strong> &#8211; Choose how you want post names set in the header and what to display with your posts in the byline options</li>
<li><strong>Fonts, Colors and More</strong> &#8211; choose the colors for the various elements of your site</li>
<li>Be sure to look at the other options settings. Each section is very well describe and offers suggestions for how to set things based on how you want them to show.</li>
</ul>
<li><strong>Header Image</strong> &#8211; is where you upload the image for your site&#8217;s header</li>
</ul>
<p>We&#8217;ll look at the other parts of the Thesis selections in the next couple of articles.</p>
<p><strong>Techie Little Secret</strong><br />
Here&#8217;s where you can really learn. If you run into any questions or want to know how to do something within your Thesis setup, DIY Themes has an excellent support system. Once you purchase the theme, you can log into their web site and search through the documentation and the forums. Chances are, someone else has already asked your question and the answer is in there. That&#8217;s the secret of being a good techie &#8211; knowing where to look for find answers to your technical issues. Not every techie person will admit it, but searching online is the best friend you have!</p>
<p><strong>Homework:</strong></p>
<ul>
<li>Purchase and Install the Thesis Theme</li>
<li>Go through the settings outlined here</li>
<li>Check out the other settings areas and familiarize yourself where they are and read up on what they do</li>
<li>Log into the DIY Themes web site, click on the User&#8217;s Guide link and read up on filters, hooks and custom.css</li>
</ul>
<h6>Please Note: All links in this post are affiliate links.</h6>
<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-installing-thesis-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marketers Learning Tech &#8211; WordPress Widgets</title>
		<link>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-wordpress-widgets/</link>
		<comments>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-wordpress-widgets/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 11:55:22 +0000</pubDate>
		<dc:creator>Elmer Boutin</dc:creator>
				<category><![CDATA[Marketers Learning Tech]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[in-house]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.crossingmarketingandit.com/?p=2606</guid>
		<description><![CDATA[So far in our journey looking at WordPress, we've stayed well within the parts of the system which make it easy to use, even for those with limited technical chops. As we move further along, however, we shall start getting into more tech and less "drag and drop." The bridge for our transition is widgets.<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></description>
			<content:encoded><![CDATA[<p></p><p>So far in our journey looking at WordPress, we&#8217;ve stayed well within the parts of the system which make it easy to use, even for those with limited technical chops. As we move further along, however, we shall start getting into more tech and less &#8220;drag and drop.&#8221; The bridge for our transition is widgets.</p>
<p>Some widgets are simply drag and drop controls which add functionality to your WordPress web site. To access the Widgets section of WordPress, expand the &#8220;Appearance&#8221; selection in the menu and click on the &#8220;Widgets&#8221; link.</p>
<div id="attachment_2603" class="wp-caption aligncenter" style="width: 500px">
	<img class="size-full wp-image-2603 " style="border-width: 1px; border-color: black; border-style: solid;" title="WordPress Widget Area" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/08/WordPress-Widget-Area.jpg" alt="WordPress Widget Selection Area" width="500" height="297" />
	<p class="wp-caption-text">WordPress Widget Selection Area</p>
</div>
<p>When you get in there, you will see there are a lot of pre-built widgets which are ready for you to drag and drop into the side bar(s) of your site. A few you should seriously consider adding are a search box, a list of recent posts, and perhaps a chronological summary of posts. Since those are some of the pre-built ones, they are easy to implement.</p>
<div id="attachment_2605" class="wp-caption alignright" style="width: 250px">
	<img class="size-full wp-image-2605 " style="border-width: 1px; border-color: black; border-style: solid;" title="WordPress Widget Sidebar Selection" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/08/WordPress-Widget-Sidebar-Selection.jpg" alt="WordPress Widget Sidebar Selection Area" width="250" height="307" />
	<p class="wp-caption-text">WordPress Widget Sidebar Selection Area</p>
</div>
<p>For example, to add a search box, look for the search widget in the &#8220;Available Widgets&#8221; area. Drag that control to the sidebar area and drop it in. Click on the down arrow the right of the header to edit the name. For instance, here I renamed it &#8220;Search the Crossing:&#8221; to give it a little direction. Click on &#8220;Save&#8221; and you&#8217;re done.</p>
<p>Your theme may allow for one or two side bars. If you have two, you can choose which one you want the widget to go into. There&#8217;s no advantage to having one or two side bars, it&#8217;s up to how you want the site to look. I find having two rather handy, but it does make the main reading area a little smaller. I think it works, you may disagree.</p>
<p><strong>The &#8220;Text&#8221; widget is quite handy.</strong> This widget allows you to enter text, HTML or JavaScript code to create custom pieces of your own. This can be very powerful &#8211; and a lot more techie than, perhaps, some of the things we&#8217;ve done.</p>
<p><strong>Add A Twitter Button To Your Sidebar</strong><br />
This is fairly simple to do and is a great example for using a text widget:</p>
<ul>
<li>Drag a text widget to your side bar, click on the down arrow to open it into edit mode</li>
<li>Go to <a href="https://twitter.com/about/resources/followbutton" target="_blank">Twitter&#8217;s resource area where you can build the code for your &#8220;Follow&#8221; button</a> on the fly (preferably in another browser window or tab)</li>
<li>Build the button by picking your selections</li>
<li>Copy the code from the box on the right side of the page</li>
<li>Go back to your site, and paste the code into the widget box</li>
<li>Click save.</li>
</ul>
<div id="attachment_2604" class="wp-caption alignleft" style="width: 350px">
	<img class="size-full wp-image-2604 " style="border-width: 1px; border-color: black; border-style: solid;" title="WordPress Widget Edit Box" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/08/WordPress-Widget-Edit-Box.jpg" alt="WordPress Widget Text Edit Box" width="350" height="365" />
	<p class="wp-caption-text">WordPress Widget Text Edit Box</p>
</div>
<p>It&#8217;s that easy. You can add Facebook, Google+ and other social buttons much the same way. If you want to do some affiliate marketing, you can copy and paste the necessary code to display your ads. I know, you can also download plugins which will do much the same things, but this gives you a lot more control over how the items display and gives you the opportunity to learn how HTML and scripting codes can interact on your site.</p>
<p>Now your site is pretty much completed. From here you can add more plugins, widgets, and more importantly, content to build out your site.</p>
<p><strong>The next step</strong> is to start getting into more customization. One way to do this is to hack the WordPress and your theme&#8217;s code and CSS files yourself. This works well, but when you update (and you will need to update) your customizations will be lost. You can keep track of what you change and redo them after every update, but this is very time-consuming and a pain.</p>
<p>A better way to handle this is to purchase  a premium theme which allows you to do  your customizing and keeps them when updates to the code are done. For this space, I use <a href="http://www.shareasale.com/r.cfm?b=210935&amp;u=366651&amp;m=24570&amp;urllink=&amp;afftrack=" target="_blank">Thesis</a> (affiliate link). For the next step in our learning process, we will install the Thesis theme and go through a couple customizations to get you going.</p>
<p><strong>Homework</strong></p>
<ul>
<li>Add widgets to your site. Make sure to add at least a couple text widgets so you can see how they work</li>
<li>Purchase the Thesis theme. You can click the link above or click the ad to the right. If you&#8217;d rather I didn&#8217;t get a cut of the sale (conflict of interest and all that) go to the diyThemes web site directly and purchase there. For now,  purchase the &#8220;Personal Option.&#8221; If you later decide to use Thesis for other web sites, you can upgrade with full credit for what you already purchased.</li>
<li>Build out some content. I recommend posting at least once a week.</li>
<li>Watch for updates! It&#8217;s very important to keep your WordPress install, themes and plugins updated.</li>
</ul>
<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-wordpress-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marketers Learning Tech &#8211; Categories &amp; Menus</title>
		<link>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-categories-menus/</link>
		<comments>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-categories-menus/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 11:37:29 +0000</pubDate>
		<dc:creator>Elmer Boutin</dc:creator>
				<category><![CDATA[Marketers Learning Tech]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[in-house]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.crossingmarketingandit.com/?p=2561</guid>
		<description><![CDATA[As you create content, it's a great idea to categorize and organize your posts. This makes it easier for readers to find posts they are more interested or that they are looking for. For instance, if you want to find a nice list of all the posts in the "Marketers Learning Tech" series, you could browse through the site, clicking on the "Previous Entries" link at the bottom of each page until you find the one your looking for. Or, you could go to the menu, click on "Marketing" and then click on "Marketers Learning Tech" to find a nice, more concise, list of posts.<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></description>
			<content:encoded><![CDATA[<p></p><p>If you&#8217;ve been following along in the series, <a href="http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-first-wordpress-posts/">you would have added a post, or two or three to your WordPress-based web site</a>. Now it&#8217;s time to get into the details of categories and menus.</p>
<p>As you create content, it&#8217;s a great idea to categorize and organize your posts. This makes it easier for readers to find posts which may interest them or which cover a specific topic they are looking for. For instance, if you want to find all the posts in the &#8220;Marketers Learning Tech&#8221; series, you could browse through the site, clicking on the &#8220;Previous Entries&#8221; link at the bottom of each page until you find the one your looking for. It would be a lot easier, though, if you go to the menu, click on &#8220;Marketing&#8221; and then click on &#8220;Marketers Learning Tech&#8221; to find a nice, more concise, list of posts. You could also search, and we&#8217;ll cover that when we go over widgets.</p>
<p><strong>Let&#8217;s Do This &#8211; Categories</strong><br />
To start your  category organizing, click on the &#8220;Categories&#8221; link in the &#8220;Posts&#8221; section of the left menu. To add a new category, simply fill in the form under &#8220;New Category&#8221; and then click the &#8220;Add New Category&#8221; button at the bottom of the page. To edit a category&#8217;s information, hover over the category in the list to the right and then click on &#8220;Edit.&#8221;</p>
<div id="attachment_2563" class="wp-caption aligncenter" style="width: 450px">
	<img class="size-full wp-image-2563 " style="border-width: 1px; border-color: black; border-style: solid;" title="WordPress Edit Category Page" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/08/WordPress-Edit-Category-Page.jpg" alt="WordPress Edit Category Area" width="450" height="114" />
	<p class="wp-caption-text">WordPress Edit Category Area</p>
</div>
<p>Change the information required and save your changes. If you want a category to be a sub-category of another, select a parent from the dropdown list in the &#8220;Parent&#8221; section.</p>
<div id="attachment_2565" class="wp-caption alignleft" style="width: 150px">
	<img class="size-full wp-image-2565 " style="border-width: 1px; border-color: black; border-style: solid;" title="WordPress Page Categories Menu Selection" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/08/WordPress-Page-Categories-Menu-Selection.jpg" alt="WordPress Page and Categories Menu Selection" width="150" height="282" />
	<p class="wp-caption-text">WordPress Page and Categories Menu Selection</p>
</div>
<p><strong>Let&#8217;s Do This &#8211; Menus</strong><br />
To create a menu, click the &#8220;Menus&#8221; link in the &#8220;Appearance&#8221; section of the right menu. To create a new menu, click the plus sign to the right of the main &#8220;Menus&#8221; header. Give your menu a name; I recommend giving it a name which will later help you remember what it&#8217;s for. In my example, I use to the totally unimaginative, but easy to recall name of &#8220;HeaderMenu.&#8221;</p>
<p>To add categories and pages to your menu, look to the left towards the bottom. There are the &#8220;Pages&#8221; and &#8220;Categories&#8221; selection areas. Click the check boxes of the items you want to add to the menu and then click on the &#8220;Add to Menu&#8221; button. You need to add pages and categories separately.</p>
<p>Once you have your selections, go back to the area to the right and sort your selections into the desired order by dragging and dropping the boxes around. If you want one of your selections to be a sub-selection of another, drag that selection under it&#8217;s parent and then drag slightly to the right. You&#8217;ll see the dash-lined box pop in when you&#8217;ve got it in the right place. Drop it to set. Once you&#8217;re done, click the &#8220;Save Menu&#8221; button.</p>
<p>To set your menu, go back to the upper-right part of this form and select the menu in the &#8220;Theme Locations&#8221; area. Some themes support more than one menu. If yours does, read up on exactly how to set these up in the theme documentation.</p>
<div id="attachment_2564" class="wp-caption alignright" style="width: 400px">
	<img class="size-full wp-image-2564 " style="border-width: 1px; border-color: black; border-style: solid;" title="WordPress Menu Sorting" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/08/WordPress-Menu-Sorting.jpg" alt="WordPress Menu Sorting" width="400" height="415" />
	<p class="wp-caption-text">WordPress Menu Sorting</p>
</div>
<p><strong>More Meat</strong><br />
This is just the bare basics of categories and menus. Certainly if you&#8217;ve already designed or helped create web sites at all you know there is a lot more background work that goes into menu designs and such.  If you&#8217;d like to read more on the topic, I highly recommend you pick up <a href="http://www.amazon.com/gp/product/0596527349/ref=as_li_ss_tl?ie=UTF8&amp;tag=musofeho-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=0596527349" target="_blank"><em>Information Architecture for the World Wide Web</em> by Peter Morville and Louis Rosenthal</a> (Amazon Affiliate link). I also <a href="http://www.crossingmarketingandit.com/book-review/book-review-information-architecture-for-the-world-wide-web/" target="_blank">reviewed this book back in May of 2009</a>. It&#8217;s well worth reading to get more ideas on how to create great menus and navigation on the web sites you design &#8211; including this one.</p>
<p><strong> Homework</strong></p>
<ul>
<li>Set up some categories (if you haven&#8217;t done so already)</li>
<li>Create a menu</li>
<li>Add the menu to your web site</li>
</ul>
<div>Next time we&#8217;ll go over widgets.</div>
<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-categories-menus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Marketers Learning Tech &#8211; WordPress Themes and Plugins</title>
		<link>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-wordpress-themes-and-plugins/</link>
		<comments>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-wordpress-themes-and-plugins/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 11:34:55 +0000</pubDate>
		<dc:creator>Elmer Boutin</dc:creator>
				<category><![CDATA[Marketers Learning Tech]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[in-house]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.crossingmarketingandit.com/?p=2496</guid>
		<description><![CDATA[In the last installment of "Marketers Learning Tech" we created our first page. Today we're going to go over Themes and Plugins. One of the advantages of WordPress and other content management systems (CMS) is that they allow you to keep the data separated from the presentation. Doing this allows you to redesign and add functionality without having to reformat and redo all the information on your site.<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></description>
			<content:encoded><![CDATA[<p></p><p>In the<a href="http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-your-first-wordpress-page/"> last installment of &#8220;Marketers Learning Tech&#8221;</a> we created our first page. Today we&#8217;re going to go over Themes and Plugins. One of the advantages of WordPress and other content management systems (CMS) is that they allow you to keep the data separated from the presentation. Doing this allows you to redesign and add functionality without having to reformat and redo all the information on your site.</p>
<p><strong>Themes</strong><br />
In order to find the perfect theme for your site, expand the &#8220;Appearance&#8221; section of the menu on the left and then click on &#8220;Themes.&#8221; By default, your site will be using either the Twenty Ten or Twenty Eleven theme (depending on when you installed the software). It&#8217;s OK if you want to stick with one of those, but to learn more about how a CMS works, it&#8217;s a good idea to at least check out other themes. To choose another, click on &#8220;Install Themes&#8221; at the top of the page and start browsing.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2502" style="border-width: 1px; border-color: black; border-style: solid;" title="WordPress Theme Search Screen" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/08/WordPress-Theme-Search.jpg" alt="WordPress Theme Search Screen" width="400" height="299" /></p>
<p>There are literally thousands to choose from &#8211; some better than others. If you find one which you think you&#8217;d like to use, click on the &#8220;Preview&#8221; and see a screen shot. After looking at the screen shot, if you&#8217;re still convinced it might work on your site, click on &#8220;Install&#8221; and the code will be automatically downloaded and installed.</p>
<p>Pick out two or three selections and install them on your site. Go back to the &#8220;Manage Themes&#8221; selection and click &#8220;Preview&#8221; on each theme to double check if it&#8217;ll really work for you on your site. When you make your final selection, click on &#8220;Activate&#8221; and that theme will be the one used for your site.</p>
<p>Some of you may be asking yourselves (or yelling at the screen), &#8220;How can we pick a theme if we haven&#8217;t added any content yet?&#8221; Good question. I like to have at least most of the background, grunt work done before adding a lot of content. That way, later, you&#8217;ll have more time to focus on creating content rather than messing with themes and such. As I mentioned above, one of the great things about a CMS is that you can change the look on the fly without having to recreate or reenter the content.</p>
<p>If you&#8217;d rather add some content before picking a theme, you can do so. Once we&#8217;ve gotten past the part where we add some posts, come back to this section and have at it.</p>
<p><strong>Plugins</strong><br />
<a href="http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-settings-in-wordpress/"> In the part on WordPress Settings</a>, I walked you through installing your first plugin, Login LockDown. Go back to that lesson and review how to install a plugin because we&#8217;re going to add a few more today:</p>
<ul>
<li><strong>Akismet</strong> is a great tool for screening out comment spam. It is installed by default and I highly recommend you use it. Follow the instructions on how to get an API key (free for personal web sites) and activate it. This will save you gobs of trouble later.</li>
<li><strong>Fast Secure Contact Form</strong> is a great, easy to use, contact form piece.</li>
<li><strong>Photo Dropper</strong> helps you find images in Flickr&#8217;s Creative Commons area for you to use in your posts. It allows you to search for images and automatically add them to your posts along with the proper attribution.</li>
<li><strong>WP Super Cache</strong> creates a very nice web cache and compresses your posts so they download faster.</li>
</ul>
<div><strong>What About Learning Tech?</strong><br />
I realize that themes and plugins allow for less technically skilled folks to create and extend the functionality of web sites without getting into coding and whatnot. Of course, that&#8217;s one of the advantages of WordPress using themes and plugins created by the more techie among us. Later, after we get the groundwork going, we&#8217;re going to start messing around with more tools and I&#8217;m going to ask you to invest just a little more cash into this project to get a premium theme which will allow you to learn a lot more about the technical side of running your web site.</div>
<div><strong>Homework</strong></div>
<div>
<ul>
<li>Select a theme and install/activate it</li>
<li>Find, install and activate the plugins noted above</li>
<li>Keep working on your first two or three posts</li>
<li>Put aside some money ($88) to purchase the Thesis theme in a few weeks</li>
</ul>
</div>
<p>&nbsp;</p>
<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-wordpress-themes-and-plugins/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Marketers Learning Tech &#8211; Settings In WordPress</title>
		<link>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-settings-in-wordpress/</link>
		<comments>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-settings-in-wordpress/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 11:29:19 +0000</pubDate>
		<dc:creator>Elmer Boutin</dc:creator>
				<category><![CDATA[Marketers Learning Tech]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[in-house]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[team]]></category>

		<guid isPermaLink="false">http://www.crossingmarketingandit.com/?p=2417</guid>
		<description><![CDATA[In last last installment of this series, I recommended you start a web site in order to learn more about tech. If you haven't done that yet, please review that article and do the homework listed at the end. Today we're going to go over some of the settings in WordPress you'll need to be familiar with before you start adding content. First off, the menu on left side. Today we want to make sure the "Settings" section is set up for best results.<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech/start-a-web-site/">In last last installment of this series, I recommended you start a web site in order to learn more about tech</a>. If you haven&#8217;t done that yet, please review that article and do the homework listed at the end.</p>
<p>Today we&#8217;re going to go over some of the settings in WordPress you&#8217;ll need to be familiar with before you start adding content. First off, the menu on left side. Today we want to make sure the &#8220;Settings&#8221; section is set up for best results. By default, the menu sections are collapsed, click on the main part to expand the selections.</p>
<p><strong><img class="size-full wp-image-2419 alignright" style="border-width: 1px; border-color: black; border-style: solid; margin: 5px;" title="WordPress Menu, Settings Section" src="http://www.crossingmarketingandit.com/wp-content/uploads/2011/07/WordPressMenu-Settings.jpg" alt="WordPress Menu, Settings Selection" width="149" height="529" />First the General Section:</strong></p>
<ul>
<li><strong>Site Title -</strong> This is typically the name of your web site. On this one, it&#8217;s &#8220;The Crossing of Marketing and IT.&#8221;</li>
<li><strong>Tag Line</strong> &#8211; This is a short description of the site. It&#8217;s a good idea to write something descriptive. On this site, it&#8217;s &#8220;The Crossing of Marketing &amp; IT: Where Marketing and Technology meet &#8211; Web + Search + Social Marketing, Teamwork, Leadership &amp; More.&#8221;</li>
<li><strong>WordPress Address (URL)</strong> &#8211; This is the domain you registered. You can enter it as &#8220;http://site.com&#8221; or &#8220;http://www.site.com&#8221; as you see fit. Either way is correct, but you need to refer to your site by that address after it&#8217;s set.</li>
<li><strong>Site Address (URL)</strong> &#8211; Typically, set the same as the WordPress Address.</li>
<li><strong>E-mail Address</strong> &#8211; This is the email address which will receive messages when someone posts a comment. Make sure this is a valid address which you will check often.</li>
<li><strong>Membership</strong> &#8211; If you intend your site to be membership driven, then check this box. If you are writing articles for the public, you&#8217;ll want to leave this box unchecked.</li>
<li><strong>New User Default Role</strong> &#8211; If you left the &#8220;Membership&#8221; box unchecked, you can ignore this setting. If you checked the box, then select the default role you want new users to have. You&#8217;ll likely want to leave this on &#8220;Subscriber.&#8221;</li>
<li><strong>Timezone</strong> &#8211; Select your time zone. This is important if you plan to write articles and schedule them for publication.</li>
<li><strong>Date Format</strong> &#8211; Pick how you want dates to appear</li>
<li><strong>Time Format</strong> &#8211; Pick how you want times to appear</li>
<li><strong>Week Starts On</strong> &#8211; Pick the day on which you&#8217;re week begins.</li>
</ul>
<p><strong>Writing Section</strong>- For now, let&#8217;s leave this at the default settings.</p>
<div>
<p><strong>Reading Section</strong> &#8211; Here you will pick what you want to display on the &#8220;home page&#8221; of your site. This will depend on the purpose of your site. If you are writing articles (like I do here on The Crossing), you&#8217;ll likely want to pick &#8220;Your latest posts.&#8221; If you&#8217;re site is themed somewhat more statically (like I have www.elmerboutin.com set up) then you&#8217;ll want to pick &#8220;A static page&#8221; and then select a page from the list.</p>
<p><strong>Plugins</strong> &#8211; Up to this point, we haven&#8217;t gotten into plugins. I&#8217;m going to save that topic for a little later on. However, I do recommend you install <a href="http://www.bad-neighborhood.com/login-lockdown.html" target="_blank">Login LockDown</a>. This nice application limits how many times someone from a particular IP Address can unsuccessfully attempt to log into your new web site. This, combined with a strong password, can help prevent someone from hacking into your blog.</p>
<ol>
<li>In the menu, expand the &#8220;Plugins&#8221; section</li>
<li>Click on &#8220;Add New&#8221;</li>
<li>In the search box, type &#8220;Login LockDown&#8221;</li>
<li>Find the plugin in the list (should be first) and click on &#8220;Install Now&#8221;</li>
<li>You can leave the default settings for now</li>
</ol>
<p><strong>Note On Updates</strong> &#8211; From time to time when you log into WordPress you&#8217;ll see a notice at the top of the page indicating there are updates for plugins or for the WordPress software itself. It&#8217;s very important you heed these warnings and update software quickly. Many times these updates are to fix holes in security. You don&#8217;t want to leave unpatched holes in your system which might allow someone to hack into your site.</p>
<p><strong>Homework:</strong></p>
<ul>
<li>Go through the menu and familiarize yourself with where everything is</li>
<li>Go through the settings outlined above and set those up</li>
<li>Install Login LockDown</li>
<li>Start thinking about an &#8220;About Me&#8221; page. That&#8217;s what we&#8217;ll work on next time</li>
</ul>
</div>
<br /><br />Did you like this article? If you're not already a subscriber, <a href="http://feeds2.feedburner.com/crossingmarketingandit/lYbr">please sign up for free updates to The Crossing of Marketing and IT via email or RSS reader</a>.<br /><br />
<a href="http://www.tkqlhce.com/click-5350634-10543311" target="_blank">
<img src="http://www.ftjcfx.com/image-5350634-10543311" width="234" height="60" alt="invisibleSHIELD" border="0"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.crossingmarketingandit.com/marketing-2/marketers-learning-tech-settings-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

