<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Webmaster Forum | Lithium-Media - All Forums]]></title>
		<link>http://lithium-media.net/</link>
		<description><![CDATA[Webmaster Forum | Lithium-Media - http://lithium-media.net]]></description>
		<pubDate>Thu, 09 Sep 2010 13:10:44 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[The Big joke topic]]></title>
			<link>http://lithium-media.net/showthread.php?tid=292</link>
			<pubDate>Wed, 08 Sep 2010 08:13:50 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=292</guid>
			<description><![CDATA[Hi friends, <br />
It’s time to have some fun and relax. Topic title say it all, I will start:<br />
<br />
A blonde, brunette, and a redhead escaped from prison. They were running along when they came upon a dock. On the dock were three gunnysacks. They could hear the cops approaching, so the brunette suggested that they get in the sacks. So they got in the sacks right before the cops arrived. A cop kicked the sack with the redhead in it, and she said, "Ruff ruff ruff!" He said, "Oh, it's only a dog."<br />
He kicked the one with the brunette in it, and she said "Meow meow meow."<br />
He said, "Oh, it's only a cat."<br />
Then, he kicked the one with the blonde in it, and she said, "POTATOES POTATOES POTATOES!"<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpeg" />&nbsp;&nbsp;<a href="attachment.php?aid=3" target="_blank">Laugh.jpeg</a> (Size: 9.14 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi friends, <br />
It’s time to have some fun and relax. Topic title say it all, I will start:<br />
<br />
A blonde, brunette, and a redhead escaped from prison. They were running along when they came upon a dock. On the dock were three gunnysacks. They could hear the cops approaching, so the brunette suggested that they get in the sacks. So they got in the sacks right before the cops arrived. A cop kicked the sack with the redhead in it, and she said, "Ruff ruff ruff!" He said, "Oh, it's only a dog."<br />
He kicked the one with the brunette in it, and she said "Meow meow meow."<br />
He said, "Oh, it's only a cat."<br />
Then, he kicked the one with the blonde in it, and she said, "POTATOES POTATOES POTATOES!"<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpeg" />&nbsp;&nbsp;<a href="attachment.php?aid=3" target="_blank">Laugh.jpeg</a> (Size: 9.14 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Crawl budget]]></title>
			<link>http://lithium-media.net/showthread.php?tid=291</link>
			<pubDate>Sat, 28 Aug 2010 21:02:38 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=291</guid>
			<description><![CDATA[In an interview earlier this year Matt Cutts referred to "crawl budget". According to my interpretation, google may assess how many of the crawled pages get dropped due to duplication vs the total amount crawled. If this ratio is high, Google may determine the site has low quality and decide to pay less visits. Less visits means, less crawling and less indexing. A high ratio means the exact opposite. So plan your site ahead and use robots.txt as well as metatags like "noindex" and "nofollow" to your advantage. <br />
<br />
Don't let googlebot do this job for you, or you can find yourself as the owner of a lower quality site on Google's eyes. Front run the bot! Below is the piece of the interview that speaks about this.<br />
<br />
-----------------------------------------------------------------------<br />
Matt Cutts: That's correct. By far, the vast majority of sites are in the first realm, where PageRank plus other factors determines how deep we'll go within a site. It is possible that host load can impact a site as well, however. That leads into the topic of duplicate content. Imagine we crawl three pages from a site, and then we discover that the two other pages were duplicates of the third page. We'll drop two out of the three pages and keep only one, and that's why it looks like it has less good content. So we might tend to not crawl quite as much from that site.<br />
<br />
If you happen to be host load limited, and you are in the range where we have a finite number of pages that we can fetch because of your web server, then the fact that you had duplicate content and we discarded those pages meant you missed an opportunity to have other pages with good, unique quality content show up in the index.<br />
-----------------------------------------------------------------------<br />
<br />
And to work on duplicate files before googlebot does, this is what Matt Cutts said:<br />
<br />
-----------------------------------------------------------------------<br />
Matt Cutts: It can work out that way. Typically, duplicate content is not the largest factor on how many pages will be crawled, but it can be a factor. My overall advice is that it helps enormously if you can fix the site architecture upfront, because then you don't have to worry as much about duplicate content issues and all the corresponding things that come along with it. You can often use 301 Redirects for duplicate URLs to merge those together into one single URL. If you are not able to do a 301 Redirect, then you can fall back on rel=canonical.<br />
-----------------------------------------------------------------------<br />
<br />
Obviously, a good robots.txt should include all directories that may create duplication (archive, calendars, etc). And the use of "noindex" and canonical tags can also aid in avoiding the duplication effect. Overall, I think the intelligent webmaster should analyze its logs every day and check the crawling activity and what files are being fetched and very quickly 301 the ones that are duplicate or kill those pages that are worthless (noindex,nofollow) or add canonical tags if needed.<br />
<br />
Here is the entire interview<br />
<a href="http://www.stonetemple.com/articles/interview-matt-cutts-012510.shtml" target="_blank" rel="nofollow">http://www.stonetemple.com/articles/inte...2510.shtml</a>]]></description>
			<content:encoded><![CDATA[In an interview earlier this year Matt Cutts referred to "crawl budget". According to my interpretation, google may assess how many of the crawled pages get dropped due to duplication vs the total amount crawled. If this ratio is high, Google may determine the site has low quality and decide to pay less visits. Less visits means, less crawling and less indexing. A high ratio means the exact opposite. So plan your site ahead and use robots.txt as well as metatags like "noindex" and "nofollow" to your advantage. <br />
<br />
Don't let googlebot do this job for you, or you can find yourself as the owner of a lower quality site on Google's eyes. Front run the bot! Below is the piece of the interview that speaks about this.<br />
<br />
-----------------------------------------------------------------------<br />
Matt Cutts: That's correct. By far, the vast majority of sites are in the first realm, where PageRank plus other factors determines how deep we'll go within a site. It is possible that host load can impact a site as well, however. That leads into the topic of duplicate content. Imagine we crawl three pages from a site, and then we discover that the two other pages were duplicates of the third page. We'll drop two out of the three pages and keep only one, and that's why it looks like it has less good content. So we might tend to not crawl quite as much from that site.<br />
<br />
If you happen to be host load limited, and you are in the range where we have a finite number of pages that we can fetch because of your web server, then the fact that you had duplicate content and we discarded those pages meant you missed an opportunity to have other pages with good, unique quality content show up in the index.<br />
-----------------------------------------------------------------------<br />
<br />
And to work on duplicate files before googlebot does, this is what Matt Cutts said:<br />
<br />
-----------------------------------------------------------------------<br />
Matt Cutts: It can work out that way. Typically, duplicate content is not the largest factor on how many pages will be crawled, but it can be a factor. My overall advice is that it helps enormously if you can fix the site architecture upfront, because then you don't have to worry as much about duplicate content issues and all the corresponding things that come along with it. You can often use 301 Redirects for duplicate URLs to merge those together into one single URL. If you are not able to do a 301 Redirect, then you can fall back on rel=canonical.<br />
-----------------------------------------------------------------------<br />
<br />
Obviously, a good robots.txt should include all directories that may create duplication (archive, calendars, etc). And the use of "noindex" and canonical tags can also aid in avoiding the duplication effect. Overall, I think the intelligent webmaster should analyze its logs every day and check the crawling activity and what files are being fetched and very quickly 301 the ones that are duplicate or kill those pages that are worthless (noindex,nofollow) or add canonical tags if needed.<br />
<br />
Here is the entire interview<br />
<a href="http://www.stonetemple.com/articles/interview-matt-cutts-012510.shtml" target="_blank" rel="nofollow">http://www.stonetemple.com/articles/inte...2510.shtml</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tough]]></title>
			<link>http://lithium-media.net/showthread.php?tid=290</link>
			<pubDate>Sat, 28 Aug 2010 20:18:07 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=290</guid>
			<description><![CDATA[It has become very tough to be naturally linked at present.<br />
<br />
When I started, on December 1999, most folks would just link freely. Sure, there was no such a thing as "nofollowing" but webmasters would still have the option to think on the reciprocal before linking. Wasn't happening. In the early days of 2000/2001 many were just desperately looking for good resources and planted those links on their sites and blogs as fast as they could type. For webmasters, the strategy of providing good content worked wonders and third parties would find the content valuable and simply linked to it.<br />
<br />
It is amazing how things have changed. There is just too much LINK AWARENESS. Webmasters and their second and third derivatives brothers and sisters (anyone in charge of publishing on the internet are way too "link self-conscious". Too much to consider it a healthy development. Serious sites would not link out to even more serious sites without a nofollow. And it is obvious that the reason is not because of lack of trust but for page rank efficiency, or perhaps fear of Google. I am now simply requesting, by hand-crafted emails, why be linked is important and provide proof of quality of destination pages. I simply ask to be referred as a resource hoping there are still good souls, hippie type, out there.<br />
<br />
In the short term, the question would be how this affects the indexing and ranking of really valuable pages. And in the long term, how much the quality of the world wide web has deteriorated as a large chunk of what exists of high quality is left out.]]></description>
			<content:encoded><![CDATA[It has become very tough to be naturally linked at present.<br />
<br />
When I started, on December 1999, most folks would just link freely. Sure, there was no such a thing as "nofollowing" but webmasters would still have the option to think on the reciprocal before linking. Wasn't happening. In the early days of 2000/2001 many were just desperately looking for good resources and planted those links on their sites and blogs as fast as they could type. For webmasters, the strategy of providing good content worked wonders and third parties would find the content valuable and simply linked to it.<br />
<br />
It is amazing how things have changed. There is just too much LINK AWARENESS. Webmasters and their second and third derivatives brothers and sisters (anyone in charge of publishing on the internet are way too "link self-conscious". Too much to consider it a healthy development. Serious sites would not link out to even more serious sites without a nofollow. And it is obvious that the reason is not because of lack of trust but for page rank efficiency, or perhaps fear of Google. I am now simply requesting, by hand-crafted emails, why be linked is important and provide proof of quality of destination pages. I simply ask to be referred as a resource hoping there are still good souls, hippie type, out there.<br />
<br />
In the short term, the question would be how this affects the indexing and ranking of really valuable pages. And in the long term, how much the quality of the world wide web has deteriorated as a large chunk of what exists of high quality is left out.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[$0.99 Domains from GoDaddy]]></title>
			<link>http://lithium-media.net/showthread.php?tid=288</link>
			<pubDate>Tue, 24 Aug 2010 15:21:51 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=288</guid>
			<description><![CDATA[Back to school special from Godaddy.<br />
<br />
.COM's for &#36;0.99.<br />
<br />
Code: <span style="font-weight: bold;">SCHOOL99</span><br />
<br />
Enjoy <img src="http://lithium-media.net//images/smilies/cool.png" style="vertical-align: middle;" border="0" alt="Cool" title="Cool" />]]></description>
			<content:encoded><![CDATA[Back to school special from Godaddy.<br />
<br />
.COM's for &#36;0.99.<br />
<br />
Code: <span style="font-weight: bold;">SCHOOL99</span><br />
<br />
Enjoy <img src="http://lithium-media.net//images/smilies/cool.png" style="vertical-align: middle;" border="0" alt="Cool" title="Cool" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Registration/Login on this site]]></title>
			<link>http://lithium-media.net/showthread.php?tid=287</link>
			<pubDate>Sun, 22 Aug 2010 02:09:37 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=287</guid>
			<description><![CDATA[Admin... did this theme come with a login box on the right hand side corner on this page <a href="http://lithium-media.net/member.php?" target="_blank" rel="nofollow">http://lithium-media.net/member.php?</a> And did you take it down? If so, do you mind sharing how you did it?<br />
<br />
My registration page has that login box and apparently there is a conflict if a user is on internet explorer. Looks like ie does not like repeated fields for username/password. Then, when someone tries to register and tries to fill up the 2 password fields (for matching) the page shows a mismatch automatically. Remember, there is another password field on top in the login box.<br />
<br />
Any help is greatly appreciated.]]></description>
			<content:encoded><![CDATA[Admin... did this theme come with a login box on the right hand side corner on this page <a href="http://lithium-media.net/member.php?" target="_blank" rel="nofollow">http://lithium-media.net/member.php?</a> And did you take it down? If so, do you mind sharing how you did it?<br />
<br />
My registration page has that login box and apparently there is a conflict if a user is on internet explorer. Looks like ie does not like repeated fields for username/password. Then, when someone tries to register and tries to fill up the 2 password fields (for matching) the page shows a mismatch automatically. Remember, there is another password field on top in the login box.<br />
<br />
Any help is greatly appreciated.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[iOS Icons in Pure CSS]]></title>
			<link>http://lithium-media.net/showthread.php?tid=286</link>
			<pubDate>Fri, 20 Aug 2010 14:27:03 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=286</guid>
			<description><![CDATA[<a href="http://graphicpeel.com/cssiosicons" target="_blank" rel="nofollow">http://graphicpeel.com/cssiosicons</a><br />
(best viewed in Safari 5, or Chrome)<br />
<br />
That is just <span style="font-style: italic;">purely</span> awesome. Uses absolutely NO images.]]></description>
			<content:encoded><![CDATA[<a href="http://graphicpeel.com/cssiosicons" target="_blank" rel="nofollow">http://graphicpeel.com/cssiosicons</a><br />
(best viewed in Safari 5, or Chrome)<br />
<br />
That is just <span style="font-style: italic;">purely</span> awesome. Uses absolutely NO images.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Rate the latest movie you watched]]></title>
			<link>http://lithium-media.net/showthread.php?tid=285</link>
			<pubDate>Fri, 20 Aug 2010 14:19:58 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=285</guid>
			<description><![CDATA[Just rate the last movie you watched. <img src="http://lithium-media.net//images/smilies/tongue.png" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" /><br />
<br />
<a href="http://www.imdb.com/title/tt1103153/" target="_blank" rel="nofollow">Killers</a><br />
7/10]]></description>
			<content:encoded><![CDATA[Just rate the last movie you watched. <img src="http://lithium-media.net//images/smilies/tongue.png" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" /><br />
<br />
<a href="http://www.imdb.com/title/tt1103153/" target="_blank" rel="nofollow">Killers</a><br />
7/10]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Follow 4 follow at Twitter]]></title>
			<link>http://lithium-media.net/showthread.php?tid=284</link>
			<pubDate>Fri, 20 Aug 2010 14:18:56 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=284</guid>
			<description><![CDATA[Alright, I need to focus on getting a few more followers.<br />
This simple: you follow me, and I follow you back. Everyone wins.<br />
<br />
My twitter: <a href="http://twitter.com/faviouz" target="_blank" rel="nofollow">http://twitter.com/faviouz</a>]]></description>
			<content:encoded><![CDATA[Alright, I need to focus on getting a few more followers.<br />
This simple: you follow me, and I follow you back. Everyone wins.<br />
<br />
My twitter: <a href="http://twitter.com/faviouz" target="_blank" rel="nofollow">http://twitter.com/faviouz</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What's your favourite browser?]]></title>
			<link>http://lithium-media.net/showthread.php?tid=283</link>
			<pubDate>Fri, 20 Aug 2010 14:17:36 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=283</guid>
			<description><![CDATA[My favourite browser is Google Chrome. It's so fast, compact and secure. I love how it organizes and optimizes things into one tinny powerful browser.<br />
<br />
And extensions are starting to grow as well, which is great. Still waiting for Firebug though, and YSlow/Page Speed.]]></description>
			<content:encoded><![CDATA[My favourite browser is Google Chrome. It's so fast, compact and secure. I love how it organizes and optimizes things into one tinny powerful browser.<br />
<br />
And extensions are starting to grow as well, which is great. Still waiting for Firebug though, and YSlow/Page Speed.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Top 5 programs you use]]></title>
			<link>http://lithium-media.net/showthread.php?tid=282</link>
			<pubDate>Fri, 20 Aug 2010 14:16:21 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=282</guid>
			<description><![CDATA[You know, those softwares you REALLY need and use everyday.<br />
<ol type="1">
<li>Google Chrome</li>
<li>Pidgin</li>
<li>Adobe Photoshop</li>
<li>VLC Media Player</li>
<li>Steam<br />
</li></ol>
And you, what are the top 5 programs you use?]]></description>
			<content:encoded><![CDATA[You know, those softwares you REALLY need and use everyday.<br />
<ol type="1">
<li>Google Chrome</li>
<li>Pidgin</li>
<li>Adobe Photoshop</li>
<li>VLC Media Player</li>
<li>Steam<br />
</li></ol>
And you, what are the top 5 programs you use?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[I Hate When Websites Do This]]></title>
			<link>http://lithium-media.net/showthread.php?tid=281</link>
			<pubDate>Fri, 20 Aug 2010 14:14:50 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=281</guid>
			<description><![CDATA[<a href="http://images.weirdlyodd.com/?p=30" target="_blank" rel="nofollow">http://images.weirdlyodd.com/?p=30</a><br />
<br />
It's so annoying. :-/ Pretty smart though, they must get a lot of clicks, and therefore a lot of money.]]></description>
			<content:encoded><![CDATA[<a href="http://images.weirdlyodd.com/?p=30" target="_blank" rel="nofollow">http://images.weirdlyodd.com/?p=30</a><br />
<br />
It's so annoying. :-/ Pretty smart though, they must get a lot of clicks, and therefore a lot of money.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Favourite games]]></title>
			<link>http://lithium-media.net/showthread.php?tid=280</link>
			<pubDate>Fri, 20 Aug 2010 14:13:15 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=280</guid>
			<description><![CDATA[What's your favourite videogame?<br />
<br />
I have tons of them, from FPS, RPG or casual games. But so far, the one that got me most addicted is definitely Call of Duty: Modern Warfare 2. Amazing graphics, great campaign, cool multiplayer mode and many other things.<br />
<br />
But here's a quick list of some other games I also like:<ul>
<li>Pokémon Ruby, Pokémon Diamond, Pokémon HeartGold. (GBA/NDS)</li>
<li>The Legend of Zelda: Phantom Hourglass, The Legend of Zelda: Spirit Tracks. (NDS)</li>
<li>FIFA10 (NDS)</li>
<li>Counter Strike 1.6 (PC)</li>
<li>Grand Theft Auto San Andreas (PS2)</li>
<li>Jak and Dexter (PS2)<br />
</li></ul>
And that's it. Now your turn. <img src="http://lithium-media.net//images/smilies/tongue.png" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" />]]></description>
			<content:encoded><![CDATA[What's your favourite videogame?<br />
<br />
I have tons of them, from FPS, RPG or casual games. But so far, the one that got me most addicted is definitely Call of Duty: Modern Warfare 2. Amazing graphics, great campaign, cool multiplayer mode and many other things.<br />
<br />
But here's a quick list of some other games I also like:<ul>
<li>Pokémon Ruby, Pokémon Diamond, Pokémon HeartGold. (GBA/NDS)</li>
<li>The Legend of Zelda: Phantom Hourglass, The Legend of Zelda: Spirit Tracks. (NDS)</li>
<li>FIFA10 (NDS)</li>
<li>Counter Strike 1.6 (PC)</li>
<li>Grand Theft Auto San Andreas (PS2)</li>
<li>Jak and Dexter (PS2)<br />
</li></ul>
And that's it. Now your turn. <img src="http://lithium-media.net//images/smilies/tongue.png" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cheap Forum Posts/Threads]]></title>
			<link>http://lithium-media.net/showthread.php?tid=279</link>
			<pubDate>Fri, 20 Aug 2010 14:12:01 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=279</guid>
			<description><![CDATA[<a href="http://community.mybb.com/private.php?action=send&amp;uid=16693" target="_blank" rel="nofollow"><img src="http://localhostr.com/files/7c5f04/order-accept.png" border="0" alt="[Image: order-accept.png]" /></a><br />
<br />
<span style="font-weight: bold;">Prices</span><br />
1 Post: <span style="text-decoration: underline;">&#36;0.05 USD</span> (max. 200 posts)<br />
1 Thread: <span style="text-decoration: underline;">&#36;0.10 USD</span> (max. 50 threads)<br />
<br />
<span style="font-weight: bold;">Perks</span><br />
<span style="color: #006400;">+</span> I will upload my own avatar.<br />
<span style="color: #006400;">+</span> I will edit my signature.<br />
<span style="color: #006400;">+</span> I will make an introduction thread, free of charge.<br />
<span style="color: #006400;">+</span> Link to your forum on my MyBB.com signature for 2 days.<br />
<span style="color: #006400;">+</span> Your order will be done within 24 hours, otherwise you'll have your money back. Bigger orders do not apply.<br />
<br />
<span style="font-weight: bold;">Template</span><br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Forum Link:<br />
Number of Threads:<br />
Number of Replies:<br />
Number of Accounts:<br />
Posts/Threads per each Account:<br />
Other details:</code></div></div>
<br />
<span style="text-decoration: underline;">All orders are dealt with via PM at MyBB.com only, just click the order button. Any questions, feedback or testimonial should be posted here.</span><br />
<br />
<a href="http://community.mybb.com/private.php?action=send&amp;uid=16693" target="_blank" rel="nofollow"><img src="http://localhostr.com/files/7c5f04/order-accept.png" border="0" alt="[Image: order-accept.png]" /></a>]]></description>
			<content:encoded><![CDATA[<a href="http://community.mybb.com/private.php?action=send&amp;uid=16693" target="_blank" rel="nofollow"><img src="http://localhostr.com/files/7c5f04/order-accept.png" border="0" alt="[Image: order-accept.png]" /></a><br />
<br />
<span style="font-weight: bold;">Prices</span><br />
1 Post: <span style="text-decoration: underline;">&#36;0.05 USD</span> (max. 200 posts)<br />
1 Thread: <span style="text-decoration: underline;">&#36;0.10 USD</span> (max. 50 threads)<br />
<br />
<span style="font-weight: bold;">Perks</span><br />
<span style="color: #006400;">+</span> I will upload my own avatar.<br />
<span style="color: #006400;">+</span> I will edit my signature.<br />
<span style="color: #006400;">+</span> I will make an introduction thread, free of charge.<br />
<span style="color: #006400;">+</span> Link to your forum on my MyBB.com signature for 2 days.<br />
<span style="color: #006400;">+</span> Your order will be done within 24 hours, otherwise you'll have your money back. Bigger orders do not apply.<br />
<br />
<span style="font-weight: bold;">Template</span><br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Forum Link:<br />
Number of Threads:<br />
Number of Replies:<br />
Number of Accounts:<br />
Posts/Threads per each Account:<br />
Other details:</code></div></div>
<br />
<span style="text-decoration: underline;">All orders are dealt with via PM at MyBB.com only, just click the order button. Any questions, feedback or testimonial should be posted here.</span><br />
<br />
<a href="http://community.mybb.com/private.php?action=send&amp;uid=16693" target="_blank" rel="nofollow"><img src="http://localhostr.com/files/7c5f04/order-accept.png" border="0" alt="[Image: order-accept.png]" /></a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Do you draw mockups of your designs?]]></title>
			<link>http://lithium-media.net/showthread.php?tid=278</link>
			<pubDate>Fri, 20 Aug 2010 14:08:55 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=278</guid>
			<description><![CDATA[I always draw something sketchy on paper, write down some ideas and build the structure of the design. You eventually come up with even more ideas, and you just keep drawing until you have something solid.<br />
<br />
I highly recommend you to do this, it's a good habit and it definitely helps. Get a notebook of some sort, and always have a pencil around you.]]></description>
			<content:encoded><![CDATA[I always draw something sketchy on paper, write down some ideas and build the structure of the design. You eventually come up with even more ideas, and you just keep drawing until you have something solid.<br />
<br />
I highly recommend you to do this, it's a good habit and it definitely helps. Get a notebook of some sort, and always have a pencil around you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The Expendables]]></title>
			<link>http://lithium-media.net/showthread.php?tid=277</link>
			<pubDate>Fri, 20 Aug 2010 14:04:09 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=277</guid>
			<description><![CDATA[<!-- start: video_youtube_embed --><br />
<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/C6RU5y2fU6s"><param name="movie" value="http://www.youtube.com/v/C6RU5y2fU6s" /></object><br />
<!-- end: video_youtube_embed --><br />
<br />
Sylvester Stallone, Arnold Schwarzenegger, Bruce Willis, Jet Li, Steve Austin. I think the names and the trailer talk by themselves. Has anyone watched the movie yet? I'm considering watching it on the cinema with my dad, not sure if it will still be up when he's available.]]></description>
			<content:encoded><![CDATA[<!-- start: video_youtube_embed --><br />
<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/C6RU5y2fU6s"><param name="movie" value="http://www.youtube.com/v/C6RU5y2fU6s" /></object><br />
<!-- end: video_youtube_embed --><br />
<br />
Sylvester Stallone, Arnold Schwarzenegger, Bruce Willis, Jet Li, Steve Austin. I think the names and the trailer talk by themselves. Has anyone watched the movie yet? I'm considering watching it on the cinema with my dad, not sure if it will still be up when he's available.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Horizontal Postbit vs Classic Postbit]]></title>
			<link>http://lithium-media.net/showthread.php?tid=276</link>
			<pubDate>Fri, 20 Aug 2010 14:03:04 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=276</guid>
			<description><![CDATA[Which do you prefer and why? Years ago I thought the classic postbit was better, but now I really like the horizontal postbit. Makes more sense and it's much easier to read imho. And doesn't waste much space if a post is too short.<br />
<br />
What do you think?<br />
<br />
/move to "Forum Administration" or a more appropriate forum.]]></description>
			<content:encoded><![CDATA[Which do you prefer and why? Years ago I thought the classic postbit was better, but now I really like the horizontal postbit. Makes more sense and it's much easier to read imho. And doesn't waste much space if a post is too short.<br />
<br />
What do you think?<br />
<br />
/move to "Forum Administration" or a more appropriate forum.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Google Buzz: an epic fail?]]></title>
			<link>http://lithium-media.net/showthread.php?tid=275</link>
			<pubDate>Fri, 20 Aug 2010 14:01:53 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=275</guid>
			<description><![CDATA[I don't get it. Why didn't Google see this coming? They're such a huge company, they must have those professional SEO and marketing guys there.<br />
<br />
Google Buzz is pretty much dead. A huge failure from Google. :angel:<br />
<br />
All that <span style="font-style: italic;">buzz</span> about it and the excitement... but as soon as it came out, I was like "uhh, that's it?". I tried to use it myself but it just didn't work. Twitter works best from me.<br />
<br />
There are also rumors of a new social network from Google, called <a href="http://news.cnet.com/8301-30684_3-20009159-265.html" target="_blank" rel="nofollow">Google Me</a>. Let's see what happens this time. Will it have the same faith as Google Buzz? <img src="http://lithium-media.net//images/smilies/tongue.png" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" />]]></description>
			<content:encoded><![CDATA[I don't get it. Why didn't Google see this coming? They're such a huge company, they must have those professional SEO and marketing guys there.<br />
<br />
Google Buzz is pretty much dead. A huge failure from Google. :angel:<br />
<br />
All that <span style="font-style: italic;">buzz</span> about it and the excitement... but as soon as it came out, I was like "uhh, that's it?". I tried to use it myself but it just didn't work. Twitter works best from me.<br />
<br />
There are also rumors of a new social network from Google, called <a href="http://news.cnet.com/8301-30684_3-20009159-265.html" target="_blank" rel="nofollow">Google Me</a>. Let's see what happens this time. Will it have the same faith as Google Buzz? <img src="http://lithium-media.net//images/smilies/tongue.png" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Wordpress owns the blogging market]]></title>
			<link>http://lithium-media.net/showthread.php?tid=274</link>
			<pubDate>Fri, 20 Aug 2010 14:00:34 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=274</guid>
			<description><![CDATA[Wordpress is indeed the best blogging platform, if not one of the best CMS too. It can be adapted to whatever kind of site you want: a blog, a full featured website or a gallery.<br />
<br />
But for how long is Wordpress going to hold this position? I mean, there aren't any other <span style="font-style: italic;">decent</span> blogging platforms available, there's one called Habari which at some point called my attention, but never heard back from it. Whenever I want to start a new site or blog, I head over to Wordpress.org to download Wordpress. I don't search for better options, Wordpress is just great and it works!<br />
<br />
What do you think about this?]]></description>
			<content:encoded><![CDATA[Wordpress is indeed the best blogging platform, if not one of the best CMS too. It can be adapted to whatever kind of site you want: a blog, a full featured website or a gallery.<br />
<br />
But for how long is Wordpress going to hold this position? I mean, there aren't any other <span style="font-style: italic;">decent</span> blogging platforms available, there's one called Habari which at some point called my attention, but never heard back from it. Whenever I want to start a new site or blog, I head over to Wordpress.org to download Wordpress. I don't search for better options, Wordpress is just great and it works!<br />
<br />
What do you think about this?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Do you support IE on your sites?]]></title>
			<link>http://lithium-media.net/showthread.php?tid=273</link>
			<pubDate>Fri, 20 Aug 2010 13:59:31 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=273</guid>
			<description><![CDATA[You know, do you fix bugs and optimize your sites for IE?<br />
<br />
IMO it depends on the site. For example, a proxy site NEEDS to work on IE. Because proxies are often used at schools and libraries, where the only browser available is IE.<br />
<br />
I myself try to fix them. Depends on the site though. Here's one tip: only start fixing bugs once you're finished with the design.]]></description>
			<content:encoded><![CDATA[You know, do you fix bugs and optimize your sites for IE?<br />
<br />
IMO it depends on the site. For example, a proxy site NEEDS to work on IE. Because proxies are often used at schools and libraries, where the only browser available is IE.<br />
<br />
I myself try to fix them. Depends on the site though. Here's one tip: only start fixing bugs once you're finished with the design.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Do you have any cheatsheets?]]></title>
			<link>http://lithium-media.net/showthread.php?tid=272</link>
			<pubDate>Fri, 20 Aug 2010 13:58:13 +0000</pubDate>
			<guid isPermaLink="false">http://lithium-media.net/showthread.php?tid=272</guid>
			<description><![CDATA[I don't have them on my wall right now, but I really want to print a few. I believe they can come in handy, specially when you're learning a coding language and forget a few names, functions and other stuff.<br />
<br />
The best place to get cheat sheets is: <a href="http://www.addedbytes.com/cheat-sheets/" target="_blank" rel="nofollow">http://www.addedbytes.com/cheat-sheets/</a><br />
I have the HTML, CSS, PHP and JavaScript cheatsheets downloaded. I really want to print them.]]></description>
			<content:encoded><![CDATA[I don't have them on my wall right now, but I really want to print a few. I believe they can come in handy, specially when you're learning a coding language and forget a few names, functions and other stuff.<br />
<br />
The best place to get cheat sheets is: <a href="http://www.addedbytes.com/cheat-sheets/" target="_blank" rel="nofollow">http://www.addedbytes.com/cheat-sheets/</a><br />
I have the HTML, CSS, PHP and JavaScript cheatsheets downloaded. I really want to print them.]]></content:encoded>
		</item>
	</channel>
</rss>