<?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>the Emotiomental Graffiti blog</title>
	<atom:link href="http://blog.emotiomentalgraffiti.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.emotiomentalgraffiti.com</link>
	<description>near-forgotten scrawlings on back alley walls</description>
	<lastBuildDate>Wed, 03 Nov 2010 13:01:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twenty Ten Bottom Margin Bug &#8211; A Fix!</title>
		<link>http://blog.emotiomentalgraffiti.com/2010/08/twenty-ten-bottom-margin-bug-a-fix/</link>
		<comments>http://blog.emotiomentalgraffiti.com/2010/08/twenty-ten-bottom-margin-bug-a-fix/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 08:06:52 +0000</pubDate>
		<dc:creator>EMG</dc:creator>
				<category><![CDATA[In the Studio]]></category>
		<category><![CDATA[On the Web Design Front]]></category>
		<category><![CDATA[On the Web Development Front]]></category>
		<category><![CDATA[On the WordPress Front]]></category>
		<category><![CDATA[catching bugs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS bugs]]></category>
		<category><![CDATA[CSS tips and tricks]]></category>
		<category><![CDATA[Twenty Ten theme]]></category>
		<category><![CDATA[WordPress themes]]></category>

		<guid isPermaLink="false">http://blog.emotiomentalgraffiti.com/?p=335</guid>
		<description><![CDATA[<span class="hello">I've been working on a three column child theme for WordPress' Twenty Ten default theme...</span>

And in the process, discovered a bottom margin bug!

I submitted the bug to a Trac ticket <a href="http://core.trac.wordpress.org/ticket/14631">HERE</a> and also documented the fix that would squash the bug flat and make Twenty Ten render the way it was supposed to which I will share here in my blog.]]></description>
			<content:encoded><![CDATA[<p><span class="hello">I&#8217;ve been working on a fully fluid-width, XHTML Strict, table-less, three column child theme for WordPress&#8217; Twenty Ten default theme&#8230;</span></p>
<p>And in the process, discovered a bottom margin bug!</p>
<p>I submitted the bug to a Trac ticket <a href="http://core.trac.wordpress.org/ticket/14631">HERE</a> and also documented the fix that would squash the bug flat and make Twenty Ten render the way it was supposed to which I will share here in my blog.</p>
<p><strong>The Bug (in short):</strong></p>
<blockquote><p>The margin-bottom: 20px that is applied to the footer div triggers a well known CSS bug causing the 20px margin to be applied to the adjoining/bottom margin-touching wrapper div instead of the footer div.</p></blockquote>
<p>That bottom margin you see at the bottom of the page where the end of the content wrapper should be touching the bottom of the screen?</p>
<p>That&#8217;s the bug.</p>
<p><strong>The Fix (in short):</strong></p>
<blockquote><p>To correctly apply the 20px margin-bottom to the footer div and not accidentally to the wrapper div, the wrapper div needs to be given a 1px padding-bottom and the footer div needs to be given a 19px margin-bottom.</p>
<p>The padding applied to the wrapper where it touches the bottom of the footer container will trigger the margin-bottom to be rendered correctly for the footer and not the wrapper as the padding will add some &#8217;separation&#8217; between the two containers.</p>
<p>Another fix is to add a 1px border to the bottom of the wrapper and leave the 20px margin-bottom on the footer.</p>
<p>The border adds &#8216;content&#8217; to the bottom of the wrapper which triggers the margin-bottom for the footer to be rendered correctly.</p></blockquote>
<p><strong>Why the Bug Happens:</strong></p>
<p><span id="more-335"></span></p>
<blockquote><p>If two adjoining containers share a common side (in this case, bottom of the footer and the bottom of the wrapper) and there is no padding or border to &#8217;separate&#8217; them (padding) or &#8216;add content&#8217; (a border would &#8216;add content&#8217; in this case) aside from a declared margin that affects that shared side (in this case, the footer&#8217;s margin), a bug is triggered where:</p>
<p>The margin applied to one container can be &#8216;doubled&#8217; or &#8216;pushed out&#8217; to the other container.</p></blockquote>
<p>In other words, depending on how you see it, the margin either &#8216;doubles&#8217; or gets &#8216;pushed out&#8217; owing to this particular quirk of CSS.  </p>
<p>Not surprisingly, this is related to the collapsing margins bug as well where two adjoining margins collapse into one margin.</p>
<p><strong>Final Thoughts:</strong></p>
<p>I know a lot of people don&#8217;t mind and/or don&#8217;t care about that bottom margin, but for those of you who like your footers to be stuck to the &#8216;foot&#8217; of your viewing screen, this bug fix is for you.</p>
<p>Cheers and a big thank you to the WordPress team for such an awesome and versatile theme! <img src='http://blog.emotiomentalgraffiti.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span class="goodbye">~ EMG</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.emotiomentalgraffiti.com/2010/08/twenty-ten-bottom-margin-bug-a-fix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Resolved! &#8211; Web Hosting Gone Wrong</title>
		<link>http://blog.emotiomentalgraffiti.com/2010/08/resolved-web-hosting-gone-wrong/</link>
		<comments>http://blog.emotiomentalgraffiti.com/2010/08/resolved-web-hosting-gone-wrong/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 12:08:52 +0000</pubDate>
		<dc:creator>EMG</dc:creator>
				<category><![CDATA[In My Mind]]></category>
		<category><![CDATA[In the Cyber World]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[customer service gone right]]></category>
		<category><![CDATA[making amends]]></category>
		<category><![CDATA[Media Temple]]></category>
		<category><![CDATA[shared hosting]]></category>

		<guid isPermaLink="false">http://blog.emotiomentalgraffiti.com/?p=330</guid>
		<description><![CDATA[<span class="hello">It's been a few long months owing to me having to take care of emergency familial issues, but remember that post I made back in March about <a href="http://blog.emotiomentalgraffiti.com/2010/03/web-hosting-gone-wrong-but-overage-waived/">Web Hosting Gone Wrong</a>?</span>

Shortly after I wrote that post, I spoke with Andrew from <strong>Media Temple</strong> about this matter and where he obviously was not allowed to go into situation specifics aside from what was publicly posted by Kyle, we were able to talk more in-depth about <strong>Media Temple's</strong> policies and about specifics regarding theoretical situations which could result in the scenario that Kyle experienced.  I aired my concerns - elaborated where necessary - and Andrew addressed them all quite thoroughly and we spoke at length about the various topics I had addressed in my previous blog posts.  

At this point (actually, much earlier, but I have been unable to really sit down to write until now - sorry, Andrew!), I have to say that where I still have mild concerns about the potential 'ease' of going over resource allotment, I am satisfied with the results of the conversation and no longer have that sour taste in my mouth or the same misgivings I once had.]]></description>
			<content:encoded><![CDATA[<p><span class="hello">It&#8217;s been a few long months owing to me having to take care of emergency familial issues, but remember that post I made back in March about <a href="http://blog.emotiomentalgraffiti.com/2010/03/web-hosting-gone-wrong-but-overage-waived/">Web Hosting Gone Wrong</a>?</span></p>
<p>Shortly after I wrote that post, I spoke with Andrew from <strong>Media Temple</strong> about this matter and where he obviously was not allowed to go into situation specifics aside from what was publicly posted by Kyle, we were able to talk more in-depth about <strong>Media Temple&#8217;s</strong> policies and about specifics regarding theoretical situations which could result in the scenario that Kyle experienced.  I aired my concerns &#8211; elaborated where necessary &#8211; and Andrew addressed them all quite thoroughly and we spoke at length about the various topics I had addressed in my previous blog posts.  </p>
<p>At this point (actually, much earlier, but I have been unable to really sit down to write until now &#8211; sorry, Andrew!), I have to say that where I still have mild concerns about the potential &#8216;ease&#8217; of going over resource allotment, I am satisfied with the results of the conversation and no longer have that sour taste in my mouth or the same misgivings I once had. </p>
<p>In case it wasn&#8217;t evident in previous posts or in case anyone needs a reminder, I will reiterate that my concerns were NOT regarding <strong>MT</strong> charging for overages (in other words, I wasn&#8217;t saying that <strong>MT</strong> shouldn&#8217;t charge for overages, period).  </p>
<p>My greatest concern was how unexpectedly the overage-causing situation had happened (it was a total and complete accident and there was no prior indication that such a problem would happen), what the ramifications were (triggering the overage as the situation caused resource over-usage), what the implications might be (how easy would it be to go over resource allotment?), and then how <strong>MT</strong> INITIALLY handled the situation.</p>
<p>As a courtesy to Andrew and <strong>Media Temple</strong>, I will address the issues one more time and then close this particular &#8216;chapter&#8217; of blog posts regarding <strong>Web Hosting Gone Wrong</strong>.</p>
<p><span id="more-330"></span></p>
<p>First and foremost:</p>
<p>In regards to resource allocation and overages, MT&#8217;s policies regarding overages and related fees is outlined on their site and users have the ability to track their usage of resources from their control panel.</p>
<p>The fees were NOT unexpected or necessarily unreasonable as they were accrued in accordance to usage policies, but the situation that caused the overage WAS quite a surprise (millions of 404 errors generated from the unexpected breaking of links due to site migration issues).  For this reason, Kyle &#8211; as a new customer who had just finished with said site migration which had seemed to go just fine &#8211; was offered the waiving of the overage charges as a courtesy after further talks with customer service.</p>
<p>Initially, it wasn&#8217;t offered as policy is policy and the policy is no secret and neither is a user&#8217;s resource usage, but on further review of the situation and the circumstances, <strong>MT</strong> decided that the situation was very much accidental and even more unexpected and so gave an exception.</p>
<p>Seeing as how it was an unexpected accident (there had been no previous indication that something was wrong or broken) that grew rather suddenly to huge proportions and to someone who was still unfamiliar to MT&#8217;s system, I consider the gesture to be two things &#8211; courteous, and fair.</p>
<p>Also as a related aside, in regards to resource allocation and GPU usage and overages that can result in general, the resource allocation and GPU allotment is in place to ensure that all customers on the shared hosting get their &#8216;fair share&#8217; of the resources.  If one customer goes way over the allotment, that takes away from someone else&#8217;s resources, which isn&#8217;t fair for the other customers who are not going over their resource usage.  So yeah, definitely not complaining about overages being charged when generally speaking.</p>
<p>And finally:</p>
<p>In regards to concerns about how &#8216;easy&#8217; it seemed to go over resource usage (recall the stats and numbers I pulled from MT&#8217;s site in my previous post), Kyle&#8217;s situation was unique and uncommon in the sense of such an incident happening on a normal basis.  Normal usage without generating millions of 404 errors would normally not be a cause for concern about overage.  </p>
<p>Andrew also mentioned that there are some customers who know in advance that they will be going over and in such a case, they are prepared to pay for the related fees.  Where some web hosts will lock down a domain for overage, <strong>MT</strong> allows the overage to happen without cost to the domain but at a cost to the user to compensate for the additional resources being used.  Given the way their server structuring works, it makes sense and if nothing else, the terms of service are up-front.</p>
<p><strong>In conclusion</strong>, where there seemed to be a bit of a tangle in regards to getting everything sorted out, everything has since been set straight.</p>
<p>With the forwardness of Andrew&#8217;s offer to speak with me about <strong>Media Temple&#8217;s</strong> policies and the situation described in this post and in previous posts (as much as is allowed, anyways, which I completely understand) and his courtesy offer to let me try <strong>Media Temple</strong> out as a web host so I can better understand what their service offers, I once again feel confident that <strong>Media Temple</strong> can provide users with quality service that is both transparent in policy and strong in fairness and communication.</p>
<p>Thank you Andrew for your time; I really appreciate it.  <img src='http://blog.emotiomentalgraffiti.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If there is anything you would like to add, please feel free to drop me a note and I will add it in this post.</p>
<p><span class="goodbye">~ EMG</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.emotiomentalgraffiti.com/2010/08/resolved-web-hosting-gone-wrong/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hiatus Highway</title>
		<link>http://blog.emotiomentalgraffiti.com/2010/05/hiatus-highway/</link>
		<comments>http://blog.emotiomentalgraffiti.com/2010/05/hiatus-highway/#comments</comments>
		<pubDate>Sat, 15 May 2010 00:19:14 +0000</pubDate>
		<dc:creator>EMG</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Convolutions]]></category>
		<category><![CDATA[administrative]]></category>
		<category><![CDATA[hiatus]]></category>

		<guid isPermaLink="false">http://blog.emotiomentalgraffiti.com/?p=326</guid>
		<description><![CDATA[<span class="hello">So you might have noticed that I haven't updated my blog recently...</span>

The reason for that is because I am on a very impromptu hiatus right now.  ]]></description>
			<content:encoded><![CDATA[<p><span class="hello">So you might have noticed that I haven&#8217;t updated my blog recently&#8230;</span></p>
<p>The reason for that is because I am on a very impromptu hiatus right now.  </p>
<p>Work and play (and blogging is a part of both for me) are currently on the backburner while I spend time with my family to help care for my mother who very recently suffered a hemorrhagic stroke on account of her previously unmanagable hypertension (overall health good, no risky lifestyle factors, etc which can be changed to help lower blood pressure) which had spiked up to 225 even WITH medications.</p>
<p>Geebuz.</p>
<p>Since it is only a minor stroke, things could certainly be worse, but dammit, things also could have been better, too!</p>
<p>So&#8230; yeah.</p>
<p><strong>EMG</strong> over and out. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.emotiomentalgraffiti.com/2010/05/hiatus-highway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy Gone Wrong&#8230; and Right</title>
		<link>http://blog.emotiomentalgraffiti.com/2010/03/godaddy-gone-wrong-and-right/</link>
		<comments>http://blog.emotiomentalgraffiti.com/2010/03/godaddy-gone-wrong-and-right/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 13:20:00 +0000</pubDate>
		<dc:creator>EMG</dc:creator>
				<category><![CDATA[In My Mind]]></category>
		<category><![CDATA[In the Cyber World]]></category>
		<category><![CDATA[On Being a Webmaster]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[bad impressions]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[customer service gone wrong]]></category>
		<category><![CDATA[domain registration]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[good and bad]]></category>
		<category><![CDATA[things NOT to do]]></category>
		<category><![CDATA[UI/UX issues]]></category>
		<category><![CDATA[unprofessionalism]]></category>
		<category><![CDATA[upselling gone wrong]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web hosting gone right]]></category>
		<category><![CDATA[web hosting gone wrong]]></category>

		<guid isPermaLink="false">http://blog.emotiomentalgraffiti.com/?p=314</guid>
		<description><![CDATA[<span class="hello">Cheap(er) domain registration prices and cheap(er) basic web hosting packages have never and will never motivate me to choose GoDaddy for any of my domain registration or web hosting needs.</span>

<strong>NEVER.</strong>]]></description>
			<content:encoded><![CDATA[<p><span class="hello">Cheap(er) domain registration prices and cheap(er) basic web hosting packages have never and will never motivate me to choose GoDaddy for any of my domain registration or web hosting needs.</span></p>
<p><strong>NEVER.</strong></p>
<p>However. </p>
<p>Due to the old RegisterFly fiasco (not my fault!) that happened back in the timespan of 2005-2007, I had a handful of domains that I had been maintaining at RegisterFly get pushed on to GoDaddy while one domain ended up with eNom.  Several got moved elsewhere (DreamHost, here I come!) while I let others whose purposes had expired&#8230; expire.</p>
<p>Also.</p>
<p>Due to working with various people over the years &#8211; paid, voluntary, because we&#8217;re friends, and otherwise &#8211; I have been forced to interact with GoDaddy as the go-between fix-it and fix-up person.</p>
<p>But those incidents and instances aside, I myself would never &#8211; if possible &#8211; choose GoDaddy.</p>
<p>Why?</p>
<p>Good grief, but where do I start?</p>
<p>I know!  How about in alphabetical order?</p>
<p><span id="more-314"></span></p>
<p><strong>ADVERTISING PRACTICES</strong></p>
<p>I really dislike how the offsite advertising in general (TV ads, ads elsewhere on the web) frequently reminds me about how questionable I view GoDaddy&#8217;s services to be.  In relation, I also really dislike seeing Danica Patrick&#8217;s and Bob Parsons&#8217; faces plastered everywhere on the site.  </p>
<p>Seeing faces on the landing page, fine.  Good idea, even, as it&#8217;s part of the branding and marketing et al.  But EVERYWHERE?!  I DON&#8217;T need their faces to sell me MORE domains or whatever other web package is being offered!  In fact, the faster I can get through the pages upon pages (see the Web UI and UX bit for more information) of advertising and upselling to get to what I need to get to, the happier I would be!  </p>
<p>So that&#8217;s one thing.</p>
<p>The other thing is this:</p>
<p>Due to the kinds of advertisements GoDaddy has run and continues to run, seeing Danica&#8217;s face everywhere in particular automatically matches her &#8211; and the GoDaddy service in general &#8211; to a pair/multiple pairs! of prominently displayed High Definition-quality breasts.</p>
<p>Coupled with the frequent and liberal showcasing of the GoDaddy Girls, the word GoDaddy on its own leaves a taste of &#8216;what the hell kind of a service is this place offering anyways &#8211; free email porno with every purchase?&#8217; in my mouth.  </p>
<p>It also doesn&#8217;t help that Parsons&#8217; blog features &#8217;sexy talk&#8217; (viewer discretion advised!) related to the GoDaddy Girls and girls in general and that the advertisements in the sidebar and elsewhere that link to his blog often utilizes titillating wording to attract attention and the content of such blog posts often involves the objectifying of women.</p>
<p>Making mental comparisons of Parsons to that guy who owns that Bunny Ranch in Nevada, is NOT, in my opinion, good for a professional image for someone who is the head of a web hosting and domain registrar company.  </p>
<p>Are you selling an online porno mag or are you selling web hosting and domain registration services?  Maybe it&#8217;s just me, but I prefer to keep porno with porno and web hosting et al related services with web hosting et al.</p>
<p>Personally, the mental comparison always makes me wonder if I can dare to trust the operation of a company that deals with something so technically involved to someone like that.</p>
<p>RegisterFly, whom I mentioned in passing in my opening paragraphs, had a founder whose professionalism and know-how had increasing reason to be questioned in the lifetime of his ownership of the company.  My experience with the company &#8211; once rock solid &#8211; was all downhill after the first few years.  Coincidence?  Nope.  Correlation.</p>
<p>Do I want to repeat that experience?</p>
<p>No thank you!</p>
<p>Furthermore, where I&#8217;d figure that a guy like Parsons couldn&#8217;t care less about me hosting all manners of porno sites using his service, do I really want my professional career be tied in with a company that exudes such a feel?</p>
<p>My male clients might not have anything to say about it, but I know my female clients might take issue and I would hardly be able to blame them.  As is, I have had more than a few women ask me if there are other hosting options aside from GoDaddy as they dislike how strongly women are objectified by the company and dislike the company&#8217;s consequently &#8217;seemingly unprofessional&#8217; tone.</p>
<p>I want someone to take me and my services seriously; not question my ability to make sound judgment calls based on the fact that I am trying to save money by using a service whose advertisements make it look more like an online Bunny Ranch than an honest-to-goodness reliable web host and domain registrar.</p>
<p>My answer?</p>
<p>No thank you.</p>
<p>Listen.  If I want my visual eye candy, I&#8217;d get it elsewhere &#8211; NOT from a web hosting and domain registrar!</p>
<p>Also.  If I wanted to be a customer/client under a Hugh Hefner wannabe, I&#8217;d go for Hugh Hefner and his Playboy franchise.  At least I KNOW that I am signing up for pornography and should therefore expect eye candy at every which click!</p>
<p><strong>CUSTOMER SUPPORT</strong></p>
<p>I have been on the telephone with their customer support on and off for the last few years &#8211; for myself, for my clients &#8211; and no matter the reason I call in I ALWAYS get someone who is trying to upsell me with services I DON&#8217;T NEED and WILL NEVER NEED because the service that it is associated with is a service that I DON&#8217;T and WON&#8217;T use.</p>
<p>&#8216;Frustrating&#8217; doesn&#8217;t cover what I feel when I have called in with a very urgent problem only to be greeted by an upsell.</p>
<p>Who am I talking to &#8211; a credit card company?!</p>
<p>Apparently so.</p>
<p>And in relation to that, is:</p>
<p><strong>UPSELL PRACTICES</strong></p>
<p>Anyone who has ever tried performing an action so simple as renewing a domain will know what I mean when I say the upselling that goes on in the process of trying to perform a single task is multiple pages long.  </p>
<p>From trying to sell you other related domain names or the same domain name except under different TLDs to selling you privacy protection to selling you email services to selling you all manners of web hosting services and things related to web hosting, the number of pages you need to click through to get to the final page is TOO MANY. </p>
<p>And if that weren&#8217;t enough, on your confirmation page is yet ANOTHER chance to purchase something else!</p>
<p>Aside from simply being annoyed to all hell with the upselling, what I really dislike is this:</p>
<p>The upselling content is small-fonted and all cram-jam-packed into each page.  If you&#8217;re not careful, you very well could end up signing up for something else before you realize what is going on and you could very well end up NOT completing the transaction you were trying to complete.</p>
<p>I HATE how GoDaddy forces its customers to endure page after page of upselling to get to the end point.</p>
<p>Do you want my money or not?  Would you rather have someone give you their money to you in peace or would you rather have them accidentally buy (or not buy!) something they didn&#8217;t want (wanted)?</p>
<p>Apparently the latter.</p>
<p>No thanks.</p>
<p>To me, that falls under the category of &#8217;shady business practices&#8217;.</p>
<p>To use DreamHost as a contrasting example, they offer me all manners of options in the side panel of my account control panel.  If I need it, I click it and it opens the service/feature page in question and I have an option to purchase.  Additionally, non-sidebar informational text-based links to other services are logically placed in accordance to the service/feature I am utilizing or maintaining.  And, if I contact customer support to ask a question about databases they are NOT going to randomly try to sell me an SSL.</p>
<p>Thank goodness!</p>
<p><strong>WEBSITE UI and UX </strong></p>
<p>This goes hand in hand with the &#8217;shady business practices&#8217; and the whole &#8216;GoDaddy&#8217;s advertising makes me question the nature of the services and the quality of the services offered&#8217; topics I covered earlier.</p>
<p>If a potential or current customer can&#8217;t access &#8211; much less navigate &#8211; through a website that loads slower than molasses, then how are they supposed to do any business?</p>
<p>It&#8217;s slow on a good day.  It&#8217;s buggy on a bad day.  It crashes my browsers on the worst days. </p>
<p>Additionally, with the way all the damned upselling and advertising is placed helter-skelter EVERYWHERE on every page, how the hell does anyone know where to look for the right services and features to begin with?</p>
<p>I can only manage because I memorized the location of everything and because I&#8217;ve had years of dealing with user unfriendly UIs which provide terrible UXs.</p>
<p>How a first-timer manages to get everything set up perfectly the first time, I have no idea.</p>
<p>Now.</p>
<p><strong>After I&#8217;ve said all that, I&#8217;m sure you&#8217;re wondering what could possibly be right after all the things I said were wrong.</strong></p>
<p>Admittedly, as much as I sometimes want to say that GoDaddy gives the impression of nothing but trouble, there ARE a few things that GoDaddy has done right.</p>
<p><strong>The MySpace Username and Password List Incident</strong></p>
<p>There was a lot of hullaballoo about GoDaddy&#8217;s takedown of a site that had a list of MySpace usernames and passwords posted (the site archives mailing lists) with people complaining about the takedown being an infringement of the freedom of speech.</p>
<p>Since when does Freedom of Speech include posting usernames and passwords?  An act which under almost ANY and ALL TOSes of ANY remotely reputable internet-based service or site is consider illegal and punishable?</p>
<p>Good for GoDaddy and even better for them standing up to their stance on the issue and reaffirming their stance on using their services to perpetuate illicit activities!</p>
<p><strong>The RegisterFly Incident</strong></p>
<p>GoDaddy acquired a whole bunch of domains as a result of the RegisterFly fiasco and during the time where I had to wrangle with figuring out what was going to happen to my various domains that had gotten split up between two different registrars, GoDaddy customer support was very helpful in helping me get everything back in order.</p>
<p>I can&#8217;t complain about the upselling because it was the perfect opportunity to do so at the time and they handled my questions and situation well, given the enormity of the fiasco.</p>
<p>To that, I give my sincerest thanks and that leads me to my closing thought:</p>
<p><strong>I wish GoDaddy&#8217;s business model didn&#8217;t rub me the wrong way as much as it does, but I know as well as everyone else that GoDaddy as it exists now in the form that I on a whole disagree with so much is here to stay for a while and I will just have to agree to disagree with them.</strong></p>
<p>They&#8217;re not a bad company, and where I sure don&#8217;t agree with their practices, I&#8217;m sure others do and will and maybe even encourage it.  </p>
<p>In all honesty, I can see the business-related reasoning behind why they do what they do and in that particular sense, I can&#8217;t really &#8216;fault&#8217; the company for its direction.  Heavy in-your-face advertising sells.  Sometimes really grates on the people whom they are trying to advertise to, but it sells.  Sex sells.  Sometimes alienates a potential marketshare in the process, but it sells.  Aggressive upselling sells.  Sometimes sells with disastrous results, but it still sells. </p>
<p><strong>All in all, different strokes for different folks, and since we&#8217;re talking about GoDaddy, I think I can get away with that phrasing.</strong></p>
<p>I mean, it&#8217;s GoDaddy &#8211; c&#8217;mon.</p>
<p><span class="goodbye">~ EMG</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.emotiomentalgraffiti.com/2010/03/godaddy-gone-wrong-and-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Hosting Gone Wrong BUT Overage Waived</title>
		<link>http://blog.emotiomentalgraffiti.com/2010/03/web-hosting-gone-wrong-but-overage-waived/</link>
		<comments>http://blog.emotiomentalgraffiti.com/2010/03/web-hosting-gone-wrong-but-overage-waived/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 07:33:42 +0000</pubDate>
		<dc:creator>EMG</dc:creator>
				<category><![CDATA[In My Mind]]></category>
		<category><![CDATA[In the Cyber World]]></category>
		<category><![CDATA[On Being a Webmaster]]></category>
		<category><![CDATA[customer service gone right]]></category>
		<category><![CDATA[customer service gone wrong]]></category>
		<category><![CDATA[making amends]]></category>
		<category><![CDATA[Media Temple]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[web hosting gone wrong]]></category>

		<guid isPermaLink="false">http://blog.emotiomentalgraffiti.com/?p=310</guid>
		<description><![CDATA[<span class="hello">So that post I made a while ago about the $1000 a month shared webhosting?</span>

<strong>EDIT:</strong>  A follow-up post has been made to this.  Please <a href="http://blog.emotiomentalgraffiti.com/2010/08/resolved-web-hosting-gone-wrong/">READ THIS</a> for the final update and the resolution. :)]]></description>
			<content:encoded><![CDATA[<p><span class="hello">So that post I made a while ago about the $1000 a month shared webhosting?</span></p>
<p><strong>EDIT:</strong>  A follow-up post has been made to this.  Please <a href="http://blog.emotiomentalgraffiti.com/2010/08/resolved-web-hosting-gone-wrong/">READ THIS</a> for the final update and the resolution. <img src='http://blog.emotiomentalgraffiti.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To refresh your memory (or simply read if you never caught it in the first place), click <a href="http://blog.emotiomentalgraffiti.com/2010/03/web-hosting-gone-wrong-a-1000-a-month-for-shared-hosting/">HERE</a>.</p>
<p>Apparently, according to <a href="http://kyleryanmatthews.com/2010/03-04-mediatemple-1000-mo-shared-host/">Kyle Matthews</a> whom this incident happened to, there has been a resolution offered by Media Temple &#8211; namely, $6XX amount of overage fees are being/will be/were waived.  </p>
<p>Click <a href="http://kyleryanmatthews.com/2010/03-04-mediatemple-1000-mo-shared-host/">HERE</a> to read his update!</p>
<p>According to Kyle&#8217;s post, Media Temple sent him an email shortly after his blog post appeared asking him to call them back in regards to the <em>&#8220;unfortunate circumstance of the issue&#8221;</em>.  </p>
<p>Funny, that (in my opinion anyways), when the original customer support emails had stated that nothing could be done when Kyle had first asked.</p>
<p>But.</p>
<p>Media Temple DID get back in touch and did acknowledge at least part of the gaffe on their part &#8211; good for them!  That&#8217;s called customer service gone right.  At least&#8230; part way.</p>
<p>But.</p>
<p>Like Kyle&#8217;s blog post states, it still leaves a sour taste in my mouth, too, and mostly because of what I had explained in my earlier post.</p>
<p>A company trumpeting the robustness of their service and backing it up with percentages and statistics and saying that only 0.3% and 0.03% of users (basically, VERY VERY FEW for the first and out of a random 10,000 for the second!) ever experience overage problems ONLY to be keeled over by the 2 million 404 Apache errors from one website which generated a crapload of overage charges just&#8230;</p>
<p>It just doesn&#8217;t sit well with me at all in any way, shape, or form ESPECIALLY knowing that once upon a not very long time ago at all, the same site had done just fine on DreamHost&#8217;s shared web hosting service.</p>
<p>DreamHost talks about what they offer in their services, sure, and you can go poke at their fine print if you want to, and you can read up on their thoughts regarding &#8216;unlimited&#8217; this, that, and the other, and they even regularly post status updates on their servers and all but nowhere have I seen the sort of reputation/credibility-building (more like hyping, really!) that Media Temple posted on their FAQs page.</p>
<p>And DH managed to host the site just fine.</p>
<p>Blegh.</p>
<p>So yeah.</p>
<p>Resolution posted!</p>
<p>&#8230; But the sour aftertaste is still there and I still can&#8217;t help but wonder just what kinds of sites those 10,000 were that MT randomly picked out which generated a grand total of 0.03% of sites going over their resources.</p>
<p>I guess trust (or something like it) once broken is hard to fix and I guess after all the hype, I&#8217;m not sure what&#8217;s &#8216;realistic&#8217; to expect from MT or not after seeing something like this happen.</p>
<p>&#8230; We&#8217;ll see.</p>
<p><span class="goodbye">~ EMG</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.emotiomentalgraffiti.com/2010/03/web-hosting-gone-wrong-but-overage-waived/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>This Blog is Print Friendly!</title>
		<link>http://blog.emotiomentalgraffiti.com/2010/03/this-blog-is-print-friendly/</link>
		<comments>http://blog.emotiomentalgraffiti.com/2010/03/this-blog-is-print-friendly/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 12:42:50 +0000</pubDate>
		<dc:creator>EMG</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[In the Studio]]></category>
		<category><![CDATA[On Being a Blogger]]></category>
		<category><![CDATA[On Being a Webmaster]]></category>
		<category><![CDATA[On the Web Development Front]]></category>
		<category><![CDATA[AddThis]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[administrative]]></category>
		<category><![CDATA[blog printing]]></category>
		<category><![CDATA[Print Friendly]]></category>
		<category><![CDATA[printing problems]]></category>

		<guid isPermaLink="false">http://blog.emotiomentalgraffiti.com/?p=308</guid>
		<description><![CDATA[<span class="hello">It is, it is!</span>

<strong>Thanks to AddThis and my print-friendly CSS stylesheet, this blog is officially 'Print Friendly'!</strong>

Remember what I said about the AddThis Printing feature printing out entire blogs instead of specific blog posts?

Well, I found out from the AddThis support team - thanks! :D - that AddThis has a specific Printing function called Printer Friendly which can enable a specific blog post to be printed out of a whole page of blog posts given the proper setup.]]></description>
			<content:encoded><![CDATA[<p><span class="hello">It is, it is!</span></p>
<p><strong>Thanks to AddThis and my print-friendly CSS stylesheet, this blog is officially &#8216;Print Friendly&#8217;!</strong></p>
<p>Remember what I said about the AddThis Printing feature printing out entire blogs instead of specific blog posts?</p>
<p>Well, I found out from the AddThis support team &#8211; thanks! <img src='http://blog.emotiomentalgraffiti.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  &#8211; that AddThis has a specific Printing function called Printer Friendly which can enable a specific blog post to be printed out of a whole page of blog posts given the proper setup.</p>
<p>If you click on the &#8216;Share&#8217; button at the bottom of this post, you will notice a Print Friendly option.  If you click it, it will open up the blog post the button is associated with in a new viewing window/tab and will allow you to print that one post rather than doing the default &#8216;Print Whole Web Page&#8217; function.</p>
<p>Pretty neat, huh?</p>
<p>At least&#8230; I think so!  <img src='http://blog.emotiomentalgraffiti.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks again AddThis team; I really appreciate the tip and I&#8217;m really glad you implemented the Print Friendly functionality!</p>
<p><span class="goodbye">~ EMG</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.emotiomentalgraffiti.com/2010/03/this-blog-is-print-friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conditional CAPTCHA</title>
		<link>http://blog.emotiomentalgraffiti.com/2010/03/conditional-captcha/</link>
		<comments>http://blog.emotiomentalgraffiti.com/2010/03/conditional-captcha/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:43:48 +0000</pubDate>
		<dc:creator>EMG</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[In the Cyber World]]></category>
		<category><![CDATA[On Being a Blogger]]></category>
		<category><![CDATA[On Being a Webmaster]]></category>
		<category><![CDATA[On the Web Development Front]]></category>
		<category><![CDATA[On the WordPress Front]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[CAPTCHA]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam queue]]></category>
		<category><![CDATA[spammers]]></category>
		<category><![CDATA[ways to reduce spam]]></category>

		<guid isPermaLink="false">http://blog.emotiomentalgraffiti.com/?p=305</guid>
		<description><![CDATA[<span class="hello">So I've been getting a crapton of completely illegitimate 'PORNO!' and 'VIAGRA!' type of comments which get stuck in Akismet's spam queue.</span>

Because each of these comments is literally a full screen's height long and mostly contains text which I cannot read (language, huge blocks of text and links, AND tiny font sizes), shuffling through more than a pageful to make sure legit comments make it through to me is honestly a serious pain on my EYES and can trigger migraines on a bad day.

In an effort to cut back on this sort of spam in my spam queue and in an attempt to not alienate any of my potential commentors, I have installed a plugin called Conditional CAPTCHA.]]></description>
			<content:encoded><![CDATA[<p><span class="hello">So I&#8217;ve been getting a crapton of completely illegitimate &#8216;PORNO!&#8217; and &#8216;VIAGRA!&#8217; type of comments which get stuck in Akismet&#8217;s spam queue.</span></p>
<p>Because each of these comments is literally a full screen&#8217;s height long and mostly contains text which I cannot read (language, huge blocks of text and links, AND tiny font sizes), shuffling through more than a pageful to make sure legit comments make it through to me is honestly a serious pain on my EYES and can trigger migraines on a bad day.</p>
<p>In an effort to cut back on this sort of spam in my spam queue and in an attempt to not alienate any of my potential commentors, I have installed a plugin called Conditional CAPTCHA.</p>
<p>What this plugin does is this: If the Akismet spam identifier identifies a comment as a potential spam (yes, the plugin works alongside Akismet!), it will present to the person who is submitting the comment a fill-in-the-blank/text-based CAPTCHA.</p>
<p>The commentor will be asked to identify and type in two digits (eg: first digit and third digit) from a string of text-based digits and if they type in the right ones, the comment will pass and if they type in the wrong ones or don&#8217;t type at all, the comment gets auto-deleted.</p>
<p>It is not an ideal solution, but as I struggle with a status migraine, it is something I am going to implement until I can find a better alternative.</p>
<p>If anyone has any ideas or comments, please share them!</p>
<p>And to reiterate:  The CAPTCHA ONLY shows up when Akismet has already identified the comment as potentially spammy.</p>
<p><span class="goodbye">~ EMG</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.emotiomentalgraffiti.com/2010/03/conditional-captcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulletin Board Gone Overboard</title>
		<link>http://blog.emotiomentalgraffiti.com/2010/03/bulletin-board-gone-overboard/</link>
		<comments>http://blog.emotiomentalgraffiti.com/2010/03/bulletin-board-gone-overboard/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 01:21:05 +0000</pubDate>
		<dc:creator>EMG</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[In the Studio]]></category>
		<category><![CDATA[On Being a Blogger]]></category>
		<category><![CDATA[On Being a Webmaster]]></category>
		<category><![CDATA[On the Web Design Front]]></category>
		<category><![CDATA[On the Web Development Front]]></category>
		<category><![CDATA[On the WordPress Front]]></category>
		<category><![CDATA[bulletin board]]></category>
		<category><![CDATA[post listing]]></category>
		<category><![CDATA[sticky posts]]></category>

		<guid isPermaLink="false">http://blog.emotiomentalgraffiti.com/?p=297</guid>
		<description><![CDATA[<span class="hello">After my last <strong>Bulletin Board</strong> update, I think my Bulletin Board is going a bit... overboard.</span>

I initially created the <strong>Bulletin Board</strong> post to serve as... well... a bulletin board for people to catch up on the most recent administrative updates without having to dig through my blog.

I still like the idea, but... 

Look at how long the Bulletin Board post is getting!

I don't want it to take up a third of my blog page, but that's exactly what it is doing.  On the other hand, I also still want to serve up my most recent administrative updates all in one post block area.

Ideas?]]></description>
			<content:encoded><![CDATA[<p><span class="hello">After my last <strong>Bulletin Board</strong> update, I think my Bulletin Board is going a bit&#8230; overboard.</span></p>
<p>I initially created the <strong>Bulletin Board</strong> post to serve as&#8230; well&#8230; a bulletin board for people to catch up on the most recent administrative updates without having to dig through my blog.</p>
<p>I still like the idea, but&#8230; </p>
<p>Look at how long the Bulletin Board post is getting!</p>
<p>I don&#8217;t want it to take up a third of my blog page, but that&#8217;s exactly what it is doing.  On the other hand, I also still want to serve up my most recent administrative updates all in one post block area.</p>
<p>Ideas?</p>
<p>One of the more feasible/do-able ideas I was considering is to code a WordPress-specific PHP loop that would list posts from my Administration category and then display the list in the block that I currently label as Bulletin Board.</p>
<p>This would offer visitors to my site a listing of all the most current administrative posts while also cleaning up some textual clutter.</p>
<p>The downside would be the necessity to alter a theme file in order to insert such a post as the Sticky Post I am using now would be replaced with a permanent &#8216;post&#8217; that posts according to a PHP loop.</p>
<p>Hmmm&#8230;</p>
<p><span class="goodbye">~ EMG</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.emotiomentalgraffiti.com/2010/03/bulletin-board-gone-overboard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Giving Props isn&#8217;t the Same as a Blogroll&#8230;</title>
		<link>http://blog.emotiomentalgraffiti.com/2010/03/giving-props-isnt-the-same-as-a-blogroll/</link>
		<comments>http://blog.emotiomentalgraffiti.com/2010/03/giving-props-isnt-the-same-as-a-blogroll/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:27:57 +0000</pubDate>
		<dc:creator>EMG</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[In My Mind]]></category>
		<category><![CDATA[In the Cyber World]]></category>
		<category><![CDATA[In the Studio]]></category>
		<category><![CDATA[On Being a Blogger]]></category>
		<category><![CDATA[On Being a Webmaster]]></category>
		<category><![CDATA[administrative]]></category>
		<category><![CDATA[crediting others]]></category>
		<category><![CDATA[giving props]]></category>
		<category><![CDATA[saying thanks]]></category>

		<guid isPermaLink="false">http://blog.emotiomentalgraffiti.com/?p=282</guid>
		<description><![CDATA[<span class="hello">... is it...?</span>

So after a few long months of having very empty <strong>Rabbit Hole</strong> and <strong>Giving Props</strong> widgets staring at me in the face, I finally sat myself down JUST to wrangle around with them...]]></description>
			<content:encoded><![CDATA[<p><span class="hello">&#8230; is it&#8230;?</span></p>
<p>Over here it sure isn&#8217;t!</p>
<p>So after a few long months of having very empty <strong>Rabbit Hole</strong> and <strong>Giving Props</strong> widgets staring at me in the face asking me, &#8220;Why haven&#8217;t you worked on your links yet?&#8221;, I finally sat myself down to wrangle around with them and only them.</p>
<p>Three hours later (actually five, but the first two hours were kinda scattered around)&#8230;</p>
<p>Behold &#8211; my <strong>Giving Props</strong> list!  *points to the sidebar <strong>Giving Props</strong> widget block*</p>
<p>What do you think?</p>
<p>The list isn&#8217;t fully finished yet as there are a few people and things that I need to add on, but you get the general idea, right?</p>
<p>Maaan, but the list ended up being a lot longer than I thought it would be and it also ended up taking up more of my time and concentration than I thought it might!</p>
<p>Initially, the list was going to be a simple list of text-only links like the list of links in a typical <strong>Blogroll</strong> widget block (to maintain cohesion with the rest of my site which is very minimalistic in terms of graphics), but after thinking about &#8216;giving back to the community&#8217;&#8230;</p>
<p>I decided that maybe I could turn my simple <strong>Giving Props</strong> link block into a personal project to &#8216;give back&#8217; to the people, services, and places who/that have helped me along my journey as a WordPress junkie, front-end web developer and designer, and blogger. </p>
<p>And that&#8217;s where all those icons/buttons come in.</p>
<p>To show my appreciation for these people, services, and places, I ended up creating sixteen &#8211; 16 so far! &#8211; unique slimline buttons for each and every one of these people, services, and places and boy oh boy, but did I have one heck of a blast doing so or what!</p>
<p>There are still more to come &#8211; there are still a few people yet whom I want to put in the list, but haven&#8217;t decided on the graphic for &#8211; but I think I&#8217;m doing good so far.</p>
<p>After I get the others done, I will officially send them off to their &#8216;owners&#8217; and hopefully, I will hear back from some of the people and get some feedback on what they like or what they don&#8217;t like.</p>
<p>*crosses fingers*</p>
<p>&#8230; I hope nobody takes offense to what I&#8217;ve done.</p>
<p><span class="goodbye">~ EMG</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.emotiomentalgraffiti.com/2010/03/giving-props-isnt-the-same-as-a-blogroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AddThis to Print THAT and Whoops!</title>
		<link>http://blog.emotiomentalgraffiti.com/2010/03/addthis-to-print-that-and-whoops/</link>
		<comments>http://blog.emotiomentalgraffiti.com/2010/03/addthis-to-print-that-and-whoops/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 04:51:44 +0000</pubDate>
		<dc:creator>EMG</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[In the Cyber World]]></category>
		<category><![CDATA[On Being a Blogger]]></category>
		<category><![CDATA[On the Web Development Front]]></category>
		<category><![CDATA[AddThis]]></category>
		<category><![CDATA[administrative]]></category>
		<category><![CDATA[printing problems]]></category>
		<category><![CDATA[WHOOPS]]></category>

		<guid isPermaLink="false">http://blog.emotiomentalgraffiti.com/?p=280</guid>
		<description><![CDATA[<span class="hello">So I'm using AddThis to Print that one blog post right there between that one post and that other post and... WHOOPS!</span>

You know what happened?

I ended up Printing the entire blog - ACK!]]></description>
			<content:encoded><![CDATA[<p><span class="hello">So I&#8217;m using AddThis to Print that one blog post right there between that one post and that other post and&#8230; WHOOPS!</span></p>
<p>You know what happened?</p>
<p>I ended up Printing the entire blog &#8211; ACK!</p>
<p>Thankfully, I was only printing to PDF and the blog in question was my own and I have my blog settings set so that one page can only display a certain number of posts at any given time.</p>
<p>But&#8230; still.</p>
<p>The whole blog!</p>
<p>Man oh man.</p>
<p>I sent a support ticket to the AddThis team; hopefully I&#8217;ll get some sort of answer or workaround for this issue.</p>
<p>I can&#8217;t imagine that I might be the only person to have this issue unless&#8230; I&#8217;m the only person who tacks on the AddThis feature to every blog post on a page of posts?</p>
<p>We&#8217;ll see.</p>
<p>I&#8217;ll post again with more news when I find out what&#8217;s going on, but I figured I should let everyone know what&#8217;s going on in case someone else wants to try and Print a single post.</p>
<p><span class="goodbye">~ EMG</span> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.emotiomentalgraffiti.com/2010/03/addthis-to-print-that-and-whoops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

