<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Lannen Designs</title>
	
	<link>http://www.lannendesigns.com</link>
	<description>Website Design and Development | WordPress Development</description>
	<lastBuildDate>Wed, 15 May 2013 16:04:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/lannendesigns/ADrT" /><feedburner:info uri="lannendesigns/adrt" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>lannendesigns/ADrT</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Urban Grout</title>
		<link>http://feedproxy.google.com/~r/lannendesigns/ADrT/~3/MYjr6o_hNgI/</link>
		<comments>http://www.lannendesigns.com/urban-grout/#comments</comments>
		<pubDate>Wed, 15 May 2013 16:04:05 +0000</pubDate>
		<dc:creator>Lannen Designs</dc:creator>
				<category><![CDATA[Clients]]></category>

		<guid isPermaLink="false">http://www.lannendesigns.com/?p=2122</guid>
		<description><![CDATA[A new website for Urban Grout. A commercial real estate firm located in Nashville, TN. An existing WordPress theme was purchased and then customized. The theme does have the option [...]]]></description>
				<content:encoded><![CDATA[<p>A new <a href="http://urbangrout.com" target="_blank">website</a> for Urban Grout. A commercial real estate firm located in Nashville, TN.</p>
<p><img class="alignnone size-full wp-image-2124" alt="ug" src="http://www.lannendesigns.com/wp-content/uploads/2013/05/ug.jpg" width="531" height="682" /></p>
<p>An existing WordPress theme was purchased and then customized. The theme does have the option to become responsive.</p>
<img src="http://feeds.feedburner.com/~r/lannendesigns/ADrT/~4/MYjr6o_hNgI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lannendesigns.com/urban-grout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lannendesigns.com/urban-grout/</feedburner:origLink></item>
		<item>
		<title>Cimy User Manager – Bulk Import</title>
		<link>http://feedproxy.google.com/~r/lannendesigns/ADrT/~3/zrmU3l3tUdg/</link>
		<comments>http://www.lannendesigns.com/cimy-user-manager-bulk-import/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 20:13:21 +0000</pubDate>
		<dc:creator>Lannen Designs</dc:creator>
				<category><![CDATA[WordPress Code Tidbits]]></category>

		<guid isPermaLink="false">http://www.lannendesigns.com/?p=2089</guid>
		<description><![CDATA[On another post I mentioned that I was working on a website that had a members section that also used Cimy User Extra Fields. I did a bulk import of [...]]]></description>
				<content:encoded><![CDATA[<p>On another post I mentioned that I was working on a website that had a members section that also used <a href="http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/" target="_blank">Cimy User Extra Fields</a>. I did a bulk import of the members using a .csv file. Originally the file was an Excel spreadsheet that was then saved as a .csv.</p>
<p>To import the members the <a href="http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-manager/" target="_blank">Cimy User Manager</a> plugin was used. To do the import I had to create the spreadsheet. You can download the <a href="http://www.lannendesigns.com/wp-content/uploads/2013/04/MembersTemplate.xlsx" target="_blank">MembersTemplate.xlsx</a> or <a href="http://www.lannendesigns.com/wp-content/uploads/2013/04/MembersTemplate.csv">MembersTemplate.csv</a> and you can name the document whatever you want to.</p>
<p>Note that the fields that are yellow are required for a User. I did not highlight the username, but you should add one for each member. The fields that are blue are the field you&#8217;ve setup in Cimy User Extra Fields. An easy way to do it is add the following to the % USERNAME %.</p>
<pre class="brush: css; title: ; notranslate">=D2&amp;E2</pre>
<p>If you copy the code into three consecutive rows, and then select all three you can drag it down to the last User.</p>
<div id="attachment_2096" class="wp-caption alignnone" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://www.lannendesigns.com/wp-content/uploads/2013/04/Cimy-User-Manager-import.jpg" rel="wp-prettyPhoto[2089]"><img class="size-medium wp-image-2096 " alt="Import" src="http://www.lannendesigns.com/wp-content/uploads/2013/04/Cimy-User-Manager-import-300x151.jpg" width="300" height="151" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Import</p></div>
<p>If you already have entered a few members manually do an Export and your .csv/.xlsx file will have your current Users, and then you can manually add your new ones, and then just do the Import.  Note: Delete the existing users from the exported file.</p>
<div id="attachment_2098" class="wp-caption alignnone" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://www.lannendesigns.com/wp-content/uploads/2013/04/Cimy-User-Manager-export.jpg" rel="wp-prettyPhoto[2089]"><img class="size-medium wp-image-2098" alt="Export" src="http://www.lannendesigns.com/wp-content/uploads/2013/04/Cimy-User-Manager-export-300x169.jpg" width="300" height="169" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Export</p></div>
<p><strong>Helpful Hints</strong></p>
<ul>
<li>Since a User has to have an email address and they haven&#8217;t provided one (it happens) just use a fake email address. Typically I use: member1@thedomainname.com, member2@thedomainname.com and so on.</li>
<li>If you need to display the email address and you don&#8217;t want to use the User&#8217;s email (when you are using fake email addresses), just add an extra field for the email. In mine I used MEMBER-EMAIL which can be left blank.</li>
<li>If you have commas in an address field you may have problems importing.</li>
<li>If your fields are not encapsulated with quotes (&#8221; &#8220;) delete the &#8221; in the Import section. Refer to the Import image above.  It&#8217;s the one that is circled.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/lannendesigns/ADrT/~4/zrmU3l3tUdg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lannendesigns.com/cimy-user-manager-bulk-import/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lannendesigns.com/cimy-user-manager-bulk-import/</feedburner:origLink></item>
		<item>
		<title>If it’s on the Internet</title>
		<link>http://feedproxy.google.com/~r/lannendesigns/ADrT/~3/6vatgUTZ1QY/</link>
		<comments>http://www.lannendesigns.com/if-its-on-the-internet/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 15:27:06 +0000</pubDate>
		<dc:creator>Lannen Designs</dc:creator>
				<category><![CDATA[Legal Issues]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.lannendesigns.com/?p=1824</guid>
		<description><![CDATA[Many people are under the impression that if it&#8217;s on the Internet they can take and use photos, images, content as much as they want with no ramifications. If you [...]]]></description>
				<content:encoded><![CDATA[<p>Many people are under the impression that if it&#8217;s on the Internet they can take and use photos, images, content as much as they want with no ramifications.</p>
<p>If you want to register a copyright to items (photos, content, etc.) go to <a href="http://copyright.gov/" target="_blank">http://copyright.gov/</a>.  To register a trademark or patent visit <a href="http://www.uspto.gov/" target="_blank">http://www.uspto.gov/</a></p>
<p><strong>A Few Resources</strong><br />
<a href="http://www.theage.com.au/victoria/vce-scores-changed-over-battle-tech-marauder-confusion-20130208-2e2qn.html" target="_blank">Test Scores Changed</a><br />
<a href="http://webnet77.com/webstuff/copyright.html" target="_blank">The Seven Deadly Myths of Internet Copyright</a><br />
<a href="http://webdesign.about.com/od/copyright/a/aa081700a.htm" target="_blank">Copyright on the Web</a><br />
<a href="http://mikeyounglaw.com/copyright-online-photos/" target="_blank">Can you copy online photos?</a></p>
<img src="http://feeds.feedburner.com/~r/lannendesigns/ADrT/~4/6vatgUTZ1QY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lannendesigns.com/if-its-on-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lannendesigns.com/if-its-on-the-internet/</feedburner:origLink></item>
		<item>
		<title>Members and Profile Page: Cimy User Extra Fields</title>
		<link>http://feedproxy.google.com/~r/lannendesigns/ADrT/~3/-hIT4ibknJQ/</link>
		<comments>http://www.lannendesigns.com/members-and-profile-page-cimy-user-extra-fields/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 14:56:25 +0000</pubDate>
		<dc:creator>Lannen Designs</dc:creator>
				<category><![CDATA[WordPress Code Tidbits]]></category>

		<guid isPermaLink="false">http://www.lannendesigns.com/?p=2052</guid>
		<description><![CDATA[I was working on a website that uses Cimy User Extra Fields for their members, and someone had coded a membership page template, and the user&#8217;s profile relied upon code [...]]]></description>
				<content:encoded><![CDATA[<p>I was working on a website that uses <a href="http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-user-extra-fields/" target="_blank">Cimy User Extra Fields</a> for their members, and someone had coded a membership page template, and the user&#8217;s profile relied upon code in the theme&#8217;s functions.php file. Neither the member directory listing or the individual profile page was working properly.  Well portions were working, but they weren&#8217;t sorting correctly or the vast majority of the information was missing from the user&#8217;s profile.</p>
<p>As well all know that sometimes working with someone&#8217;s code can be a royal PITA.</p>
<p><strong>Members Page</strong><br />
The members page displays the first and last name, followed by their email address, phone number and a link to their profile which contains a great deal of information.</p>
<p>Note: The client uses the Builder theme and is a WPMU setup.</p>
<pre class="brush: php; title: ; notranslate">&lt;?php
/*
Template Name: Members
*/
?&gt;&lt;?php

function render_content() {
	$profile_id = 0;
	$profile_id = (int)$_GET[&quot;profile_id&quot;];
	if($profile_id != 0 &amp;&amp; $profile_id != '') {
		show_user_profile();
	} else {
	
?&gt;
	&lt;?php if ( have_posts() ) : ?&gt;
		&lt;div class=&quot;loop&quot;&gt;
			&lt;div class=&quot;loop-content&quot;&gt;
				&lt;?php while ( have_posts() ) : // The Loop ?&gt;
					&lt;?php the_post(); ?&gt;
					
					&lt;div id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
						&lt;!-- title, meta, and date info --&gt;
						&lt;div class=&quot;entry-header clearfix&quot;&gt;
								&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;
						&lt;/div&gt;
						
						&lt;!-- post content --&gt;
						&lt;div class=&quot;entry-content clearfix&quot;&gt;
							&lt;?php the_content(); ?&gt;
					
	&lt;!-- start of members table --&gt;
	 &lt;table width=&quot;95%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
                &lt;tr&gt;
                   &lt;td&gt;Name&lt;/td&gt;
				     &lt;td&gt;Email&lt;/td&gt;
                   &lt;td&gt;Phone&lt;/td&gt;
                 &lt;td&gt;Profile&lt;/td&gt;
                  
                &lt;/tr&gt;
&lt;!-- exclude certain users also --&gt;
&lt;!-- users excluded are 2, 3, 436 &amp; 437 --&gt;
    &lt;?php

$strSQL = &quot;SELECT wp_cimy_uef_data.ID, wp_cimy_uef_data.USER_ID, wp_cimy_uef_data.FIELD_ID AS UserID, wp_cimy_uef_data.VALUE AS Phone, wp_usermeta.user_id AS TheID, wp_usermeta.meta_key, wp_usermeta.meta_value AS FirstNameField, wp_usermeta_1.umeta_id AS LastNameID, wp_usermeta_1.meta_key, wp_usermeta_1.meta_value AS LastNameField, wp_users.user_email
FROM ((wp_cimy_uef_data INNER JOIN wp_users ON wp_cimy_uef_data.USER_ID = wp_users.ID) 
INNER JOIN wp_usermeta ON wp_users.ID = wp_usermeta.user_id) INNER JOIN wp_usermeta AS wp_usermeta_1 ON wp_usermeta.user_id = wp_usermeta_1.user_id
WHERE ((Not (wp_cimy_uef_data.USER_ID)=2 And Not (wp_cimy_uef_data.USER_ID)=3 And Not (wp_cimy_uef_data.USER_ID)=436 And Not (wp_cimy_uef_data.USER_ID)=437) AND ((wp_cimy_uef_data.FIELD_ID)=4) AND ((wp_usermeta.meta_key)='first_name') AND ((wp_usermeta_1.meta_key)='last_name'))
ORDER BY wp_usermeta_1.meta_value&quot;;

       
       $result = mysql_query($strSQL);
          
          while ($row = mysql_fetch_assoc($result)) {
             
			 $firstname = $row['FirstNameField'];
			 $lastname = $row['LastNameField'];
			 $email = $row['user_email'];
			 $phone = $row['Phone'];
             $profile = $row['USER_ID'];

             //Outputs results into a table
             echo'   &lt;tr&gt;
						&lt;td&gt;' . $firstname .' ' . $lastname .'&lt;/td&gt;
						&lt;td&gt;&lt;a href=&quot;mailto:' . $email.'&quot;&gt;' . $email.'&lt;/a&gt;&lt;/td&gt;
						&lt;td&gt;' . $phone .'&lt;/td&gt;
						&lt;td&gt;&lt;a href=&quot;?profile_id='. $profile .'&quot;&gt;View Profile&lt;/a&gt;&lt;/td&gt;
                   &lt;/tr&gt;';
          }

    ?&gt;
&lt;/table&gt;	


					
						&lt;/div&gt;
						
						&lt;div class=&quot;entry-footer clearfix&quot;&gt;
							&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;p class=&quot;entry-utility&quot;&gt;&lt;strong&gt;' . __( 'Pages:', 'it-l10n-Builder' ) . '&lt;/strong&gt; ', 'after' =&gt; '&lt;/p&gt;', 'next_or_number' =&gt; 'number' ) ); ?&gt;
							&lt;?php edit_post_link( __( 'Edit this entry.', 'it-l10n-Builder' ), '&lt;p class=&quot;entry-utility edit-entry-link&quot;&gt;', '&lt;/p&gt;' ); ?&gt;
						&lt;/div&gt;
					&lt;/div&gt;
					&lt;!-- end .post --&gt;
					
					&lt;?php comments_template(); // include comments template ?&gt;
				&lt;?php endwhile; // end of one post ?&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;?php else : // do not delete ?&gt;
		&lt;?php do_action( 'builder_template_show_not_found' ); ?&gt;
	&lt;?php endif; // do not delete ?&gt;
&lt;?php
	}
	
}

add_action( 'builder_layout_engine_render_content', 'render_content' );

do_action( 'builder_layout_engine_render', basename( __FILE__ ) );
</pre>
<p><strong>Profile</strong></p>
<p>The following was added to the functiohs.php file. As certain portions of the remaing code in the functions file $profile_id was used instead of user_id.  The below query also eliminates certain users from retrieved from the database.</p>
<pre class="brush: php; title: ; notranslate">
function show_user_profile() {

	if ( is_user_logged_in() ) {

		$profile_id = 0;

		$profile_id = (int)$_GET[&quot;profile_id&quot;];

		if($profile_id != 0 &amp;&amp; $profile_id != '') {

			$user_info = get_userdata($profile_id);

			$ret  = '&lt;div class=&quot;user-profile&quot;&gt;';

			$u_name = $user_info-&gt;first_name.' '.$user_info-&gt;last_name;

			$ret .= '&lt;h2 class=&quot;entry-title&quot;&gt;';

			if ($u_name != ' ') {

				$u_name = get_cimyFieldValue($user_id, 'TITLE').$user_info-&gt;first_name.' '.get_cimyFieldValue($user_id, 'INITIAL').' '.$user_info-&gt;last_name;

			} else {

				$u_name = $user_info-&gt;display_name;

			}

			$ret .= $u_name;

			$ret .= ' Profile&lt;/h2&gt;';

			

			$ret .= '&lt;h3&gt;Personal Info&lt;/h3&gt;';

			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;Name: &lt;/span&gt;'.$u_name.'&lt;/p&gt;';
			

			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;Email: &lt;/span&gt;&lt;a href=&quot;mailto:'.$user_info-&gt;user_email.'&quot;&gt;'.$user_info-&gt;user_email.'&lt;/a&gt;&lt;/p&gt;';

			if(get_cimyFieldValue($profile_id, 'HUSBAND') != '') {
$u_husband = get_cimyFieldValue($profile_id, 'HUSBAND');
				$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;Husband: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'HUSBAND').'&lt;/p&gt;';

		}

			$ret .= '&lt;h3&gt;Address&lt;/h3&gt;';
		
		$u_address = get_cimyFieldValue($profile_id, 'ADDRESS');
		$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;Address: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'ADDRESS').'&lt;/p&gt;';

		$u_addresssec = get_cimyFieldValue($profile_id, 'ADDRESS-SEC');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;Address 2: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'ADDRESS-SEC').'&lt;/p&gt;';

			$u_city = get_cimyFieldValue($profile_id, 'CITY');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;City: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'CITY').'&lt;/p&gt;';

			$u_state = get_cimyFieldValue($profile_id, 'STATE');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;State: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'STATE').'&lt;/p&gt;';

			$u_zip = get_cimyFieldValue($profile_id, 'ZIP');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;ZIP: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'ZIP').'&lt;/p&gt;';

			$u_phone = get_cimyFieldValue($profile_id, 'PHONE');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;Phone: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'PHONE').'&lt;/p&gt;';

			$ret .= '&lt;h3&gt;Secondary Address&lt;/h3&gt;';
			
			$u_address2 = get_cimyFieldValue($profile_id, 'ADDRESS2');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;Address: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'ADDRESS2').'&lt;/p&gt;';
			
			$u_addresssec2= get_cimyFieldValue($profile_id, 'ADDRESS-SEC2');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;Address 2: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'ADDRESS-SEC2').'&lt;/p&gt;';

			$u_apt =get_cimyFieldValue($profile_id, 'APT');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;Apt: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'APT').'&lt;/p&gt;';

			$u_city2 = get_cimyFieldValue($profile_id, 'CITY2');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;City: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'CITY2').'&lt;/p&gt;';

			$u_state2 = get_cimyFieldValue($profile_id, 'STATE2');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;State: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'STATE2').'&lt;/p&gt;';

			$u_zip2 = get_cimyFieldValue($profile_id, 'ZIP2');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;ZIP: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'ZIP2').'&lt;/p&gt;';

			$u_phone2 = get_cimyFieldValue($profile_id, 'PHONE2');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;Phone: &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'PHONE2').'&lt;/p&gt;';

			$u_phone3 = get_cimyFieldValue($profile_id, 'PHONE3');
			$ret .= '&lt;p&gt;&lt;span class=&quot;item-title&quot;&gt;Phone (additional): &lt;/span&gt;'.get_cimyFieldValue($profile_id, 'PHONE3').'&lt;/p&gt;';

			$ret .= '&lt;p align=&quot;right&quot;&gt;&lt;a href=&quot;?&quot; title=&quot;back&quot;&gt;Back to members list&lt;/a&gt;&lt;/p&gt;';

			$ret .= '&lt;/div&gt;';

			print($ret);

		}

	}

}</pre>
<img src="http://feeds.feedburner.com/~r/lannendesigns/ADrT/~4/-hIT4ibknJQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lannendesigns.com/members-and-profile-page-cimy-user-extra-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lannendesigns.com/members-and-profile-page-cimy-user-extra-fields/</feedburner:origLink></item>
		<item>
		<title>New Website Design Concepts</title>
		<link>http://feedproxy.google.com/~r/lannendesigns/ADrT/~3/ckZsUlOolpc/</link>
		<comments>http://www.lannendesigns.com/new-website-design-concepts/#comments</comments>
		<pubDate>Sat, 16 Mar 2013 11:54:52 +0000</pubDate>
		<dc:creator>Lannen Designs</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.lannendesigns.com/?p=2039</guid>
		<description><![CDATA[Recent concepts for Caribbean Museum Center for the Arts. However, we are now going in a completely different direction. Miscellaneous Concepts]]></description>
				<content:encoded><![CDATA[<p>Recent concepts for Caribbean Museum Center for the Arts.  However, we are now going in a completely different direction.</p>
<p><a href="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock01.jpg" rel="wp-prettyPhoto[2039]"><img class="alignnone size-thumbnail wp-image-2041" alt="mock01" src="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock01-150x150.jpg" width="150" height="150" /></a> <a href="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock02.jpg" rel="wp-prettyPhoto[2039]"><img class="size-thumbnail wp-image-2042 alignnone" alt="mock02" src="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock02-150x150.jpg" width="150" height="150" /></a> <a href="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock03.jpg" rel="wp-prettyPhoto[2039]"><img class="size-thumbnail wp-image-2043 alignnone" alt="mock03" src="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock03-150x150.jpg" width="150" height="150" /></a></p>
<p>Miscellaneous Concepts</p>
<p><a href="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock011.jpg" rel="wp-prettyPhoto[2039]"><img class="alignnone size-thumbnail wp-image-2045" alt="mock01" src="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock011-150x150.jpg" width="150" height="150" /></a> <a href="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock031.jpg" rel="wp-prettyPhoto[2039]"><img class="alignnone size-thumbnail wp-image-2047" alt="mock03" src="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock031-150x150.jpg" width="150" height="150" /></a><a href="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock021.jpg" rel="wp-prettyPhoto[2039]"><img class="alignnone size-thumbnail wp-image-2046" alt="mock02" src="http://www.lannendesigns.com/wp-content/uploads/2013/03/mock021-150x150.jpg" width="150" height="150" /></a></p>
<img src="http://feeds.feedburner.com/~r/lannendesigns/ADrT/~4/ckZsUlOolpc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lannendesigns.com/new-website-design-concepts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lannendesigns.com/new-website-design-concepts/</feedburner:origLink></item>
		<item>
		<title>Ecommerce Templates and OptionCart: Two ecommerce solutions</title>
		<link>http://feedproxy.google.com/~r/lannendesigns/ADrT/~3/KvV-QisJlx0/</link>
		<comments>http://www.lannendesigns.com/ecommerce-templates-and-optioncart-two-ecommerce-solutions/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 19:25:42 +0000</pubDate>
		<dc:creator>Lannen Designs</dc:creator>
				<category><![CDATA[e-Commerce]]></category>

		<guid isPermaLink="false">http://www.lannendesigns.com/?p=1997</guid>
		<description><![CDATA[I have used Ecommerce Templates and OptionCart for a number of years. Both are robust shopping carts/catalogs, and I have used both with WordPress. With the increase in mobile usage [...]]]></description>
				<content:encoded><![CDATA[<p>I have used <a href="http://ecommercetemplates.com" target="_blank">Ecommerce Templates</a> and <a href="http://optoncart.com" target="_blank">OptionCart</a> for a number of years.  Both are robust shopping carts/catalogs, and I have used both with WordPress.</p>
<p>With the increase in mobile usage for shopping I decided to find out if either had been moving in that direction, e.g., responsive. </p>
<p>Ecommerce Templates now has a responsive version of their shopping cart/catalog (ASP or PHP), and OptionCart (a catalog and the shopping cart is <a href="http://mals-e.com" target="_blank">Mals-e</a>) is moving in that direction.</p>
<p>Currently an option for a mobile shopping cart for those using OptionCart is <a href="http://www.dualcy.com/" target="_blank">Dualcy</a>.  A great value at $49.99.</p>
<p>Clients should never be switched to another shopping cart simply because the company they hired to redo their website isn&#8217;t familiar with it or are simply to lazy to learn or do a bit of research.</p>
<img src="http://feeds.feedburner.com/~r/lannendesigns/ADrT/~4/KvV-QisJlx0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lannendesigns.com/ecommerce-templates-and-optioncart-two-ecommerce-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lannendesigns.com/ecommerce-templates-and-optioncart-two-ecommerce-solutions/</feedburner:origLink></item>
		<item>
		<title>Mobile or Responsive?</title>
		<link>http://feedproxy.google.com/~r/lannendesigns/ADrT/~3/nvsbAaqVYA4/</link>
		<comments>http://www.lannendesigns.com/mobile-or-responsive/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 17:13:05 +0000</pubDate>
		<dc:creator>Lannen Designs</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mobile/Responsive Design]]></category>

		<guid isPermaLink="false">http://www.lannendesigns.com/?p=1978</guid>
		<description><![CDATA[When having a website developed you should ask your web developer do I need a mobile version of my website or should it be responsive.  In most instances I would [...]]]></description>
				<content:encoded><![CDATA[<p>When having a website developed you should ask your web developer <em>do I need a mobile version of my website or should it be responsive</em>.  In most instances I would suggest responsive.</p>
<p>However, there a certain types of websites that would benefit having a separate mobile site such as hotels, airlines and restaurants.  Or for that matter any website that you don&#8217;t want to include certain information for the mobile version.</p>
<p>Here I am using American Airlines as an example and you can see the obvious differences.</p>
<table>
<tr>
<td>
<strong>Mobile</strong></p>
<p><a href="http://www.lannendesigns.com/wp-content/uploads/2013/03/aa-mobile.jpg" rel="wp-prettyPhoto[1978]"><img class="alignnone size-medium wp-image-1980" alt="aa-mobile" src="http://www.lannendesigns.com/wp-content/uploads/2013/03/aa-mobile-200x300.jpg" width="200" height="300" /></a></td>
<td>  &nbsp;&nbsp;&nbsp;&nbsp;    </td>
<td>
<strong>Desktop</strong></p>
<p><a href="http://www.lannendesigns.com/wp-content/uploads/2013/03/American-Airlines2.jpg" rel="wp-prettyPhoto[1978]"><img src="http://www.lannendesigns.com/wp-content/uploads/2013/03/American-Airlines2.jpg" alt="American-Airlines" width="200"  class="alignnone size-full wp-image-1984" /></a></td>
</tr>
</table>
<p>If you would like to use or switch your current design to responsive design or have a mobile version of your website developed, please <a href="http://www.lannendesigns.com/contact/" title="Contact Lannen Designs for a responsive or mobile website">contact</a> me.</p>
<img src="http://feeds.feedburner.com/~r/lannendesigns/ADrT/~4/nvsbAaqVYA4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lannendesigns.com/mobile-or-responsive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lannendesigns.com/mobile-or-responsive/</feedburner:origLink></item>
		<item>
		<title>How to Change the Thumbnail Size: WPTouch Pro</title>
		<link>http://feedproxy.google.com/~r/lannendesigns/ADrT/~3/T7W3HQLg8iU/</link>
		<comments>http://www.lannendesigns.com/how-to-change-the-thumbnail-size-wptouch-pro/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 15:39:24 +0000</pubDate>
		<dc:creator>Lannen Designs</dc:creator>
				<category><![CDATA[Mobile/Responsive Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lannendesigns.com/?p=1954</guid>
		<description><![CDATA[I was working on a mobile version of an inn&#8217;s website that displays a featured image for every one of the rooms. Each room on every floor of the inn [...]]]></description>
				<content:encoded><![CDATA[<div id="attachment_1960" class="wp-caption alignnone" style="width: 580px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><img class="size-full wp-image-1960" alt="mpi" src="http://www.lannendesigns.com/wp-content/uploads/2013/03/mpi.png" width="570" height="172" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">The one on the left is the default mobile thumbnail size. The one on he right is the updated thumbnail size.</p></div>
<p>I was working on a mobile version of an inn&#8217;s website that displays a featured image for every one of the rooms.</p>
<p>Each room on every floor of the inn is an actual post, and pulls in the featured image. Each floor is a custom page template that looks for a specific category. Well the mobile version was displaying really tiny thumbnails. You could not see any detail to decide whether or not you wanted to book that room.</p>
<p>Changing the thumbnail size for photos that use the featured image in your WPTOuch Pro child theme is fairly straight forward. Well once I figured it out.</p>
<p>If you need the thumbnails to be larger than the default size just add the following css to the custom.css file located in your WPTouch Pro child theme, but of course adjust for the size you need. </p>
<p><strong><em>New: Don&#8217;t forget to add the url to your custom css file.  In the plugin go to General, Global General and at the very bottom you will see &#8220;URL to a custom CSS file&#8221;.  Enter the entire url to your custom.css file, and it actually does not have to be in the plugin&#8217;s subdirectory, but anywhere.</em></strong>	 </p>
<p><strong>Note:</strong> I typically only need to work with the iphone theme version (wp-content/wptouch-data/themes/classic-copy-1/iphone).  If you&#8217;ve changed the name of the child theme from classic-copy-1  it will be in that folder.<em><br />
</em></p>
<pre class="brush: css; title: ; notranslate">img.attachment-post-thumbnail {width: 125px !important;height: 83px !important;} </pre>
<img src="http://feeds.feedburner.com/~r/lannendesigns/ADrT/~4/T7W3HQLg8iU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lannendesigns.com/how-to-change-the-thumbnail-size-wptouch-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lannendesigns.com/how-to-change-the-thumbnail-size-wptouch-pro/</feedburner:origLink></item>
		<item>
		<title>Conway Capital</title>
		<link>http://feedproxy.google.com/~r/lannendesigns/ADrT/~3/03cMWy3Lbzc/</link>
		<comments>http://www.lannendesigns.com/conway-capital/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 23:35:46 +0000</pubDate>
		<dc:creator>Lannen Designs</dc:creator>
				<category><![CDATA[Clients]]></category>

		<guid isPermaLink="false">http://www.lannendesigns.com/?p=1922</guid>
		<description><![CDATA[Super simple black and white design for Conway Capital based in New York City. Abe Cohen had contacted me wanting to use WordPress including a new design and (custom) theme [...]]]></description>
				<content:encoded><![CDATA[<p>Super simple black and white design for <a href="http://conwaycap.com" target="_blank">Conway Capital</a> based in New York City.</p>
<p>Abe Cohen had contacted me wanting to use WordPress including a new design and (custom) theme for his commercial rentals and properties in the US and Israel.</p>
<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class="alignleft size-full wp-image-1924" alt="conwaycap" src="http://www.lannendesigns.com/wp-content/uploads/2013/03/conwaycap.png" width="531" height="280" /></p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/lannendesigns/ADrT/~4/03cMWy3Lbzc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lannendesigns.com/conway-capital/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lannendesigns.com/conway-capital/</feedburner:origLink></item>
		<item>
		<title>WPTouch Pro and Custom Home Page</title>
		<link>http://feedproxy.google.com/~r/lannendesigns/ADrT/~3/4UBwGk9UZSs/</link>
		<comments>http://www.lannendesigns.com/wptouch-pro-and-custom-home-page/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 16:15:00 +0000</pubDate>
		<dc:creator>Lannen Designs</dc:creator>
				<category><![CDATA[Mobile/Responsive Design]]></category>
		<category><![CDATA[PHP Code Snippets]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Code Tidbits]]></category>

		<guid isPermaLink="false">http://www.lannendesigns.com/?p=1840</guid>
		<description><![CDATA[I get thrown challenges from a company I subcontract for, and their client wanted a specific layout just for the home page, and I really didn&#8217;t want to have to [...]]]></description>
				<content:encoded><![CDATA[<p>I get thrown challenges from a company I subcontract for, and their client wanted a specific layout just for the home page, and I really didn&#8217;t want to have to create a separate template.</p>
<p>The home page displays:</p>
<ol>
<li>an image of the front of hotel</li>
<li>a short introductory paragraph</li>
<li>3 buttons (Call Us, Book Now and Map)</li>
<li>TripAdvisor</li>
<li>and 5 news posts</li>
</ol>
<pre class="brush: php; title: ; notranslate">
&amp;lt;?php get_header(); ?&amp;gt;	


&amp;lt;?php if ( wptouch_classic_is_custom_latest_posts_page() ) { ?&amp;gt;
	&amp;lt;?php wptouch_classic_custom_latest_posts_query(); ?&amp;gt;
	&amp;lt;?php locate_template( 'blog-loop.php', true ); ?&amp;gt;
	
	&amp;lt;?php } elseif (is_front_page() || is_home()) { ?&amp;gt;
			
		&amp;lt;div class=&amp;quot;&amp;lt;?php wptouch_post_classes(); ?&amp;gt; rounded-corners-8px&amp;quot;&amp;gt;	
		&amp;lt;h2&amp;gt;At the Engine 7 Firehouse&amp;lt;/h2&amp;gt;
&amp;lt;p&amp;gt;The elegant Kendall Hotel, located where Cambridge meets Boston, offers everything the weekend and business traveler could need, including a touch of history.&amp;lt;/p&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;div class=&amp;quot;&amp;lt;?php wptouch_post_classes(); ?&amp;gt; rounded-corners-8px&amp;quot;&amp;gt;	
&amp;lt;h2 align=&amp;quot;center&amp;quot; style=&amp;quot;margin: 0; padding: 0;&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;tel:866-566-1300&amp;quot; class=&amp;quot;big&amp;quot;&amp;gt;Call Us&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;div class=&amp;quot;&amp;lt;?php wptouch_post_classes(); ?&amp;gt; rounded-corners-8px&amp;quot;&amp;gt;	
&amp;lt;h2 align=&amp;quot;center&amp;quot; style=&amp;quot;margin: 0; padding: 0;&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;https://iqres04951.com:444/iqreservations/asp/Home.asp?VIEWAS=Mobile&amp;quot; class=&amp;quot;big&amp;quot;&amp;gt;Book Now&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;div class=&amp;quot;&amp;lt;?php wptouch_post_classes(); ?&amp;gt; rounded-corners-8px&amp;quot;&amp;gt;	
&amp;lt;h2 align=&amp;quot;center&amp;quot; style=&amp;quot;margin: 0; padding: 0;&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;https://maps.google.com/maps?q=The+Kendall+Hotel,+Main+Street,+Cambridge,+MA&amp;amp;hl=en&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=39.780156,107.138672&amp;amp;oq=kendall+hotel,+&amp;amp;hq=The+Kendall+Hotel,+Main+Street,+Cambridge,+MA&amp;amp;t=m&amp;amp;z=15/&amp;quot; target=&amp;quot;_blank&amp;quot; class=&amp;quot;big&amp;quot;&amp;gt;Map&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;
&amp;lt;/div&amp;gt;


&amp;lt;div style=&amp;quot;width: 100%; background-color: #fff;&amp;quot;&amp;gt;&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.tripadvisor.com/Hotel_Review-g60890-d258731-Reviews-Kendall_Hotel-Cambridge_Massachusetts.html&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://kendallhotel.com/wp-content/themes/kendall/images/tripadvisor.png&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;

&amp;lt;div class=&amp;quot;&amp;lt;?php wptouch_post_classes(); ?&amp;gt; rounded-corners-8px&amp;quot;&amp;gt;
&amp;lt;h2&amp;gt;News&amp;lt;/h2&amp;gt;
&amp;lt;ul&amp;gt;
&amp;lt;?php query_posts('showposts=5'); 
if (have_posts()) : 
while (have_posts()) : the_post();
		echo &amp;quot;&amp;lt;li&amp;gt;&amp;lt;a href='&amp;quot;;
	the_permalink(); 
		echo &amp;quot;' rel='bookmark' title='Read More'&amp;gt;&amp;quot;;
		the_title(); 
		echo &amp;quot;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;quot;;

endwhile;
endif;
echo &amp;quot;&amp;lt;/ul&amp;gt;&amp;quot;;
 ?&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;?php } else { ?&amp;gt;

	&amp;lt;?php if ( wptouch_have_posts() &amp;amp;&amp;amp; !is_front_page() ) { ?&amp;gt;
	
	

		&amp;lt;?php wptouch_the_post(); ?&amp;gt;
		&amp;lt;div class=&amp;quot;&amp;lt;?php wptouch_post_classes(); ?&amp;gt; page-title-area rounded-corners-8px&amp;quot;&amp;gt;

			&amp;lt;?php if ( classic_use_thumbnail_icons() &amp;amp;&amp;amp; classic_thumbs_on_pages() ) { ?&amp;gt;
				&amp;lt;?php locate_template( 'thumbnails.php', true ); ?&amp;gt;
			&amp;lt;?php } elseif ( wptouch_page_has_icon() ) { ?&amp;gt;
				&amp;lt;img src=&amp;quot;&amp;lt;?php wptouch_page_the_icon(); ?&amp;gt;&amp;quot; alt=&amp;quot;&amp;lt;?php the_title(); ?&amp;gt;-page-icon&amp;quot; /&amp;gt;
			&amp;lt;?php } ?&amp;gt;

			&amp;lt;h2 role=&amp;quot;heading&amp;quot;&amp;gt;&amp;lt;?php wptouch_the_title(); ?&amp;gt;&amp;lt;/h2&amp;gt;

			&amp;lt;?php wp_link_pages( __( 'Pages in the article:', 'wptouch-pro' ), '', 'number' ); ?&amp;gt;

		&amp;lt;/div&amp;gt;	
		
		&amp;lt;div class=&amp;quot;&amp;lt;?php wptouch_post_classes(); ?&amp;gt; rounded-corners-8px&amp;quot;&amp;gt;
			
			&amp;lt;div class=&amp;quot;&amp;lt;?php wptouch_content_classes(); ?&amp;gt;&amp;quot;&amp;gt;
				&amp;lt;?php wptouch_the_content(); ?&amp;gt;
			&amp;lt;/div&amp;gt;
			
					&amp;lt;?php wp_link_pages( 'before=&amp;lt;div class=&amp;quot;post-page-nav&amp;quot;&amp;gt;' . __( &amp;quot;Pages&amp;quot;, &amp;quot;wptouch-pro&amp;quot; ) . ':&amp;amp;after=&amp;lt;/div&amp;gt;&amp;amp;next_or_number=number&amp;amp;pagelink=page %&amp;amp;previouspagelink=&amp;amp;raquo;&amp;amp;nextpagelink=&amp;amp;laquo;' ); ?&amp;gt;          

		&amp;lt;/div&amp;gt;&amp;lt;!-- wptouch_posts_classes() --&amp;gt;

	&amp;lt;?php } ?&amp;gt;
	
	&amp;lt;?php if ( classic_show_comments_on_pages() ) { ?&amp;gt;
		&amp;lt;?php comments_template(); ?&amp;gt;
	&amp;lt;?php } ?&amp;gt;
&amp;lt;?php } ?&amp;gt;

&amp;lt;?php get_footer(); ?&amp;gt;
</pre>
<img src="http://feeds.feedburner.com/~r/lannendesigns/ADrT/~4/4UBwGk9UZSs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.lannendesigns.com/wptouch-pro-and-custom-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.lannendesigns.com/wptouch-pro-and-custom-home-page/</feedburner:origLink></item>
	</channel>
</rss>
