<?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>Tech Town - Wayne State University Research and Technology Park</title>
	<atom:link href="http://techtownwsu.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtownwsu.org</link>
	<description>Where Minds and Means Connect</description>
	<lastBuildDate>Wed, 25 Jan 2012 22:09:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://techtownwsu.org/?pushpress=hub'/>
		<item>
		<title>Open House, Feb. 7</title>
		<link>http://techtownwsu.org/open-house-feb-7/</link>
		<comments>http://techtownwsu.org/open-house-feb-7/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:58:09 +0000</pubDate>
		<dc:creator>allison</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://techtownwsu.org/?p=5104</guid>
		<description><![CDATA[Got an idea? Curious about how TechTown can help you? Drop into our open house and have a look around. The open house features tours of the facility, a chat with our entrepreneur of the month and discussions with staff about how we support entrepreneurs. Join us February 7!]]></description>
			<content:encoded><![CDATA[	<SCRIPT>
        function echeck(str) {
            var at="@"
            var dot="."
            var lat=str.indexOf(at)
            var lstr=str.length
            var ldot=str.indexOf(dot)
            if (str.indexOf(at)==-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at,(lat+1))!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot,(lat+2))==-1){
                alert("Invalid E-mail ID")
                return false
            }
                
            if (str.indexOf(" ")!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        return true					
        }
    
        function validateForm(form) { 
    
            if (form.fname.value == "") { alert("Please enter your first name."); 
                form.fname.focus( ); 
                return false; 
             }
            if (form.lname.value == "") { alert("Please enter your last name."); 
                form.lname.focus( ); 
                return false; 
            }
            
            if ((form.email.value==null)||(form.email.value=="")){
                alert("Please Enter your Email address")
                form.email.focus()
                return false
            }
            if (echeck(form.email.value)==false){
                form.email.value=""
                form.email.focus()
                return false
            }
        
            if (form.email.value == "") { alert("Please enter your email address."); 
                form.email.focus( ); 
                return false; 
            }
        
            if (form.phone.value == "") { alert("Please enter your phone number."); 
                form.phone.focus( ); 
                return false; 
            }
            if (form.address.value == "") { alert("Please enter your address."); 
                form.address.focus( ); 
                return false; 
            }
            if (form.city.value == "") { alert("Please enter your city."); 

                form.city.focus( ); 
                return false; 
            }   
            if (form.state.value == "") { alert("Please enter your state."); 
                form.state.focus( ); 
                return false; 
            }
            if (form.zip.value == "") { alert("Please enter your zip code."); 
                form.zip.focus( ); 
                return false; 
            }
           
            function trim(s) {
                if (s) {
                return s.replace(/^\s*|\s*$/g,"");
            }
        return null;
        }
    
        //alert("your trying to submit");
            var inputs = $A(form.getElementsByTagName("input"));
            var msg = "";
            var radioChecks = $H();
            inputs.each( function(e) {
                var value = e.value ? trim(e.value) : null;
                if (e.type == "text" && e.title && !value && e.className == "r") {
                    msg += "\n " + e.title;
                }
                if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
                    var name = e.name;
                    if (e.type == "checkbox") name = name.substr(0, name.lastIndexOf("-"));
                    if (e.checked == false && ((!radioChecks[name]) || (radioChecks[name] && radioChecks[name] != 1))) {
                        radioChecks[name] = e;
                    } else {
                        radioChecks[name] = 1;
                    }
                }
            });
            radioChecks.each( function(e) {
                if (typeof(e) == "object" && e.value != 1) {
                    msg += "\n " + e.value.title;
                }
            });
            if (msg.length > 0) {
                msg = "The following fields need to be completed before you can submit.\n\n" + msg;
                alert(msg);
                return false;
            }
            return true;     
       
        }
  var RecaptchaOptions = {
   theme : 'white',
   lang : 'en'
};
</SCRIPT>

  <form method="post" action="http://techtownwsu.org/?page_id=570" onSubmit="return validateForm(this)">
        <h3 align="left">Open House</h3>
    <p align="left"><strong>Start Date:</strong> Feb 07, 2012</p> 
<p align="left"><strong>Start Time:</strong> 		5:00 p.m.</p> <p align="left"><strong>End Time:</strong> 7:00 p.m.</p>                <input type="hidden"name="start_time_id" value="282">
                    
    <p align="left">
Free Event<input type="hidden" name="payment" value="free event">    <p align="left"><strong>Description:</strong><br /><p></p>
Got an idea? Curious about how TechTown can help you? 
<p></p>
Drop into our monthly open house and have a look around our thriving entrepreneurial community. 
<p></p>
The open house features: 
<ul>
<li>Tours of the facility </li>
<li>A chat with our entrepreneur of the month </li>
<li>Discussions with staff about how we support entrepreneurs</li>
</ul> 
<strong>The program begins promptly at 5:15 p.m.</strong> 
<p></p>
We hope you&#039;ll stop in and join us! Register online below. 
<p></p></p>
        <p align="left"><strong>First Name:<br />
      <input tabIndex="1" maxLength="40" size="47" name="fname">
      </strong></p>
    <p align="left"><strong>Last Name:<br />
      <input tabIndex="2" maxLength="40" size="47" name="lname">
      </strong></p>
    <p align="left"><strong>Email:<br />
      <input tabIndex="3" maxLength="100" size="47" name="email">
      </strong></p>
    <p align="left"><strong>Phone:<br />
      <input tabIndex="4" maxLength="20" size="25" name="phone">
      </strong></p>
    <p align="left"><strong>Address/Street/Number:<br />
      <input tabIndex="5" maxLength="100" size="49" name="address">
      </strong></p>
    <p align="left"><strong>City/Town/Village:<br />
      <input tabIndex="6" maxLength="100" size="35" name="city">
      </strong></p>
    <p align="left"><strong>State/County/Province:</strong><br />
      <input tabIndex="7" maxLength="100" size="35" name="state">
      </p>
    <p align="left"><strong>Zip/Postal Code:<br />
      <input tabIndex="8" maxLength="10" size="15" name="zip">
      </strong></p>
		

	  <p align="left"><strong>Additional attendees?</strong>
		<select name="num_people" style="width:70px;margin-top:4px">
        
		   <option value="1">0</option>
        
		   <option value="2">1</option>
        
		   <option value="3">2</option>
        
		   <option value="4">3</option>
		  </select><br />
