<?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>Penguin Flight Log</title>
	<atom:link href="http://www.layneheiny.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.layneheiny.com</link>
	<description>Flying on The Internet Since 1994</description>
	<lastBuildDate>Sun, 13 May 2012 05:35:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Ribbon Effect for Twenty Eleven Theme</title>
		<link>http://www.layneheiny.com/2012/05/12/ribbon-effect-for-twenty-eleven-theme/</link>
		<comments>http://www.layneheiny.com/2012/05/12/ribbon-effect-for-twenty-eleven-theme/#comments</comments>
		<pubDate>Sun, 13 May 2012 02:07:48 +0000</pubDate>
		<dc:creator>LPH</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Ribbon effect]]></category>
		<category><![CDATA[The Chemistry Book]]></category>
		<category><![CDATA[TwentyEleven]]></category>

		<guid isPermaLink="false">http://www.layneheiny.com/?p=586</guid>
		<description><![CDATA[I thought a nice ribbon would give some 3D feel to the navigation for The Chemistry Book. The idea was to get a ribbon without adding an image but to use pure CSS rules. In this case, the before and &#8230; <a href="http://www.layneheiny.com/2012/05/12/ribbon-effect-for-twenty-eleven-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I thought a nice ribbon would give some 3D feel to the navigation for <a title="The Chemistry Book" href="http://www.thechembook.com">The Chemistry Book</a>. The idea was to get a ribbon without adding an image but to use pure CSS rules. In this case, the before and after.</p>
<p><a href="http://www.layneheiny.com/files/2012/05/Screen-Shot-2012-05-12-at-7.02.14-PM3.png"><img src="http://www.layneheiny.com/files/2012/05/Screen-Shot-2012-05-12-at-7.02.14-PM3-1024x270.png" alt="" title="Screen Shot 2012-05-12 at 7.02.14 PM" width="640" height="168" class="aligncenter size-large wp-image-591" /></a></p>
<p>The following code was added to a child theme for Twenty Eleven.</p>
<pre class="brush: plain; title: ; notranslate">
#access {
    background-color: #000;
    border-top: 4px solid red;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    clear: both;
    display: block;
    float: left;
    margin: 0 -20px 6px;
    width: 100%;
    padding-left: 40px;
}

#access:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -20px;
	top: 212px;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #666 #666 transparent transparent;
}

