<?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>Sun Web Studio</title>
	<atom:link href="http://sunwebstudio.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sunwebstudio.com</link>
	<description>Web Solutions for Small Businesses</description>
	<lastBuildDate>Wed, 11 Aug 2010 21:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The WordPress White Screen of Death &#8212; Don&#8217;t Panic!</title>
		<link>http://sunwebstudio.com/?p=274</link>
		<comments>http://sunwebstudio.com/?p=274#comments</comments>
		<pubDate>Tue, 10 Aug 2010 23:54:50 +0000</pubDate>
		<dc:creator>Suzanne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunwebstudio.com/?p=274</guid>
		<description><![CDATA[About a month ago, all the admin sides of all WordPress sites I manage started displaying notices that WordPress 3.0 was available, please upgrade.  I keep each site automatically backing up its own database, so I ploughed ahead, confident I could fix anything that could go wrong, even if I had to rebuild it from [...]]]></description>
			<content:encoded><![CDATA[<p>About a month ago, all the admin sides of all WordPress sites I manage started displaying notices that WordPress 3.0 was available, please upgrade.  I keep each site automatically backing up its own database, so I ploughed ahead, confident I could fix anything that could go wrong, even if I had to rebuild it from scratch.  (No, I didn&#8217;t really <em>want</em> to rebuild anything from scratch.) Out of the first 5, 3 went really smoothly, but 2 of them did not.  Oh no!!  Something went &#8220;horribly&#8221; wrong, and not only were the sites&#8217; front pages displaying completely blank slates, but so were their admin login pages.   I couldn&#8217;t even login to fix them.</p>
<p>Hmmmm&#8230;. I scratched my head for a few hours.  Visited some forums, including WordPress.org&#8217;s own forum, and people were definitely posting the problem.  But nobody was giving  any helpful information.  In fact, I saw some serious blind leading the blind, and one poor bloke got talked into deleting his whole web site AND disgarding his database (OW!), and starting all over, trashing hundreds of articles.   I was dumbfounded at that, but not that dumb.</p>
<p>So, even though it was a known issue, there was no known &#8220;fix&#8221; for it, because it is actually a &#8220;feature&#8221; of the php language WordPress is written in!  Yup.  If the code somehow gets cross threaded and the web server can&#8217;t decide exactly what to display &#8212; you get a blank slate.   And it&#8217;s not just WordPress.  It&#8217;s Joomla, Drupal, and any other content management system that is written in php.</p>
<p>So I stepped through and treated it as if I&#8217;d been hacked, and using ordinary FTP, stepped backwards one step to the previous version of WordPress, by replacing my 3.0 code with a clean copy of the 2.9 code.  Amazingly, no luck!   Well, it had to be in the plugins then, so using FTP, I simply renamed the plugins directory so WordPress would assume there were no plugins that day.  Voila.  I could see the admin login page <img src='http://sunwebstudio.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Now the next step was to go through the plugins one by one, and replace them with fresh code.  Well, what did you know &#8211; some of them are no longer available from WordPress.  They must have been no longer compatible with the most recent version of WordPress, and got &#8220;retired&#8221;.   One by one I replaced each plugin with its most modern self, or a replacement for it (since WordPress offers 4000 plugins anyway).  I finally realized what the two sites that had failed had in common &#8212; In both of them, I had replaced the ordinary &#8220;TinyMCE&#8221; post editor that comes with WordPress, with the FCK-editor plugin, which enabled some special purpose I&#8217;d needed those days.  Ah well.  Found it&#8217;s now called CK-editor, continued updating the rest of the plugins, and all is well.</p>
<p>Now barely a month later, all my web sites are now prompting me to &#8220;upgrade to 3.1&#8243;</p>
<p>Naaaah.  I think I&#8217;ll wait a couple more weeks, and not be so out on the bleeding edge front that even the forums are lost.</p>
<p><img class="alignnone" title="Suzanne." src="http://www.sunwebstudio.com/Signature-Suzanne-black-50.gif" alt="" width="147" height="57" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sunwebstudio.com/?feed=rss2&amp;p=274</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovering your site from hacker damage</title>
		<link>http://sunwebstudio.com/?p=266</link>
		<comments>http://sunwebstudio.com/?p=266#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:45:10 +0000</pubDate>
		<dc:creator>Suzanne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunwebstudio.com/?p=266</guid>
		<description><![CDATA[In the last few months, I&#8217;ve been called upon several times to recover web sites from hacker damage.   Two were WordPress sites , and one was a Joomla site that was repeatedly hacked.  Some hacks are pretty funny &#8212; some teenager strutting his testosterone by replacing your front page with some piece of insulting ascii [...]]]></description>
			<content:encoded><![CDATA[<p>In the last few months, I&#8217;ve been called upon several times to recover web sites from hacker damage.   Two were WordPress sites , and one was a Joomla site that was repeatedly hacked.  Some hacks are pretty funny &#8212; some teenager strutting his testosterone by replacing your front page with some piece of insulting ascii art (think pirate logos and elf backsides).  Others forward your visitors to Chinese movie sites and sites unknown around the world.  The most malicious hacks attempt to download viruses and trojans to your computer through your browser.</p>
<p>The common theme seems to be that somebody had come in and used the self-registration feature, or had found a backdoor (because the site was running an old version of its CMS code) to register themselves by force.  Then they could tamper with the plugins&#8217; code from the inside, or with the CMS code itself.</p>
<p>But really, the fix is pretty much the same.  I&#8217;ve found the quickest most straightforward way to recover your site is to bulk-replace all the CMS code (WordPress, Joomla, Drupal, Mambo, something proprietary) with a fresh copy of the most recent version, and then check your .htaccess file.  I prefer to do it from the outside, that is, using FTP to just overwrite it all, because if a site has been hacked, I don&#8217;t trust that the internal update links from within the CMS itself will completely wipe out the problem.  Once you know you have clean CMS code, go through and install all clean code for all your plugins / extensions.  Just deactivate and delete them, then reinstall and reactivate them, one after the other.   Finally, check all your registered users.  If you&#8217;re supposed to be the only one, you can shout &#8220;Bang you&#8217;re dead!&#8221; as you hit that delete button.  If you have to sift through multiple legitimate users, you&#8217;ll have to use your judgment as to who belongs there and who doesn&#8217;t.   Particularly suspicious to me are people from far flung countries you never expected would care a whit about the subject matter of your site.  But alas, I run a legitimate Russian music site, so that Russian subscribers/members from Russia is not that much of a surprise to me.</p>
<p>With this fresh replacement of all your code, including your .htaccess text file, and the weeding out of your users, the odds are pretty good you&#8217;ve taken care of the problem.  The only possibility left would be your mysql database.  Yes, that could be corrupt, but judging from my own experience, less likely.  The only way to be sure is to plan ahead of time.  There are plugins and extensions available you can install in your site which you can use to schedule regular backups of your database.  If you post often, you probably want a daily backup.  If you post less frequent updates, you could get by with weekly backups.  But as long as you have that running on autopilot, you can be sure of having a clean copy of your database to restore, and thus stand to lose a minimum of work.</p>
<p>Hope this helps!</p>
<p><img class="alignnone" src="http://www.sunwebstudio.com/Signature-Suzanne-black-50.gif" alt="Suzanne." width="147" height="57" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sunwebstudio.com/?feed=rss2&amp;p=266</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>osCommerce joins the list of offerings at Sun Web Studio</title>
		<link>http://sunwebstudio.com/?p=255</link>
		<comments>http://sunwebstudio.com/?p=255#comments</comments>
		<pubDate>Sat, 14 Nov 2009 03:39:16 +0000</pubDate>
		<dc:creator>Suzanne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunwebstudio.com/?p=255</guid>
		<description><![CDATA[&#160; I have a customer who is just not happy with her WordPress web site. While the template customization turned out even more beautiful than I expected, and the wiz-bang plugins it&#8217;s running turn it all to magic, it is just not presenting her large inventory of products the way she envisioned. Not only that, [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<br />
I have a customer who is just not happy with her WordPress web site.  While the template customization turned out even more beautiful than I expected, and the wiz-bang plugins it&#8217;s running turn it all to magic, it is just not presenting her large inventory of products the way she envisioned. Not only that, but several of her competitors are obviously not using WordPress, but some storefront type of software, (although it&#8217;s not always possible to tell exactly what).  So she is expecting her customers will be more in tune with more catalog-type, less bloggy type, web sites.  We had given WordPress a valiant go on this site, but it just didn&#8217;t fit.  osCommerce is now installed and running, and all she needs to do is upload her catalog of products and start managing her store.</p>
<p>So now, I am very excited to be adding osCommerce to the list of offerings through at Sun Web Studio.  osCommerce is very nice storefront catalog &amp; shopping cart software, with a great many features for just getting down to business, attractively presenting many categories of products, and automatically calculating shipping rates and sales tax.  It also has the built in ability to keep accounts records, run specials, and especially nice is the ability to stay in touch with customers via email newsletters.  This is so very important to your online business succeeding and thriving.</p>
<p>Yes, it enables us to change and customize templates, too.  Your web site will be beautiful!</p>
<p><img class="alignnone" title="Suzanne." src="http://www.sunwebstudio.com/Signature-Suzanne-black-50.gif" alt="" width="147" height="57" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sunwebstudio.com/?feed=rss2&amp;p=255</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting into Joomla and vTiger</title>
		<link>http://sunwebstudio.com/?p=205</link>
		<comments>http://sunwebstudio.com/?p=205#comments</comments>
		<pubDate>Thu, 10 Sep 2009 02:29:05 +0000</pubDate>
		<dc:creator>Suzanne</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[CRM]]></category>

		<guid isPermaLink="false">http://sunwebstudio.com/?p=205</guid>
		<description><![CDATA[Wow, I feel like my head is going to explode! I am working on a very big project, automating the connection between buyers and sellers in a large but well defined particular niche, and it&#8217;s not just a sole proprietor kind of operation. This needs extensive interaction with both customer bases, big advertisers, and extensive [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, I feel like my head is going to explode!   I am working on a very big project, automating the connection between buyers and sellers in a large but well defined particular niche, and it&#8217;s not just a sole proprietor kind of operation.  This needs extensive interaction with both customer bases, big advertisers, and extensive data tracking.</p>
<p>I had at first proposed WordPress or WordPressμ (μ=mu=multi-user) and that might actually become part of this project, but I quickly realized it was bigger than that.    Don&#8217;t get me wrong.  I really like WordPress.  It started out as a little blog software that grew into a very nice CMS &#8211; Content Management System.  But I started thinking this project needed something different, something as big as a major news outlet would use, with many sections, each a web-site and a half in itself.</p>
<p>I&#8217;m a big fan of Open Source, so I started looking seriously at Joomla.  I had dabbled in it a year ago, but didn&#8217;t have a project big enough to fully explore it.   So wow, now I&#8217;m heavy into it.  It is NOT like WordPress at all.  You have to define things before you can define things before you define things, and the documentation hasn&#8217;t really caught up with it.  You have Components, Modules, Plugins, and Extensions, that are arranged in a flip-over hierarchy.  Sometimes things outrank other things, and sometimes it&#8217;s reversed.   And Categories &amp; Sections are not the same.   And God forbid you should write an article before a Category is defined for it.  God forbid you define a Category before a Section is defined for it.  God forbid you want to build a Menu before all your Sections and Categories are built.   God double-forbid you want to enter content anywhere before your web site is finished!</p>
<p>Well, I am finally getting the hang of it, but Joomla has a pretty ultra basic Registration form, and a pretty basic Contact form, and God hang you for thinking a Registered user is a Contact!   So of course, we need to go trolling for expanding Extensions to collect all this data.</p>
<p>Which brings me to what to do with this data??</p>
<p>Ha!  Well, <a href="http://sunwebstudio.com/?p=147" target="_blank">I&#8217;ve told you previously about SugarCRM</a>.  CRM=Customer Relationship Management.  You need that for big projects.  But I didn&#8217;t want to have Joomla collecting Registration/Contact data for me to manually import or type into another database every day!   So I went looking for an automated method to collect all the data we needed, and stuff it in a CRM, and I found these people, <a href="http://www.openwebapplications.com/" target="_blank">OpenWebApps</a>, who wax quite elequent about <a href="http://www.vtiger.org/" target="_blank">vTiger</a>, an Open Source competitor for SugarCRM, and who very kindly provide another extension for collecting unlimited fields on your contact form, er um, registration form, in Joomla, and importing them into vTiger.  Wow, that&#8217;s exactly what I need.</p>
<p>So I&#8217;ve gone through the process of installing Joomla (configuring it will be an ever ongoing process), and I&#8217;ve gone through the process of installing vTiger, both on my client&#8217;s preferred hosting service, and every hosting service has its quirks.  But I got them both working fine now.  And both have nearly empty databases.</p>
<p>NOW the job will be getting them to handshake, and it is at this point that I stop and fix some dinner, because my head is going to explode!  But don&#8217;t worrry.  <img src='http://sunwebstudio.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />    I&#8217;ll rest a bit and come back to it.  I love a good challenge!</p>
<p><img class="alignnone" title="Suzanne." src="http://www.sunwebstudio.com/Signature-Suzanne-black-50.gif" alt="" width="147" height="57" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sunwebstudio.com/?feed=rss2&amp;p=205</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GoDaddy Shopping Cart Thievery</title>
		<link>http://sunwebstudio.com/?p=193</link>
		<comments>http://sunwebstudio.com/?p=193#comments</comments>
		<pubDate>Thu, 27 Aug 2009 12:41:22 +0000</pubDate>
		<dc:creator>Suzanne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunwebstudio.com/?p=193</guid>
		<description><![CDATA[This afternoon I had the occasion to sit with a client who had a particular &#8220;sexy&#8221; domain name in mind: Secret&#60;redacted&#62;.com . She had been watching it for about 4 weeks &#8211; several times bringing up GoDaddy&#8217;s front page to reassure herself it was still available. She already owned two other domain names, so she [...]]]></description>
			<content:encoded><![CDATA[<p>This afternoon I had the occasion to sit with a client who had a particular &#8220;sexy&#8221; domain name in mind:   Secret&lt;redacted&gt;.com .     She had been watching it for about 4 weeks &#8211; several times bringing up GoDaddy&#8217;s front page to reassure herself it was still available.   She already owned two other domain names, so she knew what she was doing, already had a GoDaddy account, and knew how to buy a domain name.</p>
<p>With the intent that we were going to start her WordPress web site today, she brought up GoDaddy and I watched her again find her chosen available domain name and put it in her shopping cart.   GoDaddy, a pretty slow web site under the best of circumstances, overburdened with its flashy shell game of menues, ground her older laptop to a halt.</p>
<p>We figured while we were waiting for her laptop to find it&#8217;s way out of the morrasse, we&#8217;d hop onto my newer netbook, and she could buy her hosting where we had planned to do, and then we&#8217;d come back to the GoDaddy screen and complete her domain purchase.</p>
<p>I didn&#8217;t see whether it crashed and she rebooted, or whether she simply closed the browser and started over, counting on her shopping cart cookie to carry her forward (GoDaddy cookies are very quick to maintain products in MY shopping cart, I&#8217;ll tellya), but we found ourselves starting over with an empty shopping cart.</p>
<p>So she entered it again in the prominant domain search box.</p>
<p>What?  What???  WHAT????  It was now labelled a &#8220;<strong><span style="color: #ff6600;">Premium Domain</span></strong>&#8221; which GoDaddy would gladly sell us for <strong><span style="color: #ff6600;">$1,788 bucks</span></strong>!!</p>
<p>Something was very,  very, wrong.  And I was LIVID.  I AM livid.</p>
<p>I immediately did a whois on it, and got these results:</p>
<blockquote><address><tt> Domain Name: SECRET&lt;redacted&gt;.COM</tt></address>
<address><tt> Created: 2004-08-17</tt></address>
<address><tt> Expires: 2010-08-17</tt></address>
<address> </address>
<address> </address>
<address> </address>
<address><tt> Nameservers:</tt></address>
<address><tt> THIS-DOMAIN-FOR-SALE.COM</tt></address>
<address><tt> NS.BUYDOMAINS.COM</tt></address>
<address> </address>
<address> </address>
<address> </address>
<address><tt> Registrant:</tt></address>
<address><tt> RN WebReg</tt></address>
<address><tt> RareNames, Inc.</tt></address>
<address><tt> 738 Main Street, #389</tt></address>
<address><tt> Waltham, MA 02451</tt></address>
<address> </address>
<address> </address>
<address> </address>
<address><tt> Administrative Contact:</tt></address>
<address><tt> RN WebReg</tt></address>
<address><tt> RareNames, Inc.</tt></address>
<address><tt> 738 Main Street, #389</tt></address>
<address><tt> Waltham, MA 02451</tt></address>
<address><tt> Voice: +1.781 839 7993</tt></address>
<address><tt> Fax: +1.781 839 2801</tt></address>
<address><tt> E-mail: brokerage@buydomains.com</tt></address>
<address> </address>
<address> </address>
<address> </address>
<address><tt>Technical Contact:</tt></address>
<address><tt> RN WebReg</tt></address>
<address><tt> RareNames, Inc.</tt></address>
<address><tt> 738 Main Street, #389</tt></address>
<address><tt> Waltham, MA 02451</tt></address>
<address><tt> Voice: +1.781 839 7993</tt></address>
<address><tt> E-mail: brokerage@buydomains.com</tt></address>
<address> </address>
<address> </address>
<address> </address>
<address><tt> Billing Contact:</tt></address>
<address><tt> RN WebReg</tt></address>
<address><tt> RareNames, Inc.</tt></address>
<address><tt> 738 Main Street, #389</tt></address>
<address><tt> Waltham, MA 02451</tt></address>
<address><tt> Voice: +1.781 839 7993</tt></address>
<address><tt> E-mail: brokerage@buydomains.com</tt></address>
</blockquote>
<p>Hmmmm&#8230; So it says somebody has owned this domian since exactly 5 years and 10 days prior to us trying buy it, but it supposedly was a pristine domain from GoDaddy.</p>
<p>Well, I wasn&#8217;t born yesterday.  I know a stinking rat when I smell one, and I called GoDaddy.  To the best of my ability to reconstruct it, this was the conversation:</p>
<p><strong><span style="color: #0000ff;">GoDaddy Support:</span> </strong> Hello, this is Steve. How can I help you?</p>
<p><strong><span style="color: #0000ff;">Myself:</span></strong> Hi, I&#8217;m helping a friend with her web site, and we just tried to buy a domain name from GoDaddy, and saw a really weird thing happen.  It was available, we both saw it, and we put it in the shopping cart.  Then her browser crashed and we had to start over, and when we searched on it again, it came up as a &#8220;Premium Domain&#8221; for $1,788.   We know it had been available, we both saw it, but a whois on it now shows that somebody has owned it for over 4 years.</p>
<p><strong><span style="color: #0000ff;">GoDaddy Support: </span></strong><span style="color: #000000;">What was the domain?</span></p>
<p><span style="color: #000000;"><strong><span style="color: #0000ff;">Myself: </span></strong><span style="color: #000000;">Secret&lt;redacted&gt;.com</span></span></p>
<p><strong><span style="color: #0000ff;">GoDaddy Support:</span></strong> Yes, that domain has been owned for over 4 years.</p>
<p><strong><span style="color: #0000ff;">Myself: </span></strong> Then why did it come up as available on GoDaddy&#8217;s front page?</p>
<p><strong><span style="color: #0000ff;">GoDaddy Support: </span></strong> I can assure you that domain has been owned for over 4 years.</p>
<p><strong><span style="color: #0000ff;">Myself:</span></strong> Yes, I know what the database says. I pulled up a whois on it myself.  So apparently GoDaddy&#8217;s database was wrong, because it told us it was available when it wasn&#8217;t.   Or, GoDaddy&#8217;s database was correct, and the date on the whois database is wrong, and when we left our shopping cart, something tipped somebody off and it was really just bought 5 minutes ago, and somebody changed the date on it.</p>
<p><strong><span style="color: #0000ff;">GoDaddy Support: </span></strong> That&#8217;s not possible, that would have to have been be some kind of hacker to tamper with a government database.</p>
<p><strong><span style="color: #0000ff;">Myself:</span></strong> Yeah, so?  It happens.  I&#8217;ve even known some pretty smart hackers in my time.  Stuff like this happens.  So I&#8217;m telling you something is very wrong.  Either the whois database is wrong, or the GoDaddy front page was wrong in telling us it was available.   The both of us here saw it happen right before our eyes.</p>
<p><em>(My friend asked to speak on the phone.)</em></p>
<p><strong><span style="color: #0000ff;">My friend: </span></strong><span style="color: #0000ff;"><span style="color: #000000;">Hello, yes, I&#8217;ve been looking at Secret&lt;redacted&gt;.com on your GoDaddy front page for 4 weeks now, and it always told me it was available.  Only today after we tried to buy it, crashed, and tried again to buy it, did it came up as a premium domain, and wanted $1,788 for it.  It&#8217;s not that I even wanted that domain name that badly.  It just really bothers me that somebody would be so underhanded.</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><em>(I could no longer hear what GoDaddy Support was saying.  A couple of minutes later, she gave me back the phone.)</em></span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><strong><span style="color: #0000ff;">Myself: </span></strong> Well, I know that there&#8217;s nothing that you or we can do about it now.  That guy owns it now.  But there is something really wrong, and you really need to fill out a problem report, because there are only two possible scenarios &#8211; Either he has owned it for over 4 years, in which case GoDaddy&#8217;s database is telling people domain names are available when they&#8217;re not.   Or  he has owned it only a few minutes, in which case he somehow was connected into GoDaddy and quickly keyed in on an &#8220;abandoned&#8221; GoDaddy shopping cart, then hacked the date in the government database to hide his tracks.    So my friend and I can&#8217;t prove a damn thing, other than that there are now two eye-witnesses to what happened.   It is one of those two scenarios.   You might have somebody crooked on the inside helping him.  You need to write a problem report.</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><strong><span style="color: #0000ff;">GoDaddy Support: </span></strong> Well, if we saw a lot of this kind of thing, it would be a problem, but we generally don&#8217;t get these kinds of complaints.</span></span></p>
<p><strong><span style="color: #0000ff;">Myself: </span></strong><span style="color: #000000;"> There is still something very wrong.  It doesn&#8217;t matter if you don&#8217;t see a lot of this kind of thing.  Most people wouldn&#8217;t call you and tell you.  The GoDaddy site is so slow, a lot of people would totally give up and wouldn&#8217;t even bother calling you.  Or they might blame themselves.  Or they wouldn&#8217;t realize how really wrong this kind of thing is, or if they did they wouldn&#8217;t bother calling you to tell you you had a problem.  But I&#8217;m telling you you have a serious problem and need to write a problem report so GoDaddy knows about it, no matter how little you generally see it.</span></p>
<p><span style="color: #000000;"><em>(We said our goodbye pleasantries and hung up.)</em></span></p>
<p><span style="color: #000000;">By this time, after about a half hour worth of conversation, my friend had come up with a domain name she liked even better, Sacred&lt;redacted&gt;.com.  This actually fit the spiritual theme of her planned web site even better, yet was just as &#8220;sexy&#8221; a domain name as the first one had been.</span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><span style="color: #000000;">But for dang sure,</span> <strong><span style="color: #ff6600;"><span style="color: #ff6600;">WE  DIDN&#8217;T  BUY  IT  FROM  GODADDY</span><span style="color: #000000;">.</span></span></strong><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://sunwebstudio.com/?feed=rss2&amp;p=193</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adding a Sidebar to WordPress Default Theme</title>
		<link>http://sunwebstudio.com/?p=182</link>
		<comments>http://sunwebstudio.com/?p=182#comments</comments>
		<pubDate>Mon, 06 Jul 2009 23:30:35 +0000</pubDate>
		<dc:creator>Suzanne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunwebstudio.com/?p=182</guid>
		<description><![CDATA[I have a personal blog I play with at SuzCorner.com, which uses a color-altered version of the WordPress Default Theme (what can I say, I like it ). But a big source of frustration for me has been how the navigation sidebar simply &#8230;evaporates&#8230; when you go to a single archived article. Why? What possible [...]]]></description>
			<content:encoded><![CDATA[<p>I have a personal blog I play with at <a href="http://www.SuzCorner.com" target="_blank">SuzCorner.com</a>, which uses a color-altered version of the WordPress Default Theme (what can I say, I like it <img src='http://sunwebstudio.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   ).  But a big source of frustration for me has been how the navigation sidebar simply &#8230;evaporates&#8230; when you go to a single archived article.  Why?  What possible point does it serve to make the navigation go away?   I even spent quite a bit of time modifying the BlueBerry theme (a colorful variation of the Default theme) to the precise color scheme I wanted, only to find that, unlike the author&#8217;s own site which happily carried the navigation from page to page, when it came to be applied to <I>my</I> site, the navigation sidebar would just disappear again!! (Please excuse the language, but &#8230; WTH???)</p>
<p>A few times in months past, I&#8217;ve tried talking to other theme authors about different anomalous behaviours, only to get back a lot of head scratching and pretending to not know what I was talking about.  So maybe it wasn&#8217;t fair this time, but I didn&#8217;t even bother writing to the authors of either Default or BlueBerry.  I just started Googling, er, um, Binging &#8220;How to add a sidebar to WordPress Default theme&#8221;, and found <b><a href="http://codex.wordpress.org/Customizing_Your_Sidebar" target="_blank">this page</a></b>.</p>
<p>It&#8217;s a pretty nice informative page, and if you scroll way way down, it even gives a mention to adding a sidebar to the single archived pages of a Default themed blog (my case).  You just edit the &#8216;single.php&#8217; file, and stick in a <b>&lt;?php get_sidebar (); ?&gt;</b> statement.</p>
<p>Got that?</p>
<p>No hint, though, about where in the file to put it!! (Nice.)</p>
<p>That part I had to figure out myself, and now I&#8217;m telling you &#8212;  But before adding the new statement to call up the sidebar, you have to make room for it.  The content of those single archived pages has been made wide to fill the space the sidebar used to occupy, so you have to make it narrow again.</p>
<p>In the &#8216;single.php&#8217; file, find the line near the top that says:</p>
<p><b>&lt;div id=&#8221;content&#8221; class=&#8221;widecolumn&#8221;&gt;</b></p>
<p>Change it to:</p>
<p><b>&lt;div id=&#8221;content&#8221; class=&#8221;narrowcolumn&#8221;&gt;</b></p>
<p><I>Now</I> you can scroll all the way down to the bottom, and find the very last line, which says:</p>
<p><b>&lt;?php get_footer(); ?&gt;</b></p>
<p>Just <i>before</i> that line, insert the line that says:</p>
<p><b>&lt;?php get_sidebar (); ?&gt;</b></p>
<p>So what you end up with in the last two lines of the file &#8216;single.php&#8217; is:</p>
<p><b>&lt;?php get_sidebar (); ?&gt;<br />
&lt;?php get_footer(); ?&gt;</b></p>
<p>Voila!</p>
<p>Why go to all that trouble you say?  Well, so your visitors will never get confused! People who run out of things to read and click on on a web site (like navigation) soon leave and take their business elsewhere. And that&#8217;s  not what you want for your web site, is it?  </p>
<p><img src="http://www.sunwebstudio.com/Signature-Suzanne-black-50.gif"></p>
]]></content:encoded>
			<wfw:commentRss>http://sunwebstudio.com/?feed=rss2&amp;p=182</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customer Relationship Management Software</title>
		<link>http://sunwebstudio.com/?p=147</link>
		<comments>http://sunwebstudio.com/?p=147#comments</comments>
		<pubDate>Thu, 07 May 2009 21:05:27 +0000</pubDate>
		<dc:creator>Suzanne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunwebstudio.com/?p=147</guid>
		<description><![CDATA[How large is your business? Or more importantly, how large do you want it to be?? Entire national companies have risen and fallen on how well they keep track of and manage their customer relationships. If you are always chasing new customers, but not taking care of your existing customers, you fall. If you only [...]]]></description>
			<content:encoded><![CDATA[<p>How large is your business?</p>
<p>Or more importantly, how large do you want it to <em>be</em>??</p>
<p>Entire national companies have risen and fallen on how well they keep track of and manage their customer relationships.  If you are always chasing new customers, but not taking care of your existing customers, you fall.  If you only take care of your current comfortable list and never reach out to new prospects, you can expect to go down too, as times change, needs change, people move, retire, or even die.</p>
<p>If your business is very large, or you want it to be, you need to serve a large and growing base of customers and potential customers.  You need effective customer relationship management.  And lets face it, the days of paper schedules and Roll-o-dexes is gone.  (You can&#8217;t even buy Roll-o-dexes any more.)  Computers rule the day, and web based applications rule computers, as your businesses often outlive their computers!</p>
<p>I have been just wow-ed by the recent discovery that customer relationship software has been going open source (meaning free to download, install, customize, &amp; run).  The leader of the pack is SugarCRM, and it is scaleable as your business grows.  You can keep track of not only customers and prospects, but your employees, sales force, sales campaigns, meetings schedule, and phone calls.  I can think of at least one major national chain that went under within the past 5 years by spending millions trying to develop this type of software, and here it is handed to us small business owners on a silver platter!</p>
<p>Just install it on the non-public side of your web site, carry a laptop or netbook with you, and the world becomes your office.</p>
<p><a href="http://www.insidecrm.com/features/top-open-source-solutions-121307/">According to InsideCRM.com</a>, <a href="http://www.sugarforge.org/content/open-source/">SugarCRM</a> is the 800 pound gorilla in the open source CRM category, and it installs much the same as other mysql/php scripted programs.  Which means I can offer it to my own customers.</p>
<p><img class="size-large wp-image-148" title="SugarCRM Front Page" src="http://sunwebstudio.com/wp/wp-content/uploads/2009/05/surgarcrm_01-1024x550.gif" alt="SugarCRM Front Page" width="615" height="330" />SugarCRM Front Page</p>
<p>The above is the front page of SugarCRM, containing the menuitems:</p>
<p><img class="alignnone size-full wp-image-149" title="sugarcrm_menubar" src="http://sunwebstudio.com/wp/wp-content/uploads/2009/05/sugarcrm_menubar.gif" alt="sugarcrm_menubar" width="772" height="29" /></p>
<p><img class="alignnone size-full wp-image-150" title="sugarcrm_menubar_swingaway" src="http://sunwebstudio.com/wp/wp-content/uploads/2009/05/sugarcrm_menubar_swingaway.gif" alt="sugarcrm_menubar_swingaway" width="257" height="123" /></p>
<p>The front page sidebars offer quick views for updating the new contact database, events calendar, and income pipeline, while sidebars in the various functional pages are context senstitive, with straightforward buttons.</p>
<table border="0" width="100%">
<tbody>
<tr>
<td width="50%" align="center" valign="top"><img class="alignnone size-full wp-image-151" title="sugarcrm-left-sidebar" src="http://sunwebstudio.com/wp/wp-content/uploads/2009/05/sugarcrm-left-sidebar.gif" alt="sugarcrm-left-sidebar" width="171" height="530" /></td>
<td width="50%" align="center" valign="top"><img class="alignnone size-full wp-image-152" title="sugarcrm-right-sidebar" src="http://sunwebstudio.com/wp/wp-content/uploads/2009/05/sugarcrm-right-sidebar.gif" alt="sugarcrm-right-sidebar" width="359" height="672" /></td>
</tr>
</tbody>
</table>
<p>SugarCRM contains standard business functions, and I promise you is of incalculable value.  As your experience grows with its use, it will make itself more and more indispensible.</p>
<p>This addition to Sun Web Studio&#8217;s offerings warrants updating this site&#8217;s subtitle!   <img src='http://sunwebstudio.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><img src="http://www.sunwebstudio.com/Signature-Suzanne-black-50.gif" alt="Suzanne." /></p>
]]></content:encoded>
			<wfw:commentRss>http://sunwebstudio.com/?feed=rss2&amp;p=147</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translation Flags or Not Translation Flags</title>
		<link>http://sunwebstudio.com/?p=130</link>
		<comments>http://sunwebstudio.com/?p=130#comments</comments>
		<pubDate>Sun, 26 Apr 2009 05:32:20 +0000</pubDate>
		<dc:creator>Suzanne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunwebstudio.com/?p=130</guid>
		<description><![CDATA[Although I live in Tucson, Arizona, and most people here expect that if you&#8217;re bilingual, you speak English and Spanish, the luck of my particular circumstances has enabled me to develop web sites for several individuals and groups who speak various Eastern European languages. Add on top of that a niche web site for a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Although I live in Tucson, Arizona, and most people here expect that if you&#8217;re bilingual, you speak English and Spanish, the luck of my particular circumstances has enabled me to develop web sites for several individuals and groups who speak various Eastern European languages.  Add on top of that a niche web site for a product with a potential world market, and I started taking a serious look at automatic web translators, and linking to them from flag icons on my web sites.</p>
<p>Before you roll your eyes in your head because the reputations of robot translations is so bad, you might consider that the industry is continuously advancing, well parts of it are anyway, and the ones making the most progress can indeed give the reader a sense of what is being said.  If you&#8217;re not bilingual yourself, the best way to test a translation is to translate it back again, and see if you can read the double-translation.  You can even test it in several languages, to convince yourself for or against putting translation flags on your site.  So far, my own tests have led me to use Google&#8217;s translators, as far and away the ones most likely to help me communicate with people around the world.  Yes, Google offers a gadget:<br />
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&amp;up_source_language=en&amp;w=160&amp;h=60&amp;title=&amp;border=&amp;output=js"></script><br />
But personally, I prefer the friendly look of linked translation flags reaching out to a worldwide audience.  Either way, looking at my web sites in various alphabets of the world is <em>very</em> cool <img src='http://sunwebstudio.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><img class="alignnone" title="Suzanne." src="http://www.sunwebstudio.com/Signature-Suzanne-black-50.gif" alt="" width="147" height="57" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sunwebstudio.com/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Amazing Versatility of WordPress</title>
		<link>http://sunwebstudio.com/?p=122</link>
		<comments>http://sunwebstudio.com/?p=122#comments</comments>
		<pubDate>Mon, 20 Apr 2009 06:14:22 +0000</pubDate>
		<dc:creator>Suzanne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunwebstudio.com/?p=122</guid>
		<description><![CDATA[If you want a web site that puts you more in touch with your customers than a few unchanging static pages, then the open source WordPress Content Management System might be just the ticket for you. It enables people who don&#8217;t like getting bogged down in HTML and Javascript to make their own timely updates, [...]]]></description>
			<content:encoded><![CDATA[<p>If you want a web site that puts you more in touch with your customers than a few unchanging static pages, then the open source WordPress Content Management System might be just the ticket for you.  It enables people who don&#8217;t like getting bogged down in HTML and Javascript to make their own timely updates, send out newsletters, post to Twitter and Facebook, or even change the whole look &#038; feel of their site, if they feel so motivated.</p>
<p>The power of WordPress is in how its functionality is compartmentalized into plugins.  There are so many useful plugins available that no matter what your business model is, or how big or small your organization is, WordPress can handle it.  If you are a sole proprieter and have products to sell, there are shopping cart plugins available to integrate your site with PayPal or other credit card processors. If you like to write and blog and let advertisers pay you, there are plugins for positioning ads around your site.  If your business is based on one-on-one meetings with clients, there are calendar plugins where you can set business hours and let customers schedule their own appointments. Of course there are plugins for tracking your web site traffic so you can gauge the site&#8217;s success and usefullness.</p>
<p>Another great feature of WordPress is that it can support one author or many.  The owner of the site can assign usernames and passwords, or he/she can set the settings to allow many members of his/her organization register their own accounts.  This barely scratches the surface of what WordPress can do.  The possibilities are as infinite and unique as their are web site owners and business models.</p>
<p><img class="alignnone" title="Suzanne" src="http://www.sunwebstudio.com/Signature-Suzanne-black-50.gif" alt="" width="147" height="57" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sunwebstudio.com/?feed=rss2&amp;p=122</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your business is your voice!  Get it out there!</title>
		<link>http://sunwebstudio.com/?p=99</link>
		<comments>http://sunwebstudio.com/?p=99#comments</comments>
		<pubDate>Fri, 27 Mar 2009 03:29:04 +0000</pubDate>
		<dc:creator>Suzanne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunwebstudio.com/?p=99</guid>
		<description><![CDATA[There are a lot of &#8220;Internet Marketers&#8221; out there who will sell you the moon, &#8220;secret traffic builder&#8221; this and &#8220;sales blaster&#8221; that, and I&#8217;ve subscribed to dozens of them, and even bought some of the low cost products they offer, but the bottom line in just about all of them is to just to [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of &#8220;Internet Marketers&#8221; out there who will sell you the moon, &#8220;secret traffic builder&#8221; this and &#8220;sales blaster&#8221; that, and I&#8217;ve subscribed to dozens of them, and even bought some of the low cost products they offer, but the bottom line in just about all of them is to just to make yourself an absolute online social butterfly. Be real friendly, make lots of friends, become known as the friendly expert in your field, and try all kinds of ideas for getting your word out.</p>
<p>First in becoming recognized as the friendly expert is to set up a blog, and post to it frequently.</p>
<p>Second, you can offer a newsletter and you want to collect email  addresses of people who want to hear from you.  If you had an ebook to  sell, you might offer them a free chapter to entice them to subscribe to your e-newsletter.  You can send people chatty emails with free info, and once in a while send them a sales pitch, particularly if you are turning out new products too.   A lot of the big name marketers use expensive email services like aweber and ConstantContact, but there is an open source software called &#8220;poMMo&#8221; you can install on your own web site.  Although it has a  steep learning curve, it can save you a lot of money in the long run, as long as you don&#8217;t abuse your web hosting service, and use the throttle feature so you don&#8217;t overload their servers.</p>
<p>Thirdly, and these days it&#8217;s almost more important than an email mailing list, is to get on Twitter, and tweet a lot.  Draw many followers, and  increase who&#8217;s following you by following a lot of people yourself. (SteveWeber, a very down to earth internet marketer),  has a $5 product on how to supercharge your number of &#8220;followers&#8221; without getting your account suspended by Twitter.  I myself tend to get overwhelmed by the sheer numbers of people on Twitter, but I hear &#8220;TweetDeck&#8221; really helps you sort out everybody cross-talking with you.  Tweet, be friendly,  chatty, social, and be conversational.  Answer other people&#8217;s tweets, besides just posting your own.   And every once in a while, post a link to your most recent blog post where people come to visit you, see your blog, and yes your sidebar link to your sales page for your product or affiliate product.</p>
<p>The trick is finding a niche that&#8217;s biting.  Travis Sligo of &#8220;Bum Marketing&#8221; (another down-to-earth low cost marketer I follow), says the lonely hearts market is a <em>very</em> hot market.  He&#8217;s got an ebook on how to win back your ex that is raking him in money hand over fist.  He&#8217;s marketing it himself through an alter-ego he&#8217;s created (he wrote the book under a pseudonym), but he&#8217;s also got it on Clickbank for affiliates to pick up, too.</p>
<p>So I&#8217;m tellin&#8217; you, the bottom line of every marketing training package I&#8217;ve seen out there is just be an online social butterfly. Get out there &#8212; blog, email-newsletter, &amp; Twitter.   If you wanna throw in Facebook &amp;  Linked-In, Diggit, free classifieds, and others, ok.  But the first 3 are the first 3 and will get you the most bang for the effort.</p>
<p>Clickbank is good but they only do ebooks, and there are other affiliate programs out there too.  I sell a physical product in a certain niche, so I&#8217;ve been using  PayDotCom.com (which has no up front costs), but they do ebooks too, and Click2Sell.eu is a serious competitor for them too.</p>
<p>My nature is a little more on the introverted side, so I&#8217;m just getting the<br />
hang of all this myself.  But technically, the above is how you do it.</p>
<p>Best wishes, God Bless, and good night <img src='http://sunwebstudio.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><img class="alignnone" title="Suzanne" src="http://www.sunwebstudio.com/Signature-Suzanne-black-50.gif" alt="" width="147" height="57" /></p>
<p><a href="http://www.SunWebStudio.com">http://www.SunWebStudio.com</a><br />
<a href="http://twitter.com/SunWebStudio.com" target="_blank">http://twitter.com/SunWebStudio</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunwebstudio.com/?feed=rss2&amp;p=99</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