The # of people who will be attending IN ADDITION TO yourself.		</p>
		
					<input type="hidden" name="regevent_action" value="post_attendee">
			<input type="hidden" name="event_id" value="66">
			
            <p align="left"><strong>Anti-Spam Measure: Please enter the following phrase</strong>
        <script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR"></script>

	<noscript>
  		<iframe src="http://api.recaptcha.net/noscript?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR" height="300" width="500" frameborder="0"></iframe><br/>
  		<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
  		<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
	</noscript></p>
            
            <p align="left" style="font-size:20px;">
			  <input  style="font-size:20px;" type="submit" name="Submit" value="Submit"><br />
              </p>
			  
			  </form>
		  <div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechtownwsu.org%2Fopen-house-feb-7%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Ftechtownwsu.org_2Fopen-house-feb-7_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechtownwsu.org%2Fopen-house-feb-7%2F&amp;source=techtowndetroit&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>

]]></content:encoded>
			<wfw:commentRss>http://techtownwsu.org/open-house-feb-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Annual Collaboration for Entrepreneurship, Jan. 31</title>
		<link>http://techtownwsu.org/annual-collaboration-for-entrepreneurship-jan-31-2/</link>
		<comments>http://techtownwsu.org/annual-collaboration-for-entrepreneurship-jan-31-2/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:40:28 +0000</pubDate>
		<dc:creator>allison</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Home Page]]></category>

		<guid isPermaLink="false">http://techtownwsu.org/?p=5093</guid>
		<description><![CDATA[Have a great idea but don’t know how to make it come alive? The Annual Collaboration for Entrepreneurship '12 will host some of the best, most educated speakers in the Midwest. Tickets are just $12 through January 29; purchase online!]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechtownwsu.org%2Fannual-collaboration-for-entrepreneurship-jan-31-2%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Ftechtownwsu.org_2Fannual-collaboration-for-entrepreneurship-jan-31-2_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechtownwsu.org%2Fannual-collaboration-for-entrepreneurship-jan-31-2%2F&amp;source=techtowndetroit&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div id="region-content-content">
<div id="block-system-main">
<div>
<div>
<div>
<div>
<div>
<div>
<p>Have a great idea but don’t know how to make it come alive? The Annual Collaboration for Entrepreneurship &#8216;12 will host  some of the best, most educated speakers in the Midwest.</p>
<p>Date:<strong> January 31, 2012<br />
</strong>Time:<strong> 2 — 9  p.m.<br />
</strong>Location:<strong> Skyline High School in Ann Arbor</strong></p>
<p>ACE is the place where Great Lakes  region entrepreneurs gather to network, learn and connect. Each year at ACE, attendees join an exciting, forward-thinking community of innovators, entrepreneurs  and business leaders – people like you — who have the vision and drive to build  new ventures for a new future.</p>
<p>Each year&#8217;s ACE event, along with the year-long activities of its supporting  organizations, is helping to make the Great Lakes region a better place to start  and grow a business. Join hundreds of attendees as they take advantage of  learning and networking opportunities with fellow entrepreneurs, funding sources  and entrepreneurial resources at this year’s ACE.</p>
<p>This year the ACE &#8216;12 programming will feature &#8220;Ask the Expert: Consultants Corridor Appointments&#8221; from 2:30-5:30pm. Get there early to have your questions answered!</p>
<p>Join us at Skyline High School in Ann Arbor for ACE ‘12!</p>
<p><strong><a href="http://www.ace-event.org/register" target="_self" onclick="pageTracker._trackPageview('/outgoing/www.ace-event.org/register?referer=');">Register here</a>.</strong></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://techtownwsu.org/annual-collaboration-for-entrepreneurship-jan-31-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manufacturing Matches Made in Michigan</title>
		<link>http://techtownwsu.org/manufacturing-matches-made-in-michigan/</link>
		<comments>http://techtownwsu.org/manufacturing-matches-made-in-michigan/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 21:24:41 +0000</pubDate>
		<dc:creator>allison</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Home Page]]></category>

		<guid isPermaLink="false">http://techtownwsu.org/?p=5086</guid>
		<description><![CDATA[Are you a small to medium-sized manufacturer in Michigan seeking to replace under-performing suppliers or shorten supply lines by finding local suppliers? Or--are you an inventor in need of a manufacturer to make your design into a product? The Michigan Manufacturing Technology Center might be able to help! Read more here.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechtownwsu.org%2Fmanufacturing-matches-made-in-michigan%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Ftechtownwsu.org_2Fmanufacturing-matches-made-in-michigan_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechtownwsu.org%2Fmanufacturing-matches-made-in-michigan%2F&amp;source=techtowndetroit&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Are you a small to medium-sized manufacturer in Michigan seeking to replace under-performing suppliers or shorten supply lines by finding local suppliers?</p>
<p>Or&#8211;are you an inventor in need of a manufacturer to make your design into a product?</p>
<p>The <a href="http://www.mmtc.org/Default.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.mmtc.org/Default.aspx?referer=');"><strong>Michigan Manufacturing Technology Center</strong></a> (MMTC) might be able to help! In collaboration with the Michigan Economic Development Corporation (MEDC), the MMTC is matching Michigan manufacturers to new opportunities.</p>
<p>To learn more, contact Dan Luria at (734) 451-4227 or dluria@mmtc.org.</p>
<p>You can also download this <a href="http://techtownwsu.org/wp-content/uploads/2012/01/medc_mmtc_matchmaking-info-sheet.pdf" target="_blank"><strong>MMTC-MEDC Matchmaking Info Sheet</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techtownwsu.org/manufacturing-matches-made-in-michigan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retail Store Management, Jan. 24</title>
		<link>http://techtownwsu.org/retail-store-management-jan-24/</link>
		<comments>http://techtownwsu.org/retail-store-management-jan-24/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 22:34:36 +0000</pubDate>
		<dc:creator>allison</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Home Page]]></category>

		<guid isPermaLink="false">http://techtownwsu.org/?p=5078</guid>
		<description><![CDATA[You can no longer afford to figure everything out for yourself. Retail is changing and moving much too fast. To continue to succeed, you need to find out what really works and how to make it work in your store NOW! In this session, business expert Ed King will give you insight into how to increase sales, profits and make running your store much easier. ]]></description>
			<content:encoded><![CDATA[	<SCRIPT>
        function echeck(str) {
            var at="@"
            var dot="."
            var lat=str.indexOf(at)
            var lstr=str.length
            var ldot=str.indexOf(dot)
            if (str.indexOf(at)==-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at,(lat+1))!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot,(lat+2))==-1){
                alert("Invalid E-mail ID")
                return false
            }
                
            if (str.indexOf(" ")!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        return true					
        }
    
        function validateForm(form) { 
    
            if (form.fname.value == "") { alert("Please enter your first name."); 
                form.fname.focus( ); 
                return false; 
             }
            if (form.lname.value == "") { alert("Please enter your last name."); 
                form.lname.focus( ); 
                return false; 
            }
            
            if ((form.email.value==null)||(form.email.value=="")){
                alert("Please Enter your Email address")
                form.email.focus()
                return false
            }
            if (echeck(form.email.value)==false){
                form.email.value=""
                form.email.focus()
                return false
            }
        
            if (form.email.value == "") { alert("Please enter your email address."); 
                form.email.focus( ); 
                return false; 
            }
        
            if (form.phone.value == "") { alert("Please enter your phone number."); 
                form.phone.focus( ); 
                return false; 
            }
            if (form.address.value == "") { alert("Please enter your address."); 
                form.address.focus( ); 
                return false; 
            }
            if (form.city.value == "") { alert("Please enter your city."); 

                form.city.focus( ); 
                return false; 
            }   
            if (form.state.value == "") { alert("Please enter your state."); 
                form.state.focus( ); 
                return false; 
            }
            if (form.zip.value == "") { alert("Please enter your zip code."); 
                form.zip.focus( ); 
                return false; 
            }
           
            function trim(s) {
                if (s) {
                return s.replace(/^\s*|\s*$/g,"");
            }
        return null;
        }
    
        //alert("your trying to submit");
            var inputs = $A(form.getElementsByTagName("input"));
            var msg = "";
            var radioChecks = $H();
            inputs.each( function(e) {
                var value = e.value ? trim(e.value) : null;
                if (e.type == "text" && e.title && !value && e.className == "r") {
                    msg += "\n " + e.title;
                }
                if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
                    var name = e.name;
                    if (e.type == "checkbox") name = name.substr(0, name.lastIndexOf("-"));
                    if (e.checked == false && ((!radioChecks[name]) || (radioChecks[name] && radioChecks[name] != 1))) {
                        radioChecks[name] = e;
                    } else {
                        radioChecks[name] = 1;
                    }
                }
            });
            radioChecks.each( function(e) {
                if (typeof(e) == "object" && e.value != 1) {
                    msg += "\n " + e.value.title;
                }
            });
            if (msg.length > 0) {
                msg = "The following fields need to be completed before you can submit.\n\n" + msg;
                alert(msg);
                return false;
            }
            return true;     
       
        }
  var RecaptchaOptions = {
   theme : 'white',
   lang : 'en'
};
</SCRIPT>

  <form method="post" action="http://techtownwsu.org/?page_id=570" onSubmit="return validateForm(this)">
        <h3 align="left">Retail Store Management</h3>
    <p align="left"><strong>Start Date:</strong> Jan 24, 2012</p> 
