<?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>Obata Sears</title>
	<atom:link href="http://obatasears.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://obatasears.com</link>
	<description>Web Design &#38; Development</description>
	<lastBuildDate>Fri, 19 Oct 2012 20:57:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Standing Out From The Rest</title>
		<link>http://obatasears.com/standing-out-from-the-rest/</link>
		<comments>http://obatasears.com/standing-out-from-the-rest/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 01:55:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Contact]]></category>

		<guid isPermaLink="false">http://obatasears.com/?p=399</guid>
		<description><![CDATA[Whether updating your existing website or creating a brand new site, we help your business stand apart from other template-based web designs. Let us know about your objectives and we can help you create the best website for your business.]]></description>
			<content:encoded><![CDATA[<p>Whether updating your existing website or creating a brand new site,  we help your business stand apart from other template-based web designs.  Let us know about your objectives and we can help you create the best  website for your business.</p>
<div>[contact-form-7]</div>
<div style="clear:both"></div>
]]></content:encoded>
			<wfw:commentRss>http://obatasears.com/standing-out-from-the-rest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Troubleshooting!</title>
		<link>http://obatasears.com/css-troubleshooting/</link>
		<comments>http://obatasears.com/css-troubleshooting/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 01:34:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Basics]]></category>

		<guid isPermaLink="false">http://obatasears.com/?p=330</guid>
		<description><![CDATA[If you like to experiment with your CSS you&#8217;ll also end up troubleshooting  your changes. CSS errors fall into several categories: cascade miscalculation browser (in)compatibility positioning error and of course, need we mention the trusty user error If you&#8217;re running into trouble, of course the first thing you checked was #5, clear the cache, or  [...]]]></description>
			<content:encoded><![CDATA[<p>If you like to experiment with your CSS you&#8217;ll also end up troubleshooting  your changes.</p>
<p>CSS errors fall into several categories:</p>
<ol>
<li>cascade miscalculation</li>
<li>browser (in)compatibility</li>
<li>positioning error</li>
<li>and of course, need we mention the trusty user error</li>
</ol>
<p>If you&#8217;re running into trouble, of course the first thing you checked was #5, clear the cache, or  forgot the &#8216;#&#8217; sign for the hex number, forgot the &#8216;;&#8217;, or forgot to close the bracket.  Once that&#8217;s out of the way, where do you go next?</p>
<p>Do a taste test for the flavor of your error; get a gut level reaction to which area it&#8217;s coming from from the list above.  If your code looks good, you&#8217;ll verify the cascade is good with a CSS tool like Firefox Web Developer (available as a Firefox plug-in  for the PC and Mac), or if you&#8217;re lucky enough to be running CSSEdit (MacRabbit program &#8212; you guessed it Mac only), you can fix just about any style error. These CSS tools (and others) will make it very obvious how to come up with the specific syntax for the class or id you want to create.</p>
<p>Okay, so let&#8217;s say you checked the cascade and it looks good, here&#8217;s another suspect: browser incompatibility. Browsers are about  as faithful and good for their word as a Wall Street concocted derivative, (and I know, I used to work in one of those offices).  Check the &#8220;error&#8221; in  a couple of different  browsers.  If it&#8217;s still a problem  you can look for a hack, but then you&#8217;re going down the road of maintaining that hack &#8211;  advisable to just try a different method that avoids the conflict.</p>
<p>Positioning error?  Well, that deserves a whole article of its own.  Coming soon.</p>
<p>Take this example. Let&#8217;s say you did a beautiful job of styling bullets &#8212; but they&#8217;re not working &#8212; the harsh truth is that different browsers express the spacing around bullets differently.  Fortunately, unlike people, you can flatten out the differences between browsers, by doing a browser &#8220;reset&#8221; at the very beginning of your stylesheet.  For example you set all elements to 0 margin and 0 padding like this:</p>
<pre style="padding-left: 30px;"> * {margin:0; padding:0;}</pre>
<p style="padding-left: 30px;">There are many examples of browser resets on the web.  Eric Meyers&#8217; is one of my favorites &#8212; well documented.</p>
<p style="padding-left: 30px;">here&#8217;s the beginning of his <a href="http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/">browser reset</a>:</p>
<pre style="padding-left: 30px;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}</pre>
<p>Read his <a href="http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/">article</a> for an excellent explanation.</p>
]]></content:encoded>
			<wfw:commentRss>http://obatasears.com/css-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If You&#8217;re New to the Process</title>
		<link>http://obatasears.com/for-first-time-websites/</link>
		<comments>http://obatasears.com/for-first-time-websites/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 17:32:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[firsties]]></category>

		<guid isPermaLink="false">http://obatasears.com/?p=212</guid>
		<description><![CDATA[If you are new to the process, there are some simple bits of information you&#8217;ll want to know up front, before getting your website started. There are several parts to your website: the domain name (e.g. xyz.com), the website files, and the server where the files will be stored, and sometimes email associated with that [...]]]></description>
			<content:encoded><![CDATA[<p>If you are new to the process, there are some simple bits of information you&#8217;ll want to know up front, before getting your website started.</p>
<p>There are several parts to your website: <strong>the domain name</strong> (e.g. xyz.com), <strong>the website files</strong>, and <strong>the server</strong> where the files will be stored, and sometimes email associated with that website (e.g. ariel@xyz.com).  Normally these pieces of your website are managed and maintained by different groups who specialize in those areas.  This is certainly not ideal for your average website owner, but it&#8217;s the result of the short and explosive growth of the web.</p>
<p><strong>If you&#8217;re running on a strict budget</strong>, on the other hand, and are willing to do a little research, you can build your own website at a one-stop shop such as godaddy.com.  Godaddy.com allows you to do all the aforementioned pieces of the website setup in one place &#8212; including purchasing the domain name.  Domain name/website tools such as Godaddy.com  will result in websites with a somewhat generic look, as they&#8217;re being generated by templates, but this solution can be an excellent one for a small shop just starting out.</p>
<p><strong>If you&#8217;re looking for some basic control</strong>, you&#8217;re the next level of user, who will choose their domain name, and then hand over the website design to a website designer or developer, who should then be able to  help the user find a good reliable host where the files will be stored.  Note that both file hosting and domain name are basically being rented to you.  You&#8217;ll pay an annual fee to lease the domain name, and usually a monthly fee to house the files.  When you want changes, you&#8217;ll contact your initial web designer or developer.</p>
<p><strong>After this level, comes customers who require additional functionality</strong>.  These customers might want to be able to update the site daily themselves, sell products through a payment gateway,  interact with social media and might want  have the site search engine optimized.   They might also want to have video edited or uploaded,  email names set up with the company name, and send out bulk email.  This customer will generally need to hire a web designer for the design portion, and a web developer to enable the functionality.  If this is a high volume site, these customers should also be looking for a web team  skilled with maintaining transactional security, backups, failover, monitoring the site for security, maintenance updates, analyzing web logs, and monitoring performance and capacity.</p>
<p><strong>If your product is in an aggressive online market</strong>, you may find that you also need to hire a search engine optimizer &#8212; and search engine optimization is a continuing task so this might be a monthly operations cost.  If your product is local or is not in a competitive market,  you can  probably have your text reviewed and optimized  during the startup period, and then occasionally when the need arises.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://obatasears.com/for-first-time-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Shorthand!</title>
		<link>http://obatasears.com/css-shorthand/</link>
		<comments>http://obatasears.com/css-shorthand/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 05:52:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Basics]]></category>

		<guid isPermaLink="false">http://studiowabisabi.com/obatasears/?p=192</guid>
		<description><![CDATA[Css shorthand is nice.  We like it not just because it&#8217;s compact, but because it groups up attributes and makes it simpler to maintain and to modify your stylesheets.  Nobody wants a 2000 line stylesheet. Let&#8217;s take the border property for example, you&#8217;d like a box with a 3 pixel medium gray border.  This could [...]]]></description>
			<content:encoded><![CDATA[<p>Css shorthand is nice.  We like it not just because it&#8217;s compact, but because it groups up attributes and makes it simpler to maintain and to modify your stylesheets.  Nobody wants a 2000 line stylesheet.</p>
<p>Let&#8217;s take the border property for example, you&#8217;d like a box with a 3 pixel medium gray border.  This could be written as:</p>
<p style="padding-left: 30px;">.box {border: 3px solid gray;}</p>
<div style="border: 3px solid gray; width: 100px; height: 100px;">
<p style="padding-left: 30px;">&nbsp;</p>
</div>
<p>&nbsp;</p>
<p>Let&#8217;s say you want paragraphs inside that box to have italic serif text with a lot of leading, that would be:</p>
<p style="padding-left: 30px;">.box {border: 3px solid gray; font: italic normal  1em/2em georgia, &#8220;Times New Roman&#8221;, serif; }</p>
<div style="border: 3px solid gray; width: 100px;">
<p>some serif  text with a lot of leading</p>
</div>
<p>Note that some of the properties will be required and some are not.  For instance, the required attributes  for font are:  size, and font family (font family names are separated with commas, and compound names are bracketed with quotation marks).</p>
<p>In this example, all  properties are shown, and those that are required are in bold:</p>
<pre>font: italic small-caps bold <strong>12px</strong> / 18px <strong>arial, helvetica, sans-serif</strong>;
<a href="http://www.w3.org/TR/CSS2/fonts.html#propdef-font-style">&lt;'font-style'&gt;</a> || <a href="http://www.w3.org/TR/CSS2/fonts.html#propdef-font-variant">&lt;'font-variant'&gt;</a> || <a href="http://www.w3.org/TR/CSS2/fonts.html#propdef-font-weight">&lt;'font-weight'&gt;</a> ]? <strong><a href="http://www.w3.org/TR/CSS2/fonts.html#propdef-font-size">&lt;'font-size'&gt;</a></strong> [ / <a href="http://www.w3.org/TR/CSS2/visudet.html#propdef-line-height">&lt;'line-height'&gt;</a> ]? <strong><a href="http://www.w3.org/TR/CSS2/fonts.html#propdef-font-family">&lt;'font-family'&gt;</a> </strong>]
</pre>
<p>I would recommend sticking to the order as described by the W3C.  Some browser versions seem to be picky about this.  You can skip any non-required properties.</p>
<p>Refer to the W3C documentation to confirm which are required for other classes.  That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://obatasears.com/css-shorthand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Current &amp; Recent Work</title>
		<link>http://obatasears.com/current-recent-work/</link>
		<comments>http://obatasears.com/current-recent-work/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 16:01:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://studiowabisabi.com/obatasears/?p=159</guid>
		<description><![CDATA[&#160; quickrice.org &#8211; WordPress theme modification, photography, video documentation, artist collaboration website, maintenance, social media integration michaelkoehleart.com &#8211; WordPress theme modification artist website camillanewhagen.com &#8211; WordPress site, artist theme development, PHP, documentation, training georgiajunegoldberg.com &#8211; PHP programming, artist website, maintenance, video management bikeadventuresmarin.com &#8211; Apple iWeb, adventure website, development and training from scratch www.tribes.org &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
<a href="http://quickrice.org">quickrice.org</a> &#8211; WordPress theme modification, photography, video documentation, <strong>artist collaboration</strong> website, maintenance, social media integration<br />
<a href="http://michaelkoehleart.com">michaelkoehleart.com</a> &#8211; WordPress theme modification <strong>artist</strong> website<br />
<a href="http://camillanewhagen.com">camillanewhagen.com</a> &#8211; WordPress site, <strong>artist</strong> theme development, PHP, documentation, training<br />
<a href="http://georgiajunegoldberg.com">georgiajunegoldberg.com</a> &#8211; PHP programming, <strong>artist</strong> website, maintenance, video management<br />
<a href="http://bikeadventuresmarin.com">bikeadventuresmarin.com</a> &#8211;  Apple iWeb, <strong>adventure</strong> website, development and training from scratch<br />
<a href="http://www.tribes.org">www.tribes.org</a> &#8211; WordPress consultation and modifications for <strong>online magazine</strong><br />
<a href="http://traklawoffice.com/">traklawoffice.com/</a> &#8211; <strong>Conversion</strong> of static to WordPress website for <strong>law office</strong><br />
<a href="http://www.studiowabi.com">studiowabi.com</a> &#8211; WordPress <strong>artist </strong>website, CMS, design, copy<br />
<a href="http://curriki.org">curriki.org</a> &#8211; <strong>education</strong>XWiki website, home page redesign, social media integration<br />
<a href="http://missionjobshare.com">missionjobshare.com</a> &#8211; copy, design, html, CSS, <strong>promotional </strong>website<br />
<a href="http://www.dycmarin.com">dycmarin.com</a> -WordPress website design for <strong>construction company</strong>, development, CMS, CSS, training</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_041311obatasearsWP_1581220992"
			class="flashmovie"
			width="360"
			height="278">
	<param name="movie" value="041311obatasearsWP.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="041311obatasearsWP.swf"
			name="fm_041311obatasearsWP_1581220992"
			width="360"
			height="278">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_041311obatasearsWP_341956398"
			class="flashmovie"
			width="360"
			height="278">
	<param name="movie" value="http://obatasears.com/wp-content/uploads/2011/04/041311obatasearsWP.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://obatasears.com/wp-content/uploads/2011/04/041311obatasearsWP.swf"
			name="fm_041311obatasearsWP_341956398"
			width="360"
			height="278">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
]]></content:encoded>
			<wfw:commentRss>http://obatasears.com/current-recent-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Customers</title>
		<link>http://obatasears.com/our-customers/</link>
		<comments>http://obatasears.com/our-customers/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 15:45:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://studiowabisabi.com/obatasears/?p=157</guid>
		<description><![CDATA[CORPORATE PROPRIETARY Visa International, internal intranet web site development, data modeling Charles Schwab, project manager for Schwab Institutional secure web site PG&#38;E, internal intranet web site development, data modeling Morgan Stanley, presentation graphics, computer graphics trainer &#160; SMALL BUSINESS / NON-PROFIT curriki.org &#8211; education website, home page redesign BETA missionjobshare.com &#8211; copy, design, html, CSS [...]]]></description>
			<content:encoded><![CDATA[<h3>CORPORATE PROPRIETARY</h3>
<p><strong>Visa International</strong>, internal intranet web site development, data modeling<br />
<strong>Charles Schwab</strong>, project manager for Schwab Institutional secure web<br />
site<br />
<strong>PG&amp;E</strong>, internal intranet web site development, data modeling<br />
<strong>Morgan Stanley</strong>, presentation graphics, computer graphics trainer</p>
<p>&nbsp;</p>
<h3>SMALL BUSINESS / NON-PROFIT<strong> </strong></h3>
<p><strong>curriki.org</strong> &#8211; education website, home page redesign BETA<br />
<strong>missionjobshare.com</strong> &#8211; copy, design, html, CSS<br />
<strong>dycmarin.com</strong> &#8211; website design, development, Joomla CMS, CSS, training<br />
<strong>3-waves.com</strong> &#8211; website design, development, Joomla CMS, CSS<br />
<strong>San Anselmo Preschool</strong> &#8211; website design, development, CMS, deployment,<br />
training<br />
<strong>Teamco Advisers </strong>- investment advisory firm: website design, web positioning<strong><br />
Raoul Weiller Illustration</strong>, web site design, development, and web positioning<br />
<strong>Marin Interfaith Council</strong> &#8211;  Redesign &#8212;   website design, development, WordPress CMS.<br />
<strong>TEESO </strong> Redesign &#8212;  CSS website design, development, deployment<br />
<strong>Paula Gloistein Photography</strong>, Version I, web site design, development, coaching<br />
<strong>RVMC</strong>, web site design, development, host management, and web positioning<br />
<strong>Regency House Imports</strong> &#8211; web site design, development, deployment<br />
<strong>MMCPRO</strong> &#8211;  web site design, development, deployment, training<br />
<strong>reddot.com</strong> &#8211;  web coaching, CGI development &amp; deployment<br />
<strong>Tagged.com</strong> -, web site update, HTML and CSS development<br />
<strong>WPCT</strong> &#8211; Redesign &#8212;  website design, Contribute integration, development.<br />
<strong>srmoms.org</strong> &#8211; Joomla CMS upgrade from 1.0 to 1.5x, security patches<br />
<strong>3-waves.com</strong> &#8211; Joomla CMS, re-design, copy<br />
<strong>studiowabisabi.com</strong> &#8211; build test environment, CMS, design, copy<br />
<strong>studiowabi.com</strong> &#8211; artist website, CMS, design, copy</p>
]]></content:encoded>
			<wfw:commentRss>http://obatasears.com/our-customers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picking out your domain name</title>
		<link>http://obatasears.com/video-post-1/</link>
		<comments>http://obatasears.com/video-post-1/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 21:50:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[domain names]]></category>
		<category><![CDATA[firsties]]></category>

		<guid isPermaLink="false">http://studiowabisabi.com/obatasears/?p=72</guid>
		<description><![CDATA[Picking out a domain name can be tricky, but it&#8217;s a low cost and essential part of getting your website started.  The length and content of the name will also contribute to the web design (think &#8216;bluebank.com&#8217; vs. &#8216;spiritualagency-cockerspaniels.org&#8217;) And if you&#8217;re looking for a fast start, having your name locked down means you can [...]]]></description>
			<content:encoded><![CDATA[<p>Picking out a domain name can be tricky, but it&#8217;s a low cost and essential part of getting your website started.  The length and content of the name will also contribute to the web design (think  &#8216;bluebank.com&#8217; vs. &#8216;spiritualagency-cockerspaniels.org&#8217;) And if you&#8217;re looking for a fast start, having your name locked down means you can start ordering related collateral imprinted with the website name, such as business cards.</p>
<p>If you haven&#8217;t figured out your domain name yet, first find out the answer to this important question:  is it available? There are easy to use registration tools, which will allow you to enter many choices at once, and will tell you which, if any, are available. Try out the <a href="http://www.networksolutions.com/domain-name-registration/index.jsp">name finder</a> at Network Solutions.</p>
<p>When coming up with name ideas, you may find the first ones that come to mind were taken years ago. If so, get out your pencil and come up with alternatives.  Numbers and dashes are legal, so you might consider those (for instance, 2dollarbill.com is taken, but 2-dollarbill.com is currently available).  Also consider how firm you are on your domain extension (.com, .org, .net, etc.).  Some of the domain name tools (at Godaddy.com for instance) will offer you other naming combinations.</p>
<p>The name finder at Network Solutions lets you check for availability on up to 10 names in one submission.  This will give you an idea right away as to whether the names you like are available &#8212; or if you&#8217;re in a really competitive area, you&#8217;ll be working on some innovative word combinations.  The domain name purchase itself is low cost, so if you&#8217;re down to two names and can&#8217;t decide, you can purchase both, and decide later &#8212; it&#8217;s more important to lock in your name.  The purchase charge is annual; you&#8217;re actually leasing the name annually, although you can also buy a multiple year lease.</p>
]]></content:encoded>
			<wfw:commentRss>http://obatasears.com/video-post-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barbara Obata</title>
		<link>http://obatasears.com/barbara/</link>
		<comments>http://obatasears.com/barbara/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 20:41:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Who We Are]]></category>

		<guid isPermaLink="false">http://studiowabisabi.com/obatasears/?p=54</guid>
		<description><![CDATA[web developer, project manager Barbara Obata began her computer career pre-WWW performing network services and technical support. Losing interest in protocol stacks and network sniffers in the early 90&#8242;s, she turned to the web and discovered a whole new realm of possibilities. She started on an intranet project in Silicon Valley, with 9 other developers [...]]]></description>
			<content:encoded><![CDATA[<h2 style="padding:0; margin:0 0 20px 0; color:#721F19; font:bold 14px/14px Georgia, serif ">web developer, project manager</h2>
<p>Barbara Obata began her computer career pre-WWW performing network services and technical support. Losing interest in protocol stacks and network sniffers in the early 90&#8242;s, she turned to the web and discovered a whole new realm of possibilities. She started on an intranet project in Silicon Valley, with 9 other developers in a conference room aka, “Web Woom”. Well, the web fun never ended. She develops websites, and integrates CMS tools such as Joomla, WordPress, trains others, and tracks browser incompatibilities. She lives and works in Marin County, California.</p>
]]></content:encoded>
			<wfw:commentRss>http://obatasears.com/barbara/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capabilities</title>
		<link>http://obatasears.com/capabilities/</link>
		<comments>http://obatasears.com/capabilities/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 18:33:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://studiowabisabi.com/obatasears/?p=43</guid>
		<description><![CDATA[web design, branding, logo design. We work closely with small and large clients to update and create websites. We start with a concrete picture  and produce a simple and elegant site.  Related projects might include brochures, letterhead, annual reports, or other hardcopy. web development and update. This is where we build in the functionality of [...]]]></description>
			<content:encoded><![CDATA[<p><strong>web design, branding, logo design. </strong>We work closely with small and large clients to update and create websites. We start with a concrete picture  and produce a simple and elegant site.  Related projects might include brochures, letterhead, annual reports, or other hardcopy. </p>
<p><strong>web development and update. </strong>This is where we build in the functionality of the website.  May include search tools, social media, forms, data collection, reporting. </p>
<p><strong>social media and video integration. </strong>We can integrate existing facebook and twitter feeds into your website, or setup facebook and twitter profiles from scratch.  We will also edit and integrate video into your website through either Youtube.com or vimeo.com. </p>
<p><strong>web positioning. </strong>The site&#8217;s content should be presented in a way that will enhance its ranking with search engines. Ranking is dependent on keyword prominence.</p>
<p><strong>web training. </strong>We conduct both in-house  corporate training as well as one-on-one  training to assist website  owners to publish their own web pages.  Services stretch from straight  editing with Dreamweaver, workshops in  Adobe Photoshop, to CGI  scripting, search engine optimization, and email client contact tools. </p>
<p><strong>web host management. </strong>Assistance in acquiring a domain  name, web host setup, managing the visitor logs, and monitoring  downtime, backup and failover strategies. We also offer temporary domain hosting for  web development customers.</p>
<h2>Tools</h2>
<p>We work with a range of tools.  We generate most of our design work through the CS5 Suite: Photoshop, Illustrator, and Dreamweaver.  We use CSSEdit, straight CSS and HTML, Espresso (the program) and a variety of other tools to generate the web pages.  We set up web environments for our customers using CMS tools such as WordPress and Joomla, PHP scripting, and SQL queries to MySQL database tables.</p>
]]></content:encoded>
			<wfw:commentRss>http://obatasears.com/capabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newsletters</title>
		<link>http://obatasears.com/tools-environments/</link>
		<comments>http://obatasears.com/tools-environments/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 18:27:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://studiowabisabi.com/obatasears/?p=41</guid>
		<description><![CDATA[Build customer relationships with newsletters. Offer helpful seasonal advice. Electronic newsletters are GREEN. Save money, trees, water and the air. We offer newsletter design and illustration services to keep your company high-profile! Email Announcements, Promotions Creating weekly or monthly specials keeps your valuable services visible. Communicate to your clients about your specials, and new services.]]></description>
			<content:encoded><![CDATA[<p><img  style="float:right; padding: 0 15px 15px 15px; border:none" title="green-leaf" src="http://obatasears.com/wp-content/uploads/2010/07/green-leaf.jpg" alt="" width="122px" height="82" /> Build customer relationships with newsletters. Offer helpful seasonal advice. Electronic newsletters are GREEN. Save money, trees, water and the air. We offer newsletter design and illustration services to keep your company high-profile!</p>
<h2>Email Announcements, Promotions</h2>
<p>Creating weekly or monthly specials keeps your valuable services visible. Communicate to your clients about your specials, and new services.</p>
]]></content:encoded>
			<wfw:commentRss>http://obatasears.com/tools-environments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
