<?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>TV Advertising, Internet Advertising, Website Design, Search Engine Optimization SEO - Radio Advertising</title>
	<atom:link href="http://wilcoads.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wilcoads.com</link>
	<description>Innovative Solutions Since 1994</description>
	<lastBuildDate>Tue, 03 Apr 2012 01:49:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Mobilizing your site&#8230;</title>
		<link>http://wilcoads.com/2011/03/21/mobilizing-your-site/</link>
		<comments>http://wilcoads.com/2011/03/21/mobilizing-your-site/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 13:47:31 +0000</pubDate>
		<dc:creator>Wilco</dc:creator>
				<category><![CDATA[Tech Support and How to]]></category>
		<category><![CDATA[mobile website]]></category>
		<category><![CDATA[mobilize your website]]></category>

		<guid isPermaLink="false">http://wilcoads.com/?p=143</guid>
		<description><![CDATA[Well there are a couple of ways to do this that are pretty straight forward and easy. One is using the carrington mobile plugin in wordpress, but dang if you...]]></description>
			<content:encoded><![CDATA[<p>Well there are a couple of ways to do this that are pretty straight forward and easy.  One is using the carrington mobile plugin in wordpress, but dang if you install the plugin from wordpress you can&#8217;t or I can&#8217;t find the instructions to save my life, so therefore here are the installation instructions in brief so I will remember without pulling out my 40 year old (it is more precious that it used to be) hair! Disclaimer here: I didn&#8217;t write the Crowd Favorite and I don&#8217;t support it, be happy to write you one, tweak your version or something else, but that&#8217;d cost you, maybe not much, but probably not for free!  I just put this for my own selfish memory reasons&#8230;</p>
<blockquote><p>== Installation == <a href="/wp-content/uploads/READMEcarrinton.txt" target="_blank">(link to their readme.txt file)</a> or <a href="http://alexking.org/projects/wordpress/readme?project=wordpress-mobile-edition"  target="_blank">AlexKing</a></p>
<p>1. Drop the wp-mobile.php file in your wp-content/plugins directory<br />
2. Drop the carrington-mobile-(version #) directory in your wp-content/themes directory<br />
3. Click the &#8216;Activate&#8217; link for WordPress Mobile Edition on your Plugins page (in the WordPress admin interface)</p></blockquote>
<p>Below this I created my own mobile redirect which works like a champ, but it requires a whole lot of work in a different sort of way, yet allow complete or more complete control. The Mike Industries Mobilize Make Your Site Mobile-Friendly in Two Minutes, well I never got it to work and apparently it gets a lot of traffic and there is no support!</p>
<p>Below is the nifty code you need to insert at the very top of your index page or include it prior to any html or anything else on the page and you will need to set up the new mobile page you are sending them to.  usually make that page to be 320px wide max and set that in the meta as well as the body tags.</p>
<p style="padding-left: 30px;">something like this on the landing page mobile.php in the</p>
<p style="padding-left: 30px;">&lt;head&gt;</p>
<p style="padding-left: 30px;">&lt;meta content=&#8221;width=320, user-scalable=no&#8221; name=&#8221;mobileview&#8221;&gt;</p>
<p style="padding-left: 30px;">&lt;/head&gt;</p>
<p style="padding-left: 30px;">&lt;body&gt;</p>
<p style="padding-left: 30px;">&lt;div id=&#8221;mobile&#8221; style=&#8221;width:320px; border:#3F0079 thin solid;&#8221;&gt;</p>
<p style="padding-left: 30px;">your content goes here!</p>
<p style="padding-left: 30px;">&lt;/div&gt;</p>
<pre>
<blockquote>

&lt;?PHP

$mobile_browser = '0';

IF(PREG_MATCH('/(up.browser|up.link|mmp|symbian|smartphone|midp|wap|phone|iPhone|iPad)/i',
STRTOLOWER($_SERVER['HTTP_USER_AGENT']))){
$mobile_browser++;
}

IF((STRPOS(STRTOLOWER($_SERVER['HTTP_ACCEPT']),'application/vnd.wap.xhtml+xml')&gt;0) or
((ISSET($_SERVER['HTTP_X_WAP_PROFILE']) or ISSET($_SERVER['HTTP_PROFILE'])))){
$mobile_browser++;
}

$mobile_ua = STRTOLOWER(SUBSTR($_SERVER['HTTP_USER_AGENT'],0,4));
$mobile_agents = ARRAY(
'w3c ','acs-','alav','alca','amoi','audi','avan','benq','bird','blac',
'blaz','brew','cell','cldc','cmd-','dang','doco','eric','hipt','inno',
'ipaq','java','jigs','kddi','keji','leno','lg-c','lg-d','lg-g','lge-',
'maui','maxo','midp','mits','mmef','mobi','mot-','moto','mwbp','nec-',
'newt','noki','oper','palm','pana','pant','phil','play','port','prox',
'qwap','sage','sams','sany','sch-','sec-','send','seri','sgh-','shar',
'sie-','siem','smal','smar','sony','sph-','symb','t-mo','teli','tim-',
'tosh','tsm-','upg1','upsi','vk-v','voda','wap-','wapa','wapi','wapp',
'wapr','webc','winw','winw','xda','xda-','gecko','iPad','iPhone');

IF(IN_ARRAY($mobile_ua,$mobile_agents)){
$mobile_browser++;
}
IF (STRPOS(STRTOLOWER($_SERVER['ALL_HTTP']),'OperaMini')&gt;0) {
$mobile_browser++;
}
IF (STRPOS(STRTOLOWER($_SERVER['HTTP_USER_AGENT']),'windows')&gt;0) {
$mobile_browser=0;
}

IF($mobile_browser&gt;0){
// do something
header( '<strong><span style="background-color: #ffcc00;">Location: http://yourwebsite.com/mobile.php</span></strong>' ) ; //this is where you are sending them
} ELSE {
// do something else here if you want
}
?&gt;</blockquote>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://wilcoads.com/2011/03/21/mobilizing-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up email on your Mac, PC or Mobile Device</title>
		<link>http://wilcoads.com/2011/02/10/setting-up-email-on-your-mac-pc-or-mobile-device/</link>
		<comments>http://wilcoads.com/2011/02/10/setting-up-email-on-your-mac-pc-or-mobile-device/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 15:07:56 +0000</pubDate>
		<dc:creator>Wilco</dc:creator>
				<category><![CDATA[Tech Support and How to]]></category>
		<category><![CDATA[email settings for mac]]></category>
		<category><![CDATA[email settings outlook]]></category>
		<category><![CDATA[how to set up pop email]]></category>
		<category><![CDATA[mobile email]]></category>

		<guid isPermaLink="false">http://wilcoads.com/?p=137</guid>
		<description><![CDATA[These settings are directly from VxDomains.com and work with GoDaddy.com as well. See Setting up Your Email with IMAP or Setting up Your Email with POP for general instructions, or...]]></description>
			<content:encoded><![CDATA[<p><strong>These settings are directly from VxDomains.com and work with GoDaddy.com as well.</strong></p>
<p>See <a target="_blank" href="http://community.godaddy.com/help/4714" >Setting up Your Email with IMAP</a> or <a target="_blank" href="http://community.godaddy.com/help/4715" >Setting up Your Email with POP</a> for general instructions, or see below for specific client setup instructions.</p>
<p><strong>TIP:</strong> To ensure that a copy of your email messages is left on the server, you can <a target="_blank" href="http://community.godaddy.com/help/3960" >modify the settings</a> of your email client.</p>
<h3 title="bounce"><a target="_blank" href="http://community.godaddy.com/help/article/5231#bounce" >How do I Set Up Email with my PC?</a></h3>
<div>
<p>The following information provides instructions for setting up your email account with  popular PC email clients.</p>
<p>Setting up your POP or IMAP email address in:</p>
<ul>
<li> <a target="_blank" href="http://community.godaddy.com/help/2649" >Microsoft Outlook</a>. Set up your POP or IMAP email address in Microsoft Outlook in moments. To start, from the <strong>E-mail Accounts</strong> menu, select <strong>Tools</strong>.</li>
<li> <a target="_blank" href="http://community.godaddy.com/help/355" >MS Outlook Express</a>. Follow this tutorial for easy-setup instructions for Outlook Express. Start by selecting <strong>Accounts</strong> from the <strong>Tools</strong> menu.</li>
<li> <a target="_blank" href="http://community.godaddy.com/help/4878" >Mozilla Thunderbird</a>. Set up your POP or IMAP email address with Thunderbird in a couple of clicks. To get started select <strong>Account Settings</strong> from the <strong>Tools</strong> menu.</li>
</ul>
</div>
<h3 title="bounce"><a target="_blank" href="http://community.godaddy.com/help/article/5231#bounce" >How do I Set Up Email with my Mac?</a></h3>
<div>
<p>The following information provides instructions for setting up your email account with  popular Mac email clients.</p>
<p>Setting up your POP or IMAP email address in:</p>
<ul>
<li> <a target="_blank" href="http://community.godaddy.com/help/4874" >Apple Mail</a>. Setting up your POP or IMAP account with Apple Mail is a snap. Start by selecting <strong>Preferences</strong> from the mail menu.</li>
<li> <a target="_blank" href="http://community.godaddy.com/help/4873" >Microsoft Entourage</a>.  You can setup your POP or IMAP address with Microsoft Entourage. It  takes just a few minutes, so follow this link to learn how.</li>
<li> <a target="_blank" href="http://community.godaddy.com/help/4878" >Mozilla Thunderbird</a>. Set up your POP or IMAP email address with Thunderbird in a couple of clicks. To get started select <strong>Account Settings</strong> from the <strong>Tools</strong> menu.</li>
<li> <a target="_blank" href="http://community.godaddy.com/help/364" >Eudora</a>. Changing the dominant personality in your Eudora email client to work with our email is easy. In <strong>Eudora</strong>, from the <strong>Tools</strong> menu, click <strong>Personalities</strong>. Keep reading to get connected.</li>
</ul>
</div>
<h3 title="bounce"><a target="_blank" href="http://community.godaddy.com/help/article/5231#bounce" >How do I Set Up Email with my Mobile Phone or Device?</a></h3>
<div>
<p>The following information provides instructions for setting up your email account with  popular mobile phones or devices.</p>
<p>Setting up your POP or IMAP email address in:</p>
<ul>
<li> <a target="_blank" href="http://community.godaddy.com/help/4744" >Any Mobile Phone</a>.  Set up a POP or IMAP account quickly with your mobile device of choice.  To get started, create an account with your mobile phone.</li>
<li> <a target="_blank" href="http://community.godaddy.com/help/3423" >iPhone</a>.  Our help article makes setting up IMAP on your iPhone easier than ever.  NOTE: Once you setup your email on your iPhone, you can <a target="_blank" href="http://community.godaddy.com/help/4888" >Enable SSL</a>.</li>
<li> <a target="_blank" href="http://community.godaddy.com/help/305" >BlackBerry Smartphone</a>. Follow a few basic steps to start receiving email messages on your BlackBerry Smartphone.</li>
<li> <a target="_blank" href="http://community.godaddy.com/help/4717" >Hosted Exchange</a>. You can set up POP or IMAP for your Hosted Exchange Email. Launch Outlook 2007, and continue reading to learn more.</li>
<li> <a target="_blank" href="http://community.godaddy.com/help/4906" >Android</a>.  Quickly and easily set up your POP or IMAP address to work with your  Android Mobile Device. On your Android, from the Home screen, tap the  gray <strong>Application</strong> button.</li>
</ul>
<p><strong>TIP:</strong> Access your POP or IMAP mobile email through  mobilemail.secureserver.net or mobilemail.domainname.com, where  domainname is your domain name.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wilcoads.com/2011/02/10/setting-up-email-on-your-mac-pc-or-mobile-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Newest Adverting Medium!</title>
		<link>http://wilcoads.com/2011/02/08/the-newest-adverting-medium/</link>
		<comments>http://wilcoads.com/2011/02/08/the-newest-adverting-medium/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 23:48:22 +0000</pubDate>
		<dc:creator>Wilco</dc:creator>
				<category><![CDATA[Ad Worthy]]></category>

		<guid isPermaLink="false">http://wilcoads.com/?p=130</guid>
		<description><![CDATA[Say goodbye to those squiggly words or random letters you type to verify you are a human&#8230;two companies, Solve Media and NuCaptcha, are creating the ads, requiring users to type...]]></description>
			<content:encoded><![CDATA[<p>Say goodbye to those squiggly words or random letters you type to verify you are a human&#8230;two companies, Solve Media and NuCaptcha, are  creating the ads, requiring users to type in an ad&#8217;s slogan or sales  pitch, or watch a video advertisement before entering a word or phrase.</p>
<div id="attachment_131" class="wp-caption alignright" style="width: 310px"><a href="http://wilcoads.com/code/wp-content/uploads/2011/02/captcha.jpg" ><img class="size-medium wp-image-131 " title="captcha example" src="http://wilcoads.com/code/wp-content/uploads/2011/02/captcha-300x68.jpg" alt="captcha example" width="300" height="68" /></a><p class="wp-caption-text">This is an Example of CAPTCHA</p></div>
<p>Still wonder what the heck captcha is?  Here is an example&#8230;</p>
<p>The new ads first appeared online last fall. Solve Media&#8217;s clients include <a target="_blank" href="http://content.usatoday.com/topics/topic/Brands/Consumer+Products/Microsoft" title="More news, photos about Microsoft" >Microsoft</a>, <a target="_blank" href="http://content.usatoday.com/topics/topic/Organizations/Companies/Publishers,+Media,+Music/Universal+Studios" title="More news, photos about Universal Studios" >Universal Studios</a> and <a target="_blank" href="http://content.usatoday.com/topics/topic/Organizations/Companies/Manufacturing,+Construction/Toyota+Motor+Corporation" title="More news, photos about Toyota" >Toyota</a>, while NuCaptcha has created advertisements for <a target="_blank" href="http://content.usatoday.com/topics/topic/Culture/Video+Games/Publishers/Activision" title="More news, photos about Activision" >Activision</a> and Disney.</p>
<p>Hey how else can you guarantee a read of a slogan and then make sure the reader actually read it?  Well this seems pretty fool proof, I don&#8217;t get to login in unless I read and respond?!</p>
<p><a href="http://www.usatoday.com/tech/news/2011-02-08-newwebads08_ST_N.htm?csp=34money&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+UsatodaycomMoney-TopStories+%28Money+-+Top+Stories%29&amp;utm_content=Google+Feedfetcher"  target="_blank">Read more&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wilcoads.com/2011/02/08/the-newest-adverting-medium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Widget for your site</title>
		<link>http://wilcoads.com/2011/01/27/twitter-widget-for-your-site/</link>
		<comments>http://wilcoads.com/2011/01/27/twitter-widget-for-your-site/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 16:48:32 +0000</pubDate>
		<dc:creator>Wilco</dc:creator>
				<category><![CDATA[Tech Support and How to]]></category>

		<guid isPermaLink="false">http://wilcoads.com/?p=92</guid>
		<description><![CDATA[http://twitter.com/goodies/widget_search http://search.twitter.com/advanced http://search.twitter.com/operators &#8211; how to customize it and quick reference of twitter codes Operator Finds tweets&#8230; twitter search containing both &#8220;twitter&#8221; and &#8220;search&#8221;. This is the default operator. &#8220;happy...]]></description>
			<content:encoded><![CDATA[<ul>
<li><a target="_blank" href="http://twitter.com/goodies/widget_search" >http://twitter.com/goodies/widget_search </a></li>
<li><a href="http://search.twitter.com/advanced"  target="_blank">http://search.twitter.com/advanced</a></li>
<li><a href="http://search.twitter.com/operators"  target="_blank">http://search.twitter.com/operators</a> &#8211; how to customize it and quick reference of twitter codes</li>
</ul>
<table>
<tbody>
<tr>
<th>Operator</th>
<th>Finds tweets&#8230;</th>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=twitter+search" >twitter search</a></td>
<td>containing both &#8220;twitter&#8221; and &#8220;search&#8221;. This is the default operator.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=%22happy+hour%22" ><strong>&#8220;</strong>happy hour<strong>&#8220;</strong></a></td>
<td>containing the exact phrase &#8220;happy hour&#8221;.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=love+OR+hate" >love <strong>OR</strong> hate</a></td>
<td>containing either &#8220;love&#8221; or &#8220;hate&#8221; (or both).</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=beer+-root" >beer <strong>-</strong>root</a></td>
<td>containing &#8220;beer&#8221; but not &#8220;root&#8221;.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=%23haiku" ><strong>#</strong>haiku</a></td>
<td>containing the hashtag &#8220;haiku&#8221;.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=from%3Aalexiskold" ><strong>from:</strong>alexiskold</a></td>
<td>sent from person &#8220;alexiskold&#8221;.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=to%3Atechcrunch" ><strong>to:</strong>techcrunch</a></td>
<td>sent to person &#8220;techcrunch&#8221;.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=%40mashable" ><strong>@</strong>mashable</a></td>
<td>referencing person &#8220;mashable&#8221;.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=%22happy+hour%22+near%3A%22san+francisco%22" >&#8220;happy hour&#8221; <strong>near:</strong>&#8220;san francisco&#8221;</a></td>
<td>containing the exact phrase &#8220;happy hour&#8221; and sent near &#8220;san francisco&#8221;.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=near%3ANYC+within%3A15mi" ><strong>near:</strong>NYC <strong>within:</strong>15mi</a></td>
<td>sent within 15 miles of &#8220;NYC&#8221;.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=superhero+since%3A2011-01-26" >superhero <strong>since:</strong>2011-01-26</a></td>
<td>containing &#8220;superhero&#8221; and sent since date &#8220;2011-01-26&#8243; (year-month-day).</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=ftw+until%3A2011-01-26" >ftw <strong>until:</strong>2011-01-26</a></td>
<td>containing &#8220;ftw&#8221; and sent up to date &#8220;2011-01-26&#8243;.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=movie+-scary+%3A%29" >movie -scary <strong> <img src='http://wilcoads.com/code/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></a></td>
<td>containing &#8220;movie&#8221;, but not &#8220;scary&#8221;, and with a positive attitude.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=flight+%3A%28" >flight <strong> <img src='http://wilcoads.com/code/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </strong></a></td>
<td>containing &#8220;flight&#8221; and with a negative attitude.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=traffic+%3F" >traffic <strong>?</strong></a></td>
<td>containing &#8220;traffic&#8221; and asking a question.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=hilarious+filter%3Alinks" >hilarious <strong>filter:links</strong></a></td>
<td>containing &#8220;hilarious&#8221; and linking to URLs.</td>
</tr>
<tr>
<td><a target="_blank" href="http://search.twitter.com/search?q=news+source%3Atwitterfeed" >news <strong>source:twitterfeed</strong></a></td>
<td>containing &#8220;news&#8221; and entered via TwitterFeed</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://wilcoads.com/2011/01/27/twitter-widget-for-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“the New Site”!</title>
		<link>http://wilcoads.com/2011/01/13/the-new-site/</link>
		<comments>http://wilcoads.com/2011/01/13/the-new-site/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 23:07:19 +0000</pubDate>
		<dc:creator>Wilco</dc:creator>
				<category><![CDATA[Exclude from Home Page]]></category>
		<category><![CDATA[Wilco]]></category>

		<guid isPermaLink="false">http://wilcoads.com/code/?p=57</guid>
		<description><![CDATA[Well today we released our new site!  It&#8217;s up, it works, and we are trying to get our content up to date!  Hang with us, we&#8217;ll be there pretty quick,...]]></description>
			<content:encoded><![CDATA[<p>Well today we released our new site!  It&#8217;s up, it works, and we are trying to get our content up to date!  Hang with us, we&#8217;ll be there pretty quick, right now we&#8217;re busy working for you&#8230;so we can pay for this new site.</p>
]]></content:encoded>
			<wfw:commentRss>http://wilcoads.com/2011/01/13/the-new-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure Internet e-mail accounts in Outlook 2007</title>
		<link>http://wilcoads.com/2011/01/13/how-to-configure-internet-e-mail-accounts-in-outlook-2007/</link>
		<comments>http://wilcoads.com/2011/01/13/how-to-configure-internet-e-mail-accounts-in-outlook-2007/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 21:06:01 +0000</pubDate>
		<dc:creator>Wilco</dc:creator>
				<category><![CDATA[Tech Support and How to]]></category>
		<category><![CDATA[outlook pop settings]]></category>

		<guid isPermaLink="false">http://wilcoads.com/code/?p=4</guid>
		<description><![CDATA[Below are instructions on how to set up a pop account in Outlook 2007.  Click on the link to view instruction. Here are some other links that go over the...]]></description>
			<content:encoded><![CDATA[<div id="attachment_26" class="wp-caption alignleft" style="width: 185px"><a href="http://wilcoads.com/code/wp-content/uploads/2011/01/outlook2007.jpg" ><img class="size-full wp-image-26 " title="Outlook 2007" src="http://wilcoads.com/code/wp-content/uploads/2011/01/outlook2007.jpg" alt="Outlook 2007" width="175" height="169" /></a><p class="wp-caption-text">Outlook 2007</p></div>
<p>Below are instructions on how to set up a pop account in Outlook 2007.  Click on the link to view instruction.</p>
<p>Here are some other links that go over the same stuff:</p>
<div style="padding-left: 20px;">
<p>These and many more instructions on VxDomain.com <a href="http://help.godaddy.com/article/2649"  target="_blank">How to setup mail in Outlook ALL versions</a></p>
<p><a href="http://support.microsoft.com/kb/287532"  target="_blank">Microsoft site</a></p>
</div>
<div id="expansion" style="clear: both;">
<li>In the <strong>Outgoing mail server (SMTP)</strong> box, type the name of the outgoing e-mail server.    Type the server name in lowercase letters. The name may be in the form  of &#8220;mail.contoso.com.&#8221; Or, the name may be  in the form of an IP  address, such as 172.12.0.0.</li>
<li>If you clicked <strong>HTTP</strong> in the <strong>Account Type</strong> box, follow these steps:
<ol>
<li>In the <strong>HTTP Service Provider</strong> box,  click the appropriate service provider for this account. For example, click one of the following:
<ul>
<li>Hotmail</li>
<li>MSN</li>
<li>Other</li>
</ul>
</li>
<li>If you clicked <strong>Other</strong> in the <strong>HTTP Service Provider</strong> box, type the URL to the mailbox in the <strong>Server URL</strong> box.</li>
</ol>
</li>
<li>Under Logon Information, follow these steps:
<ol>
<li>In the <strong>User Name</strong> box, type your user name. The user name is usually the part of your e-mail address to the left of the at sign (@).</li>
<li>In the <strong>Password</strong> box, type the  password that your ISP provided.</li>
<li>If you want  Outlook to remember your e-mail account password, click to select the <strong>Remember password</strong> check box.</li>
</ol>
</li>
<li> If your ISP requires it, click to select the <strong>Require logon using Secure Password Authentication (SPA)</strong> check box to  log on by  using Secure Password Authentication.</li>
<li>Click <strong>Test Account Settings</strong>.  This feature calls a dialog box that displays, in a step-by-step  manner, each phase of the testing of the configuration that you entered.  When you click <strong>Test Account Settings</strong>, the following process occurs:
<ul>
<li>The connectivity of the system to the Internet is confirmed.</li>
<li>You are logged on to the SMTP server.</li>
<li>You are logged on to the POP3 server.</li>
<li>It is determined whether the POP3 server must be logged on to first. If it is required, Outlook automatically sets the <strong>Log on to incoming mail server before sending mail</strong> option.</li>
<li>A test message is sent. This message explains any changes that Outlook made to the initial setup.</li>
</ul>
</li>
<li>If you want to modify your e-mail account any more, click <strong>More Settings</strong> to open the <strong>Internet E-mail Settings</strong> dialog box.</li>
<li>Click <strong>Next</strong>, and then click <strong>Finish</strong>.</li>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wilcoads.com/2011/01/13/how-to-configure-internet-e-mail-accounts-in-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Only giving links to subscribers</title>
		<link>http://wilcoads.com/2011/01/13/only-giving-links-to-subscribers/</link>
		<comments>http://wilcoads.com/2011/01/13/only-giving-links-to-subscribers/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 18:08:53 +0000</pubDate>
		<dc:creator>Wilco</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://wilcoads.com/code/?p=16</guid>
		<description><![CDATA[I had a client ask me if they could lock people out of certain pages unless they were a subscriber so it came to me today&#8230;a solution.  If they are...]]></description>
			<content:encoded><![CDATA[<p><a href="http://wilcoads.com/code/wp-content/uploads/2011/01/ghostbuster.png" ><img class="alignleft size-thumbnail wp-image-42" title="Authorized Users Only" src="http://wilcoads.com/code/wp-content/uploads/2011/01/ghostbuster-150x150.png" alt="Authorized Users Only" width="76" height="76" /></a>I had a client ask me if they could lock people out of certain pages unless they were a subscriber so it came to me today&#8230;a solution.  If they are a subscriber to the blog and a feed you don&#8217;t give them access to the page unless they are logged in.  They can log in unless they are subscribed.</p>
<p>The issue is they have user subscribed to several different blogs, hosted as separate blogs, so the trick is to see if we can consolidate</p>
<ul>
<li>users</li>
<li>blogs</li>
</ul>
<p>yet keep them as appearing seperate in the sense of if I end up at site 1 I may and may not care about site 2, 3, 4, etc.  so they have to exist together yet seperate.  The beauty of this is you get a wide swath or foot print on the web, so the web loves you or should I say google gives you some love for content.  You are getting :</p>
<ul>
<li>constant &#8216;fresh&#8217; content somewhere on your site,</li>
<li> you have links to the other sites</li>
<li>your site is seen as a &#8216;big site&#8217;</li>
<li>and your other sites are seen as separate (I always mispell sep-a-rate, thank goodness for spell check) if you set up your domains correctly and they will help you in your cross links</li>
</ul>
<p>Now the trick is:</p>
<ul>
<li> getting all the posts together that are currently spread out,</li>
<li>get the users subscribed one place (factoring in they are using a email marketing service that has nothing to do with the blog or the site i.e. 3rd party)</li>
</ul>
<p>I will update as to how it works.</p>
<p>some fun reading I will use&#8230; <a href="http://codex.wordpress.org/Function_Reference/get_userdata"  target="_blank">get user data function</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wilcoads.com/2011/01/13/only-giving-links-to-subscribers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wilco Advertising a Full Service Ad Agency</title>
		<link>http://wilcoads.com/1994/01/01/wilco-advertising-a-full-service-ad-agency/</link>
		<comments>http://wilcoads.com/1994/01/01/wilco-advertising-a-full-service-ad-agency/#comments</comments>
		<pubDate>Sat, 01 Jan 1994 18:00:04 +0000</pubDate>
		<dc:creator>Wilco</dc:creator>
				<category><![CDATA[Ad Worthy]]></category>

		<guid isPermaLink="false">http://wilcoads.com/code/?p=45</guid>
		<description><![CDATA[Wilco Advertising is located in Southlake, Texas and we have been using innovation and results driven solutions to bring value to our clients throughout the United States since 1994. We...]]></description>
			<content:encoded><![CDATA[<p>Wilco Advertising is  located   in Southlake, Texas and  we have been using innovation and    results driven solutions to bring  value to our clients throughout the    United States since 1994. We are currently updating our site so if you  would like more information contact us via <a href="mailto:inquiry@wilcoads.com?subject=Advertising%20Information">email</a> or on our <a href="/about">contact page</a>.</p>
<p>If you want to expand your audience &amp; your market  let us show you how!</p>
<div id="experience2">
<h3>We Specialize in the following areas:</h3>
<ul>
<li><a href="/about">Television &amp; Radio</a> &#8211; we can  provide you with a turnkey solution for Television &amp; Radio; Production, Direction, Editing, &amp; Spot Placement.</li>
<li><a href="/about">Truckside &amp; Specialty Advertising</a> &#8211; we were one of the first companies to introduce and pioneer truck-side advertising back in 2000 &amp; 2001.</li>
<li><a href="/about">Web Design &amp; Search Engine Optimization + eCommerce</a> &#8211; our  clients are consistently in the top 3-5 organic results for their  keywords. We build functional websites that allow you to manage your own  content or we can manage it for you. <a href="/portfolio">View Portfolio</a></li>
<li><a href="/about">Specility Advertising </a>- We  also handle marketing in print, video, radio, TV, Internet, direct  mail, specialty &amp; accessories or clothing as well as  mobile ads or  outdoor.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wilcoads.com/1994/01/01/wilco-advertising-a-full-service-ad-agency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