<p align="left"><strong>Start Time:</strong> 		5:00 p.m.</p> <p align="left"><strong>End Time:</strong> 7:00 p.m.</p>                <input type="hidden"name="start_time_id" value="280">
                    
    <p align="left">
		<strong>Price:</strong> $25.00            		<input type="hidden"name="event_cost" value="25.00">
            <p align="left"><strong>Description:</strong><br /><p></p>
You can no longer afford to figure everything out for yourself. Retail is changing and moving much too fast. To continue to succeed, you need to find out what really works and how to make it work in your store NOW!
<p></p>
Ed King will give you insight on how to immediately increase sales, profits and make running your store much easier. 
<p></p>
This session will highlight these main areas:
<ul>
<li>Your ability to develop close, lasting personal relationships with your customers</li>
<li>Identify why retail businesses fail</li>
<li>Find out how retail owners, such as yourself, have overcome these problems</li>
<li>How to stop putting out the daily fires and start building a better and more profitable operation</li>
</ul>
AGENDA
<ul>
<li>5:00 – 5:30 p.m. Registration and networking</li>
<li>5:30 – 6:45 p.m. Presentation</li>
<li>6:45 –7:00 p.m. Q&A</li>
</ul>
Cost: <strong>$25 general admission; free for current THRIVE accelerator members</strong>
<p></p>
<strong>Register online below by noon on January 24, 2012.</strong>
<p></p>
Contact Sha’Kara Mack with any questions at (313) 879-4486 or Shakara@techtownwsu.org.
<p></p>
<p>ABOUT ED KING</p>
<p></p>
Ed King, MBA, CPA, author, spent 30 years as the Wayne State University Director of Free Small Business Class. Previously, King was a consulting manager at PricewaterhouseCoopers. Some of his accounting and consulting clients included Unisys, Detroit Edison, K-Mart, Kellogg’s and the University of Michigan. Since then, he has consulted with thousands of small business owners, and his free small business class has turned hundreds of his students into millionaires and even one billionaire. 
<p></p>
King is a passionate, knowledgeable speaker; he is adept at taking complex business theories and turning them into practical concepts that are easily understood.
<p></p></p>
        <p align="left"><strong>First Name:<br />
      <input tabIndex="1" maxLength="40" size="47" name="fname">
      </strong></p>
    <p align="left"><strong>Last Name:<br />
      <input tabIndex="2" maxLength="40" size="47" name="lname">
      </strong></p>
    <p align="left"><strong>Email:<br />
      <input tabIndex="3" maxLength="100" size="47" name="email">
      </strong></p>
    <p align="left"><strong>Phone:<br />
      <input tabIndex="4" maxLength="20" size="25" name="phone">
      </strong></p>
    <p align="left"><strong>Address/Street/Number:<br />
      <input tabIndex="5" maxLength="100" size="49" name="address">
      </strong></p>
    <p align="left"><strong>City/Town/Village:<br />
      <input tabIndex="6" maxLength="100" size="35" name="city">
      </strong></p>
    <p align="left"><strong>State/County/Province:</strong><br />
      <input tabIndex="7" maxLength="100" size="35" name="state">
      </p>
    <p align="left"><strong>Zip/Postal Code:<br />
      <input tabIndex="8" maxLength="10" size="15" name="zip">
      </strong></p>
		  <input type="hidden" name="num_people" value="1"> 
		  			<p align="left"><strong>Do you have a promo code?<br />
			  <input tabIndex="9" maxLength="25" size="35" name="coupon_code">
			  </strong></p>
			<input type="hidden" name="regevent_action" value="post_attendee">
			<input type="hidden" name="event_id" value="65">
			
            <p align="left"><strong>Anti-Spam Measure: Please enter the following phrase</strong>
        <script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR"></script>

	<noscript>
  		<iframe src="http://api.recaptcha.net/noscript?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR" height="300" width="500" frameborder="0"></iframe><br/>
  		<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
  		<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
	</noscript></p>
            
            <p align="left" style="font-size:20px;">
			  <input  style="font-size:20px;" type="submit" name="Submit" value="Submit"><br />
              </p>
			  
			  </form>
		  <div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechtownwsu.org%2Fretail-store-management-jan-24%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Ftechtownwsu.org_2Fretail-store-management-jan-24_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechtownwsu.org%2Fretail-store-management-jan-24%2F&amp;source=techtowndetroit&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>

]]></content:encoded>
			<wfw:commentRss>http://techtownwsu.org/retail-store-management-jan-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sales Essentials for Startups, Jan. 19</title>
		<link>http://techtownwsu.org/sales-essentials-for-startups-jan-19/</link>
		<comments>http://techtownwsu.org/sales-essentials-for-startups-jan-19/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 22:07:57 +0000</pubDate>
		<dc:creator>allison</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Home Page]]></category>

		<guid isPermaLink="false">http://techtownwsu.org/?p=5076</guid>
		<description><![CDATA[Are you interested in selling more products or services? Has generating sales been difficult for you? If there were a secret “sell more formula,” would you buy and use it? Of course you would. Here’s your chance to get an insider’s look at the art and science of selling. ]]></description>
			<content:encoded><![CDATA[	<SCRIPT>
        function echeck(str) {
            var at="@"
            var dot="."
            var lat=str.indexOf(at)
            var lstr=str.length
            var ldot=str.indexOf(dot)
            if (str.indexOf(at)==-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at,(lat+1))!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot,(lat+2))==-1){
                alert("Invalid E-mail ID")
                return false
            }
                
            if (str.indexOf(" ")!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        return true					
        }
    
        function validateForm(form) { 
    
            if (form.fname.value == "") { alert("Please enter your first name."); 
                form.fname.focus( ); 
                return false; 
             }
            if (form.lname.value == "") { alert("Please enter your last name."); 
                form.lname.focus( ); 
                return false; 
            }
            
            if ((form.email.value==null)||(form.email.value=="")){
                alert("Please Enter your Email address")
                form.email.focus()
                return false
            }
            if (echeck(form.email.value)==false){
                form.email.value=""
                form.email.focus()
                return false
            }
        
            if (form.email.value == "") { alert("Please enter your email address."); 
                form.email.focus( ); 
                return false; 
            }
        
            if (form.phone.value == "") { alert("Please enter your phone number."); 
                form.phone.focus( ); 
                return false; 
            }
            if (form.address.value == "") { alert("Please enter your address."); 
                form.address.focus( ); 
                return false; 
            }
            if (form.city.value == "") { alert("Please enter your city."); 

                form.city.focus( ); 
                return false; 
            }   
            if (form.state.value == "") { alert("Please enter your state."); 
                form.state.focus( ); 
                return false; 
            }
            if (form.zip.value == "") { alert("Please enter your zip code."); 
                form.zip.focus( ); 
                return false; 
            }
           
            function trim(s) {
                if (s) {
                return s.replace(/^\s*|\s*$/g,"");
            }
        return null;
        }
    
        //alert("your trying to submit");
            var inputs = $A(form.getElementsByTagName("input"));
            var msg = "";
            var radioChecks = $H();
            inputs.each( function(e) {
                var value = e.value ? trim(e.value) : null;
                if (e.type == "text" && e.title && !value && e.className == "r") {
                    msg += "\n " + e.title;
                }
                if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
                    var name = e.name;
                    if (e.type == "checkbox") name = name.substr(0, name.lastIndexOf("-"));
                    if (e.checked == false && ((!radioChecks[name]) || (radioChecks[name] && radioChecks[name] != 1))) {
                        radioChecks[name] = e;
                    } else {
                        radioChecks[name] = 1;
                    }
                }
            });
            radioChecks.each( function(e) {
                if (typeof(e) == "object" && e.value != 1) {
                    msg += "\n " + e.value.title;
                }
            });
            if (msg.length > 0) {
                msg = "The following fields need to be completed before you can submit.\n\n" + msg;
                alert(msg);
                return false;
            }
            return true;     
       
        }
  var RecaptchaOptions = {
   theme : 'white',
   lang : 'en'
};
</SCRIPT>

  <form method="post" action="http://techtownwsu.org/?page_id=570" onSubmit="return validateForm(this)">
        <h3 align="left">Sales Essentials for Startups</h3>
    <p align="left"><strong>Start Date:</strong> Jan 19, 2012</p> 
