<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8815940009456047497</id><updated>2011-11-27T16:50:33.206-08:00</updated><title type='text'>PC &amp; Mac Repair + Networking</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://pcmacrepair.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8815940009456047497/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://pcmacrepair.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>SSK</name><uri>http://www.blogger.com/profile/18015644049985186137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8815940009456047497.post-5728835280014621763</id><published>2008-05-18T16:30:00.000-07:00</published><updated>2008-07-16T21:07:02.732-07:00</updated><title type='text'>SERVICES</title><content type='html'>&lt;span style="font-weight: bold;"&gt;COMPUTER DIAGNOSTIC &amp;amp; REPAIR&lt;/span&gt; - Save your computer from hardware and/or software malfunctions. Remove bugs, spyware, malware &amp;amp; virus. Get your computer back up to speed.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;NETWORKS&lt;/span&gt; - Wireless or wired, we can get your network online securely to connect your computers, game consoles, audio &amp;amp; home theater systems, printers. Repair of existing network.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;BUG REMOVAL / CLEANING&lt;/span&gt; -  Tired of waiting on load times? Have annoying pop-up pages? We can remove harmful bugs, viruses, &amp;amp; junk from your computer.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;UPGRADES / INSTALLS&lt;/span&gt; - We can add new hardware and/or software &amp;amp; operating systems to increase your computing satisfaction.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;TUTORING / SETUPS &lt;/span&gt;- We can help educate you about your computer and your programs with ease. Setup of Email, &amp;amp; other program configurations available.&lt;br /&gt;&lt;br /&gt;RATE: $45/hr&lt;br /&gt;Serving: CALIFORNIA residents of Sonoma County in Santa Rosa, Sebastopol, Rohnert Park, Windsor, Forestville, Guerneville, Russian River Area, Healdsburg.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8815940009456047497-5728835280014621763?l=pcmacrepair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8815940009456047497/posts/default/5728835280014621763'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8815940009456047497/posts/default/5728835280014621763'/><link rel='alternate' type='text/html' href='http://pcmacrepair.blogspot.com/2008/05/services_18.html' title='SERVICES'/><author><name>SSK</name><uri>http://www.blogger.com/profile/18015644049985186137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-8815940009456047497.post-7150859375251337099</id><published>2008-05-18T16:29:00.000-07:00</published><updated>2008-07-07T19:15:49.906-07:00</updated><title type='text'>CONTACT US</title><content type='html'>EMAIL: NorthBayTech@gmail.com&lt;br /&gt;&lt;!-- Form code created by Web Form Designer 1.2.1 --&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt;function Computer_Repair_Email_Form_CF(){&lt;br /&gt; var errormessage = new String();&lt;br /&gt;var vF = document.forms["Computer_Repair_Email_Form"];&lt;br /&gt;if(Computer_Repair_Email_Form_WithoutContent(vF["Email"].value)){errormessage += "\n\nPlease fill in the \"Email\" edit field";}&lt;br /&gt;if(Computer_Repair_Email_Form_NotEmail(vF["Email"].value)){errormessage += "\n\nThe entry for \"Email\" does not appear to be a valid email address";}&lt;br /&gt;&lt;br /&gt;if (errormessage.length &gt; 2){&lt;br /&gt;    alert("There are errors or ommissions in the form" + errormessage + "\n");&lt;br /&gt;    return false;&lt;br /&gt;    }&lt;br /&gt;return true;&lt;br /&gt;} // end of Computer_Repair_Email_Form_CF()&lt;br /&gt;&lt;br /&gt;function Computer_Repair_Email_Form_WithoutContent(ss){&lt;br /&gt;  if (ss.length&gt;0){return false;}&lt;br /&gt;return true;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function Computer_Repair_Email_Form_WithoutCheck(ss){&lt;br /&gt;  if(ss.checked){return false;}&lt;br /&gt;return true;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function Computer_Repair_Email_Form_NotEmail(ss){&lt;br /&gt;  var splitted = ss.match("^(.+)@(.+)$");&lt;br /&gt;  if (ss.length == 0){return false;}&lt;br /&gt;  if(splitted == null) return true;&lt;br /&gt;  if(splitted[1] != null){&lt;br /&gt;    var regexp_user=/^\"?[\w-_\.]*\"?$/;&lt;br /&gt;    if(splitted[1].match(regexp_user) == null) return true;&lt;br /&gt;  }&lt;br /&gt;  if(splitted[2] != null){&lt;br /&gt;    var regexp_domain=/^[\w-\.]*\.[A-Za-z]{2,4}$/;&lt;br /&gt;    if(splitted[2].match(regexp_domain) == null){&lt;br /&gt;  var regexp_ip =/^\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\]$/;&lt;br /&gt;      if(splitted[2].match(regexp_ip) == null) return true;&lt;br /&gt;    }&lt;br /&gt;  return false;&lt;br /&gt;  }&lt;br /&gt;return true;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;noscript&gt;&lt;strong&gt;Your browser either does not support JavaScript or it is turned off.&lt;br&gt;Without Javascript enabled, this form will not function correctly&lt;/strong&gt;&lt;/noscript&gt;&lt;br /&gt;&lt;br /&gt;&lt;div id="WFDForm" style="position:relative;left:0px;top:0px;width:360px;height:400px;background-color:#FFFFFF;color:#000000;border-width:1;border-style:solid;"&gt;&lt;br /&gt;&lt;form name="Computer_Repair_Email_Form" action="http://www.webformdesigner.net/wfd_f2.php?id=Hv8dBJanvB" method="POST" enctype="application/x-www-form-urlencoded" onsubmit="return Computer_Repair_Email_Form_CF();"&gt;&lt;br /&gt;&lt;input type="submit" name="Service Request" value="Request Service" tabindex="1" style="position:absolute;z-index:1;left:20px;top:376px;width:155px;height:24px;"&gt;&lt;br /&gt;&lt;input type="reset" name="resetBtn" value="reset" tabindex="2" style="position:absolute;z-index:2;left:200px;top:376px;width:76px;height:24px;"&gt;&lt;br /&gt;&lt;textarea  name="service requested" rows="10" cols="40" wrap="virtual" tabindex="3" style="position:absolute;z-index:3;left:16px;top:154px;width:332px;height:212px;font-size:10pt;font-family:Arial;font-weight:normal;font-style:normal;color:#000000;background-color:#FFFFFF;"&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;input type="text" name="Phone" value="" size="40" maxlength="55" tabindex="4" style="position:absolute;z-index:4;left:140px;top:83px;width:208px;height:22px;font-size:10pt;font-family:Arial;font-weight:normal;font-style:normal;color:#000000;background-color:#FFFFFF;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;input type="text" name="Email" value="" size="40" maxlength="71" tabindex="5" style="position:absolute;z-index:5;left:140px;top:48px;width:208px;height:22px;font-size:10pt;font-family:Arial;font-weight:normal;font-style:normal;color:#000000;background-color:#FFFFFF;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div id="WFDObj6" style="position:absolute;z-index:6;left:48px;top:38px;width:84px;height:23px;font-size:10pt;font-family:Arial;font-weight:normal;font-style:normal;text-align:left;color:#000000;"&gt;&lt;br /&gt;Your EMail&lt;/div&gt;&lt;br /&gt;&lt;div id="WFDObj7" style="position:absolute;z-index:7;left:48px;top:73px;width:91px;height:23px;font-size:10pt;font-family:Arial;font-weight:normal;font-style:normal;text-align:left;color:#000000;"&gt;&lt;br /&gt;Your Phone&lt;/div&gt;&lt;br /&gt;&lt;div id="WFDObj8" style="position:absolute;z-index:8;left:48px;top:3px;width:86px;height:23px;font-size:10pt;font-family:Arial;font-weight:normal;font-style:normal;text-align:left;color:#000000;"&gt;&lt;br /&gt;Your Name&lt;/div&gt;&lt;br /&gt;&lt;input type="text" name="Names" value="" size="40" maxlength="55" tabindex="8" style="position:absolute;z-index:9;left:140px;top:13px;width:208px;height:22px;font-size:10pt;font-family:Arial;font-weight:normal;font-style:normal;color:#000000;background-color:#FFFFFF;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;div id="WFDObj10" style="position:absolute;z-index:10;left:13px;top:108px;width:172px;height:23px;font-size:10pt;font-family:Arial;font-weight:normal;font-style:normal;text-align:left;color:#000000;"&gt;&lt;br /&gt;How may we help you?&lt;/div&gt;&lt;br /&gt;&lt;div id="WFD" style="position:absolute;z-index:19;left:273px;top:383px;font-size:7pt;font-family:Arial;text-align:left;"&gt;&lt;br /&gt;&lt;A HREF="http://www.webformdesigner.com"&gt;WebFormDesigner&lt;/A&gt;&lt;/div&gt;&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;!-- End of WebFormDesigner form code --&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8815940009456047497-7150859375251337099?l=pcmacrepair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8815940009456047497/posts/default/7150859375251337099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8815940009456047497/posts/default/7150859375251337099'/><link rel='alternate' type='text/html' href='http://pcmacrepair.blogspot.com/2008/05/contact-us.html' title='CONTACT US'/><author><name>SSK</name><uri>http://www.blogger.com/profile/18015644049985186137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-8815940009456047497.post-1730144986329833627</id><published>2008-05-18T16:28:00.000-07:00</published><updated>2008-06-28T00:48:01.805-07:00</updated><title type='text'>ABOUT US</title><content type='html'>&lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;Welcome&lt;/span&gt; to&lt;/span&gt; PC Mac Repair. We offer friendly in-home computer &amp;amp; networking services such as; repair &amp;amp; upgrades, wireless and/or wired network setup &amp;amp; repair, computer learning lessons to educate you about your computer and/or programs. Services available for both Windows PC &amp;amp; Apple Macintosh systems, &amp;amp; networking.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8815940009456047497-1730144986329833627?l=pcmacrepair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8815940009456047497/posts/default/1730144986329833627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8815940009456047497/posts/default/1730144986329833627'/><link rel='alternate' type='text/html' href='http://pcmacrepair.blogspot.com/2008/05/services.html' title='ABOUT US'/><author><name>SSK</name><uri>http://www.blogger.com/profile/18015644049985186137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-8815940009456047497.post-8094212700898858290</id><published>2008-04-01T22:45:00.000-07:00</published><updated>2008-07-07T22:52:20.460-07:00</updated><title type='text'>Email Confirmation</title><content type='html'>Thank you. We have received your email. We will email or call you within 1 day. If you have not heard back from us in 24 hours please re-submit email form.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8815940009456047497-8094212700898858290?l=pcmacrepair.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8815940009456047497/posts/default/8094212700898858290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8815940009456047497/posts/default/8094212700898858290'/><link rel='alternate' type='text/html' href='http://pcmacrepair.blogspot.com/2008/07/email-confirmation.html' title='Email Confirmation'/><author><name>SSK</name><uri>http://www.blogger.com/profile/18015644049985186137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
