<?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>Team First Responders</title>
	<atom:link href="http://teamfirstresponders.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://teamfirstresponders.us</link>
	<description></description>
	<lastBuildDate>Wed, 02 Mar 2011 15:30:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How to use Formmail</title>
		<link>http://teamfirstresponders.us/hosting/how-to-use-formmail/</link>
		<comments>http://teamfirstresponders.us/hosting/how-to-use-formmail/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 20:32:10 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://teamfirstresponders.us/?p=889</guid>
		<description><![CDATA[As my first blog post, I thought I would write a little about something that we get asked about a lot here. Formmail is a great tool to make your contact form automatically send you an email when someone submits their information. The first thing you will want to do is to download formmail. You [...]]]></description>
			<content:encoded><![CDATA[<p>As my first blog post, I thought I would write a little about something that we get asked about a lot here. Formmail is a great tool to make your contact form automatically send you an email when someone submits their information.</p>
<p>The first thing you will want to do is to download formmail. You can get it Here: <a href="http://www.tectite.com/dlformmail.php">http://www.tectite.com/dlformmail.php</a> . Now it gives you a few files, including formmail.php, and sampleform.html. If you already have a form you only need part of the sample form. The part of that file you will need to drop into your own form is<span id="more-889"></span> “   &lt;!&#8211; STEP 1: Put the full URL to formmail.php on your website in the &#8216;action&#8217; value. &#8211;&gt;</p>
<p>&lt;form method=&#8221;post&#8221; action=&#8221;http://www.your-host-name.com/formmail.php&#8221; name=&#8221;SampleForm&#8221;&gt;</p>
<p>&lt;input type=&#8221;hidden&#8221; name=&#8221;env_report&#8221; value=&#8221;REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER&#8221; /&gt;</p>
<p>&lt;!&#8211; STEP 2: Put your email address in the &#8216;recipients&#8217; value.</p>
<p>Note that you also have to allow this email address in the</p>
<p>$TARGET_EMAIL setting within formmail.php!</p>
<p>&#8211;&gt;</p>
<p>&lt;input type=&#8221;hidden&#8221; name=&#8221;recipients&#8221; value=&#8221;you@your-host-name.com&#8221; /&gt;</p>
<p>&lt;!&#8211; STEP 3: Specify required fields in the &#8216;required&#8217; value &#8211; or leave unchanged.</p>
<p>NOTE: DO NOT put your email address and name here.</p>
<p>&#8220;Your email address&#8221; and &#8220;Your name&#8221; are error messages for your users to see,</p>
<p>not placeholders for you to replace.</p>
<p>&#8211;&gt;</p>
<p>&lt;input type=&#8221;hidden&#8221; name=&#8221;required&#8221; value=&#8221;EmailAddr:Your email address,FullName:Your name&#8221; /&gt;</p>
<p>&lt;!&#8211; STEP 4: Put your subject line in the &#8216;subject&#8217; value. &#8211;&gt;</p>
<p>&lt;input type=&#8221;hidden&#8221; name=&#8221;subject&#8221; value=&#8221;Sample FormMail Testing&#8221; /&gt;”</p>
<p>You can edit this according to where you want it sent and how you like it formatted. You will change the “post action”, the “recipients” value, the “required” value and the “subject” value accordingly. Next, you will go to the formmail.php file and change the “target_email” value by replacing “yourhost” with your domain. For example where it says “$TARGET_EMAIL = array(EMAIL_NAME.&#8221;@yourhost\.com$&#8221;);”</p>
<p>My formmail.php would say “$TARGET_EMAIL = array(EMAIL_NAME.&#8221;@chrisrees\.com$&#8221;);”</p>
<p>The only thing you have left to do is set your php envelope sender. Depending on the control panel you are on you will either set this in a .htaccess file or in a php.ini file.</p>
<p>If you are on most Windows server, you will use the .htaccess file and add “&#8221;AddHandler application/x-httpd-php .html</p>
<p>php_value sendmail_from <a href="mailto:webmaster@your-domain.com">webmaster@your-domain.com</a>&#8221; of course editing it to be specific of your domain.</p>
<p>On most Linux servers, you will set it in the php.ini file where you have the line  sendmail_path = /usr/sbin/sendmail -t -i <a href="mailto:-fpostmaster@yourdomain.com">-fpostmaster@yourdomain.com</a> editing it accordingly again to your domain.</p>
<p>Once this is all done, the next step is to test it out. Go to your form fill it out and see if you receive the email. I hope this helps some people, as it is something that I have found to be helpful because we get a lot of questions about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://teamfirstresponders.us/hosting/how-to-use-formmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick walkthrough using our Billing system</title>
		<link>http://teamfirstresponders.us/how-tos/quick-walkthrough-using-our-billing-system/</link>
		<comments>http://teamfirstresponders.us/how-tos/quick-walkthrough-using-our-billing-system/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 18:02:46 +0000</pubDate>
		<dc:creator>Robert Graham</dc:creator>
				<category><![CDATA[How-To's]]></category>

		<guid isPermaLink="false">http://teamfirstresponders.us/?p=891</guid>
		<description><![CDATA[We&#8217;ve just came out with an awesome tool that helps keep your account current. Our new credit card scrubber will auto update your new card expiration date in case you forget. Unfortunately it is not able to modify every credit card, and I&#8217;ve noticed that our billing panel can be tough to navigate. This short [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just came out with an awesome tool that helps keep your account current.  Our new credit card scrubber will auto update your new card expiration date in case you forget.  Unfortunately it is not able to modify every credit card, and I&#8217;ve noticed that our billing panel can be tough to navigate.  This short tutorial should make changing your payment method a breeze.</p>
<p>As always you can change anything within your account by going to<span id="more-891"></span> http://manage.ixwebhosting.com</p>
<p>Once you log into your hosting account you will see a list of categories on the far left hand side of your page.  You&#8217;ll want to start out by clicking &#8220;Billing Info&#8221;</p>
<p><a href="http://teamfirstresponders.us/wp-content/uploads/2011/02/billing-profile-button.png"><img class="alignleft size-full wp-image-892" src="http://teamfirstresponders.us/wp-content/uploads/2011/02/billing-profile-button.png" alt="" width="169" height="111" /></a></p>
<p>Okay,  so this next part is a bit tricky.  The next link you want to click is &#8220;Billing Profiles&#8221;  and not &#8220;By Billing Profiles&#8221; the two will give you completely different options.  Once you click &#8220;Billing Profiles&#8221; the next thing you should see is &#8220;Edit Settings&#8221; <a href="http://teamfirstresponders.us/wp-content/uploads/2011/02/edit-settings.png"><img class="alignright size-medium wp-image-893" src="http://teamfirstresponders.us/wp-content/uploads/2011/02/edit-settings-300x78.png" alt="" width="300" height="78" /></a></p>
<p>Clicking editing settings allows you to make any change to your billing information but today were showing you how to update your credit card on file.<a href="http://teamfirstresponders.us/wp-content/uploads/2011/02/options2.png"><img class="aligncenter size-medium wp-image-898" src="http://teamfirstresponders.us/wp-content/uploads/2011/02/options2-300x109.png" alt="" width="300" height="109" /></a></p>
<p>Clicking &#8220;modify credit card information&#8221; will allow you to change the card type, and credit card number that will be charged on your account.   Once you finish updating your information you&#8217;ll want to click &#8220;Apply Selected changes&#8221; followed by a confirm on the next page.</p>
<p>Hopefully this saves you a headache if your having trouble navigating through our billing panel!</p>
]]></content:encoded>
			<wfw:commentRss>http://teamfirstresponders.us/how-tos/quick-walkthrough-using-our-billing-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Top 10 WordPress Plugins</title>
		<link>http://teamfirstresponders.us/wordpress/my-top-10-wordpress-plugins/</link>
		<comments>http://teamfirstresponders.us/wordpress/my-top-10-wordpress-plugins/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 21:02:51 +0000</pubDate>
		<dc:creator>Christian Adams</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://teamfirstresponders.us/?p=850</guid>
		<description><![CDATA[WordPress is becoming and ever increasingly popular blog and content management platform to make website development and deployment much easier for beginners and experts alike. I have been using WordPress since I moved over from using Joomla in 2006. Since then I have collected a bunch of different plugins that I feel are great from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://teamfirstresponders.us/wp-content/uploads/2011/02/wordpress-plugin.jpg"><img class="alignleft size-medium wp-image-882" src="http://teamfirstresponders.us/wp-content/uploads/2011/02/wordpress-plugin-300x117.jpg" alt="" width="300" height="117" /></a>WordPress is becoming and ever increasingly popular blog and content management platform to make website development and deployment much easier for beginners and experts alike.  I have been using WordPress since I moved over from using Joomla in 2006.  Since then I have collected a bunch of different plugins that I feel are great from cross purpose implementation, so without further ado:</p>
<p><strong>All in One SEO Pack</strong><br />
There are a lot of ways for your website to get seen and while WordPress has become the most popular platform for small business owners to create great content they need all the help they can get.  The All in One SEO Pack is a way to help level the playing field<span id="more-850"></span> a little.  In combination with keyword suggestion tools this plugin helps create site wide and post specific keywords that help search engines zero in on content that can lead to networking opportunities and potential leads/sales conversions.   With more than 7,331,902 downloads and counting this plugin is a absolute must in any online marketing effort no matter what size your business.<br />
<a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">http://wordpress.org/extend/plugins/all-in-one-seo-pack</a></p>
<p><strong>cformsII</strong><br />
Cforms is a great plugin for creating all kinds of different forms for potential customers looking to get more information about a product or service you are selling.  It comes with some generic templates that are easily adaptable to any WordPress theme or the option to experiment with the built in Cascading Style Sheet (CSS) wizard to manipulate the look of the form for the site.  Some of my favorite features is that you can clone your forms without having to start from scratch, start and stop dates if you are running a marketing campaign, built-in CAPTCHA security questions to keep the bots at bay, and much more.  I would say that this plugin is just as feature rich as any of the popular commercial email opt-in/newsletters out there.<br />
<a href="http://www.deliciousdays.com/cforms-plugin/">http://www.deliciousdays.com/cforms-plugin</a></p>
<p><strong>Digg Digg</strong><br />
If you want your content to be seen by members of your tribe another great tool is Digg Digg.  Digg Digg makes it easy for your viewers to share your content via popular social media networks like Twitter and Facebook with others in their tribe.  This is one of the reasons the leading internet marketing magazine, Mashable, became so popular at the beginning of the new media revolution.  They realized the power of shareability and combined with great content, how to make it go viral.  I recommend Digg Digg for anybody looking to extend the reach of people seeing of their content.<br />
<a href="http://www.mkyong.com/blog/digg-digg-wordpress-plugin/">http://www.mkyong.com/blog/digg-digg-wordpress-plugin</a></p>
<p><strong>Google XML Sitemaps</strong><br />
This is probably the least visible of the plugins on my list, but probably one of the most important when getting your website indexed properly by Google or other search engines.  Once you have gotten your WordPress website setup the way you like it an can focus on creating good content signup for a Google webmaster tools account and submit the link of your XML sitemap and it will help Google and other search engines you submit to correctly crawl your website thus increasing page ranking in combination with your organic SEO efforts and social network sharing.  When you add this to your Google Webmasters tools it takes a couple days for the site to get indexed, but once it does it spits our a lot of helpful information on improving your page rankings with other analytic dashboard reporting like Google Analytics.<br />
<a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator</a></p>
<p><strong>LinkWithin</strong><br />
I am horrible with figuring out how to set up a related posts with another WordPress plugin called, Yet Another Related Post Plugin and someday I may revisit it, but for now LinkWithin is a great plugin for bloggers to give the reader thumbnailed pictures and post titles at the top or bottom of a blog post.  This plugin helps combat the a content producer&#8217;s biggest challenge and that is to keep the attention of the viewer because these days eyeballs have a lot of different choices and if you can get past the average 7 sec. attention span with quality copy and video then you lower the bounce rate from a unique visitors first visit to your website.<br />
<a href="http://www.linkwithin.com/learn">http://www.linkwithin.com/learn</a></p>
<p><strong>Quick Cache</strong><br />
In the words of Keanu Reeves in his countless action movies, &#8220;Waoooh.&#8221;  Speed was good, but when they took it on the water and jumped the shark it was over.  Good thing Quick Cache hasn&#8217;t gone down that same path.  Viewers like fast websites because we have become a society of instant satisfaction and shouldn&#8217;t have to wait for a website to load.  What most people don&#8217;t know is that while it maybe seen as a single issue there are a lot of factors that go into making a website slow or fast.  Besides internet connections, speed of the web and database servers, shared, virtual, or cloud, etc. Quick Cache takes a real-time snapshot ( building a cache ) of every Page, Post, Category, Link, etc. These snapshots are then stored ( cached ) intuitively, so they can be referenced later, in order to save all of that processing time that has been dragging your site down which ultimately leads to lost revenue.<br />
<a href="http://www.primothemes.com/post/product/quick-cache-plugin-for-wordpress/">http://www.primothemes.com/post/product/quick-cache-plugin-for-wordpress/</a></p>
<p><strong>SEO Slugs</strong><br />
SEO Slugs is a simple plugin, but it helps get rid of common words like &#8220;what&#8221;, &#8220;you&#8221; or &#8220;can&#8221; out of your post slug to make it more search engine friendly.  It is a simple yet effective plugin, but a must have for any SEO arsenal.<br />
<a href="http://wordpress.org/extend/plugins/seo-slugs/">http://wordpress.org/extend/plugins/seo-slugs</a></p>
<p><strong>WPtouch</strong><br />
If a blog needed at least 25 pieces of flair this plugin would probably be #1 on the list.  For me it is a guilty please because I am a fan of making things mobile from a graphic usability perspective.  WPtouch essentially turns your WordPress blog into a mobile application so it is easier to navigate your website from a smartphone or tablet device.  Once again this like the other plugins I have mentioned above WPtouch literally touches on efficiency from the end users point of view.  This extends viewership, time spent on the website, and sharebility.<br />
<a href="https://www.bravenewcode.com/store/plugins/wptouch-pro/">https://www.bravenewcode.com/store/plugins/wptouch-pro</a></p>
<p><strong>WordPress.com Stats</strong><br />
While Google Analytics is probably the best analytics tool for evaluating the traffic to your website the plugins for WordPress are a little lacking when it comes to integrating the results in the WordPress dashboard.  WordPress.com Stats does a great job of having an integrated reporting heads up display (HUD) of top referrers, pages visited, and my favorite, search engine terms that people used to find your website.  This helps give you some insight on what you are doing right and areas of content creation and SEO and Social Media Marketing you can do better.<br />
<a href="http://wordpress.org/extend/plugins/stats">http://wordpress.org/extend/plugins/stats</a></p>
<p><strong>Updraft &#8211; Backup/Restore</strong><br />
Working at a web hosting company every once and awhile I will get a customer upset that we only provide a 2 copies of their websites on a two week cycle.  My response to them is that on current hardware their is limitations with regards to space and that we are moving to an environment where we can take daily snapshots.  However, even with that being said in any hosting companies terms of service it is not their responsibility to make backups of your website.  I would call it more of a courtesy service.  No matter how much we love technology it is never perfect and it never will be.  That is why it is important to be the Boy Scout and &#8220;Be Prepared.&#8221;  I am guilty of the same sacrilege when it comes to not backing up my local computer let alone my website server and like most people it is due to time.  Updraft &#8211; WP Backup/Restore helps eliminate some of that headache no matter what hosting company you are with.  It runs a backup of your WordPress web content (uploads, themes, plugins) and WordPress database of all your entries and custom configurations.  The really cool thing is you can backup to an Amazon S3 account if you have one, another offsite FTP account, emailed to you, or the traditional method of a directory within your webserver structure.  *Note- The only downside to this plugin is that it currently doesn&#8217;t have an automatic scheduler for deleting older backups and with limitations on a shared hosting service you can reach your file size limit quickly.  You can either FTP in and manually delete them or create a cron job to do that.  Hopefully, the developers of this great plugin are working on something to make this a feature in the future.<br />
<a href="http://langui.sh/updraft-wp-backup-restore">http://langui.sh/updraft-wp-backup-restore</a></p>
<p>In any event, I run a lot of different websites using WordPress and no matter who the target audience is or what the format of the website these plugins are the ones that I find I use the most often.  Don&#8217;t feel that you have to use these because it comes down to personal preference and I find myself mixing and matching as each website requires different functionality.  The best thing you can do is try them out for yourself on a subdomain development version of your current or soon to be WordPress website so you can experiment and then later port your customizations to your live site.  I hope this helps and as always, Happy Developing.</p>
]]></content:encoded>
			<wfw:commentRss>http://teamfirstresponders.us/wordpress/my-top-10-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Filezilla</title>
		<link>http://teamfirstresponders.us/how-tos/using-filezilla/</link>
		<comments>http://teamfirstresponders.us/how-tos/using-filezilla/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 19:22:41 +0000</pubDate>
		<dc:creator>Kyle Griffin</dc:creator>
				<category><![CDATA[How-To's]]></category>

		<guid isPermaLink="false">http://teamfirstresponders.us/?p=853</guid>
		<description><![CDATA[FTP can be used to do almost anything on your site, from editing the remote files to uploading new files.  The only question is, how the heck do you use it?  If you&#8217;re asking yourself that question, you&#8217;re in luck!  In this article I&#8217;ll walk you through how to use a great free FTP tool [...]]]></description>
			<content:encoded><![CDATA[<p>FTP can be used to do almost anything on your site, from editing the remote files to uploading new files.  The only question is, how the heck do you use it?  If you&#8217;re asking yourself that question, you&#8217;re in luck!  In this article I&#8217;ll walk you through how to use a great free FTP tool out there, Filezilla.  Come with me on this journey, we&#8217;ll laugh, we&#8217;ll cry, we&#8217;ll upload things, download things, and make great connections&#8230; to the server.<span id="more-853"></span></p>
<p>So, first thing we need is the actual FTP program.  This can be obtained at <a href="http://filezilla-project.org/" target="_blank">the Filezilla homepage</a>.  When there, you will want to download the Filezilla Client, as shown in this screen shot: <a href="http://teamfirstresponders.us/wp-content/uploads/2011/02/ScreenShot017.gif"><img class="aligncenter size-medium wp-image-854" src="http://teamfirstresponders.us/wp-content/uploads/2011/02/ScreenShot017-300x110.gif" alt="Filezilla Client" width="300" height="110" /></a></p>
<p style="text-align: left;">Once the client is downloaded and installed, open it up, and you will have a few divided windows within the Filezilla program.  The first one we want to go to is at the very top: <a href="http://teamfirstresponders.us/wp-content/uploads/2011/02/ScreenShot020.gif"><img class="aligncenter size-full wp-image-856" src="http://teamfirstresponders.us/wp-content/uploads/2011/02/ScreenShot020.gif" alt="FTP Connection" width="557" height="27" /></a>For the FTP host you can use multiple things, the easiest usually being your domain name.  The username and password should have been given to you with your hosting account, which I&#8217;m sure if you don&#8217;t remember these, you can get help from your hosting provider.  After these are all entered, click on the Quickconnect button and you should be wisped away to your FTP server.</p>
<p style="text-align: left;">
<p style="text-align: left;">So now that you&#8217;re connected, the bottom of your screen should look like this: <a href="http://teamfirstresponders.us/wp-content/uploads/2011/02/ScreenShot021.gif"><img class="aligncenter size-large wp-image-862" src="http://teamfirstresponders.us/wp-content/uploads/2011/02/ScreenShot021-1024x406.gif" alt="FTP Interface" width="563" height="223" /></a>So as you can see on the above picture, you have 3 panes that really matter, your local files (your computer), your remote files (the server), and the files queued to be transferred.  Now that you&#8217;re looking at this screen, you can upload by just dragging things from your computer side to the server.  To download, just drag things from the server side to your computer&#8217;s side.  To edit a file that&#8217;s currently on the server, just right click it and select &#8220;View/Edit&#8221;.  You&#8217;ll find there are a lot more features to Filezilla, and if you want some more advanced instructions, feel free to check out their documentation <a href="http://wiki.filezilla-project.org/Documentation" target="_blank">here</a>.</p>
<p style="text-align: left;">
<p style="text-align: left;">I hope this helps to get started with FTP and helps to manage your site better!  Be sure to check out all of our other tutorials on this site and stay tuned for some more awesomeness!</p>
]]></content:encoded>
			<wfw:commentRss>http://teamfirstresponders.us/how-tos/using-filezilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stay in control of YOUR domain!</title>
		<link>http://teamfirstresponders.us/hosting/stay-in-control-of-your-domain/</link>
		<comments>http://teamfirstresponders.us/hosting/stay-in-control-of-your-domain/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 14:09:32 +0000</pubDate>
		<dc:creator>Robert Graham</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://teamfirstresponders.us/?p=832</guid>
		<description><![CDATA[Nobody wants to be bothered by unwanted solicitation, Spam emails, or your personal information posted all over the internet. We may not offer private domain registration but we do allow you to fully edit what information is provided to the &#8220;Who is&#8221; database. Now I&#8217;m sure you want to know how to do this right [...]]]></description>
			<content:encoded><![CDATA[<p>Nobody wants to be bothered by unwanted solicitation, Spam emails, or your personal information posted all over the internet.  We may not offer private domain registration but we do allow you to fully edit what information is provided to the &#8220;Who is&#8221; database.<br />
Now I&#8217;m sure you want to know how to do this right away, follow along below and you shouldn&#8217;t have any problems customizing your whois information, and if you do feel free to email me or give me a ring.</p>
<p>Once you login to your hosting account you will see a list of links under &#8220;My Products&#8221; underneath you will find the link for &#8220;Domain Products,&#8221; <span id="more-832"></span>click to take you to the list of the domain registrations you have with us.  <a href="http://teamfirstresponders.us/wp-content/uploads/2011/01/Screen-shot-2011-01-31-at-9.37.53-PM.png"><img class="alignright size-full wp-image-833" src="http://teamfirstresponders.us/wp-content/uploads/2011/01/Screen-shot-2011-01-31-at-9.37.53-PM.png" alt="" width="157" height="145" /></a></p>
<p><a href="http://teamfirstresponders.us/wp-content/uploads/2011/01/Screen-shot-2011-01-31-at-9.59.03-PM.png"><img class="alignleft size-medium wp-image-835" src="http://teamfirstresponders.us/wp-content/uploads/2011/01/Screen-shot-2011-01-31-at-9.59.03-PM-300x50.png" alt="" width="300" height="50" /></a></p>
<p>Click &#8220;Manage&#8221; on the domain who&#8217;s whois information you wish to edit.   Scroll down the page and you will see a box with a plus sign for &#8220;Modify Domain Registration Contact Information,&#8221; click the plus and Sweetness your IN to start modifying your whois info.</p>
<p><a href="http://teamfirstresponders.us/wp-content/uploads/2011/01/Screen-shot-2011-01-31-at-10.01.05-PM.png"><img class="alignleft size-medium wp-image-838" src="http://teamfirstresponders.us/wp-content/uploads/2011/01/Screen-shot-2011-01-31-at-10.01.05-PM-300x228.png" alt="" width="300" height="228" /></a></p>
<p>You may fill in the fields how ever you would like,  my only suggestion would be to create an email address just for your whois information in case you receive any wanted emails from someone attempting to contact you through your whois information.  Once finished click the box for &#8220;Update all contacts with this information,&#8221; scroll down to&#8221;Modify Contacts&#8221; and your all set!</p>
]]></content:encoded>
			<wfw:commentRss>http://teamfirstresponders.us/hosting/stay-in-control-of-your-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.525 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-03-17 06:17:59 -->