<p align="left"><strong>Start Time:</strong> 		5:00 p.m.</p> <p align="left"><strong>End Time:</strong> 7:00 p.m.</p>                <input type="hidden"name="start_time_id" value="281">
                    
    <p align="left">
		<strong>Price:</strong> $25.00            		<input type="hidden"name="event_cost" value="25.00">
            <p align="left"><strong>Description:</strong><br /><p></p>
Are you interested in selling more products or services? Has generating sales been difficult for you? If there were a secret “sell more formula,” would you buy and use it? 
<p></p>
Of course you would. In this workshop taught by Dave Bilbrey, "The Sales Mechanic," you&#039;ll get an insider’s look at the art and science of selling. 
<p></p>
Are you serious about ramping up your sales results? If so, don’t miss this important event. 
<p></p>
AGENDA
<ul>
<li>5:00 – 5:30 p.m. Registration and networking</li>
<li>5:30  – 6:45 p.m. Presentation</li>
<li>6:45 –7:00 p.m. Q&A</li>
</ul>
Cost: <strong>$25 general admission; free for current THRIVE accelerator members</strong> 
<p></p>
<strong>Register online below by noon on January 19, 2012.</strong>
<p></p>
Contact Workshop Coordinator Sha’Kara Mack with any questions at (313) 879-4486 or Shakara@techtownwsu.org. 
<p></p>
<strong>About Dave Bilbrey</strong>
<p></p>
Dave Bilbrey, The Sales Mechanic, was a 2011 Marketing and Sales Executives of Detroit Platinum Award finalist for leadership and sales achievement. He recently helped a local company grow from $1 million in annual sales to $12 million. Bilbrey will teach you the same strategies, tools and tactics he used for this remarkable turnaround.
<p></p></p>
        <p align="left"><strong>First Name:<br />
      <input tabIndex="1" maxLength="40" size="47" name="fname">
      </strong></p>
    <p align="left"><strong>Last Name:<br />
      <input tabIndex="2" maxLength="40" size="47" name="lname">
      </strong></p>
    <p align="left"><strong>Email:<br />
      <input tabIndex="3" maxLength="100" size="47" name="email">
      </strong></p>
    <p align="left"><strong>Phone:<br />
      <input tabIndex="4" maxLength="20" size="25" name="phone">
      </strong></p>
    <p align="left"><strong>Address/Street/Number:<br />
      <input tabIndex="5" maxLength="100" size="49" name="address">
      </strong></p>
    <p align="left"><strong>City/Town/Village:<br />
      <input tabIndex="6" maxLength="100" size="35" name="city">
      </strong></p>
    <p align="left"><strong>State/County/Province:</strong><br />
      <input tabIndex="7" maxLength="100" size="35" name="state">
      </p>
    <p align="left"><strong>Zip/Postal Code:<br />
      <input tabIndex="8" maxLength="10" size="15" name="zip">
      </strong></p>
		  <input type="hidden" name="num_people" value="1"> 
		  			<p align="left"><strong>Do you have a promo code?<br />
			  <input tabIndex="9" maxLength="25" size="35" name="coupon_code">
			  </strong></p>
			<input type="hidden" name="regevent_action" value="post_attendee">
			<input type="hidden" name="event_id" value="64">
			
            <p align="left"><strong>Anti-Spam Measure: Please enter the following phrase</strong>
        <script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR"></script>

	<noscript>
  		<iframe src="http://api.recaptcha.net/noscript?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR" height="300" width="500" frameborder="0"></iframe><br/>
  		<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
  		<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
	</noscript></p>
            
            <p align="left" style="font-size:20px;">
			  <input  style="font-size:20px;" type="submit" name="Submit" value="Submit"><br />
              </p>
			  
			  </form>
		  <div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechtownwsu.org%2Fsales-essentials-for-startups-jan-19%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Ftechtownwsu.org_2Fsales-essentials-for-startups-jan-19_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechtownwsu.org%2Fsales-essentials-for-startups-jan-19%2F&amp;source=techtowndetroit&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>

]]></content:encoded>
			<wfw:commentRss>http://techtownwsu.org/sales-essentials-for-startups-jan-19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Step FastTrac, Jan. 21-Mar. 24</title>
		<link>http://techtownwsu.org/first-step-fasttrac-jan-21-mar-24/</link>
		<comments>http://techtownwsu.org/first-step-fasttrac-jan-21-mar-24/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 21:06:45 +0000</pubDate>
		<dc:creator>allison</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Home Page]]></category>

		<guid isPermaLink="false">http://techtownwsu.org/?p=5072</guid>
		<description><![CDATA[Are you a new entrepreneur with an idea for a business? Are you ready to test the feasibility of your business idea? Then First Step may be for you. Apply for this 10-session workshop by Jan. 9.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechtownwsu.org%2Ffirst-step-fasttrac-jan-21-mar-24%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Ftechtownwsu.org_2Ffirst-step-fasttrac-jan-21-mar-24_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechtownwsu.org%2Ffirst-step-fasttrac-jan-21-mar-24%2F&amp;source=techtowndetroit&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Are you a new entrepreneur with an idea for a new business?</strong></p>
<p><strong> </strong></p>
<p><strong>Are you ready to test the feasibility of your business idea?</strong></p>
<p><strong> </strong></p>
<p><strong>Then</strong><strong><em> First Step</em></strong><strong> may be for you.</strong></p>
<p><strong> First Step </strong>is an intensive multi-day workshop that helps you learn the business basics to test your business idea. <strong>At the end of this workshop, you will have a feasibility plan that will tell you if your business idea is a “go” or “no go.”</strong></p>
<p>TechTown is offering a <strong>First Step </strong>workshop series on Saturdays starting January 21, 2012. The ten sessions will run from January 21 through March 24 (Jan 21, 28, Feb 4, 11, 18, 25, Mar 3, 10, 17, 24).  Each session is from 9 a.m. to 12 p.m.</p>
<p><strong> First Step </strong>is based on the award-winning FastTrac entrepreneurial training series from the Kauffman Foundation. The workshop is valued at up to $750, but through support from the New Economy Initiative, is available to you for $80.</p>
<p><strong>If you are interested in enrolling in </strong><strong>First Step, you must submit an application and payment by Monday, January 9. </strong>We accept cash, check, credit card and money order made payable to TechTown. Space is limited, and applications will be reviewed on a first-come, first-serve basis.</p>
<p>Note: Although <strong>First Step </strong>meets for 3 hours per week, you must be able to commit to an additional 6 to 9 hours of your own time to complete take-home assignments.</p>
<p>To obtain an application or to receive answers to any questions, please contact Sha’Kara Mack, TechTown’s Workshop Coordinator, at shakara@techtownwsu.org or (313) 879-4486.</p>
<p><strong><span style="text-decoration: underline;">10-Week Learning Agenda</span></strong></p>
<ul>
<li>What is entrepreneurship, and is it for me?</li>
<li>Communicating the Business Concept</li>
<li>Gathering Information for Feasibility</li>
<li>Defining my Product and Service</li>
<li>Market Analysis</li>
<li>Price and Profitability</li>
<li>Cash Flow</li>
<li>Reality Check and Planning for Further Action</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techtownwsu.org/first-step-fasttrac-jan-21-mar-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kim Hodge strings together a new approach to community banking in Detroit</title>
		<link>http://techtownwsu.org/kim-hodge-strings-together-a-new-approach-to-community-banking-in-detroit/</link>
		<comments>http://techtownwsu.org/kim-hodge-strings-together-a-new-approach-to-community-banking-in-detroit/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 16:37:24 +0000</pubDate>
		<dc:creator>allison</dc:creator>
				<category><![CDATA[Home Page]]></category>
		<category><![CDATA[Randal's Blog]]></category>

		<guid isPermaLink="false">http://techtownwsu.org/?p=5068</guid>
		<description><![CDATA[In his first blog as Executive in Residence for BOOM! The New Economy, Randal Charlton considers the many benefits of community time banks for the 50-plus crowd.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechtownwsu.org%2Fkim-hodge-strings-together-a-new-approach-to-community-banking-in-detroit%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Ftechtownwsu.org_2Fkim-hodge-strings-together-a-new-approach-to-community-banking-in-detroit_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechtownwsu.org%2Fkim-hodge-strings-together-a-new-approach-to-community-banking-in-detroit%2F&amp;source=techtowndetroit&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_946" class="wp-caption alignright" style="width: 310px"><a href="http://techtownwsu.org/wp-content/uploads/2010/03/Randal_Charlton_05.jpg"><img class="size-medium wp-image-946" title="Randal Charlton" src="http://techtownwsu.org/wp-content/uploads/2010/03/Randal_Charlton_05-300x200.jpg" alt="Randal Charlton" width="300" height="200" /></a><p class="wp-caption-text">Randal Charlton, Executive in Residence, BOOM! The New Economy</p></div>
<p><em>By Randal Charlton, Executive in Residence, BOOM! The New Economy</em></p>
<p>If you ask Kim Hodge how her TimeBanks work in Detroit, she may well reach into her bag and pull out a ball of colored yarn. She did that recently at a meeting  I attended on the west side of Detroit, and I took part in a banking lesson that appeared more like a Halloween spider web.</p>
<p>There I was in a circle of eight people throwing a ball of wool from person to person. The person with the ball was instructed to ask the assembled company if anyone could help with getting a task done, something, anything, that the individual couldn&#8217;t complete unaided. It could be help with building an internet website, transportation, foreign language lessons or work around the house&#8211; anything. A hand would go up and the ball would be thrown to the person prepared to carry out the task.</p>
<p>Then, that person would present a new request to the group, and as a hand went up, the ball would be thrown on. Back and forth the ball went with each person holding on to the yarn as they caught it so that in short order, there was a spider web of wool threads crisscrossed between the group.</p>
<p>&#8220;There,&#8221; said Banker Hodge with satisfaction. &#8220;You see you are all connected. You have the collective knowledge and experience to meet the needs of the entire group.&#8221;</p>
<p>Welcome to TimeBanks, a concept that, in these difficult economic times, is beginning to spread around the world. Kim Hodge is leading the movement in Michigan, and her leadership was recognized at the recent annual meeting of the Michigan Chapter of AARP, where she was honored with the first-ever Stephen J. Gools Award for Social Change.</p>
<p>Basically, time banks help local communities help each other. In a time bank, everyone&#8217;s time is valued equally. You give an hour of your expertise, and you have earned an hour in the bank, which you can use to meet a need you have. Time banks  help people save money, but they do a lot more. &#8220;They connect unmet needs to untapped resources, they help people get to know each other and they make communities better places to live and work.&#8221;  Another benefit is that there is money involved and no tax.</p>
<p>Each time bank takes a slightly different approach,  depending on the needs of the community, says Kim Hodge. The banks that work best have an organizer who is often a community volunteer.</p>
<p>There is an obvious attraction for older adults who need work done or transportation that they cannot do themselves. In England, there is at least one time bank organized around health care issues. In the U.S., time banks centered on senior care have received grants of $1.2 million from the Robert Wood Foundation. Locally, the Community Foundation of Southeast Michigan has provided support.</p>
<p>So far, Kim has helped eight time banks get up and running in Michigan. There are another 40-plus time banks around the U.S. in addition to time banks in 26 countries around the world. Communities in England have established 126 time banks and  seem to be leading the way in adopting the concept,</p>
<p>To find more information on TimeBanks in Southeast Michigan, go to <a href="http://www.mitimebanks.org/" onclick="pageTracker._trackPageview('/outgoing/www.mitimebanks.org/?referer=');">www.mitimebanks.org</a> or write to the Michigan Alliance of Timebanks, 27580 California Drive SE, Lathrup Village, MI 48076.</p>
<p>To see how people are using time banks to build communities around the world, visit <a href="http://en.wikipedia.org/wiki/Time_banking" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Time_banking?referer=');">http://en.wikipedia.org/wiki/Time_banking</a>.</p>
<p>For information on other services and ideas that may be of value to the over-50 crowd, contact :</p>
<ul>
<li>Melissa Seifert, Associate State Director of Economic Security, AARP; (517) 267-8934 office; (517) 316-6395 cell; mseifert@aarp.org</li>
<li>The Community Foundation of Southeast Michigan, <a href="http://cfsem.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/cfsem.org/?referer=');">cfsem.org</a></li>
<li>Betsy Creedon, BOOM! The New Economy,<strong> </strong>betsy@techtownwsu.org</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techtownwsu.org/kim-hodge-strings-together-a-new-approach-to-community-banking-in-detroit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open House, Jan. 10</title>
		<link>http://techtownwsu.org/open-house-jan-10/</link>
		<comments>http://techtownwsu.org/open-house-jan-10/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 20:01:24 +0000</pubDate>
		<dc:creator>allison</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Home Page]]></category>

		<guid isPermaLink="false">http://techtownwsu.org/?p=5051</guid>
		<description><![CDATA[Got an idea? Curious about how TechTown can help you? Drop into our open house and have a look around. The open house features tours of the facility, a chat with our entrepreneur of the month and discussions with staff about how we support entrepreneurs. Join us January 10!]]></description>
			<content:encoded><![CDATA[	<SCRIPT>
        function echeck(str) {
            var at="@"
            var dot="."
            var lat=str.indexOf(at)
            var lstr=str.length
            var ldot=str.indexOf(dot)
            if (str.indexOf(at)==-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at,(lat+1))!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot,(lat+2))==-1){
                alert("Invalid E-mail ID")
                return false
            }
                
            if (str.indexOf(" ")!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        return true					
        }
    
        function validateForm(form) { 
    
            if (form.fname.value == "") { alert("Please enter your first name."); 
                form.fname.focus( ); 
                return false; 
             }
            if (form.lname.value == "") { alert("Please enter your last name."); 
                form.lname.focus( ); 
                return false; 
            }
            
            if ((form.email.value==null)||(form.email.value=="")){
                alert("Please Enter your Email address")
                form.email.focus()
                return false
            }
            if (echeck(form.email.value)==false){
                form.email.value=""
                form.email.focus()
                return false
            }
        
            if (form.email.value == "") { alert("Please enter your email address."); 
                form.email.focus( ); 
                return false; 
            }
        
            if (form.phone.value == "") { alert("Please enter your phone number."); 
                form.phone.focus( ); 
                return false; 
            }
            if (form.address.value == "") { alert("Please enter your address."); 
                form.address.focus( ); 
                return false; 
            }
            if (form.city.value == "") { alert("Please enter your city."); 

                form.city.focus( ); 
                return false; 
            }   
            if (form.state.value == "") { alert("Please enter your state."); 
                form.state.focus( ); 
                return false; 
            }
            if (form.zip.value == "") { alert("Please enter your zip code."); 
                form.zip.focus( ); 
                return false; 
            }
           
            function trim(s) {
                if (s) {
                return s.replace(/^\s*|\s*$/g,"");
            }
        return null;
        }
    
        //alert("your trying to submit");
            var inputs = $A(form.getElementsByTagName("input"));
            var msg = "";
            var radioChecks = $H();
            inputs.each( function(e) {
                var value = e.value ? trim(e.value) : null;
                if (e.type == "text" && e.title && !value && e.className == "r") {
                    msg += "\n " + e.title;
                }
                if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
                    var name = e.name;
                    if (e.type == "checkbox") name = name.substr(0, name.lastIndexOf("-"));
                    if (e.checked == false && ((!radioChecks[name]) || (radioChecks[name] && radioChecks[name] != 1))) {
                        radioChecks[name] = e;
                    } else {
                        radioChecks[name] = 1;
                    }
                }
            });
            radioChecks.each( function(e) {
                if (typeof(e) == "object" && e.value != 1) {
                    msg += "\n " + e.value.title;
                }
            });
            if (msg.length > 0) {
                msg = "The following fields need to be completed before you can submit.\n\n" + msg;
                alert(msg);
                return false;
            }
            return true;     
       
        }
  var RecaptchaOptions = {
   theme : 'white',
   lang : 'en'
};
</SCRIPT>

  <form method="post" action="http://techtownwsu.org/?page_id=570" onSubmit="return validateForm(this)">
        <h3 align="left">Open House</h3>
    <p align="left"><strong>Start Date:</strong> Jan 10, 2012</p> 
<p align="left"><strong>Start Time:</strong> 		5:00 p.m.</p> <p align="left"><strong>End Time:</strong> 7:00 p.m.</p>                <input type="hidden"name="start_time_id" value="272">
                    
    <p align="left">
Free Event<input type="hidden" name="payment" value="free event">    <p align="left"><strong>Description:</strong><br /><p></p>
Got an idea? Curious about how TechTown can help you?
<p></p>
Drop into our monthly open house and have a look around our thriving entrepreneurial community. 
<p></p>
The open house features:
<ul>
<li>Tours of the facility</li>
<li>A chat with our entrepreneur of the month</li>
<li>Discussions with staff about how we support entrepreneurs</li>
</ul>
<strong>The program begins promptly at 5:15 p.m.</strong>
<p></p>
We hope you&#039;ll stop in and join us! Register online below.
<p></p></p>
        <p align="left"><strong>First Name:<br />
      <input tabIndex="1" maxLength="40" size="47" name="fname">
      </strong></p>
    <p align="left"><strong>Last Name:<br />
      <input tabIndex="2" maxLength="40" size="47" name="lname">
      </strong></p>
    <p align="left"><strong>Email:<br />
      <input tabIndex="3" maxLength="100" size="47" name="email">
      </strong></p>
    <p align="left"><strong>Phone:<br />
      <input tabIndex="4" maxLength="20" size="25" name="phone">
      </strong></p>
    <p align="left"><strong>Address/Street/Number:<br />
      <input tabIndex="5" maxLength="100" size="49" name="address">
      </strong></p>
    <p align="left"><strong>City/Town/Village:<br />
      <input tabIndex="6" maxLength="100" size="35" name="city">
      </strong></p>
    <p align="left"><strong>State/County/Province:</strong><br />
      <input tabIndex="7" maxLength="100" size="35" name="state">
      </p>
    <p align="left"><strong>Zip/Postal Code:<br />
      <input tabIndex="8" maxLength="10" size="15" name="zip">
      </strong></p>
		

	  <p align="left"><strong>Additional attendees?</strong>
		<select name="num_people" style="width:70px;margin-top:4px">
        
		   <option value="1">0</option>
        
		   <option value="2">1</option>
        
		   <option value="3">2</option>
        
		   <option value="4">3</option>
        
		   <option value="5">4</option>
        
		   <option value="6">5</option>
		  </select><br />
The # of people who will be attending IN ADDITION TO yourself.		</p>
		
					<input type="hidden" name="regevent_action" value="post_attendee">
			<input type="hidden" name="event_id" value="63">
			
            <p align="left"><strong>Anti-Spam Measure: Please enter the following phrase</strong>
        <script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR"></script>

	<noscript>
  		<iframe src="http://api.recaptcha.net/noscript?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR" height="300" width="500" frameborder="0"></iframe><br/>
  		<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
  		<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
	</noscript></p>
            
            <p align="left" style="font-size:20px;">
			  <input  style="font-size:20px;" type="submit" name="Submit" value="Submit"><br />
              </p>
			  
			  </form>
		  <div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechtownwsu.org%2Fopen-house-jan-10%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Ftechtownwsu.org_2Fopen-house-jan-10_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechtownwsu.org%2Fopen-house-jan-10%2F&amp;source=techtowndetroit&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>

]]></content:encoded>
			<wfw:commentRss>http://techtownwsu.org/open-house-jan-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Market Research Tips and Tricks, Dec. 12</title>
		<link>http://techtownwsu.org/market-research-tips-and-tricks-dec-12/</link>
		<comments>http://techtownwsu.org/market-research-tips-and-tricks-dec-12/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 17:04:34 +0000</pubDate>
		<dc:creator>allison</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Home Page]]></category>

		<guid isPermaLink="false">http://techtownwsu.org/?p=5035</guid>
		<description><![CDATA[Led by TechTown mentor and experienced consultant Wendy Richardson, this workshop delves into industry-specific resources, where to find financial benchmarks, using social media for research and more. This is part two of the Introduction to Market Research workshop held on November 28.
]]></description>
			<content:encoded><![CDATA[	<SCRIPT>
        function echeck(str) {
            var at="@"
            var dot="."
            var lat=str.indexOf(at)
            var lstr=str.length
            var ldot=str.indexOf(dot)
            if (str.indexOf(at)==-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at,(lat+1))!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot,(lat+2))==-1){
                alert("Invalid E-mail ID")
                return false
            }
                
            if (str.indexOf(" ")!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        return true					
        }
    
        function validateForm(form) { 
    
            if (form.fname.value == "") { alert("Please enter your first name."); 
                form.fname.focus( ); 
                return false; 
             }
            if (form.lname.value == "") { alert("Please enter your last name."); 
                form.lname.focus( ); 
                return false; 
            }
            
            if ((form.email.value==null)||(form.email.value=="")){
                alert("Please Enter your Email address")
                form.email.focus()
                return false
            }
            if (echeck(form.email.value)==false){
                form.email.value=""
                form.email.focus()
                return false
            }
        
            if (form.email.value == "") { alert("Please enter your email address."); 
                form.email.focus( ); 
                return false; 
            }
        
            if (form.phone.value == "") { alert("Please enter your phone number."); 
                form.phone.focus( ); 
                return false; 
            }
            if (form.address.value == "") { alert("Please enter your address."); 
                form.address.focus( ); 
                return false; 
            }
            if (form.city.value == "") { alert("Please enter your city."); 

                form.city.focus( ); 
                return false; 
            }   
            if (form.state.value == "") { alert("Please enter your state."); 
                form.state.focus( ); 
                return false; 
            }
            if (form.zip.value == "") { alert("Please enter your zip code."); 
                form.zip.focus( ); 
                return false; 
            }
           
            function trim(s) {
                if (s) {
                return s.replace(/^\s*|\s*$/g,"");
            }
        return null;
        }
    
        //alert("your trying to submit");
            var inputs = $A(form.getElementsByTagName("input"));
            var msg = "";
            var radioChecks = $H();
            inputs.each( function(e) {
                var value = e.value ? trim(e.value) : null;
                if (e.type == "text" && e.title && !value && e.className == "r") {
                    msg += "\n " + e.title;
                }
                if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
                    var name = e.name;
                    if (e.type == "checkbox") name = name.substr(0, name.lastIndexOf("-"));
                    if (e.checked == false && ((!radioChecks[name]) || (radioChecks[name] && radioChecks[name] != 1))) {
                        radioChecks[name] = e;
                    } else {
                        radioChecks[name] = 1;
                    }
                }
            });
            radioChecks.each( function(e) {
                if (typeof(e) == "object" && e.value != 1) {
                    msg += "\n " + e.value.title;
                }
            });
            if (msg.length > 0) {
                msg = "The following fields need to be completed before you can submit.\n\n" + msg;
                alert(msg);
                return false;
            }
            return true;     
       
        }
  var RecaptchaOptions = {
   theme : 'white',
   lang : 'en'
};
</SCRIPT>

  <form method="post" action="http://techtownwsu.org/?page_id=570" onSubmit="return validateForm(this)">
        <h3 align="left">Market Research Tips and Tricks</h3>
    <p align="left"><strong>Start Date:</strong> Dec 12, 2011</p> 