#access:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -20px;
	top: 212px;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #666 transparent transparent #666;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.layneheiny.com/2012/05/12/ribbon-effect-for-twenty-eleven-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Editing WordPress TwentyTen Child Theme</title>
		<link>http://www.layneheiny.com/2012/05/06/editing-wordpress-twentyten-child-theme/</link>
		<comments>http://www.layneheiny.com/2012/05/06/editing-wordpress-twentyten-child-theme/#comments</comments>
		<pubDate>Sun, 06 May 2012 16:25:20 +0000</pubDate>
		<dc:creator>LPH</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tux Reports Network]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.layneheiny.com/?p=568</guid>
		<description><![CDATA[I have not written much original code over the last 15 years. It is usually a copy/paste exercise as well as asking many people for suggestions and help. I decided to purchase the book Murach&#8217;s PHP and MySQL by Joel &#8230; <a href="http://www.layneheiny.com/2012/05/06/editing-wordpress-twentyten-child-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.layneheiny.com/files/2012/05/Insane-Politics-Screenshot.png"><img src="http://www.layneheiny.com/files/2012/05/Insane-Politics-Screenshot-822x1024.png" alt="" title="Insane Politics Screenshot" width="640" height="797" class="aligncenter size-large wp-image-576" /></a></p>
<p>I have not written much original code over the last 15 years. It is usually a copy/paste exercise as well as asking many people for suggestions and help. I decided to purchase the book Murach&#8217;s PHP and MySQL by Joel Murach and Ray Harris. The layout is exactly what I needed to get my knowledge confidence up to a point of actually trying to edit PHP code and insert my own.</p>
<p>The following video was posted on YouTube so that my family could see the progress on <a href="http://www.insanepolitics.com" title="Insane Politics">www.insanepolitics.com</a>. The video shows the work being done on a TwentyTen child theme. There are some errors in it. For example, the image has a height of 1 px and not a width. Next, I had to change the code for the if statement to show the headline.</p>
<p><iframe width="640" height="360" src="http://www.youtube.com/embed/NfdFtTZGo_g?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Let&#8217;s start from the beginning. The index.php, functions.php, and style.css were modified. These files sit in a child theme of the TwentyTen theme. </p>
<p>A child theme is easily created by adding a new directory in the themes folder and placing a style.css file with comments sitting at the top naming the theme and pointing to the parent. The template line must point to the parent. The first line of code after the block of comments is to import the style.css from the parent. </p>
<pre class="brush: plain; title: ; notranslate">
/*
Theme Name:     Tuxreports Politics
Theme URI:      http: //www.insanepolitics.com
Description:    Politics child theme for the Twenty Ten theme
Author:         LPH
Author URI:     http: //www.insanepolitics.com
Template:       twentyten
Version:        1.3.1
*/

@import url(&quot;../twentyten/style.css&quot;);
</pre>
<p>Now you are free to add your CSS. As many people will point out, test your CSS code using Firebug then add it to your style.css. </p>
<p>To change the site title color, change the text to uppercase and a larger font size then use the following code.</p>
<pre class="brush: plain; title: ; notranslate">
#site-title a {
    color: #03463B;
    font-size: 40px;
    text-transform: uppercase;
}
</pre>
<p>To decrease the height of the header image, filters were applied in the functions.php file. Create a file named functions.php if it does not already exist. Place it in your child theme. Add this code.</p>
<pre class="brush: plain; title: ; notranslate">

// The height and width of your custom header. You can hook into the theme's own filters to change these values.
	// Add a filter to twentyten_header_image_width and twentyten_header_image_height to change these values.
	define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 940 ) );
	define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 1 ) );
