<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Web and Graphic Design HQ</title>
	<link>http://www.terrabyte.dc.com.au</link>
	<description>Dean's Free Tips and Tools for Web and Graphic Designers</description>
	<pubDate>Mon, 14 Jul 2008 08:36:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Override a CSS setting</title>
		<link>http://www.terrabyte.dc.com.au/blog/override-a-css-setting/</link>
		<comments>http://www.terrabyte.dc.com.au/blog/override-a-css-setting/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 20:44:49 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
		
		<category><![CDATA[Web Tips]]></category>

		<guid isPermaLink="false">http://www.terrabyte.dc.com.au/blog/override-a-css-setting/</guid>
		<description><![CDATA[On one of the web forums I regularly visit, the text setting (for my monitor resolution and platform) is a little too squashed together in the &#8220;line height&#8221; &#8212; even though when you did deep into the CSS, you find:
 &#160; &#160; line-height: normal;


in the relevant snippet of CSS values.
Hmmm, there must be a way [...]]]></description>
			<content:encoded><![CDATA[<p>On one of the web forums I regularly visit, the text setting (for my monitor resolution and platform) is a little too squashed together in the &#8220;line height&#8221; &#8212; even though when you did deep into the CSS, you find:</p>
<blockquote><pre style="font-size:11pt; font-weight:bold;"> &nbsp; &nbsp; line-height: normal;
</pre>
</blockquote>
<p>in the relevant snippet of CSS values.</p>
<p>Hmmm, there must be a way to fix this!</p>
<p>Quick Google search: &#8220;firefox override css for domain&#8221; &#8212; the first result was helpful!</p>
<p>What I discovered is that there is a way to permanently &#8220;adjust&#8221; css values for a domain name &#8212; at least using Firefox, I&#8217;m not sure if other browsers can do this too, but nowadays they just might have this kind of functionality &#8212; so that you can impose your own preferences and override the site&#8217;s css values.</p>
<p>In Firefox, it requires installing the <a href="https://addons.mozilla.org/en-US/firefox/addon/2108">free add-on called Stylish</a>.</p>
<p>Stylish lets you customise the look of a website using your own styles.</p>
<p>In my case, I just wanted to change a font size in the css from &#8220;12px&#8221; to &#8220;10pt&#8221; &#8212; that&#8217;s all it took to solve my problem.</p>
<p>So, after installing Stylish and re-starting Firefox, I wrote a really simple bit of css code that applied just to the domain used by the forum:</p>
<blockquote><pre style="font-size:11pt; font-weight:bold;">
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("copywritersboard.com") {

.vb_postbit {
	font-size: 10pt;
}

}</pre>
</blockquote>
<p>In this case, I clicked on the Stylish icon in the Firefox status bar, and chose &#8220;Write Style &#8230;&#8221; and then (as my web page was on the forum site) chose &#8220;For copywritersboard.com&#8221; from the fly-out sub-menu (as I was on the Copywriter&#8217;s Board forum site).</p>
<p>Stylish automatically generated the opening 2 lines and closing line of code, all I had to add in was the &#8220;.vb_postbit&#8221; section with my font-size setting and the surrounding curly braces { and }.</p>
<p>Done!</p>
<p>Now, <strong>every time</strong> I visit the site and read the posts, the font used is automatically displayed to my preference.</p>
<p>Of course, Stylish is much more powerful, and can do a lot more that just this little change: I could change fonts, background colors, sizes, headings, font colors &#8230; to whatever suits my preferences.</p>
<p>Stylish works best when used in conjunction with the <a href="https://addons.mozilla.org/en-US/firefox/addon/60">free Web Developer toolbar add-on</a> for Firefox. With this toolbar enabled, I was able to turn on the feature called &#8220;View Style Information&#8221; under the CSS button &#8212; that way, I simply clicked on a post, and it highlighted the relevant css code properties (class name and values) &#8212; so I could easily override the value with a simple user style in Stylish.</p>
<p>The only &#8220;downside&#8221; is that, if you use more than one computer, you&#8217;d need to have this free add-on installed with the same code on all of the relevant machines. Still, for me, that&#8217;s only 2 computers.</p>
<p>But now, when I&#8217;m reading my favourite forum, I can have the post threads look the way I want them to without imposing my preferences on anyone else!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terrabyte.dc.com.au/blog/override-a-css-setting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spring clean for Firefox</title>
		<link>http://www.terrabyte.dc.com.au/blog/firefox-statusbar/</link>
		<comments>http://www.terrabyte.dc.com.au/blog/firefox-statusbar/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 20:05:40 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
		
		<category><![CDATA[Free Stuff]]></category>

		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.terrabyte.dc.com.au/blog/firefox-statusbar/</guid>
		<description><![CDATA[Today I added in a Twitter add-on for Firefox, TwitterFox, so I could keep track of tweets when I&#8217;m browsing.
This added a little Twitter icon in my status bar along the bottom of the screen, along with a count of new/unread twitters.
Great, that&#8217;s just what I wanted!
However &#8212; my status bar has about 15 different [...]]]></description>
			<content:encoded><![CDATA[<p>Today I added in a <a href="http://twitter.com/">Twitter</a> add-on for Firefox, <a href="http://www.naan.net/trac/wiki/TwitterFox">TwitterFox</a>, so I could keep track of tweets when I&#8217;m browsing.</p>
<p>This added a little Twitter icon in my status bar along the bottom of the screen, along with a count of new/unread twitters.</p>
<p>Great, that&#8217;s just what I wanted!</p>
<p>However &#8212; my status bar has about 15 different tools/indicators on it, and TwitterFox was added on the left-hand end &#8212; about the middle of my screen and not where I wanted it. I have Gmail Manager in the right-hand corner, and I wanted TwitterFox to sit next to it.</p>
<p>Enter the <a href="http://yellow5.us/firefox/osb">Organize Status Bar</a> add-on!</p>
<p>This handy add-on lets me easily arrange the order of programs that live in my status bar &#8230; access from the add-ons panel (select the add-on and click on options), or from the Tools menu. I&#8217;m obviously not the first user to want to tweak this part of the Firefox interface!</p>
<p>Easy, simple, exactly what I needed!</p>
<p>Thankfully I came along at version 0.5.2 &#8212; when a fix was made to have it work with <a href="http://addons.mozilla.org/firefox/1320">Gmail Manager</a> (critical tool for Firefox users with multiple gmail accounts!), <a href="https://addons.mozilla.org/firefox/addon/1117">FoxClocks</a> (which I have, but don&#8217;t use at the moment) and other extensions.</p>
<p>There is some bug they mention in Firefox which hampers the program, and won&#8217;t be resolved until Firefox 3 is released &#8212; however, my particular setup doesn&#8217;t seem to be affected.</p>
<p>It&#8217;s just another great reason to use Firefox. You can use add-ons to improve productivity by giving you extra tools, extend your ability to integrate other applications, adjust the interface to suit your needs&#8230; all for free.</p>
<p>I found TwitterFox on <a href="http://www.caroline-middlebrook.com/blog/">Caroline Middlebrook&#8217;s</a> <a href="http://www.caroline-middlebrook.com/blog/twitter-guide/">Twitter Guide</a> (<a href="http://www.caroline-middlebrook.com/blog/twitter-guide-4-twitter-tools-platform/">part 4</a>).</p>
<p>PS: If you want to follow me in Twitter, I&#8217;m <a href="http://twitter.com/DeanKennedy">DeanKennedy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terrabyte.dc.com.au/blog/firefox-statusbar/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BlogRush II</title>
		<link>http://www.terrabyte.dc.com.au/blog/blogrush-ii/</link>
		<comments>http://www.terrabyte.dc.com.au/blog/blogrush-ii/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 12:39:57 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
		
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.terrabyte.dc.com.au/blog/blogrush-ii/</guid>
		<description><![CDATA[If this post by John Reese is true, saying:
We just completed our Quality Control audit. You will now notice that all non-English, spam, and low quality blogs (or others that didn’t meet all of our guidelines) are GONE from appearing in your widget.
What kind of &#8220;quality control&#8221; is in place where literally anyone willing to [...]]]></description>
			<content:encoded><![CDATA[<p>If <a href="http://www.income.com/blog/2007/10/21/blogrush-quality-audit-complete/">this post by John Reese</a> is true, saying:</p>
<blockquote><p>We just completed our Quality Control audit. You will now notice that all non-English, spam, and low quality blogs (or others that didn’t meet all of our guidelines) are GONE from appearing in your widget.</p></blockquote>
<p>What kind of &#8220;quality control&#8221; is in place where literally anyone willing to earn $12 an hour undertakes the reviews?</p>
<p>Comments are CLOSED on the Reese post, same for that topic on the Warrior Forum (opened by Reese and only live for a short time, then locked). So not only does it seem many reviews were poorly made, and good blogs penalised, but any forum to debate such action is closed off. Sure, &#8220;that&#8217;s life&#8221; &#8212; and it&#8217;s Reese&#8217;s decision &#8212; but it has involved upset and mistakes &#8212; and it is <strong>definitely not</strong> the way I would EVER imagine building my relationship with my customer universe!</p>
<p>Still, now I have my Adblock Plus filter in place, I&#8217;ll never see another BlogRush widget anyway!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terrabyte.dc.com.au/blog/blogrush-ii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Farewell BlogRush</title>
		<link>http://www.terrabyte.dc.com.au/blog/farewell-blogrush/</link>
		<comments>http://www.terrabyte.dc.com.au/blog/farewell-blogrush/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 08:42:56 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
		
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.terrabyte.dc.com.au/blog/farewell-blogrush/</guid>
		<description><![CDATA[I received an email today advising that my BlogRush account was no longer active, with the reason:
because your blog did not pass our Quality Review criteria
Hmmm, is that so?
Let&#8217;s go through what I was emailed today&#8230; here&#8217;s the important part of the message:
The primary reason(s) your blog(s) did not meet our guidelines:
Too Much Promotion And [...]]]></description>
			<content:encoded><![CDATA[<p>I received an email today advising that my BlogRush account was no longer active, with the reason:</p>
<blockquote><p>because your blog did not pass our Quality Review criteria</p></blockquote>
<p>Hmmm, is that so?</p>
<p>Let&#8217;s go through what I was emailed today&#8230; here&#8217;s the important part of the message:</p>
<blockquote><p>The primary reason(s) your blog(s) did not meet our guidelines:<br />
Too Much Promotion And Not Enough Quality Content</p>
<p>Below is a complete list of our quality guidelines&#8230;</p>
<p>BlogRush Quality Guidelines:</p>
<p>- The blog contains unique, quality content that provides opinions, insights, and/or recommended resources that provide value to readers of the blog. Articles, videos, public domain works, press releases, and content written by others are okay to be used on the blog, but the ratio of unique content should far outweigh content from other sources.</p>
<p>- The blog should be updated on a regular basis (at least several times a month) and should not just go a few months between posts.</p>
<p>- The blog should already contain at least 10-12 quality posts. New blogs with very little content will not be accepted.</p>
<p>- The blog&#8217;s primary contain must be in English. BlogRush is currently not available for non-English blogs.</p>
<p>- The blog should not contain an excessive amount of advertising and links and very little actual content. The focus of the blog should be quality content.</p>
<p>- The primary content of the blog should not be &#8220;scraped&#8221; content from other sources and/or script-generated pages for the sole purpose of search engine rank manipulation. The focus of the blog should be quality content.</p>
<p>- The blog&#8217;s content (or advertising) should not contain any of the following types of content: hate, anti-racial, terrorism, drug-related, hacking, phishing, fraud, pornographic, nudity, warez, gambling, copyright infringement, obscene or disgusting material of any kind, or anything considered illegal.</p></blockquote>
<p>Actually, at this point, my blog has 36 posts &#8212; 26 of which are &#8220;quality content&#8221; and 10 of which are promotion. That means I have 72% quality content and 28% promotional content.</p>
<p>The blog meets the other criteria: frequency of posting, number of posts, in English, none of the &#8220;banned&#8221; content listed at the end and nothing scraped.</p>
<p>In my stats, around 95 per cent of my traffic is to quality content &#8212; the free PHP local date script that has had tens of thousands of downloads over the years.</p>
<p>It doesn&#8217;t say much for the &#8220;review&#8221; process that turned my BlogRush account inactive!</p>
<p>The creator of BlogRush has started <a href="http://www.warriorforum.com/forum/topic.asp?TOPIC_ID=192405">this post in the Warrior Forum</a> to say &#8220;sorry&#8221; &#8212; although that could be perceived as saying &#8220;we&#8217;re about to kick you in the head, sorry&#8221; &#8212; a bit pointless to say we&#8217;re probably going to remove sites by mistake, and then still do so anyway.</p>
<p>To me, that just says that BlogRush&#8217;s approach for reviewing blogs in their network is the wrong one &#8212; it assumes I&#8217;m bad and then wants me to prove otherwise (after a whole month in a sin-bin). BlogRush has the right to do that, but I can&#8217;t say the decision has improved my opinion/perception of the author!</p>
<p>Personally, traffic from BlogRush to my site has resulted in just 10 visits (less than 0.3% of my traffic), so I cannot really see BlogRush being that important.</p>
<p>(Mind you, 10 people were interested enough in my blog title to click the link &#8212; so my content can&#8217;t be that bad!).</p>
<p>So farewell BlogRush! That&#8217;s one less imposition on the load time on my web pages!</p>
<p><strong>UPDATE 6 HOURS LATER&#8230;</strong></p>
<p>The Warrior Forum post has already been locked! There are two interesting blog posts <a href="http://www.techipedia.com/2007/deactivated-by-blogrush/">here</a> (techipedia) and <a href="http://www.seopedia.org/internet-marketing-and-seo/blogrush-is-a-scam/">here</a> (SEOpedia) discussing the subject. Techipedia offers an Adblock Plus solution (in Firefox) to disable any BlogRush widget from being displayed &#8212; filtering widget.blogrush.com*</p>
<p>SEOpedia also explains that reviewers were paid just US$12 per hour to undertake the reviews &#8212; which included this statement:</p>
<blockquote><p>We’re looking to hire a bunch of people that would like to earn some extra cash. If you or someone you know might be interested, please forward this message to them. This would be perfect for a stay-at-home mom, college student, or anyone else looking to make some extra money.</p></blockquote>
<p>Gee, sounds like only qualified tech people need apply! Here&#8217;s one requirement for the position:</p>
<blockquote><p>Must know the difference in a quality blog and one that was solely created to try and game the search engines and/or just run a bunch of ads — and/or what a “scraper” blog is that contains no original content and simply uses content taken from other sites with some sort of software program.</p></blockquote>
<p>None of that applies to this blog in terms of either a &#8220;bunch of ads&#8221; or a &#8220;scraper&#8221; blog &#8230; obviously not the opinion of the $12/hour reviewer!</p>
<p>Judging by the comments in the already-locked WF post, and the posts I&#8217;ve already found on Google within just a few hours &#8212; it seems not every reviewer knew what they were doing.</p>
<p>John Reese (BlogRush creator) was floored by a comment on WF that someone would think less of him because a reviewer made the blog inactive within BlogRush. But it doesn&#8217;t surprise me at all that someone comes to that conclusion&#8230; &#8220;the buck stops with BlogRush&#8221; on that responsibility and perception. &#8220;Inactivating&#8221; a legitimate user isn&#8217;t going to do anything positive to perceptions. If you pay a reviewer peanuts, and good blogs get penalised &#8212; expect a harsh backlash.</p>
<p>Simply apologising in advance &#8212; as I mentioned in my original post &#8212; really doesn&#8217;t cut it. I wonder what the next step will be. It&#8217;s a mini PR-crisis for BlogRush.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terrabyte.dc.com.au/blog/farewell-blogrush/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Inside a Convicted Felon&#8217;s Multi-Million Dollar Mind</title>
		<link>http://www.terrabyte.dc.com.au/blog/12month-millionaire/</link>
		<comments>http://www.terrabyte.dc.com.au/blog/12month-millionaire/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 13:36:43 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
		
		<category><![CDATA[Make Money Online]]></category>

		<guid isPermaLink="false">http://www.terrabyte.dc.com.au/blog/12month-millionaire/</guid>
		<description><![CDATA[Alright, I&#8217;ll admit: I&#8217;m happy to hand over the plastic for a really good internet marketing offer. It&#8217;s not a hot market: it&#8217;s sizzling. I make money online, although not wearing the &#8220;hat&#8221; of an internet marketer. Website design, website hosting, email writing, coding, graphics, etc&#8230; but not info products. Yet.
So when I read this [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, I&#8217;ll admit: I&#8217;m happy to hand over the plastic for a really good internet marketing offer. It&#8217;s not a hot market: it&#8217;s sizzling. I make money online, although not wearing the &#8220;hat&#8221; of an internet marketer. Website design, website hosting, email writing, coding, graphics, etc&#8230; but not info products. Yet.</p>
<p>So when I read this headline on a website by Russell Brunson:</p>
<p> &#8220;The Amazing Money-Making Secret of a 28-year-old Convicted Felon Who Earns More Money Per Year Than The CEOs of FedEx&#8230; eBay&#8230; Amazon.com&#8230; Time Warner&#8230; Apple Computer&#8230; McDonalds&#8230; Microsoft&#8230; Nike&#8230; Yahoo&#8230; Ford Motor Company&#8230; General Motors&#8230; and Goodyear COMBINED!&#8221;</p>
<p>I&#8217;ve got to say my interest was rather piqued!</p>
<p>This headline refers to the author of a book named Vince James who wrote a book called The 12-Month Millionaire. Russell asks Vince if he can hire him to find out how to benefit from the offline techniques for someone with ONLY an online business.</p>
<p>Vince&#8217;s response:</p>
<blockquote><p>&#8220;Russell, I&#8217;ve made as much as $400,000 in pay per week. I wrote my own copy that sucked in $8 MILLION a month - every month. I&#8217;ve done it all. I&#8217;m one of the guys who &#8220;knows what they&#8217;re talking about.&#8221; And since I&#8217;m unofficially &#8220;retired&#8221; for at least the next couple of years&#8230; I don&#8217;t feel &#8220;threatened&#8221; releasing my priceless trade secrets. I want to show you how absolutely USELESS most &#8220;experts&#8221; are.</p>
<p>I will show you exactly HOW someone can apply these techniques to an online business!&#8221;</p></blockquote>
<p>So&#8230; Vince accepts, and the result is a 6-hour recorded interview and transcript.</p>
<p>The interview gave Russell &#8220;a paradigm shift that has earned me millions of dollars in the past 2 years.&#8221;</p>
<p>In fact, Russell has kept this recorded coaching session and the associated transcripts under wraps for the past 18 months. Unvailable until now! And if you invest in the interviews, you&#8217;ll only pay $97.</p>
<p>That makes the interview time each for Russell and Vince worth about $8! I&#8217;ll bet you there is no possible way you could hire these two for $8 per hour each for nearly a full work day to spill the beans on what is contained in these interviews! But that&#8217;s all you pay with this interview.</p>
<p>Even if you don&#8217;t want to buy the product &#8212; follow the link and read the whole story. It&#8217;s a great example of successful online copywriting. In fact, it&#8217;s a free lesson in persuasion, and valid copywriting techniques. Learn for free from the 12 Month Internet Millionaire sales pitch!</p>
<p>And don&#8217;t forget to look for the endorsement/quote from the legendary Gary Halbert.</p>
<p>Whilst the site doesn&#8217;t mention a guarantee (rather unusual for an internet product!), you&#8217;ll receive a 56 day/8 week guarantee from Clickbank, so you have nothing to risk by investing in this product.</p>
<p>I heartily recommend you read the full story at <a href="/recommends/12MonthInternetMillionaire">12 Month Internet Millionaire</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.terrabyte.dc.com.au/blog/12month-millionaire/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Copywriting Resource</title>
		<link>http://www.terrabyte.dc.com.au/blog/copywriting-resource/</link>
		<comments>http://www.terrabyte.dc.com.au/blog/copywriting-resource/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 08:02:50 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
		
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.terrabyte.dc.com.au/blog/copywriting-resource/</guid>
		<description><![CDATA[How to Get Your First Copywriting Client in 14 Days Or Less! reveals Ryan Healy&#8217;s online and offline system for getting copywriting clients.
In Ryan&#8217;s first full calendar year of copywriting, he grossed $121,780, and, after expenses, netted $88,749 in profit.
I first started copywriting back in about 1991, and I wish I could have paid just [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/recommends/CopywritingClientsIn14Days">How to Get Your First Copywriting Client in 14 Days Or Less!</a> reveals Ryan Healy&#8217;s online and offline system for getting copywriting clients.</p>
<p>In Ryan&#8217;s first full calendar year of copywriting, he grossed $121,780, and, after expenses, netted $88,749 in profit.</p>
<p>I first started copywriting back in about 1991, and I wish I could have paid just US$49.95 (backed by Clickbank&#8217;s 8 week/56 day guarantee) for such a report!</p>
<p>Check it out: <a href="/recommends/CopywritingClientsIn14Days">How to Get Your First Copywriting Client in 14 Days Or Less!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.terrabyte.dc.com.au/blog/copywriting-resource/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