<p align="left"><strong>Start Time:</strong> 		5:00 p.m.</p> <p align="left"><strong>End Time:</strong> 7:00 p.m.</p>                <input type="hidden"name="start_time_id" value="268">
                    
    <p align="left">
		<strong>Price:</strong> $10.00            		<input type="hidden"name="event_cost" value="10.00">
            <p align="left"><strong>Description:</strong><br /><p></p>
Led by TechTown mentor and experienced consultant Wendy Richardson, this workshop delves into industry-specific resources, where to find financial benchmarks, using social media for research and more. 
<p></p>
This is part two of the Introduction to Market Research workshop held on November 28.
<p></p>
Who should attend: <strong>Novice entrepreneurs in a pre-launch phase of development</strong>
<p></p>
AGENDA 
<ul>
<li>5:00 - 5:30 p.m. Registration </li>
<li>5:30 – 6:45 p.m. Presentation </li>
<li>6:45 – 7:00 p.m. Q & A </li>
</ul>
Where: <strong>TechTown, 440 Burroughs Street, Detroit</strong>
<p></p>
Cost: <strong>$10 general admission; free for current THRIVE</strong> clients 
<p></p>
<strong>Register below by noon on December 12, 2011. </strong>
<p></p>
Contact Sha&#039;Kara Mack with any questions at (313) 879-4486 or shakara@techtownwsu.org. 
<p></p>
<strong>About Wendy Richardson</strong>
<p></p>
Wendy Richardson is an experienced independent consultant specializing in market research, social media and bringing business concepts to nonprofits. Since 2008, she has been a certified mentor at TechTown and a councilperson with the City of Eastpointe. Richardson has an MBA from Wayne State University and a BA from Michigan State University, both degrees with honors.
<p></p></p>
        <p align="left"><strong>First Name:<br />
      <input tabIndex="1" maxLength="40" size="47" name="fname">
      </strong></p>
    <p align="left"><strong>Last Name:<br />
      <input tabIndex="2" maxLength="40" size="47" name="lname">
      </strong></p>
    <p align="left"><strong>Email:<br />
      <input tabIndex="3" maxLength="100" size="47" name="email">
      </strong></p>
    <p align="left"><strong>Phone:<br />
      <input tabIndex="4" maxLength="20" size="25" name="phone">
      </strong></p>
    <p align="left"><strong>Address/Street/Number:<br />
      <input tabIndex="5" maxLength="100" size="49" name="address">
      </strong></p>
    <p align="left"><strong>City/Town/Village:<br />
      <input tabIndex="6" maxLength="100" size="35" name="city">
      </strong></p>
    <p align="left"><strong>State/County/Province:</strong><br />
      <input tabIndex="7" maxLength="100" size="35" name="state">
      </p>
    <p align="left"><strong>Zip/Postal Code:<br />
      <input tabIndex="8" maxLength="10" size="15" name="zip">
      </strong></p>
		

	  <p align="left"><strong>Additional attendees?</strong>
		<select name="num_people" style="width:70px;margin-top:4px">
        
		   <option value="1">0</option>
		  </select><br />