</pre>
<p>The above code is not original but was found on the WP forums. However, look at the last numbers in the define lines and you will see you can adjust the width or the height by changing those numbers.</p>
<p>Next, I wanted a headline that was 100% across the top of only the home page. Plugins are available but this project was to see if I could create it without using someone else&#8217;s code. Now I didn&#8217;t start completely on my own. Theme Junkies News theme has something similar, therefore, I started by trying to understand their code and modifying it.</p>
<p>The following is located at the top of the index.php file, just after the get_header call.</p>
<pre class="brush: plain; title: ; notranslate">
		&lt;?php

		wp_reset_query(); //might fix issue of this showing on pages

		if ( is_home() &amp;&amp; !is_paged() ) { ?&gt;

		&lt;div id=&quot;home-featured&quot;&gt;
		&lt;?php
			query_posts( array( 'showposts' =&gt; 1, 'tag' =&gt; 'featured' ) );
			if( have_posts() ) : while( have_posts() ) : the_post();
		?&gt;	

		&lt;h1 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;

		&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_post_thumbnail('home-featured-thumb', array('class' =&gt; 'entry-thumb')); ?&gt;&lt;/a&gt;

		&lt;hr /&gt;

			&lt;?php endwhile; endif; wp_reset_query(); ?&gt;
		&lt;/div&gt;&lt;!--end #home-featured--&gt;

&lt;?php } ?&gt;
</pre>
<p>The biggest hangup was getting this code to only show on the home page. It turns out I kept trying || (OR) and so the headline was showing on all pages. When the AND was used then the code only shows on the home page.</p>
<p>This is the CSS used to get the headline showing at the top position.</p>
<pre class="brush: plain; title: ; notranslate">
#home-featured {
   font-size: 40px;
   font-weight: bolder;
   height: 300px;
   line-height: 75px;
   margin-left: 0px
   margin-bottom: 20px;
   position: relative;
   text-align: center;
   text-transform: uppercase;
   width: 100%;
}
</pre>
<p>The image array is still something that I&#8217;m trying to understand. I&#8217;ll tinker with it later today.</p>
<p>The footer was modified by changing footer.php file div id to site-tux and adding new CSS to the style.css file.</p>
<pre class="brush: plain; title: ; notranslate">
#site-tux a {
    color: #666666;
    display: inline-block;
    line-height: 16px;
    padding-left: 20px;
    text-decoration: none;
}
</pre>
<p>Other changes include changing the CSS to a sticky post.</p>
<pre class="brush: plain; title: ; notranslate">
.home .sticky {
    background: none repeat scroll 0 0 #D7FCF5;
    border-top: 4px solid #000000;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 20px;
}
</pre>
<p>The work is not complete. The 1px image needs to be changed to a solid black image. I might also try to just remove the image. </p>
<p>Hope this helps someone else get started on a WP, PHP, and CSS journey. Let me know if you have any questions or maybe you have a better way to do the work. I love to learn!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.layneheiny.com/2012/05/06/editing-wordpress-twentyten-child-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Rewriting of xf_integration.php file</title>
		<link>http://www.layneheiny.com/2012/04/29/rewriting-of-xf_integration-php-file/</link>
		<comments>http://www.layneheiny.com/2012/04/29/rewriting-of-xf_integration-php-file/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 16:39:40 +0000</pubDate>
		<dc:creator>LPH</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress Bridge]]></category>
		<category><![CDATA[XenForo]]></category>

		<guid isPermaLink="false">http://www.layneheiny.com/?p=554</guid>
		<description><![CDATA[Jaime Holmes of XenScripts has done a great job getting the WordPress-XenForo Bridge functioning. There are still a few glitches regarding double posts. For example, I have a site with the thread creation off and yet the post is still &#8230; <a href="http://www.layneheiny.com/2012/04/29/rewriting-of-xf_integration-php-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Jaime Holmes of XenScripts has done a great job getting the WordPress-XenForo Bridge functioning. There are still a few glitches regarding double posts. For example, I have a site with the thread creation off and yet the post is still made. This causes double postings in the forums. The following if statements might alleviate the issue.</p>
<pre class="brush: plain; title: ; notranslate">
global $XF, $wpdb;

if($XF-&gt;options['use_thread_creation_page'] == 'on')
{
	add_action('publish_page', 'xf_edit_post');
}

if($XF-&gt;options['use_thread_creation'] == 'on')
{
	//the edit post actions
	add_action('publish_post', 'xf_edit_post');

	//the post creation actions
	add_action('pending_to_publish', 'xf_new_post');
	add_action('draft_to_publish', 'xf_new_post');
	add_action('new_to_publish', 'xf_new_post');
	add_action('future_to_publish','xf_new_post');
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.layneheiny.com/2012/04/29/rewriting-of-xf_integration-php-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Admin Bar Changes For Common Network Header</title>
		<link>http://www.layneheiny.com/2012/04/28/admin-bar-changes-for-common-network-header/</link>
		<comments>http://www.layneheiny.com/2012/04/28/admin-bar-changes-for-common-network-header/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 00:10:47 +0000</pubDate>
		<dc:creator>LPH</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.layneheiny.com/?p=546</guid>
		<description><![CDATA[There are many articles on the internet showing people how to modify the WordPress admin bar. Unfortunately, the information is scattered to get this to work on a multisite. Also, the Sign In needed to be on the right side. &#8230; <a href="http://www.layneheiny.com/2012/04/28/admin-bar-changes-for-common-network-header/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are many articles on the internet showing people how to modify the WordPress admin bar. Unfortunately, the information is scattered to get this to work on a multisite. Also, the Sign In needed to be on the right side. While not complete, the following version may help you.</p>
<p>This code is a php file sitting in the mu-plugins directory. Name the file anyway you please.</p>
<pre class="brush: plain; title: ; notranslate">
/* Removes parts of the admin bar */

function trn_admin_bar_remove() {
        global $wp_admin_bar;

        /* Remove their stuff */
        $wp_admin_bar-&gt;remove_menu('wp-logo');
        $wp_admin_bar-&gt;remove_menu('my-sites');
        $wp_admin_bar-&gt;remove_node('search');
        $wp_admin_bar-&gt;remove_node('my-account');
}

add_action('wp_before_admin_bar_render', 'trn_admin_bar_remove', 0);

/* Fix the height of the admin bar */

function add_wpadmin_styles() {
	echo '&lt;style&gt;#wpadminbar {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.8);
	min-height: 50px;
	line-height: 28px;
    	left: 0;
 	min-width: 600px;
    	position: fixed;
    	top: 0;
    	width: 100%;
    	z-index: 99999;
    	padding-left: 0px;
    	padding-top: 15px;
	!important;
 	}&lt;/style&gt;';

/* Shift labels to the right */

echo '&lt;style&gt;
#wpadminbar .quicklinks {
    border-left: 1px solid transparent;
    float: right;
    padding-right: 20px;
}
&lt;/style&gt;';

/* Fix for the header themes */

	echo '&lt;style&gt; body {
	position: relative !important;
	top:45px;
	}
 	&lt;/style&gt;';
}

add_action('wp_before_admin_bar_render', 'add_wpadmin_styles');

/*
Alternatives to render the admin bar

admin_bar_menu
wp_head
*/

/* Builds the menu */

function add_trn_admin_bar_link() {
	global $wp_admin_bar;

	$wp_admin_bar-&gt;add_menu( array(
	'id' =&gt; 'trn_link',
	'title' =&gt; __( 'Tux Reports Network'),
	'href' =&gt; __('http://www.tuxreportsnetwork.com')
	));

	// Add sub menu link &quot;Community&quot;
	$wp_admin_bar-&gt;add_menu( array(
		'parent' =&gt; 'trn_link',
		'id'     =&gt; 'trn_community',
		'title' =&gt; __( 'Community'),
		'href' =&gt; __('http://www.tuxreportsdebates.com/community')
	));

	// Add sub menu link &quot;Education&quot;
	$wp_admin_bar-&gt;add_menu( array(
		'parent' =&gt; 'trn_link',
		'id'     =&gt; 'trn_education',
		'title' =&gt; __( 'Education'),
		'href' =&gt; __('http://www.tuxreportsdebates.com/community'),
		'meta'   =&gt; array(
			'class' =&gt; 'st_menu_download')
	));
		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_education',
			'id'     =&gt; 'trn_apenviro',
			'title' =&gt; __( 'AP Environmental Science'),
			'href' =&gt; __('http://www.apenvironmentalscience.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_education',
			'id'     =&gt; 'trn_chem',
			'title' =&gt; __( 'The Chem Book'),
			'href' =&gt; __('http://www.thechembook.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_education',
			'id'     =&gt; 'trn_classic',
			'title' =&gt; __( 'Classic Education'),
			'href' =&gt; __('http://www.Educlassics.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_education',
			'id'     =&gt; 'trn_green',
			'title' =&gt; __( 'Green Enterprise'),
			'href' =&gt; __('http://www.avgreen.org')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_education',
			'id'     =&gt; 'trn_retaining',
			'title' =&gt; __( 'Retaining Teachers'),
			'href' =&gt; __('http://www.retainingteachers.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_education',
			'id'     =&gt; 'trn_secondary',
			'title' =&gt; __( 'Secondary Classroom'),
			'href' =&gt; __('http://www.secondaryclassroom.com')
		));

	// Add sub menu link &quot;Entertainment&quot;
	$wp_admin_bar-&gt;add_menu( array(
		'parent' =&gt; 'trn_link',
		'id'     =&gt; 'trn_entertainment',
		'title' =&gt; __( 'Dogs Times'),
		'href' =&gt; __('http://www.dogstimes.com')
	));

	// Add sub menu link &quot;News&quot;
	$wp_admin_bar-&gt;add_menu( array(
		'parent' =&gt; 'trn_link',
		'id'     =&gt; 'trn_news',
		'title' =&gt; __( 'News'),
		'href' =&gt; __('http://www.tuxreportsnews.com')
	));

	// Add sub menu link &quot;Politics&quot;
	$wp_admin_bar-&gt;add_menu( array(
		'parent' =&gt; 'trn_link',
		'id'     =&gt; 'trn_politics',
		'title' =&gt; __( 'Politics'),
		'href' =&gt; __('http://www.insanepolitics.com')
	));

	// Add sub menu link &quot;Technology&quot;
	$wp_admin_bar-&gt;add_menu( array(
		'parent' =&gt; 'trn_link',
		'id'     =&gt; 'trn_technology',
		'title' =&gt; __( 'Technology'),
		'href' =&gt; __('http://www.tuxreportstech.com'),
		'meta'   =&gt; array(
			'class' =&gt; 'st_menu_download')
	));
		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_technology',
			'id'     =&gt; 'trn_amd',
			'title' =&gt; __( 'AMD Views'),
			'href' =&gt; __('http://www.amdviews.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_technology',
			'id'     =&gt; 'trn_android',
			'title' =&gt; __( 'The Android Buzz'),
			'href' =&gt; __('http://www.theandroidbuzz.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_technology',
			'id'     =&gt; 'trn_apple',
			'title' =&gt; __( 'Apple iPad Buzz'),
			'href' =&gt; __('http://www.appleipadbuzz.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_technology',
			'id'     =&gt; 'trn_kindlebuzz',
			'title' =&gt; __( 'Kindle Buzz'),
			'href' =&gt; __('http://www.kindlebuzz.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_technology',
			'id'     =&gt; 'trn_mobile',
			'title' =&gt; __( 'Mobile Questions'),
			'href' =&gt; __('http://www.mobilequestions.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_technology',
			'id'     =&gt; 'trn_notebooks',
			'title' =&gt; __( 'Notebook Questions'),
			'href' =&gt; __('http://www.notebookquestions.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_technology',
			'id'     =&gt; 'trn_tabletpcquestions',
			'title' =&gt; __( 'Tablet PC Questions'),
			'href' =&gt; __('http://www.tabletpcquestions.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_technology',
			'id'     =&gt; 'trn_linux',
			'title' =&gt; __( 'Tux Reports'),
			'href' =&gt; __('http://www.tuxreports.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_technology',
			'id'     =&gt; 'trn_tech_aggregate',
			'title' =&gt; __( 'Tux Reports Tech'),
			'href' =&gt; __('http://www.tuxreportstech.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_technology',
			'id'     =&gt; 'trn_tech_win',
			'title' =&gt; __( 'What Is New'),
			'href' =&gt; __('http://www.whatisnew.com')
		));

	// Add sub menu link &quot;Staff&quot;
	$wp_admin_bar-&gt;add_menu( array(
		'parent' =&gt; 'trn_link',
		'id'     =&gt; 'trn_staff',
		'title' =&gt; __( 'Staff'),
		'href' =&gt; __('http://www.tuxreportsdebates.com'),
		'meta'   =&gt; array(
			'class' =&gt; 'st_menu_download')
	));
		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_staff',
			'id'     =&gt; 'trn_layne',
			'title' =&gt; __( 'Layne P. Heiny'),
			'href' =&gt; __('http://www.layneheiny.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_staff',
			'id'     =&gt; 'trn_lora',
			'title' =&gt; __( 'Lora J. Heiny'),
			'href' =&gt; __('http://www.loraheiny.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_staff',
			'id'     =&gt; 'trn_loren',
			'title' =&gt; __( 'Loren C. Heiny'),
			'href' =&gt; __('http://www.lorenheiny.com')
		));

		$wp_admin_bar-&gt;add_menu( array(
			'parent' =&gt; 'trn_staff',
			'id'     =&gt; 'trn_robert',
			'title' =&gt; __( 'Robert W. Heiny'),
			'href' =&gt; __('http://www.robertheiny.com')
		));

}
add_action('admin_bar_menu', 'add_trn_admin_bar_link', 1);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.layneheiny.com/2012/04/28/admin-bar-changes-for-common-network-header/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I Can Eat This In &#8230;</title>
		<link>http://www.layneheiny.com/2012/04/14/i-can-eat-this-in/</link>
		<comments>http://www.layneheiny.com/2012/04/14/i-can-eat-this-in/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 04:01:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.layneheiny.com/?p=531</guid>
		<description><![CDATA[Ellie checks out the new palm tree and calculates the amount of time required to eat the palm.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.layneheiny.com/files/2012/04/20120414-205948.jpg"><img src="http://www.layneheiny.com/files/2012/04/20120414-205948.jpg" alt="20120414-205948.jpg" class="alignnone size-full" /></a></p>
<p>Ellie checks out the new palm tree and calculates the amount of time required to eat the palm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.layneheiny.com/2012/04/14/i-can-eat-this-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Productive Vacation</title>
		<link>http://www.layneheiny.com/2012/01/01/productive-vacation/</link>
		<comments>http://www.layneheiny.com/2012/01/01/productive-vacation/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 04:02:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://www.layneheiny.com/?p=515</guid>
		<description><![CDATA[Pascal, Ellie, and I traveled to Arizona for the holidays and managed to complete the transfer of most of the websites into the network. Now we are working through the categories and making sure posts are placed in the correct &#8230; <a href="http://www.layneheiny.com/2012/01/01/productive-vacation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Pascal, Ellie, and I traveled to Arizona for the holidays and managed to complete the transfer of most of the websites into the network. Now we are working through the categories and making sure posts are placed in the correct place. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.layneheiny.com/2012/01/01/productive-vacation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leanne &amp; Walter&#8217;s Wedding Video</title>
		<link>http://www.layneheiny.com/2011/11/21/leanne-walters-wedding-video/</link>
		<comments>http://www.layneheiny.com/2011/11/21/leanne-walters-wedding-video/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 19:31:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://layneheiny.tuxreportsnetwork.com/?p=444</guid>
		<description><![CDATA[I&#8217;ve tried several different ways to get this video online without using YouTube. Today, I purchased the VidEmbed premium plugin and installed it on the Tux Reports Network. Let&#8217;s see if this works [pb_vidembed title="Leanne And Walter's Wedding" caption="" url="http://www.layneheiny.com/wp-content/uploads/videos/LeanneNWalterWedding.mp4" &#8230; <a href="http://www.layneheiny.com/2011/11/21/leanne-walters-wedding-video/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve tried several different ways to get this video online without using YouTube. Today, I purchased the VidEmbed premium plugin and installed it on the Tux Reports Network.</p>
<p>Let&#8217;s see if this works <img src='http://www.layneheiny.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[pb_vidembed title="Leanne And Walter's Wedding" caption="" url="http://www.layneheiny.com/wp-content/uploads/videos/LeanneNWalterWedding.mp4" type="op" w="600" h="480"]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.layneheiny.com/2011/11/21/leanne-walters-wedding-video/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://www.layneheiny.com/wp-content/uploads/videos/LeanneNWalterWedding.mp4" length="66604891" type="video/mp4" />
		</item>
		<item>
		<title>Additional Domains Added To Technology Questions Network</title>
		<link>http://www.layneheiny.com/2011/10/10/additional-domains-added-to-technology-questions-network/</link>
		<comments>http://www.layneheiny.com/2011/10/10/additional-domains-added-to-technology-questions-network/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 19:33:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tux Reports Network]]></category>

		<guid isPermaLink="false">http://layneheiny.tuxreportsnetwork.com/?p=440</guid>
		<description><![CDATA[A few more domains were added to Technology Questions. Awful Technology AMD Views A few minor corrections were fixed for the network and plugins were updated. The biggest update was BuddyPress to version 1.5.]]></description>
			<content:encoded><![CDATA[<p>A few more domains were added to <a href="http://www.technologyquestions.com">Technology Questions</a>.</p>
<ul>
<li>Awful Technology</li>
<li>AMD Views</li>
</ul>
<p>A few minor corrections were fixed for the network and plugins were updated. The biggest update was BuddyPress to version 1.5.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.layneheiny.com/2011/10/10/additional-domains-added-to-technology-questions-network/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google+ Adventures Continue</title>
		<link>http://www.layneheiny.com/2011/07/09/google-adventures-continue/</link>
		<comments>http://www.layneheiny.com/2011/07/09/google-adventures-continue/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 05:50:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[Google+]]></category>

		<guid isPermaLink="false">http://layneheiny.tuxreportsnetwork.com/?p=432</guid>
		<description><![CDATA[I realize big names like Kevin Rose have decided to forward their domain names to Google+ but I am not ready for such a dramatic step. I prefer having control over the content. The idea, though, is clever. There is &#8230; <a href="http://www.layneheiny.com/2011/07/09/google-adventures-continue/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I realize big names like Kevin Rose <a href="http://twitter.com/#!/kevinrose/status/89578599098744832">have decided to forward their domain names to Google+</a> but I am not ready for such a dramatic step. I prefer having control over the content.</p>
<p>The idea, though, is clever. There is more engagement on G+ &#8211; and more likely for an audience to be gained.</p>
<p>As an experiment, I&#8217;ve changed the domain <a title="LPH.ME" href="http://www.lph.me">LPH.ME</a> over to my Google+ profile. It&#8217;s easier than telling people my G+ profile address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.layneheiny.com/2011/07/09/google-adventures-continue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q &amp; A Plugin</title>
		<link>http://www.layneheiny.com/2011/06/20/q-a-plugin/</link>
		<comments>http://www.layneheiny.com/2011/06/20/q-a-plugin/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 17:51:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://layneheiny.tuxreportsnetwork.com/?page_id=2</guid>
		<description><![CDATA[WPMUDEV provides several useful plugins for buddypress communities as well as WordPress plugins. The Q &#38; A plugin allows members (or others) to ask and answer questions in a similar format to Answers. My students loved the Answers theme from &#8230; <a href="http://www.layneheiny.com/2011/06/20/q-a-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>WPMUDEV provides <a href="http://premium.wpmudev.org/">several useful plugins for buddypress communities</a> as well as WordPress plugins. The <a href="http://premium.wpmudev.org/project/qa-wordpress-questions-and-answers-plugin">Q &amp; A plugin</a> allows members (or others) to ask and answer questions in a similar format to Answers. </strong></p>
<p><a href="http://www.layneheiny.com/wp-content/uploads/2011/05/QuestionAndAnswer.png"><img class="aligncenter size-full wp-image-351" title="Question And Answer Plugin" src="http://www.layneheiny.com/wp-content/uploads/2011/05/QuestionAndAnswer.png" alt="" width="987" height="1058" /></a></p>
<p>My students loved the <a href="http://templatic.com/cms-themes/answers">Answers theme</a> from Templatic. It was easy for them to ask and answer questions. The section, though, overwhelmed the rest of the site. After changing themes to BuddyBoss, I started to look around to find a way to get the smoothness of the Q &amp; A feeling. The <a href="http://premium.wpmudev.org/project/qa-wordpress-questions-and-answers-plugin">Q &amp; A plugin</a> was just the ticket.</p>
<p>Installation was the typical ftp upload to the plugins directory and activation in the control panel. Next, settings were adjusted. In order to customize the sidebars, it was important to copy the php files from the default-templates directory of the plugin into the root of the theme. A missing file is the sidebar-question.php file. Additional CSS was necessary to get the sidebar to match the rest of the site.</p>
<p>A quick test run of the plugin appears to work. Since the school year is basically done, students will probably not use the section until the fall. At least it&#8217;ll be ready for them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.layneheiny.com/2011/06/20/q-a-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

