<?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>HighEdWebTech &#187; wordpress</title>
	<atom:link href="http://highedwebtech.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://highedwebtech.com</link>
	<description>Higher Ed Web Development</description>
	<lastBuildDate>Fri, 20 Jan 2012 14:00:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress: Giving Editors Access to Gravity Forms</title>
		<link>http://highedwebtech.com/2011/12/16/wordpress-giving-editors-access-to-gravity-forms/</link>
		<comments>http://highedwebtech.com/2011/12/16/wordpress-giving-editors-access-to-gravity-forms/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 22:24:13 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[add_cap]]></category>
		<category><![CDATA[get_role]]></category>
		<category><![CDATA[gravity forms]]></category>
		<category><![CDATA[wordpress forms]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=1907</guid>
		<description><![CDATA[We&#8217;ve been testing Gravity Forms here as part of our WordPress CMS, allowing users easy access to be able to make forms and manage them right inside WordPress. So far, our tests have been positive, and we&#8217;re set to open it up to all our users. We&#8217;ve run into a challenge though as we get [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right;padding:10px;"><a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&#038;c=ib&#038;aff=177044" title="Gravity Forms Contact Form Plugin for WordPress"><img src="http://gravityforms.s3.amazonaws.com/banners/125x125_2.gif" alt="Gravity Forms Plugin for WordPress" width="125" height="125" style="border:none;" /></a></div>
<p>We&#8217;ve been testing <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&#038;c=ib&#038;aff=177044" target="_blank">Gravity Forms</a> here as part of our WordPress CMS, allowing users easy access to be able to make forms and manage them right inside WordPress. So far, our tests have been positive, and we&#8217;re set to open it up to all our users.</p>
<p>We&#8217;ve run into a challenge though as we get ready to roll this out. When set up and turned on in one of our sites (we run multi-site), only administrative users could access and see Gravity Forms. </p>
<p>We set up our campus users as editors, so they can&#8217;t go and switch themes and install rogue plugins. Even though the plugin was installed, editors couldn&#8217;t see Gravity Forms. They could see all our other functions and custom post types, but not Gravity Forms. </p>
<p>I wrote to their support, who suggested I use yet another plugin. That&#8217;s fine if I was just running one site, but at 140 sites and growing, I can&#8217;t be spending all day in that plugin turning things on and off. I figured there&#8217;d have to be a way to give the editor role access. </p>
<p>Enter some code. It&#8217;s one of the things that I really love about WordPress. With a bit of good code, you can do a lot of different things. </p>
<p>I added the following to my functions.php file, making Gravity Forms see that the user role of editor had the correct privileges and could run it. After some trial and error, I found the following snippet of code worked for an editor:</p>
<pre class="brush: plain; title: ; notranslate">
	function add_grav_forms(){
		$role = get_role('editor');
		$role-&gt;add_cap('gform_full_access');
	}
	add_action('admin_init','add_grav_forms');
</pre>
<p>So far, so good. I can make new forms, see entries and more as an editor, and I think I won&#8217;t have to manage this with a plugin, which is good to avoid that overhead where possible. Here&#8217;s what an editor sees now. The other things (taters, tots, etc) are custom post types we&#8217;ve developed. </p>
<p><a href="http://media.highedwebtech.com/wp-content/uploads/2011/12/Screen-shot-2011-12-16-at-5.13.45-PM.png"><img src="http://media.highedwebtech.com/wp-content/uploads/2011/12/Screen-shot-2011-12-16-at-5.13.45-PM.png" alt="" title="Screen shot 2011-12-16 at 5.13.45 PM" width="162" height="275" class="alignleft size-full wp-image-1910" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2011/12/16/wordpress-giving-editors-access-to-gravity-forms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I fed WordPress too much and it got a bellyache</title>
		<link>http://highedwebtech.com/2011/11/03/i-fed-wordpress-too-much-and-it-got-a-bellyache/</link>
		<comments>http://highedwebtech.com/2011/11/03/i-fed-wordpress-too-much-and-it-got-a-bellyache/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 14:15:18 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=1834</guid>
		<description><![CDATA[I fed WordPress too much and it got a bellyache]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://soundnet.cs.princeton.edu/OMLA/study/AphasiaFox/dict/medicine/abdominal-pain1.jpg" title="Upset tummy" class="alignright" width="104" height="125" style="padding:20px;" />I fed WordPress too much and it got a belly ache.</p>
<p>Each year, we do a &#8220;donor honor roll,&#8221; or a listing of all the people who gave money to my University in the past year. We&#8217;ve transitioned it from a print publication, sometimes inserted as part of our alumni magazine, to a stand-alone web-based site.</p>
<p>Basically, it&#8217;s a ton of text broken into pages based on giving levels. Some of the pages are rather short &#8211; like those that gave over $50,000. The longest list, unsurprisingly, was our list of people who gave under $1,000. It was near 30,000 words long &#8211; which is a LOT of text in one WordPress page.</p>
<p>As a donor to this University (and in the under $1k group), I was able to find myself using WordPress&#8217;s built-in search tool. When I went to the full list page, it was blank. Well, our header, sidebars and footer was there, but the actual page content, the stuff being pulled by the <code>the_content()</code> tag, was missing.</p>
<p>It was in the database, but WordPress wasn&#8217;t actually displaying it on the page. At all. </p>
<p>After some poking, I discovered that it was too much data for PHP to do any functions/plugin actions on it before it was displayed. I didn&#8217;t really want to break it into multiple pages, so I Googled around and found other people having similar problems with very long pages and posts.</p>
<p>The solution: change some PHP settings to up certain buffer sizes. The lines I used were this:</p>
<pre class="brush: php; title: ; notranslate">
/** Trick for long posts */
ini_set('pcre.recursion_limit',20000000);
ini_set('pcre.backtrack_limit',10000000);
</pre>
<p>Those two lines, placed in either your php.ini file or your wp-config.php file, give PHP a bit more space and power to process large amounts of text and make sure there&#8217;s enough room to do all the processing on a post that WordPress has to do. </p>
<p>We host our sites on a dedicated machine, so I&#8217;m not sure what, if any, effect this will have on WordPress sites hosted on a shared server. Otherwise, I&#8217;d recommend breaking them into multiple pages or posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2011/11/03/i-fed-wordpress-too-much-and-it-got-a-bellyache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tracking Specific Actions in WordPress &amp; Google Analytics</title>
		<link>http://highedwebtech.com/2011/09/21/tracking-specific-actions-in-wordpress-google-analytics/</link>
		<comments>http://highedwebtech.com/2011/09/21/tracking-specific-actions-in-wordpress-google-analytics/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 14:14:56 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[event tracking wordpress]]></category>
		<category><![CDATA[event tracking wp]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[google analytics event tracking]]></category>
		<category><![CDATA[google analytics events tracking]]></category>
		<category><![CDATA[wordpress google analytics]]></category>
		<category><![CDATA[wp ga event tracking]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=1770</guid>
		<description><![CDATA[As part of our rollout of WordPress as our CMS, we&#8217;ve given our users several custom post types, allowing them to create and manage assets such as rotating display banners and graphical link buttons. We want to be able to easily track actions on these banners and buttons, and want to be able to see [...]]]></description>
			<content:encoded><![CDATA[<p>As part of our rollout of WordPress as our CMS, we&#8217;ve given our users several custom post types, allowing them to create and manage assets such as rotating display banners and graphical link buttons. We want to be able to easily track actions on these banners and buttons, and want to be able to see that information easily in Google Analytics.</p>
<p>One of the new features in the newer versions of Google Analytics (GA) is the ability to track <a href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html">event actions</a> on a link. This can be not only clicks, in our case, on a button, link or graphic, but you can setup javascript triggers when a user starts, stops or pauses a video, for example.</p>
<p>Setting this up is pretty straightforward. First, you&#8217;ll need to add a quick snippet to your GA embed code, if you aren&#8217;t already. It&#8217;s the <code>trackPageview</code> function. You&#8217;ll add it under the line in your GA code where you&#8217;re account code is. For example:</p>
<pre class="brush: jscript; highlight: [4]; title: ; wrap-lines: false; notranslate">&lt;script type=&quot;text/javascript&quot;&gt;

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-XXXXX-X']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

&lt;/script&gt;</pre>
<p>That will allow you to start tracking events on your pages. To add the event tracking action to a specific element on your page, you add a line of code that looks like this to your <code>a</code> tags. </p>
<pre class="brush: jscript; title: ; notranslate">onClick=&quot;_gaq.push(['_trackEvent', 'Videos', 'Play', 'Baby\'s First Birthday']);&quot;</pre>
<p>There are three fields there to pay attention to. The first is the category field. In the above example, it&#8217;s <code>Videos</code>. You can have multiple categories on a certain page. On our WordPress sites, we&#8217;re specifically tracking banners and small image buttons, often on the same page. </p>
<p>The second field is the action variable &#8211; which in the example above is <code>Play</code>.  For our WordPress pages, we use the term <code>Click</code>. Through javascript and PHP variables, you can make your actions very specific, such as:</p>
<pre class="brush: jscript; title: ; notranslate">
_gaq.push(['_trackEvent', 'Videos', 'Play - Mac Chrome');
_gaq.push(['_trackEvent', 'Videos', 'Play - Windows Chrome');
</pre>
<p>And finally, the label. Above, it's <code>Baby's First Birthday</code>. For our uses, we tailor this to the specific banner or button getting clicked. After a few days, we realized it would also be good to know what site the visitor was on. As with the other fields, this should be tailored to the specific content being clicked on. In the video example, you'd have something like this for different videos being played:</p>
<pre class="brush: jscript; title: ; notranslate">
_gaq.push(['_trackEvent', 'Videos', 'Play', 'Gone With the Wind']);
_gaq.push(['_trackEvent', 'Videos', 'Play', 'Huckleberry Finn']);
</pre>
<p>To our user, our links look like this:</p>
<pre class="brush: xml; auto-links: true; html-script: false; light: false; pad-line-numbers: false; smart-tabs: true; tab-size: 4; title: ; toolbar: false; notranslate">
&lt;a href=&quot;http://sites.jcu.edu/newsroom/?p=1697&quot; onClick=&quot;_gaq.push(['_trackEvent', 'Taters', 'Click', 'Princeton Review Best in the Midwest (Site: JCU Newsroom ID: 1694)']);&quot;&gt;
&lt;img src=&quot;http://webmedia.jcu.edu/newsroom/files/2011/08/princeton_review-700x230.jpg&quot; alt=&quot;Princeton Review Best in the Midwest&quot; /&gt;
&lt;/a&gt;
</pre>
<p>In our WordPress templates, it looks like this:</p>
<pre class="brush: php; auto-links: true; html-script: false; light: false; pad-line-numbers: false; smart-tabs: true; tab-size: 4; title: ; toolbar: false; notranslate">
&lt;a href=&quot;&lt;?php echo $url; ?&gt;&quot; onClick=&quot;_gaq.push(['_trackEvent', 'Taters', 'Click', '&lt;?php echo get_the_title($ID).&quot; (Site: &quot;.get_bloginfo('name').&quot; ID: &quot;.$id.&quot;)&quot;; ?&gt;']);&quot;&gt;
&lt;img src=&quot;&lt;?php echo $img[0]; ?&gt;&quot; alt=&quot;&lt;?php echo get_the_title($ID); ?&gt;&quot; /&gt;
&lt;/a&gt;
</pre>
<p>We are tracking the individual banner that was clicked on, as well as the site the banner appears on. We add an additional field for our own, the actual ID of the banner asset. We do that just in case we need to find one quickly, or two banners get named the same thing. It&#8217;s happened. </p>
<p>That gives us a very nice report in GA that looks like this:</p>
<p><a href="http://media.highedwebtech.com/wp-content/uploads/2011/09/Screen-shot-2011-09-06-at-12.03.54-PM.png"><img src="http://media.highedwebtech.com/wp-content/uploads/2011/09/Screen-shot-2011-09-06-at-12.03.54-PM.png" alt="" title="Screen shot 2011-09-06 at 12.03.54 PM" width="580" class="aligncenter size-full wp-image-1811" /></a></p>
<p>We can very easily filter by a specific site to see what buttons and graphics are getting clicked on. You could also add this to any static link as well, but I&#8217;m specifically interested on what specific calls to action are getting noticed by our users. </p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2011/09/21/tracking-specific-actions-in-wordpress-google-analytics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Improving the WordPress Editor Experience for Users</title>
		<link>http://highedwebtech.com/2011/08/12/improving-the-wordpress-editor-experience-for-users/</link>
		<comments>http://highedwebtech.com/2011/08/12/improving-the-wordpress-editor-experience-for-users/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 16:26:22 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[add_editor_style();]]></category>
		<category><![CDATA[editor-style.css]]></category>
		<category><![CDATA[Visual Editor CSS]]></category>
		<category><![CDATA[WordPress Editor CSS]]></category>
		<category><![CDATA[WordPress Visual Editor]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=1741</guid>
		<description><![CDATA[Here's how to style your WordPress visual editor.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re well over 100 sites into our WordPress Content Management rollout here at <a href="http://www.jcu.edu">John Carroll University</a>, and it&#8217;s been going swimmingly.</p>
<p>One of the reasons we selected WordPress was its Word-like interface for working with copy. For our users who had been using Dreamweaver for years, they&#8217;ve found it to be an easy transition.</p>
<p>The feedback we were getting is that what they were typing in the visual editor in WordPress wasn&#8217;t what they were seeing once when they previewed or saved their pages. They wanted to see actual line spacing, bulleted lists, blockquotes and more look more like what they&#8217;ll be like once they are published.</p>
<p>For our users, we want them to not see this:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://highedwebtech.com/wp-content/uploads/2011/08/Screen-shot-2011-08-12-at-12.19.39-PM.png" alt="Screen shot 2011 08 12 at 12 19 39 PM" width="575" height="308" border="0" /></p>
<p>But see this:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="http://webmedia.jcu.edu.s3.amazonaws.com/webupdates/files/2011/06/Screen%2Bshot%2B2011-05-31%2Bat%2B3.37.27%2BPM.png" alt="WP Editor Fancy" width="575" /></p>
<p>Luckily for us, it&#8217;s pretty easy to do this in WordPress. Here&#8217;s how:</p>
<p>Create a file in your theme&#8217;s main directory called <code>editor-style.css</code>. This is where you will style the HTML elements such as p, a, ul and so on for viewing in the editor. We made sure it matched up with our site&#8217;s CSS. Here are a few lines from it:</p>
<pre class="brush: plain; title: ; notranslate">
body, input, textarea, p{
  font-size: 14px;
  line-height: 24px;
 font-family: Helvetica, Arial, sans-serif;
  }

a{
	color: #003969;
  font-weight: bold;
  text-decoration: none;
}

blockquote{
	border: 4px solid #ebefef;
  border-width: 4px 0;
  margin: 0 0 32px -20px;
  font-family: 'MuseoSlab500', Georgia, &quot;Times New Roman&quot;, Times, serif;
  padding: 8px 20px 0 40px;
}

blockquote p{
	margin-bottom: 8px;
	font-family: 'MuseoSlab500', Georgia, &quot;Times New Roman&quot;, Times, serif;
}
</pre>
<p>Once that&#8217;s saved in your theme&#8217;s directory, open your <code>functions.php</code> file. You&#8217;ll need to insert this line somewhere in there:</p>
<pre class="brush: plain; title: ; notranslate">add_editor_style();</pre>
<p>Reload your editor and text put in the editor or using TinyMCE&#8217;s buttons should be styled correctly. Depending on your site&#8217;s CSS, you can add additional tags if you are styling them a certain way, such as hr or img.</p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2011/08/12/improving-the-wordpress-editor-experience-for-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scaling WordPress for high traffic sites video</title>
		<link>http://highedwebtech.com/2011/03/02/scaling-wordpress-for-high-traffic-sites-video/</link>
		<comments>http://highedwebtech.com/2011/03/02/scaling-wordpress-for-high-traffic-sites-video/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 21:25:05 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[high performance]]></category>
		<category><![CDATA[scalability]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=1691</guid>
		<description><![CDATA[Matt Herzberger tweeted a link to this presentation by Ryan Allen, talking about how Envato uses WordPress for their sites, which does millions of pageviews a month. It&#8217;s not as much about scaling as about a look at some tools which you can use to monitor your hardware and identify bottleneck points in your WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Matt Herzberger <a href="http://twitter.com/mherzber/status/42945823629258752">tweeted</a> a link to this presentation by Ryan Allen, talking about how Envato uses WordPress for their sites, which does millions of pageviews a month. It&#8217;s not as much about scaling as about a look at some tools which you can use to monitor your hardware and identify bottleneck points in your WordPress and hardware implementation. There are some good tips in this video. </p>
<p><embed src="http://blip.tv/play/AYKnsiYC" type="application/x-shockwave-flash" width="480" height="390" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>Things mentioned:</p>
<ul>
<li><A href="http://scalingwp.com">Scaling WordPress Site</a></li>
<li><a href="http://twitter.com/scalingwp">@scalingwp</a></li>
<li><a href="http://newrelic.com/index.html">New Relic</a></li>
<li><a href="http://pingdom.com/">Pingdom</a></li>
</ul>
<p>Want to learn more about WordPress and using it at your institution? Check out <a href="http://higheredexperts.com/edu/webinar/wordpress-university/">this webinar series</a> at HigherEdExperts going on in a few weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2011/03/02/scaling-wordpress-for-high-traffic-sites-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sitemaps: Is there such a thing as too big?</title>
		<link>http://highedwebtech.com/2011/01/27/sitemaps-is-there-such-a-thing-as-too-big/</link>
		<comments>http://highedwebtech.com/2011/01/27/sitemaps-is-there-such-a-thing-as-too-big/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 12:00:00 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XML sitemap]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=1677</guid>
		<description><![CDATA[I use the Google XML-Sitemap plugin in all my WordPress installations. It&#8217;s a great way to tell Google, Yahoo and Bing when my site updates, and for them to easily see what&#8217;s new. It&#8217;s a nice set-and-forget kind of plugin. I&#8217;ve been noticing something strange on one of my sites lately &#8211; the sitemap keeps [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://media.highedwebtech.com/wp-content/uploads/2011/01/Screen-shot-2011-01-26-at-3.01.40-PM.png" alt="Screen shot 2011-01-26 at 3.01.40 PM.png" border="0" width="500" height="191" /></p>
<p>I use the <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML-Sitemap plugin</a> in all my WordPress installations. It&#8217;s a great way to tell Google, Yahoo and Bing when my site updates, and for them to easily see what&#8217;s new. It&#8217;s a nice set-and-forget kind of plugin.</p>
<p>I&#8217;ve been noticing something strange on one of my sites lately &#8211; the sitemap keeps timing out and producing nothing but a blank screen. That&#8217;s never good &#8211; so I&#8217;ve been digging into the site to suss out the issue.</p>
<p>I think part of the problem is that this particular site has over 2,700 blog posts. Building the sitemap for that site, and including all the tags and categories was killing the process.</p>
<p>My question today is this &#8211; should we be limiting the number of items we put in our sitemap.xml file? Should I cut it off at an arbitrary number, such as 25, or leave all 2,700 in there knowing that only the most recent 5 or so posts are the ones I really want Google to see. </p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2011/01/27/sitemaps-is-there-such-a-thing-as-too-big/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Nice To Be Noticed</title>
		<link>http://highedwebtech.com/2010/11/17/its-nice-to-be-noticed/</link>
		<comments>http://highedwebtech.com/2010/11/17/its-nice-to-be-noticed/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 18:53:04 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=1624</guid>
		<description><![CDATA[It&#8217;s very nice when work that we do on the web is noticed. It&#8217;s even better when it&#8217;s noticed in a positive way. Two weeks ago, my VP and I were interviewed by the campus newspaper. They&#8217;ve noticed the improvements we&#8217;ve been doing and wanted to know more about the process and why these changes [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s very nice when work that we do on the web is noticed. It&#8217;s even better when it&#8217;s noticed in a positive way. </p>
<p>Two weeks ago, my VP and I were interviewed by the campus newspaper. They&#8217;ve noticed the improvements we&#8217;ve been doing and wanted to know more about the process and why these changes were important. The article came out well, which, when you&#8217;re dealing with writers at a college paper, isn&#8217;t always a given. I should know &#8211; I wrote and edited my college newspaper.</p>
<p>The following week, the newspaper ran an <a href="http://www.jcunews.com/2010/11/11/jcu-website-receives-facelift/">positive editorial</a> about the direction the web is taking and why the web is important. It was a nice pat on the back and is helping set expectations as we get ready to roll out a redesign in the new year. </p>
<p>My favorite bit was this editorial cartoon that ran with the story. I lol&#8217;d. </p>
<p><a href="http://media.highedwebtech.com/wp-content/uploads/2010/11/20101117104440577.gif"><img src="http://media.highedwebtech.com/wp-content/uploads/2010/11/20101117104440577.gif" alt="" title="20101117104440577" width="450" height="370" class="aligncenter size-full wp-image-1628" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2010/11/17/its-nice-to-be-noticed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Our HighEdWeb Presentation: WordPress GTFO</title>
		<link>http://highedwebtech.com/2010/10/11/our-highedweb-presentation-wordpress-gtfo/</link>
		<comments>http://highedwebtech.com/2010/10/11/our-highedweb-presentation-wordpress-gtfo/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 20:59:00 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[HighEdWeb]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[GTFO]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=1593</guid>
		<description><![CDATA[Jesse Lavery and I presented today at the HighEdWeb conference in Cincinnati. We talked about all the different things you can do with WordPress &#8211; it&#8217;s more than just a blogging tool. We talked about using WordPress as a CMS, magazine, ticketing system, book publishing tool, even a Blackboard/LMS replacement. Here are the slides from [...]]]></description>
			<content:encoded><![CDATA[<p>Jesse Lavery and I presented today at the HighEdWeb conference in Cincinnati. We talked about all the different things you can do with WordPress &#8211; it&#8217;s more than just a blogging tool. </p>
<p>We talked about using WordPress as a CMS, magazine, ticketing system, book publishing tool, even a Blackboard/LMS replacement. </p>
<p>Here are the slides from our presentation:</p>
<div style="width:425px" id="__ss_5416167"><object id="__sse5416167" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=highedweb2010-101011140623-phpapp02&#038;rel=0&#038;stripped_title=hold-up-wordpress-can-do-that-gtfo&#038;userName=mrichwalsky" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse5416167" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=highedweb2010-101011140623-phpapp02&#038;rel=0&#038;stripped_title=hold-up-wordpress-can-do-that-gtfo&#038;userName=mrichwalsky" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2010/10/11/our-highedweb-presentation-wordpress-gtfo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>World Cup Winning WordPress Plugins</title>
		<link>http://highedwebtech.com/2010/06/25/world-cup-winning-wordpress-plugins/</link>
		<comments>http://highedwebtech.com/2010/06/25/world-cup-winning-wordpress-plugins/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 14:56:15 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=1459</guid>
		<description><![CDATA[Here are 11 plugins to help you win at WordPress]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;"><img src="http://farm1.static.flickr.com/33/57665051_1b8eb9144a.jpg" alt="soccer" /><br /><span style="font-size:xx-small;">photo by <a href="http://www.flickr.com/photos/jakescreations/57665051/">jbelluch</a></span></div>
<p>I&#8217;ve gotten into watching all the World Cup soccer/football games going on the last few weeks. More than one cheer was heard down the hallway at work when the US scored in extra time to win their group and move on to the next round of play. I&#8217;m thinking of getting the marketing group vuvuzelas. </p>
<p>I was asked today to review a WordPress site a relative just launched. It was very nicely done, but I noticed that they were missing what I think to several crucial plugins that any WordPress installation should have installed. So, I decided to put together a winning 11 plugins for WordPress. They all play their position well and contribute to your website winning (or at least getting out of your group.)  </p>
<p>Here&#8217;s the list in random order.</p>
<p><strong>All-In-One SEO</strong><br />
One of the best SEO plugins available, this plugin makes short work of creating all the META tags you need. It generates tags automatically from the tags of your post, or allows you on the post entry page to customize any of the META tag it has access to, such as description and page title. Mostly, it&#8217;s a set it and forget it tool. <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">Link</a>. </p>
<p><strong>Google Analyticator</strong><br />
This plugin adds in the necessary Google Analytics tracking code, which is helpful, but it&#8217;s the extra stuff this plugin does that&#8217;s nice. It will automatically track outbound links, downloads and more without having to install any other code. Perhaps the best feature of this plugin is that it can add graphs and stats to your dashboard page, which is incredibly helpful. <a href="http://wordpress.org/extend/plugins/google-analyticator/">Link</a>. </p>
<p><strong>Google XML Sitemaps</strong><br />
This plugin creates handy sitemaps and lets Google, Bing and others know when your site&#8217;s been updated. You can take the sitemap created by this plugin and enter it in the Google Webmaster area so Google knows exactly where to look to find what&#8217;s new on your site. Another set it and forget it plugin. <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Link</a>.</p>
<p><strong>Use Google Libraries</strong><br />
Google hosts many AJAX and javascript libraries as part of it&#8217;s AJAX Libraries API. Included in that bit is jQuery, which many many sites use. Letting Google host jQuery for you may speed up the loading of your site, since chances are your site visitor has been to some other website using Google&#8217;s version so it should be cached already, not to mention the fact that Google hosts all sorts of versions of jQuery and their nice and compressed. <a href="http://wordpress.org/extend/plugins/use-google-libraries/">Link</a>. </p>
<p><strong>W3 Total Cache</strong><br />
I&#8217;m a big fan of WP-Super-Cache, but if you&#8217;re looking to take your caching and content delivery to the next level, check out W3 Total Cache. Not only will it cache and minify your files for quicker delivery, it will automatically move and deliver much of your static content (javascripts, CSS and more) from the CDN of your choice, including Amazon S3, SimpleCDN, Limelight and more. <a href="http://wordpress.org/extend/plugins/w3-total-cache/">Link</a>. </p>
<p><strong>WPTouch iPhone Theme</strong><br />
This plugin automatically makes your site&#8217;s content look nice on mobile devices. It&#8217;s the best plugin for mobile devices &#8211; so much so that it&#8217;s used by all WordPress.com blogs. That&#8217;s a pretty good endorsement for a plugin. Even though it is simple, it does give you a bunch of advanced options to tweak the presentation of your blog on a mobile device. <a href="http://wordpress.org/extend/plugins/wptouch/">Link</a>.</p>
<p><strong>WP Security Scan</strong><br />
WordPress has gotten more secure over time, but no software is ever perfect. This plugin provides you a set of tools to make sure common security holes are closed and file permissions are set correctly, ensuring that your blog is locked down as much as possible. <a href="http://wordpress.org/extend/plugins/wp-security-scan/">Link</a>. </p>
<p><strong>Akismet</strong><br />
Akismet is installed by default on every new WordPress installation and all you need to get it running is a WordPress API key. That takes a few seconds to get and this plugin does a very good job at keeping the spam off your blog. <a href="http://wordpress.org/extend/plugins/akismet/">Link</a>. </p>
<p><strong>Automatic WordPress Backup</strong><br />
This plugin will backup your databases and other content and move it to Amazon S3. That piece of mind is worth the few pennies a month storage at Amazon will cost you. Set it and forget it. I <a href="http://highedwebtech.com/2010/03/31/backup-your-wordpress-installation-easily/">blogged more extensively</a> about backing up your WordPress installation a few months ago. <a href="http://wordpress.org/extend/plugins/automatic-wordpress-backup/">Link</a>. </p>
<p><strong>ShareThis/AddThis</strong><br />
Many themes are now starting to have sharing tools built in, but these plugins make it very easy to add sharing tools to each post or page on your site. I like AddThis as they give you some analytics and other data about the sharing people are doing, including how they are sharing and what they are sharing. Data = good. <a href="http://wordpress.org/extend/plugins/addthis/">Link</a>. </p>
<p><strong>WordPress Automatic Upgrade</strong><br />
WordPress has very much improved their upgrade process, but I like what the Automatic Update plugin does when it comes to updates. It will backup your databases and files, turn off plugins and put your site in a maintenance mode before doing upgrades. It updates files, reactivates the plugins and turns your site back on. </p>
<p>Am I missing any key plugins that you think are mission critical?</p>
]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2010/06/25/world-cup-winning-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MarsEdit 3.0 Dominates WordPress</title>
		<link>http://highedwebtech.com/2010/05/17/marsedit-3-0-dominates-wordpress/</link>
		<comments>http://highedwebtech.com/2010/05/17/marsedit-3-0-dominates-wordpress/#comments</comments>
		<pubDate>Mon, 17 May 2010 13:00:45 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[MarsEdit]]></category>
		<category><![CDATA[Tumblr]]></category>

		<guid isPermaLink="false">http://highedwebtech.com/?p=1394</guid>
		<description><![CDATA[MarsEdit makes managing a blog very easy. Almost too easy. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.red-sweater.com/images/MarsEdit3Icon128.png" style="float:right;padding:10px;" alt="MarsEdit" />There are many ways to write a blog post. I don&#8217;t mean content-wise, I mean how you actually type in the entry. Some people write their posts in Word or a text editor, then copy and paste them in your actual blog platform, be it WordPress, Movable Type, Typepad, and so on. Some people log into WordPress and write their posts there. All of these are good ways. </p>
<p>Me? I use <a href="http://www.red-sweater.com/marsedit/">MarsEdit</a>, a stand-alone blogging program. In fact, I&#8217;m writing this post it in right now. MarsEdit is nice because it will connect to a myriad of blogging tools, giving you a one stop center for all your blogging needs. It will work with WordPress (including WordPress.com), Blogger, Tumblr, Squarespace, TypePad, Movable Type and dozens more through standard MetaWeblog and AtomPub interfaces.</p>
<p>Why a stand-alone program? A lot of reasons.  </p>
<p>A few years ago, when I was a big Movable Type guy, I found myself losing a lot of posts, due to the browser and software crashing. I don&#8217;t get that as much now that I&#8217;ve switched to WordPress, but I&#8217;ve yet to lose a post in MarsEdit. Add in MarsEdit&#8217;s preview ability and you can tweak your posts before they ever touch the web, future posting, custom tags, categories and fields and MarsEdit can pretty much run your site for you. </p>
<p>I like having the ability to from one program manage all the blogs that I work on. As we evaluate using WordPress as a CMS on our campus, the ability to quickly manage content on dozens of blogs is compelling, especially the ability for MarsEdit to upload images and other media right to my servers. </p>
<p>Here&#8217;s the killer thing MarsEdit has added to MarsEdit 3, now available &#8211; the ability to edit WordPress pages. Now, I can have all my sites set up and easily edit and adjust posts and pages easily and quickly &#8211; no logging in to different back ends to manage content. I&#8217;m seriously pumped about this. </p>
<p>If you manage several blogs, perhaps on separate platforms, I think you&#8217;ll find MarsEdit a compelling program that will make your life easier. A 30 day trial is available and the software costs $39.99 USD. Worth every penny. </p>
<p>Gallery (click for full size images): </p>

<a href='http://highedwebtech.com/2010/05/17/marsedit-3-0-dominates-wordpress/customfields/' title='Customfields'><img width="150" height="150" src="http://media.highedwebtech.com/wp-content/uploads/2010/05/Customfields-150x150.png" class="attachment-thumbnail" alt="Customfields" title="Customfields" /></a>
<a href='http://highedwebtech.com/2010/05/17/marsedit-3-0-dominates-wordpress/entryscreen/' title='entryscreen'><img width="150" height="150" src="http://media.highedwebtech.com/wp-content/uploads/2010/05/entryscreen-150x150.png" class="attachment-thumbnail" alt="entryscreen" title="entryscreen" /></a>
<a href='http://highedwebtech.com/2010/05/17/marsedit-3-0-dominates-wordpress/editingapage/' title='Editingapage'><img width="150" height="150" src="http://media.highedwebtech.com/wp-content/uploads/2010/05/Editingapage-150x150.png" class="attachment-thumbnail" alt="Editingapage" title="Editingapage" /></a>
<a href='http://highedwebtech.com/2010/05/17/marsedit-3-0-dominates-wordpress/preview/' title='Preview Screen'><img width="150" height="150" src="http://media.highedwebtech.com/wp-content/uploads/2010/05/preview-150x150.png" class="attachment-thumbnail" alt="Preview an entry" title="Preview Screen" /></a>
<a href='http://highedwebtech.com/2010/05/17/marsedit-3-0-dominates-wordpress/marseditscreen/' title='MarsEditScreen'><img width="150" height="150" src="http://media.highedwebtech.com/wp-content/uploads/2010/05/MarsEditScreen-150x150.png" class="attachment-thumbnail" alt="MarsEditScreen" title="MarsEditScreen" /></a>

]]></content:encoded>
			<wfw:commentRss>http://highedwebtech.com/2010/05/17/marsedit-3-0-dominates-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