The # of people who will be attending IN ADDITION TO yourself.		</p>
		
					<p align="left"><strong>Do you have a promo code?<br />
			  <input tabIndex="9" maxLength="25" size="35" name="coupon_code">
			  </strong></p>
			<input type="hidden" name="regevent_action" value="post_attendee">
			<input type="hidden" name="event_id" value="62">
			
            <p align="left"><strong>Anti-Spam Measure: Please enter the following phrase</strong>
        <script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR"></script>

	<noscript>
  		<iframe src="http://api.recaptcha.net/noscript?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR" height="300" width="500" frameborder="0"></iframe><br/>
  		<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
  		<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
	</noscript></p>
            
            <p align="left" style="font-size:20px;">
			  <input  style="font-size:20px;" type="submit" name="Submit" value="Submit"><br />
              </p>
			  
			  </form>
		  <div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechtownwsu.org%2Fmarket-research-tips-and-tricks-dec-12%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Ftechtownwsu.org_2Fmarket-research-tips-and-tricks-dec-12_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechtownwsu.org%2Fmarket-research-tips-and-tricks-dec-12%2F&amp;source=techtowndetroit&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>

]]></content:encoded>
			<wfw:commentRss>http://techtownwsu.org/market-research-tips-and-tricks-dec-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open House Dec. 13</title>
		<link>http://techtownwsu.org/open-house-dec-13/</link>
		<comments>http://techtownwsu.org/open-house-dec-13/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 19:42:27 +0000</pubDate>
		<dc:creator>allison</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Home Page]]></category>

		<guid isPermaLink="false">http://techtownwsu.org/?p=5032</guid>
		<description><![CDATA[Got an idea? Curious about how TechTown can help you? Drop into our open house and have a look around. The open house features tours of the facility, a chat with our entrepreneur of the month and discussions with staff about how we support entrepreneurs. Join us December 13!]]></description>
			<content:encoded><![CDATA[	<SCRIPT>
        function echeck(str) {
            var at="@"
            var dot="."
            var lat=str.indexOf(at)
            var lstr=str.length
            var ldot=str.indexOf(dot)
            if (str.indexOf(at)==-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(at,(lat+1))!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
                alert("Invalid E-mail ID")
                return false
            }
        
            if (str.indexOf(dot,(lat+2))==-1){
                alert("Invalid E-mail ID")
                return false
            }
                
            if (str.indexOf(" ")!=-1){
                alert("Invalid E-mail ID")
                return false
            }
        return true					
        }
    
        function validateForm(form) { 
    
            if (form.fname.value == "") { alert("Please enter your first name."); 
                form.fname.focus( ); 
                return false; 
             }
            if (form.lname.value == "") { alert("Please enter your last name."); 
                form.lname.focus( ); 
                return false; 
            }
            
            if ((form.email.value==null)||(form.email.value=="")){
                alert("Please Enter your Email address")
                form.email.focus()
                return false
            }
            if (echeck(form.email.value)==false){
                form.email.value=""
                form.email.focus()
                return false
            }
        
            if (form.email.value == "") { alert("Please enter your email address."); 
                form.email.focus( ); 
                return false; 
            }
        
            if (form.phone.value == "") { alert("Please enter your phone number."); 
                form.phone.focus( ); 
                return false; 
            }
            if (form.address.value == "") { alert("Please enter your address."); 
                form.address.focus( ); 
                return false; 
            }
            if (form.city.value == "") { alert("Please enter your city."); 

                form.city.focus( ); 
                return false; 
            }   
            if (form.state.value == "") { alert("Please enter your state."); 
                form.state.focus( ); 
                return false; 
            }
            if (form.zip.value == "") { alert("Please enter your zip code."); 
                form.zip.focus( ); 
                return false; 
            }
           
            function trim(s) {
                if (s) {
                return s.replace(/^\s*|\s*$/g,"");
            }
        return null;
        }
    
        //alert("your trying to submit");
            var inputs = $A(form.getElementsByTagName("input"));
            var msg = "";
            var radioChecks = $H();
            inputs.each( function(e) {
                var value = e.value ? trim(e.value) : null;
                if (e.type == "text" && e.title && !value && e.className == "r") {
                    msg += "\n " + e.title;
                }
                if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
                    var name = e.name;
                    if (e.type == "checkbox") name = name.substr(0, name.lastIndexOf("-"));
                    if (e.checked == false && ((!radioChecks[name]) || (radioChecks[name] && radioChecks[name] != 1))) {
                        radioChecks[name] = e;
                    } else {
                        radioChecks[name] = 1;
                    }
                }
            });
            radioChecks.each( function(e) {
                if (typeof(e) == "object" && e.value != 1) {
                    msg += "\n " + e.value.title;
                }
            });
            if (msg.length > 0) {
                msg = "The following fields need to be completed before you can submit.\n\n" + msg;
                alert(msg);
                return false;
            }
            return true;     
       
        }
  var RecaptchaOptions = {
   theme : 'white',
   lang : 'en'
};
</SCRIPT>

  <form method="post" action="http://techtownwsu.org/?page_id=570" onSubmit="return validateForm(this)">
        <h3 align="left">Open House</h3>
    <p align="left"><strong>Start Date:</strong> Dec 13, 2011</p> 
<p align="left"><strong>Start Time:</strong> 		5:00 p.m.</p> <p align="left"><strong>End Time:</strong> 7:00 p.m.</p>                <input type="hidden"name="start_time_id" value="265">
                    
    <p align="left">
Free Event<input type="hidden" name="payment" value="free event">    <p align="left"><strong>Description:</strong><br /><p></p>
Got an idea? Curious about how TechTown can help you?
<p></p>
Drop into our monthly open house and have a look around our thriving entrepreneurial community. 
<p></p>
The open house features:
<ul>
<li>Tours of the facility</li>
<li>A chat with our entrepreneur of the month</li>
<li>Discussions with staff about how we support entrepreneurs</li>
</ul>
We hope you&#039;ll stop in and join us! Register online below.
<p></p></p>
        <p align="left"><strong>First Name:<br />
      <input tabIndex="1" maxLength="40" size="47" name="fname">
      </strong></p>
    <p align="left"><strong>Last Name:<br />
      <input tabIndex="2" maxLength="40" size="47" name="lname">
      </strong></p>
    <p align="left"><strong>Email:<br />
      <input tabIndex="3" maxLength="100" size="47" name="email">
      </strong></p>
    <p align="left"><strong>Phone:<br />
      <input tabIndex="4" maxLength="20" size="25" name="phone">
      </strong></p>
    <p align="left"><strong>Address/Street/Number:<br />
      <input tabIndex="5" maxLength="100" size="49" name="address">
      </strong></p>
    <p align="left"><strong>City/Town/Village:<br />
      <input tabIndex="6" maxLength="100" size="35" name="city">
      </strong></p>
    <p align="left"><strong>State/County/Province:</strong><br />
      <input tabIndex="7" maxLength="100" size="35" name="state">
      </p>
    <p align="left"><strong>Zip/Postal Code:<br />
      <input tabIndex="8" maxLength="10" size="15" name="zip">
      </strong></p>
		

	  <p align="left"><strong>Additional attendees?</strong>
		<select name="num_people" style="width:70px;margin-top:4px">
        
		   <option value="1">0</option>
        
		   <option value="2">1</option>
        
		   <option value="3">2</option>
        
		   <option value="4">3</option>
        
		   <option value="5">4</option>
		  </select><br />
The # of people who will be attending IN ADDITION TO yourself.		</p>
		
					<input type="hidden" name="regevent_action" value="post_attendee">
			<input type="hidden" name="event_id" value="61">
			
            <p align="left"><strong>Anti-Spam Measure: Please enter the following phrase</strong>
        <script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR"></script>

	<noscript>
  		<iframe src="http://api.recaptcha.net/noscript?k=6Le6ZQsAAAAAANjzwN_vjKpCnpddc5gb2yzsGPZR" height="300" width="500" frameborder="0"></iframe><br/>
  		<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
  		<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
	</noscript></p>
            
            <p align="left" style="font-size:20px;">
			  <input  style="font-size:20px;" type="submit" name="Submit" value="Submit"><br />
              </p>
			  
			  </form>
		  <div class="tweetmeme_button" style="float: left; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechtownwsu.org%2Fopen-house-dec-13%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Ftechtownwsu.org_2Fopen-house-dec-13_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechtownwsu.org%2Fopen-house-dec-13%2F&amp;source=techtowndetroit&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>

]]></content:encoded>
			<wfw:commentRss>http://techtownwsu.org/open-house-dec-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

