<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Bill Selak &#187; WordPress</title>
	<atom:link href="http://www.billselak.com/archives/category/blog/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.billselak.com</link>
	<description>the (ed)tech (bill)tech podcast: where education and technology meet</description>
	<lastBuildDate>Sat, 10 Apr 2010 04:06:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!-- podcast_generator="Blubrry PowerPress/1.0.6" mode="advanced" entry="normal" -->
	<itunes:summary>With a new topic every 10 weeks, (ed)tech (bill)tech teaches you how to incorporate technology into your classroom successfully.</itunes:summary>
	<itunes:author>Bill Selak</itunes:author>
	<itunes:explicit>clean</itunes:explicit>
	<itunes:image href="http://www.billselak.com/podcast/edtech_billtech_itunes.jpg" />
	<itunes:owner>
		<itunes:name>Bill Selak</itunes:name>
		<itunes:email>billselak@gmail.com</itunes:email>
	</itunes:owner>
	<managingEditor>billselak@gmail.com (Bill Selak)</managingEditor>
	<copyright>2009</copyright>
	<itunes:subtitle>How to incorporate technology into your classroom successfully.</itunes:subtitle>
	<itunes:keywords>Ed  tech, educational technology, education, technology, podcasting, classroom teacher, training, technology for the classroom</itunes:keywords>
	<image>
		<title>Bill Selak &#187; WordPress</title>
		<url>http://www.billselak.com/podcast/edtech_billtech_rss.jpg</url>
		<link>http://www.billselak.com/archives/category/blog/wordpress</link>
	</image>
	<itunes:category text="Education">
		<itunes:category text="Education Technology" />
		<itunes:category text="Education Technology" />
		<itunes:category text="Education Technology" />
	</itunes:category>
		<item>
		<title>WordPress Social Media Plugins That I Love</title>
		<link>http://www.billselak.com/archives/453</link>
		<comments>http://www.billselak.com/archives/453#comments</comments>
		<pubDate>Fri, 18 Dec 2009 04:29:21 +0000</pubDate>
		<dc:creator>billselak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[wordpress plugins wordpressplugins socialmedia twitter]]></category>

		<guid isPermaLink="false">http://www.billselak.com/?p=453</guid>
		<description><![CDATA[Here are three WordPress plugins so that readers can share what you've written on social media sites.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/billselak/2674837260/" title="this is my outlet by billaday, on Flickr"><img src="http://farm4.static.flickr.com/3111/2674837260_f4124c46cd_m.jpg" width="188" height="240" alt="this is my outlet" /></a>I&#8217;m currently teaching <a href="http://www.billselak.com/educ515"  target="_blank">Evolving Educational Technologies</a> at <a href="http://www.apu.edu"  target="_blank">Azusa Pacific University</a>. Social media is a big part of this course. Actually&#8230; social media is a big part of life. It occurred to me that my website needs to do a better job of connecting with social media sites. Here&#8217;s how I do it using Wordpress using three simple plugins.<br />
<span id="more-453"></span></p>
<h2>Tweetable</h2>
<p>Matt Harzewski created the <a href="http://www.webmaster-source.com/tweetable-twitter-plugin-wordpress/"  target="_blank">Tweetable Twitter Plugin</a> that allows readers to quickly tweet your blog post. It even shortens the url automatically. Additionally, Tweetable can display recent tweets in your sidebar.</p>
<p>My custom settings: I added the <a href="http://help.tweetmeme.com/2009/04/06/tweetmeme-button/"  target="_blank">TweetMeme button</a> (small version) to each blog snippet on my front page. Here&#8217;s how: go to Appearance > Editor > home.php. Add
<pre class="brush: plain;">&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://tweetmeme.com/i/scripts/button.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;</pre>
<p> where you&#8217;d like it to appear. I added it just under
<pre class="brush: plain;">&amp;lt;?php the_content(__('Read more'));?&amp;gt;</pre>
<p> Now, the Tweetable button appears at the bottom of every post on my main page.</p>
<h2>SexyBookmarks</h2>
<p>Josh Jones created <a href="http://sexybookmarks.net/documentation/usage-installation"  target="_blank">SexyBookmarks</a> to allow readers to easily share your blog post to a variety of social media sites. Currently, there are 77 possible sites that you can display in this plugin. I chose my top 6 bookmarks so that this plugin would take up just one row. The most compelling reason I switched from <a href="http://sharethis.com/#STS=g3cg8u7d.cl5"  target="_blank">ShareThis </a>to SexyBookmarks is that SexyBookmarks has a fantastic user interface. When you mouse over a half-way hidden social media icon, javascript takes over and pops the icon up to full view. It looks great, and it works great.</p>
<p>My custom settings: Much like my Tweetable plugin, I wanted SexyBookmarks to appear on the main http://www.billselak.com/ page. Originally, it only appeared when users clicked &#8220;Read More&#8221; and went to the post&#8217;s page. I pasted in
<pre class="brush: plain;">&amp;lt;?php if(function_exists('selfserv_sexy')) { selfserv_sexy(); } ?&amp;gt;</pre>
<p> just under the custom code (above) for Tweetable. That&#8217;s why you see the Tweet Button first and the Sharing Is Caring buttons second.</p>
<h2>Disqus</h2>
<p>As a reader, <a href="http://disqus.com/overview/"  target="_blank">Disqus </a> (pronounced &#8220;Discuss&#8221;) allows you to track comments you make over the web. Whenever I leave a comment on someone&#8217;s website, I usually have the desire to go back and see what other people say about my comment. I have <em>never</em> returned to a website again just to see if someone else commented on my comment. It would be nice, but I don&#8217;t do it. Disqus makes this <strong>easy</strong> to do. Just go to their website and your profile displays all your comments. </p>
<p>As a website creator, <a href="http://disqus.com/overview/"  target="_blank">Disqus </a>makes it easy for your readers to leave comments. They can log in with a variety of social media credentials (Twitter, Facebook, etc.), so that they will be more likely to actually leave a comment. This step has the added benefit of making is simple for your readers to share the post with their social networks (since they&#8217;re already logged in).</p>
<p>These are a few simple ways for readers to share what you&#8217;ve written. Which social media WordPress plugins do you love?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billselak.com/archives/453/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Say no to sidebars! (customize your Wordpress pages)</title>
		<link>http://www.billselak.com/archives/407</link>
		<comments>http://www.billselak.com/archives/407#comments</comments>
		<pubDate>Wed, 11 Nov 2009 19:47:43 +0000</pubDate>
		<dc:creator>billselak</dc:creator>
				<category><![CDATA[525]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[conditional formatting]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.billselak.com/?p=407</guid>
		<description><![CDATA[Typically, I blog about educational technology that the average teacher can understand. This, however, is some heavy lifting.
Here is an advanced trick for Wordpress users. This is how I removed the sidebar from one specific page (titled forum) on my wordpress site. After much searching, I found that I needed to implement conditional formatting using [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/billselak/3299787804/" title="custom drink by billaday, on Flickr"><img src="http://farm4.static.flickr.com/3354/3299787804_ab4df00995_m.jpg" width="240" height="180" alt="custom drink" /></a>Typically, I blog about educational technology that the average teacher can understand. This, however, is some heavy lifting.</p>
<p>Here is an advanced trick for Wordpress users. This is how I removed the sidebar from one specific page (titled forum) on my wordpress site. After much searching, I found that I needed to implement conditional formatting using php. </p>
<p>Here&#8217;s my problem:<br />
I wanted one single wordpress page to <strong>not</strong> have a sidebar. I wanted it to take up the entire width of the page. Makes sense for a <a href="http://www.billselak.com/forum">forum</a>, right? Not so easy&#8230;</p>
<p>Solution:<br />
In the wordpress dashboard, navigate to Appearance > Editor > page.php.<br />
On page.php, I changed:
<pre class="brush: plain; light: true;">&lt;?php get_sidebar();; ?&gt;</pre>
<p>to:
<pre class="brush: plain; light: true;">&lt;?php if(!is_page('Forum')) get_sidebar();; ?&gt;</pre>
<p>Here&#8217;s what that means:<br />
Typically, wp displays the sidebar. That&#8217;s what we usually want. In this case, the exclamation point means &#8220;if it is not&#8221;. So, the php translation is, &#8220;If it&#8217;s not the Forum page, then show the sidebar.&#8221;</p>
<p>Perfect, so far. However, there was a blank space where the sidebar used to be. Another problem. The forum should be wider. This won&#8217;t happen, though, because my stylesheet says the page can only be 510 pixels wide.</p>
<p>So, I went to my stylesheet and created a  div titled #widecolumn with a width of 100%. </p>
<p>Back on page.php, I changed the original div titled #contentleft to:</p>
<pre class="brush: plain;">&lt;?php if(!is_page('Forum')) { ?&gt;
&lt;div id=&quot;contentleft&quot;&gt;
&lt;?php } else { ?&gt;
&lt;div id=&quot;widecolumn&quot;&gt;
&lt;?php } ?&gt;</pre>
<p>Again, with the php translation: &#8220;If it&#8217;s not the Forum page, use the div #contentleft (with a width of 510 px). If it is the Forum page, use the #widecolumn div that you just made (with a width of 100%).</p>
<p>Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billselak.com/archives/407/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permalinks on WordPress</title>
		<link>http://www.billselak.com/archives/289</link>
		<comments>http://www.billselak.com/archives/289#comments</comments>
		<pubDate>Mon, 08 Jun 2009 06:38:14 +0000</pubDate>
		<dc:creator>billselak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.billselak.com/?p=289</guid>
		<description><![CDATA[Before today, I had a vague understanding of what a permalink was. I thought it was some sort of hyperlink that was&#8230; well, permanent.
Now I know more about permalinks, and how it&#8217;s important in WordPress. A permalink is simply a URL for a WordPress entry/page. The default URL, or permalink, in WordPress look something like [...]]]></description>
			<content:encoded><![CDATA[<p>Before today, I had a vague understanding of what a permalink was. I <em>thought</em> it was some sort of hyperlink that was&#8230; well, permanent.</p>
<p>Now I know more about permalinks, and how it&#8217;s important in WordPress. A permalink is simply a URL for a WordPress entry/page. The default URL, or permalink, in WordPress look something like this: http://www.billselak.com/?p=153. Pretty ugly. Here is how to fix that in WordPress:</p>
<ol>
<li>Go to Settings &gt; Permalinks.</li>
<li>Change the radio button from Default to Numeric.</li>
<li>Save Changes.</li>
</ol>
<p><img src="http://www.billselak.com/tutorials/settings.png" alt="" width="122" height="165" /></p>
<blockquote><p>So now, your URLs that once looked like:</p>
<p>http://www.billselak.com/educ525/?p=153</p>
<p>now look like:</p>
<p>http://www.billselak.com/educ525/weekly/week2</p></blockquote>
<p>Now, when you write a new blog post or create a new page, there is a little box that lets you type in the URL you want.<br />
<img src="http://www.billselak.com/tutorials/permalink.png" alt="" width="393" height="167" /></p>
<p>If you&#8217;ve recently installed WordPress, you are all set! If, however, you already typed in the nasty default URLs, you&#8217;ll want to go back and update them. WordPress will automatically forward the old links, but it&#8217;s in bad form to leave it that way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billselak.com/archives/289/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sliding Notes</title>
		<link>http://www.billselak.com/archives/273</link>
		<comments>http://www.billselak.com/archives/273#comments</comments>
		<pubDate>Mon, 11 May 2009 05:35:26 +0000</pubDate>
		<dc:creator>billselak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wp wordpress plugin css howto webdesign]]></category>

		<guid isPermaLink="false">http://www.billselak.com/?p=273</guid>
		<description><![CDATA[
I just installed Hackadelic&#8217;s Sliding Notes onto this WordPress blog. Here&#8217;s the idea: type something inside a hidden, accordion-style note. Click to reveal more info. Let&#8217;s try it in this example&#8230;
I think Sliding Notes will be helpful in my class. Do you see how you can click on the word EDUC525. It gives more info [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/billselak/901611927/" title="Stealing first... not so much by billaday, on Flickr"><img src="http://farm2.static.flickr.com/1318/901611927_f39f6459d9_m.jpg" width="240" height="160" alt="Stealing first... not so much" /></a><br />
I just installed <a href="http://hackadelic.com/solutions/wordpress/sliding-notes">Hackadelic&#8217;s Sliding Notes</a> onto this WordPress blog. Here&#8217;s the idea: type something inside a hidden, accordion-style note. Click to reveal more info. Let&#8217;s try it in this example&#8230;</p>
<p>I think Sliding Notes will be helpful in my <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-1')" title="click to expand/collapse slider EDUC525">EDUC525&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-1"></span>class. Do you see how you can click on the word EDUC525. It gives more info if you need it. Very cool. So now that it works on my page, here is how to do it on your Wordpress page:</p>
<ol>
<li>Download &lt;a href=&#8221;http://wordpress.org/extend/plugins/hackadelic-sliding-notes/&#8221;&gt;Sliding Notes&lt;/a&gt; on wordpress.org.</li>
<li>Install the plug-in in wp-content &gt; plugins</li>
<li>Add &lt;a href=&#8221;http://hackadelic.com/solutions/wordpress/sliding-notes#sample-css&#8221;&gt;this css&lt;/a&gt; to your style.css sheet.</li>
<li>Type this in when you want to add a note (and make sure to add square brackets): <code>slider title="sliderbuttontitle"note here/slider</code></li>
</ol>
<p>Very cool tool. Very easy to install.</p>
<div id="hackadelic-sliderNote-1" class="concealed">Students learn and apply the educational uses of Web design. Emphasis is placed on making website design a teaching and learning tool. Effective design is accentuated in the course and is assessed by usability tests.<br />
<span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.4">Powered by Hackadelic Sliding Notes 1.6.4</a></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.billselak.com/archives/273/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Wordpress blogs, One Site</title>
		<link>http://www.billselak.com/archives/48</link>
		<comments>http://www.billselak.com/archives/48#comments</comments>
		<pubDate>Mon, 26 Jan 2009 04:42:08 +0000</pubDate>
		<dc:creator>billselak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.billselak.com/?p=48</guid>
		<description><![CDATA[You can create and host more than one Wordpress account on your host.]]></description>
			<content:encoded><![CDATA[<p><em>Here was my problem:<br />
</em>I wanted to set up a Wordpress blog for my EDUC 515 class. I wanted to have a separate navigation, a different color scheme, and a second blog. I already have Wordpress set up for my main page (billselak.com), and I couldn&#8217;t publish new posts to my EDUC 515 page.</p>
<p><em>Here is my solution:<br />
</em>I created an empty folder on my server (inside public.html) named educ515, and simply installed another Wordpress account inside that folder. Now, I can log in to my main Wordpress, or my 515 Wordpress. Once I&#8217;m logged into my 515 account, I created one (static) page for each week of class, with directions, reminders, and notes from that class session. Disclaimer: I&#8217;m not sure if this is how you&#8217;re supposed to do it, but it&#8217;s working really well so far.</p>
<p>This is yet another reason I&#8217;m happy to pay for my own hosting service. So much more control than the free wordpress.com blog, so less hassle (and work) than a web site built from scratch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billselak.com/archives/48/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress.org VS wordpress.com</title>
		<link>http://www.billselak.com/archives/8</link>
		<comments>http://www.billselak.com/archives/8#comments</comments>
		<pubDate>Fri, 23 Jan 2009 02:35:42 +0000</pubDate>
		<dc:creator>billselak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.billselak.com/?p=8</guid>
		<description><![CDATA[wordpress.com is a simple blog site whereas wordpress.org lets you install WordPress on your own host's server]]></description>
			<content:encoded><![CDATA[<p>Until recently, I was confused why there was a  wordpress.com and a wordpress.org. I&#8217;m not anymore. Here&#8217;s what I learned&#8230;</p>
<p>Wordpress.org is a publishing platform. Yes, you download it. No, you don&#8217;t use it locally (on your computer). Once downloaded from wordpress.org, you <a title="famous 5 min. WordPress install" href="http://codex.wordpress.org/Installing_WordPress" target="_blank">install</a> WordPress onto your host&#8217;s server. When you go to your domain (like billselak.com), you can log in to make changes to your web site. The cool thing about using WordPress to power your site is that you don&#8217;t need to spend hours in Dreamweaver designing a site&#8211;WordPress takes care of it for you on the server.</p>
<p>Wordpress.com is a free place to host a simple blog. You could go to blogger.com or to wordpress.com.</p>
<p>Here&#8217;s the biggest upside to paying monthly for your own host: you can create pages using WordPress. I can have a page for my resume, my photos, classes I teach, and a blog. I just click on Pages &gt; Add New, and I have a new page on my web site. Super easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billselak.com/archives/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powered by</title>
		<link>http://www.billselak.com/archives/1</link>
		<comments>http://www.billselak.com/archives/1#comments</comments>
		<pubDate>Thu, 11 Dec 2008 03:07:08 +0000</pubDate>
		<dc:creator>billselak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[bluehost]]></category>

		<guid isPermaLink="false">http://www.billselak.com//?p=1</guid>
		<description><![CDATA[Use BlueHost to power WordPress blogs. Here's why: http://tutorials.bluehost.com/wordpress/]]></description>
			<content:encoded><![CDATA[<p>BlueHost and WordPress, how I love thee!</p>
<p>After much consideration, I decided to use <a title="WordPress" href="http://www.wordpress.org" target="_blank">WordPress</a> to power my site. WordPress recommends <a title="BlueHost" href="http://www.bluehost.com" target="_blank">BlueHost</a> as a hosting solution. And let me say, I have been nothing but pleased with BlueHost. Installing WordPress on to the server (hosted by bluehost.com) was really easy. Check out this simple, straightforward how-to video if you&#8217;re interested in why BlueHost and WordPress rock:</p>
<p><a title="install WordPress" href="http://tutorials.bluehost.com/wordpress/" target="_blank">http://tutorials.bluehost.com/wordpress/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.billselak.com/archives/1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
