<?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>Fun Monger &#187; Tech Tutorials</title>
	<atom:link href="http://funmonger.com/category/tech-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://funmonger.com</link>
	<description></description>
	<lastBuildDate>Sat, 09 Jul 2011 14:05:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a Website &#8211; Avoid Business Overwhelm (Part 2)</title>
		<link>http://funmonger.com/create-a-website/</link>
		<comments>http://funmonger.com/create-a-website/#comments</comments>
		<pubDate>Fri, 14 May 2010 23:40:02 +0000</pubDate>
		<dc:creator>Denise</dc:creator>
				<category><![CDATA[Tech Tutorials]]></category>

		<guid isPermaLink="false">http://funmonger.com/?p=221</guid>
		<description><![CDATA[[This is the second article in a series on the most commonly used tools to build the infrastructure of your online business.]
The cornerstone of most online businesses is their website. You&#8217;ll need a good domain name, and then we&#8217;ll talk about how to create a simple, effective website without a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>[This is the second article in a series on the most commonly used tools to build the infrastructure of your online business.]</p>
<p>The cornerstone of most online businesses is their website. You&#8217;ll need a good <a href="http://www.webopedia.com/TERM/D/domain_name.html">domain name</a>, and then we&#8217;ll talk about how to create a simple, effective website without a computer engineering degree, and without spending thousands of dollars.</p>
<p><a href="http://funmonger.com/wp-content/uploads/2010/05/webconstruct.jpg"><img class="alignleft size-full wp-image-254" style="margin-left: 15px; margin-right: 15px;" title="Web Constructioin" src="http://funmonger.com/wp-content/uploads/2010/05/webconstruct.jpg" alt="Web Construction" width="200" height="147" /></a></p>
<p><strong>DOMAIN NAME</strong></p>
<p>First, you need a domain name.  Choosing a domain name can be quite complex and there are many things to think about, but for our purposes we&#8217;re sticking with the basics.  The marketers that I respect the most recommend that you either find a clear,  descriptive name such as billthebarber.com  or find something that is totally nondescript so you can use it for anything &#8212; like <a href="http://www.razoo.com">razoo.com</a>.  But of course you can use anything you like, if it&#8217;s available.  Just don&#8217;t use any symbols or numbers like  me2you.com.  People get confused by that when they go to find you on the web.</p>
<p>Many web host providers now include a free domain name registration with a hosting account, so it&#8217;s not necessary to register your domain name with a separate company.  To search for a domain name, you can use <a href="http://godaddy.com">GoDaddy.com</a>, or any other domain name service.  Just don&#8217;t pay more than about $10/year for a .com name .  Search for coupons for GoDaddy, as they frequently have discounts available.  Don&#8217;t get carried away buying .net and .org and .tv domain names unless you understand what they&#8217;re for and how to use them.  Do yourself a big favor;  if the name you want isn&#8217;t available, don&#8217;t give up and buy a .net name &#8212; no one will remember that it&#8217;s yourcompany.<strong>net</strong> and you&#8217;ll be sending traffic to the person who owns yourcompany.<strong>com</strong>.   Oh!  And don&#8217;t forget to buy common misspellings of your domain name if you think people might accidentally use alternate names.  If your name is Gillian, register gillian.com and jillian.com if you can get them. It&#8217;s cheap insurance that will keep someone from putting up a porn site under jillian.com and embarrassing you to death.</p>
<p><strong>WEBSITE HOST PROVIDER</strong></p>
<p>Once you have your domain, it&#8217;s time to choose a home for your new website.  That would be the <a href="http://en.wikipedia.org/wiki/Web_hosting_service">host provider</a>. In a nutshell, that&#8217;s a big bank of computers with lots of computer geeks watching over them 24 hours a day.  This topic deserves a rant all by itself.  What you want is a large provider that has the people power and computer power to provide you with dependable computers to store your files, excellent free domestic customer service 24 hours a day.  (I love other cultures, but not at 2am when I just blew up my website &#8212;  sorry, but I want to speak to a native English speaker.)  And the price for 90% of the people who are putting up their first website should NOT be more than $10/month.  But don&#8217;t use GoDaddy because it&#8217;s the same place you registered your domain name.  Use someone like<a href="&quot;http://www.hostmonster.com/track/probizpartners"> Host Monster </a>(this is an affiliate link because I am a big fan) where you should pay a fair price, get exceptionally good customer service, and always have your website functional.</p>
<p>how you will build your new website.  There are gazillions of solutions.  Some are free and  others cost thousands of dollars.  Trust me &#8212; you don&#8217;t need to spend thousands of dollars.  Unless you plan to become Amazon.com within a few months, a simple <a href="http://wordpress.org">WordPress</a> site will give you more capabilities than you will ever need.</p>
<p><strong>WEBSITE PLATFORM &#8211; CUSTOM OR PREBUILT CODE</strong></p>
<p><strong>Why Wordpress?</strong><br />
Wordpress (<a href="http://wordpress.org/">Wordpress.org</a>, not Wordpress.com) has evolved from a free blogging platform to a full-fledged, albeit relatively simple,<a href="http://en.wikipedia.org/wiki/Web_content_management_system"> Content Management System (CMS)</a>. What that means for you, as a business owner, is that if you have the time and are willing to roll up your sleeves, you can save significant money by setting up your own website. Yep, I said website. Wordpress has evolved to the point that you can use it to create a more traditional looking website, or you can use it for a blogsite. Even better, it&#8217;s free.</p>
<p><strong>Why a blog platform instead of conventional HTML /  PHP, etc.?</strong></p>
<p>Lots &#8216;o reasons.</p>
<ol>
<li>Free.  Download <a href="http://http//en.wikipedia.org/wiki/Web_content_management_system">Wordpress</a> and install it as many times as you want &#8212; no charge.</li>
<li>Easy.  You can easily create or change pages in your site without having a webmaster.  No more waiting for someone else to have the time to help you. You feel like changing your website at 2am?  Go for it.</li>
<li>Search Engines LOVE blogs.  Search engines love content. Not pretty pictures, not how much money you throw at them &#8212; just content. So if you&#8217;re always updating your content, and you make the content relevant (if it&#8217;s a soccer site, are you talking about soccer?) then blogs have an instant advantage &#8212; IF you write regularly (don&#8217;t look at me, I&#8217;ve been busy).  This is the trickiest part for every business owner &#8211; write regularly and you&#8217;ll be well on your way.</li>
<li>No additional software needed.  By that I mean that you don&#8217;t have to buy tools like website building software like Dreamweaver, or use a free HTML tool, or an FTP program or anything like that.  But more importantly you don&#8217;t have to spend the time to learn them.</li>
<li>WordPress has a gargantuan (is that a word?) user community, so you may not have a telephone number for support, but you can usually find help online with almost anything WordPress related.</li>
<li>WordPress has a huge  (gargantuan?) developer community &#8212; which is a very big deal for those of us who want to try something different from time to time.  Want to put video on your site?  There&#8217;s a plugin for that. Want to have a membership site?  There&#8217;s a plugin for that.  For almost anything you can imagine, someone has built a tool that plugs right in to WordPress and you&#8217;re off to the races.  Most of those plugins are free or very low cost.</li>
<li>There are lots of &#8220;<a href="http://codex.wordpress.org/Using_Themes#What_is_a_Theme.3F">themes</a>&#8221; available for WordPress so you can probably find a look that you like, upload your own photo (or a stock photo that you choose &#8212; try <a href="http://www.fotolia.com/websignup">Fotolia</a> or <a href="http://istockphoto.com/"> iStock </a>) and you have a custom-looking site without having to hire a designer.  Think of a theme as a skin.  It&#8217;s an overlay that makes WordPress look pretty.  And if you&#8217;re really savvy you may even want to buy <a href="http://diythemes.com/">Thesis</a>, which is a wildly popular theme that is highly customizable and has great built in editing tools that make your life really easy.</li>
<li>And if you don&#8217;t want to do it yourself, there are plenty of good WordPress developers out there.  Just don&#8217;t let them build a custom theme &#8212; that can be a sink hole of frustration when you want to upgrade or they no longer work with you.  Stick with the basics for now. You can get fancy when you&#8217;re a gazillionaire.</li>
</ol>
<p>Stay Tuned for Installment 3&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://funmonger.com/create-a-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Business Overwhelm &#8211; The 3 Magic Keys to Online Business Failure</title>
		<link>http://funmonger.com/business-overwhelm/</link>
		<comments>http://funmonger.com/business-overwhelm/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 21:35:45 +0000</pubDate>
		<dc:creator>Denise</dc:creator>
				<category><![CDATA[Business Rules!]]></category>
		<category><![CDATA[Tech Tutorials]]></category>

		<guid isPermaLink="false">http://funmonger.com/?p=216</guid>
		<description><![CDATA[Hmmm&#8230; I bet that got your attention, huh?  Well, don&#8217;t worry, I&#8217;m not really going to tell you how to fail in online business. I&#8217;m going to show you just the opposite &#8212; the specific tools that you need to succeed in online business &#8212; how to create a business [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://funmonger.com/wp-content/uploads/2010/04/chelo.jpg"><img class="alignleft size-full wp-image-226" style="margin-left: 15px; margin-right: 15px;" title="Oh NO!" src="http://funmonger.com/wp-content/uploads/2010/04/chelo.jpg" alt="Oh No!" width="250" height="195" /></a>Hmmm&#8230; I bet that got your attention, huh?  Well, don&#8217;t worry, I&#8217;m not really going to tell you how to fail in online business. I&#8217;m going to show you just the opposite &#8212; the specific tools that you need to succeed in online business &#8212; how to create a business that is fun and that won&#8217;t drive you to drink (Ok, as a wine lover I have to take that one back &#8212; go ahead and have a glass of wine. Or two.)</p>
<p>New online business owners often fall into the money (and time) pit of too many choices; which <a href="http://en.wikipedia.org/wiki/Web_2.0">web platform </a>should I use, what <a href="http://en.wikipedia.org/wiki/E-mail_marketing">email marketing software</a>, which <a href="http://www.umsl.edu/~siegelj/Course5890/definitions.html">ecommerce solution</a>, and on and on til you just want to curl up in the corner and cry.</p>
<p>It&#8217;s overwhelming &#8211; so much so that the verb &#8220;overwhelm&#8221; has been morphed into a noun.  If you do a search on &#8220;business overwhelm&#8221; (but don&#8217;t &#8211; you don&#8217;t need more distractions) you&#8217;ll find dozens of entries.   Do you really want to focus on the negative?  You want to use a new word designed to scare you?  I wonder if there&#8217;s a pill for that?  Sorry, I digress.  Anyway,  at the risk of over-simplifying,  let&#8217;s over-simplify.  I&#8217;ll walk you through the specific tools that you need to build an online business, and then show you how to put them together. This will take more than one article, so stick with me.</p>
<p><strong>Fun Monger Disclaimer:  </strong>The tools and setup I&#8217;m about to share with you have provided the foundation for thousands of online businesses. But we&#8217;re not talking about a business that has enormous inventory, like <a href="http://amazon.com">Amazon</a>, or brick and mortar stores (although it certainly has been used for smaller stores). Let me be clear &#8211; there are TONS of options for building your online business, but we&#8217;re going to cut to the chase &#8212; you need answers, not more options. </p>
<p><strong>First, the big picture:</strong></p>
<ul>
<li>If you are going to do this yourself, that&#8217;s great &#8211; you can do it! But don&#8217;t kid yourself, it will take time and patience, but shouldn&#8217;t take very much money.</li>
<li>If you have the resources and don&#8217;t want to do it yourself, that&#8217;s great too &#8211; just read the next sentence carefully: <strong>Would you hire a plumber to fix your car? </strong>I hope not.  So don&#8217;t hire just any web developer to build your online business. Find a technical person who has specific experience in building an online business;  all aspects of it, and someone who uses tools that are widely used.  A programmer is NOT a programer is NOT a programmer.  Trust me on this one. I&#8217;ve worked with literally hundreds of programmers and you need someone that understands this unique world.  You need someone who knows that simple is best, and who understands that you want, and need, to maintain control.</li>
</ul>
<h3>Standard tools</h3>
<ol>
<li><strong>Website</strong> &#8211;  WordPress blogging platform is being widely used as a Content Management System.  What that means is that you have the best of both worlds &#8212; you can have a &#8220;regular&#8221; website, and you can have a blog, and they are all part of the same system.  I&#8217;ll go into detail about this in an upcoming article.  It&#8217;s free and easy to install.  You can download it at <a href="http://wordpress.org">Wordpress.org</a>  Don&#8217;t mix this up with Wordpress.com &#8211; they are the same company, but you want the self-installed version, <a href="http://wordpress.org">Wordpress.org</a>.</li>
<li><strong>Email Marketing</strong> &#8212; The three most widely used systems are <a href="http://aweber.com">aWeber</a>, <a href="http://constantcontact.com">Constant Contact</a>, and <a href="http://1shoppingcart.com">1 Shopping Cart.</a>  There is also Mail Chimp which is becoming more popular, but as of this writing I&#8217;m not a fan, as it simply doesn&#8217;t have the tools and ease of use of the other options, but don&#8217;t listen to me &#8211; check it out for yourself.  Important considerations when you are choosing:
<ul>
<li>Do you plan to sell services or products via your website?  If you are, then <a href="http://1shoppingcart.com">1 Shopping Cart </a>should be at the top of your list.  No, it&#8217;s not perfect, and there are other options out there, but 1SC is widely used and there is a large pool of experienced people who can help you. 1SC can provide your email marketing and ecommerce in one solution, and most significantly, it means that you have one <a href="http://en.wikipedia.org/wiki/Database">database</a>, that can be separated into multiple groups.  That&#8217;s BIG.  Just try managing 2 or 3 different databases and trying to keep everything in synch. Then imagine trying to send out an email campaign only to realize that the list you really want to send to is in a different place.  Been there, done that, no fun.</li>
<li>If you have no intention of processing sales through your website, and all you need to do is send emails, then go for aWeber or Constant Contact.  But if sales are only a few months away, go for the lower priced 1SC option.  It will save you time and money in the long run.</li>
</ul>
</li>
<li><strong>Project Management</strong> &#8212; This one is easily overlooked and is really important.  With the right tool you can <a href="http://en.wikipedia.org/wiki/Project_management">keep projects organized</a>, have a task list that can be checked off to show progress, store important files online so that you (or your team) can access them easily, provide a calendar, keep an Operations Manual, create databases, etc.  I wish I&#8217;d gotten one sooner.  The two that I see people use regularly are <a href="http://basecamphq.com">Basecamp</a> and <a href="http://centraldesktop.com">Central Desktop</a>.  My strong preference is for Central Desktop, which has a free version and is very powerful.  You can use all the bells and whistles, or just keep it simple.  Basecamp is more, well, basic, and although I have worked with it, I find it rather limited.</li>
<li><strong>Free Telephone Conference Service</strong> &#8212; This is a bit of a muddy area, because different services have different gotchas.  <a href="http://freeconference.com">FreeConference.com </a>is widely used because they seem to work better with cell phones and VoIP (Voice over internet &#8211; like Skype and Vonage).  The gotcha is that when you record calls they only keep the recording for 30 days.  No exceptions, no backups, no grace period.  So you hiccup once and you&#8217;ve lost a valuable recording.   Oh, and to record a call you must schedule it in advance, which can be a little annoying.  Another service that is widely used is <a href="http://freeconferencing.com">FreeConferencing.com </a>.  It has nice web interface controls, allows you to do things like see who is on the call, let people &#8220;raise their hand&#8221; to ask questions, etc.  But it doesn&#8217;t play well with cell phones or <a href="http://en.wikipedia.org/wiki/Voice_over_Internet_Protocol">VoIP </a>phones.  A killer in my book because many of my friends and clients don&#8217;t even have a land line anymore.  There is a guide <a href="http://funmonger.com/learn">here</a> that provides more information.</li>
<li><strong><a href="http://en.wikipedia.org/wiki/Web_analytics">Metrics</a></strong> &#8212; This one is so easy to overlook, and it is so important.  Setup a free account on <a href="http://www.google.com/analytics/">Google Analytics </a>and go through the simple tutorials, then put the tracking code on your new website.  But don&#8217;t forget about it.  Create a simple spreadsheet and check your numbers in Google Analytics and in your email marketing service about once a month.  Check the <a href="http://funmonger.com/learn">Learning Center</a> for a template.  1SC provides shopping cart and email metrics as well.  Don&#8217;t get too crazy with this, it&#8217;s just good to keep an eye on things and see what works and what doesn&#8217;t.  Never forget that numbers are a tool, not a substitute for creating a memorable customer experience.</li>
<li><strong>Backup &#8211;</strong> Way too many new business owners learn this one the hard way.  I recommend 2 backup systems at all times &#8212; one online, something like <a href="http://carbonite.com/">Carbonite</a> (their stellar reputation has been a little tarnished lately, so do your homework before contracting with them) and then a physical, external hard drive that uses a good backup software like <a href="http://www.acronis.com/homecomputing/products/trueimage/">Acronis</a>.  Don&#8217;t forget to backup your email files!</li>
</ol>
<p>These are the tools that are the big players in online business.  Yes, of course there are other options, but a significant advantage of these tools is that there is a big pool of people who understand the tools and the processes that work together to create a strong online business.  When you&#8217;re new, or trying to get re-organized, having the tools that a lot of people know means you can easily get help when you need it.  Take some time to visit the various websites for the different systems, and feel free to post questions here.</p>
]]></content:encoded>
			<wfw:commentRss>http://funmonger.com/business-overwhelm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Setup a Teleseminar</title>
		<link>http://funmonger.com/how-to-setup-a-teleseminar-2/</link>
		<comments>http://funmonger.com/how-to-setup-a-teleseminar-2/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 00:31:50 +0000</pubDate>
		<dc:creator>Denise</dc:creator>
				<category><![CDATA[Tech Tutorials]]></category>

		<guid isPermaLink="false">http://funmonger.com/?p=49</guid>
		<description><![CDATA[
I  got a call from a potential client today;  &#8220;Can you tell me how to  do a teleseminar?&#8221;  I had to stop for a second and think.  It is  sooooooo easy to forget that nobody is  born with the knowledge of how to do these things.  So [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://funmonger.com/how-to-setup-a-teleseminar-2/" title="Permanent link to How to Setup a Teleseminar"><img class="post_image alignright" src="http://funmonger.com/wp-content/uploads/2010/02/phone_orange_0000050564331.jpg" width="425" height="282" alt="Telephone" /></a>
</p><p>I  got a call from a potential client today;  &#8220;Can you tell me how to  do a teleseminar?&#8221;  I had to stop for a second and think.  It is  sooooooo easy to forget that nobody is  born with the knowledge of how to do these things.  So it&#8217;s as good &#8216;a  time as any to write this stuff down and share it.  Don&#8217;t forget the  disclaimer &#8212; there are always multiple ways to do things &#8212; this is  just a basic setup.</p>
<p><strong>How to Setup Your First Teleseminar</strong></p>
<p><strong>What you need first:</strong></p>
<ol>
<li>De Plan.  What are you going to share with people?  Who is your  audience? How will you get them to come to your teleseminar?  Free? Not?  If it&#8217;s free, what is the purpose? Are you just giving something away,  or is this a tickler for selling another product?  If so, is the product  ready? How much does it cost?  Will you give some special offer?  Make  it a good offer, and make it limited (first 10 people, until midnight  Friday, etc.)</li>
<li>Website (or blogsite where you can add pages) and the ability to  create your signup page (you or someone you hire).</li>
<li>Email marketing service where you can store user email addresses   (Mail Chimp is free, aWeber, Constant Contact, and 1Shoppingcart are  some other popular options).</li>
<li>Good content for the class and for your signup page &#8212; write it  yourself or get help.</li>
<li>A teleconferencing account set up with a service that will allow you  to record (there are tons &#8212; check out freeconferencing.com,  freeconference.com, etc.) If you intend to turn the recording into a  product later, or if the recording is especially important for some  other purpose, I recommend that you get an additional service, such as  Audio Acrobat to record the call.  So you&#8217;ll have 2 recordings, just in  case.</li>
</ol>
<p><strong>OK, tools in place?  Now here&#8217;s the flow:</strong></p>
<ol>
<li>Setup a list in your email marketing service, with a unique name for  just this teleseminar.  Include the date in the name.  I like to start  with the date, so that things sort out nicely and they&#8217;re easy to find.   Example:  020910_FreeCall_SnowShoveling    Topic: How to Shovel Snow  Without Getting All Wet</li>
<li>Create the web page.  There are volumes of sites where you can find  information on how to create your web copy.  My advice &#8212; find one that  you like, and be a copycat.  Don&#8217;t copy word for word, but copy the  method.</li>
<li>Go back to your email marketing program and generate the HTML code  that will be the form on your website where people can signup for this  fabulous call.  Then put the code into your new web page.  The mail  service that you use should have a tutorial for how to generate the HTML  code and then just copy and paste it into your web page.</li>
<li>If your teleconference service requires that you schedule the calls  in advance, go do that.  Make a note of the call-in number and access  code.</li>
<li>Now back to your email marketing program  (can I call that the EMP?   just kidding&#8230;.)  and create an autoresponder message.  This is the  note that people will receive via email when they signup.  It should  contain some thank-you language, a little bit about the content of the  teleseminar, and the call-in instructions.  *IMPORTANT!  Some  teleconference services don&#8217;t play well with Voice Over Internet (VoIP )  services (like Skype or Vonage) or cell phones.  If this is the case,  let people know, in this email, that it&#8217;s best if they call in with a  land line.</li>
<li>Create a custom thank-you page.  After someone signs up where will  they be directed?  Will they get an ugly default thank you note from the  email marketing program? Or will you take the time and effort to make a  pretty one for them?  After you create it, be sure to make a note of  the complete path name where that file is, and then go into your email  marketing program and in the setup for your autoresponder list, there  should be a place where you can replace that default (ugly)  thank-you  page link with your beautiful thank-you page link.</li>
<li>Prepare for the call:</li>
</ol>
<ul>
<li>Test, test, test, and practice, practice, practice!  Be sure  everything works as planned, and that you know exactly how to start the  call, how to mute / unmute, record, etc.</li>
<li>Be on the line early and be ready! Understand how the conference  controls work, and don&#8217;t forget to start the recording!  Have a plan for  muting all callers if you run into noise issues.  Have a plan for  allowing questions.  Practice before you leap!</li>
<li>If you plan to make a special offer of a product, be sure the  product is set up in your shopping cart system, and be sure that you  have created a sales page for that product.  At the end of the call  you&#8217;ll give people the link for this sales page.  You want to be sure  they can buy what you&#8217;re selling!</li>
</ul>
<p>That&#8217;s an overview.  Check out the document under the <a href="http://funmonger.com/helpful-stuff/">Helpful Stuff</a> page to get a picture of it.   Sometimes a picture is way more helpful  than long explanations.  Got any additional tips to share?  We&#8217;re all  ears!</p>
]]></content:encoded>
			<wfw:commentRss>http://funmonger.com/how-to-setup-a-teleseminar-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

