<?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>» DoYourself.org &#187; Uncategorized</title>
	<atom:link href="http://www.doyourself.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doyourself.org</link>
	<description>Did you know ?</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:00:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Take the full web page screenshot by google Chrome</title>
		<link>http://www.doyourself.org/uncategorized/842-take-the-full-web-page-screenshot-by-google-chrome/</link>
		<comments>http://www.doyourself.org/uncategorized/842-take-the-full-web-page-screenshot-by-google-chrome/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 00:07:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=842</guid>
		<description><![CDATA[Today I came through one interesting pluggin for google Chrome browser. Name of the pluggin is &#8220;Web Page Screenshot &#8220;. It is a google chrome extension and won&#8217;t work in any other browser. Usage of Web Page Screenshot This google chrome extension let us take the full page screen shot of any web page which [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Today I came through one interesting pluggin for google Chrome browser.   Name of the pluggin is &#8220;Web Page Screenshot &#8220;. It is a google chrome  extension and won&#8217;t work in any other browser.</p>
<p><strong>Usage of Web Page Screenshot</strong></p>
<p>This  google chrome extension let us take the full page screen shot of any  web page which opened in Chrome browser. The saved image cab be saved in  our computer in JPEG or PNG format. To download this chrome extension  please visit the following link.</p>
<p><a href="https://chrome.google.com/extensions/detail/ckibcdccnfeookdmbahgiakhnjcddpki" target="_blank">https://chrome.google.com/extensions/detail/ckibcdccnfeookdmbahgiakhnjcddpki</a></p>
<p>Now you can see a page where you have one download link for Web page Screenshot.<br />
<a><img src="http://img249.imageshack.us/img249/4163/webpagescreenshot.jpg" border="0" alt="Take the full size screen shot of any website in google chrome" /></a></p>
<p>You need to click on the install button to install  Chrome web page screenshot on your browser. It may give you an alert  where this extension can access your private data stored in google  chrome.</p>
<p><strong>How to take full page screen shot of a web page </strong></p>
<p>You  can see a camera symbol on the right hand side of the chrome address  bar. You should click on that button to take the screen shot of the  website loaded in google chrome.</p>
<p><a><img src="http://img156.imageshack.us/img156/8238/webscreenshotchrome.jpg" border="0" alt="How to take a full page website image" /></a></p>
<p>The screen shot of the website which is taken by Google Chrome would look like below.<br />
<a><img src="http://img717.imageshack.us/img717/595/webpagescreenshotdemo.jpg" border="0" alt="Google Chrome extension to take the photo of any website in full view " /></a></p>
<p>You can adjust the size of the image according to the available options and save it in your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/uncategorized/842-take-the-full-web-page-screenshot-by-google-chrome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Configure DNS address from the command prompt</title>
		<link>http://www.doyourself.org/uncategorized/818-how-to-configure-dns-address-from-the-command-prompt/</link>
		<comments>http://www.doyourself.org/uncategorized/818-how-to-configure-dns-address-from-the-command-prompt/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 23:57:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=818</guid>
		<description><![CDATA[Domain Name system (DNS ) is using to assign names for a particular IP address. In Internet every communication is based on IP address. It is difficult to remember the 32 bit IP address and DNS server is resolving that issue by assigning a unique name for particular IP address. So if one user type [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Domain Name system (DNS ) is using to assign names for a particular IP  address. In Internet every communication is based on IP address. It is  difficult to remember the 32 bit IP address and DNS server is resolving  that issue by assigning a unique name for particular IP address. So if  one user type one domain name on the browser the communication is like  this.</p>
<p>Web browser&#8212;&#8212;-&gt; DNS Server</p>
<p>DNS server &#8212;&#8212;&#8212;&gt; Web server</p>
<p>The  name to IP address conversion is also done in DNS server and it is very  important that every computer should know the address of DNS server. So  we need to set DNS address on every computer for the proper Internet  communication.</p>
<h2>How to set DNS(Domain Name System) from DOS prompt using single command</h2>
<p>We can set DNS address for a computer from the command  promptby a single command. The command to set DNS for a computer is:</p>
<p>netsh interface ip set dns &#8220;Local Area Connection&#8221; static 192.168.1.50</p>
<p>Where the interface is Local Area Connection</p>
<p>The IP address is 192.168.1.50</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/uncategorized/818-how-to-configure-dns-address-from-the-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Google Public DNS and how to configure it on your computer</title>
		<link>http://www.doyourself.org/uncategorized/816-what-is-google-public-dns-and-how-to-configure-it-on-your-computer/</link>
		<comments>http://www.doyourself.org/uncategorized/816-what-is-google-public-dns-and-how-to-configure-it-on-your-computer/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 23:56:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=816</guid>
		<description><![CDATA[After global DNS and Open DNS we have one more choice in setting a reliable DNS services. Google introduce a new set of public DNS address called Google Public DNS which offers a high speed more secure DNS services. The addresses are: 8.8.8.8 and 8.8.4.4 [ DNS is used to covert domain name to corresponding [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After global DNS and Open DNS we have one more choice in setting a reliable DNS services. Google introduce a new set of public DNS address called Google Public DNS which offers a high speed more secure DNS services. The addresses are:</p>
<p>8.8.8.8 and</p>
<p>8.8.4.4</p>
<p>[ DNS is used to covert domain name to corresponding IP address and vice versa. ]</p>
<p>Google has launched telephone support for the issues related to Google Public DNS service. The telephone numbers are:</p>
<p>* 877-590-4367 { For US customers }</p>
<p>* 770-200-1201 { Outside US }</p>
<p>To set Google Public DNS in your computer from command prompt click on the link below.</p>
<p><a href="http://www.doyourself.org/uncategorized/818-how-to-configure-dns-address-from-the-command-prompt/">Setup DNS address on your computer from Command Prompt</a></p>
<p>To know more about Google Public DNS service please click on the link provided below.</p>
<p>http://code.google.com/speed/public-dns/docs/using.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/uncategorized/816-what-is-google-public-dns-and-how-to-configure-it-on-your-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize OS X ‘volume’ (partition)</title>
		<link>http://www.doyourself.org/uncategorized/626-resize-os-x-%e2%80%98volume%e2%80%99-partition/</link>
		<comments>http://www.doyourself.org/uncategorized/626-resize-os-x-%e2%80%98volume%e2%80%99-partition/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 18:00:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=626</guid>
		<description><![CDATA[I like open source software but I do use other software too. I know, I know, I’m an heretic. *Feels the shame.* I have a MacBook and I’ve had it dual booting OS X and Ubuntu (and other Linux flavours) which can usually be achieved quite easily with BootCamp, rEFIt and an Ubuntu Desktop LiveCD. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I like open source software but I do use other software too. I know, I know, I’m an heretic. *Feels the shame.*</p>
<p>I have a MacBook and I’ve had it dual booting OS X and Ubuntu (and  other Linux flavours) which can usually be achieved quite easily with <a href="http://www.apple.com/macosx/bootcamp/">BootCamp</a>, <a href="http://refit.sourceforge.net/">rEFIt</a> and <a href="http://www.ubuntu.com/">an Ubuntu Desktop LiveCD</a>. But what happens if you decide you want to just run OS X again and want to expand the OS X partition to recover ‘free’ space?</p>
<p>Taking a hypothetical example where you have the EFI partition, an OS  X partition, a swap partition and a Linux partition of whatever sizes,  if you try to open up BootCamp to expand the OS X partition it will give  you some error message about the drive not being one large HFS+  partition and so it can’t be repartitioned in BootCamp. I think this is  pretty shabby, but it’s ‘new’ software so I looked around for solutions  and tried a bit of hit and miss myself.</p>
<p>You’re supposed to be able to use diskutil’s resizeVolume operation  to do what BootCamp does, but regardless of whether I had deleted the  swap and Linux partitions, I could not get it to resize the OS X volume.  It repeatedly gave me an error message stating: <code>Resizing encountered error No space left on device (28) on disk disk0s2</code> (‘disk0s2′ being the OS X style partition identifier for my OS X partition that I was trying to resize.)</p>
<p>So, I searched for articles about this error and didn’t find much on  the web. I played around a bit myself and I found something that allowed  BootCamp to allow me to resize the OS X partition. I booted an Ubuntu  7.04 Desktop LiveCD and used the parted front end to create an  unformatted partition in the ‘free space’. I rebooted into OS X after  doing this and tried to run BootCamp and it worked just fine.</p>
<p>I hope this information is useful to some other people. If you have  suggestions for key words to use in this article to make it easier to  find, please e-mail me. I figured quoting the resizeVolume error I  obtained would help a number of people get here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/uncategorized/626-resize-os-x-%e2%80%98volume%e2%80%99-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling / building XviD with asm optimisations for Mac OS X Intel</title>
		<link>http://www.doyourself.org/uncategorized/623-compiling-building-xvid-with-asm-optimisations-for-mac-os-x-intel/</link>
		<comments>http://www.doyourself.org/uncategorized/623-compiling-building-xvid-with-asm-optimisations-for-mac-os-x-intel/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 17:58:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAC]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=623</guid>
		<description><![CDATA[Using Apple’s nasm one can compile a working XviD binary using the x86 asm that will run on Core Duo systems. Thanks to Christoph Naegeli and Andrea Gianarro for the following information. Enter the build/generic directory in the xvid source directory, run bootstrap.sh and (for bash) run: ./configure --enable-macosx_module Then edit build/generic/platform.inc and ADD the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Using Apple’s nasm one can compile a working XviD binary using the  x86 asm that will run on Core Duo systems. Thanks to Christoph Naegeli  and Andrea Gianarro for the following information.</p>
<p><strong>Enter the build/generic directory in the xvid source directory, run bootstrap.sh and (for bash) run:</strong></p>
<p><code>./configure --enable-macosx_module</code></p>
<p><strong>Then edit build/generic/platform.inc and ADD the flags shown below:</strong><br />
<code>"-undefined suppress" to SPECIFIC_CFLAGS<br />
"-f macho -DPREFIX" to AFLAGS (so it reads AFLAGS="AFLAGS=-I$(&lt;D)/ -f macho -DPREFIX")<br />
"-read_only_relocs suppress" to SPECIFIC_LDFLAGS</code></p>
<p>Here’s my <a href="http://doyourself.org/wp-content/files/platform.inc">platform.inc</a> if you would like to have a look to check you’ve edited it correctly.</p>
<p>Then make and make install as usual.</p>
<p>I also change -O2 to -O3 and add “-march=prescott” to the CFLAGS and  configure with –prefix=/usr/local . The CFLAGS enable some GCC  optimisations. There is debate as to whether the use of -march with  “pentium-m” or “prescott” is better for the Core processors. I haven’t  particularly researched it all that much but the Core is supposedly a  heavily reworked Pentium 3 that is a bit like a Pentium M, has the same  instruction set as the Prescott and behaves more like the NetBurst  architecture. As such -march=prescott is supposed to be the most  appropriate choice. When I get bored someday I’ll run some benchmarks  and test to see which is faster.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/uncategorized/623-compiling-building-xvid-with-asm-optimisations-for-mac-os-x-intel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>x264 quality/speed guide</title>
		<link>http://www.doyourself.org/uncategorized/621-x264-qualityspeed-guide/</link>
		<comments>http://www.doyourself.org/uncategorized/621-x264-qualityspeed-guide/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 17:57:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=621</guid>
		<description><![CDATA[The main settings you may want to alter are show below. You will want to reduce the options at the top first: * 8x8dct and parti8x8 * brdo * mixed_refs * partitions * max_b_frames * me * refs * trellis * subq]]></description>
			<content:encoded><![CDATA[<p></p><p>The main settings you may want to alter are show below. You will want to reduce the options at the top first:</p>
<p>* 8x8dct and parti8x8<br />
* brdo<br />
* mixed_refs<br />
* partitions<br />
* max_b_frames<br />
* me<br />
* refs<br />
* trellis<br />
* subq</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/uncategorized/621-x264-qualityspeed-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install FFmpeg and x264 on Ubuntu Hardy Heron 8.04 LTS</title>
		<link>http://www.doyourself.org/uncategorized/606-install-ffmpeg-and-x264-on-ubuntu-hardy-heron-8-04-lts/</link>
		<comments>http://www.doyourself.org/uncategorized/606-install-ffmpeg-and-x264-on-ubuntu-hardy-heron-8-04-lts/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 17:46:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=606</guid>
		<description><![CDATA[Getting the Dependencies 1. First, install packages that x264 and FFmpeg require. Make sure the Ubuntu universe and multiverse repositories are enabled. For help doing this, refer to Adding the Universe and Multiverse Repositories on the Ubuntu Wiki. 2. Uninstall x264, libx264-dev, and ffmpeg if they are already installed. Open a terminal and run the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span style="font-size: medium;">Getting the Dependencies</span><br />
<span style="font-size: medium;">1.</span> First, install packages that x264 and FFmpeg  require.  Make sure the Ubuntu universe and multiverse repositories are  enabled.  For help doing this, refer to <a href="https://help.ubuntu.com/community/Repositories/Ubuntu#head-5bbef89639d9a7d93fe38f6356dc17847d373096" target="_blank">Adding the Universe and Multiverse Repositories</a> on the Ubuntu Wiki.</p>
<p><span style="font-size: medium;">2.</span> Uninstall x264, libx264-dev, and ffmpeg if they are already installed. Open a terminal and run the following:</p>
<div>
<div>Code:</div>
<pre dir="ltr">sudo apt-get remove ffmpeg x264 libx264-dev</pre>
</div>
<p>Next, get all of the packages you will need to install FFmpeg and x264.</p>
<div>
<div>Code:</div>
<pre dir="ltr">sudo apt-get update
sudo apt-get install build-essential subversion git-core checkinstall texi2html libfaac-dev liblame-dev libsdl1.2-dev libvorbis-dev libx11-dev libxfixes-dev libxvidcore4-dev zlib1g-dev</pre>
</div>
<p><span style="font-size: medium;">3.</span> Yasm 0.5.0 is in the Ubuntu Hardy Heron  universe repository, but is too old to be used for x264, so it must be  downloaded, compiled, and installed.</p>
<div>
<div>Code:</div>
<pre dir="ltr">cd
wget http://www.tortall.net/projects/yasm/releases/yasm-1.0.1.tar.gz
tar xzvf yasm-1.0.1.tar.gz
cd yasm-1.0.1
./configure
make
sudo checkinstall --pkgname=yasm --pkgversion "1.0.1" --backup=no --default</pre>
</div>
<p><span style="font-size: medium;">Install x264</span><br />
<span style="font-size: medium;">4.</span> Get the most current source files from the  official x264 git repository, compile, and install. You can run  &#8220;./configure &#8211;help&#8221; to see what features you can enable/disable. If you  are behind a firewall or unable to use git, then <a href="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/" target="_blank">daily source tarballs</a> are also available.</p>
<div>
<div>Code:</div>
<pre dir="ltr">cd
git clone git://git.videolan.org/x264.git
cd x264
./configure
make
sudo checkinstall --pkgname=x264 --pkgversion "1:0.svn`date +%Y%m%d`-0.0ubuntu1" --backup=no --default</pre>
</div>
<p><span style="font-size: medium;">Install libopencore-amr</span><br />
<span style="font-size: medium;">5.</span> This will allow you to decode and encode AMR audio. You can skip this step and omit <em>&#8211;enable-libopencore-amrnb &#8211;enable-libopencore-amrwb</em> in step 7 if you don&#8217;t plan on decoding or encoding AMR audio:</p>
<div>
<div>Code:</div>
<pre dir="ltr">cd
wget http://transact.dl.sourceforge.net/project/opencore-amr/opencore-amr/0.1.2/opencore-amr-0.1.2.tar.gz
tar xvf opencore-amr-0.1.2.tar.gz
cd opencore-amr-0.1.2
./configure --disable-shared
make
sudo checkinstall --fstrans=no --pkgname="libopencore-amr" --pkgversion="0.1.2" --backup=no --default</pre>
</div>
<p><span style="font-size: medium;">Install libtheora</span><br />
<span style="font-size: medium;">6.</span> This is used to encode to Theora, the video  type usually found in OGG files. The repository libtheora is too old, so  it must be compiled. You can skip this step and omit <em>&#8211;enable-libtheora</em> in step 7 if you don&#8217;t plan on encoding to Theora video:</p>
<div>
<div>Code:</div>
<pre dir="ltr">sudo apt-get install libogg-dev
cd
wget http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.gz
tar xzvf libtheora-1.1.1.tar.gz
cd libtheora-1.1.1
./configure --disable-shared
make
sudo checkinstall --fstrans=no --pkgname=libtheora --pkgversion "1.1.1" --backup=no --default</pre>
</div>
<p><span style="font-size: medium;">Install FFmpeg</span><br />
<span style="font-size: medium;">7.</span> Get the most current source files from the  official FFmpeg svn, compile, and install. Run &#8220;./configure &#8211;help&#8221; to  see what features or codecs you can enable/disable and which have a  native implementation. If you are behind a firewall or unable to use  subversion, then <a href="http://ffmpeg.mplayerhq.hu/ffmpeg-export-snapshot.tar.bz2" target="_blank">nightly FFmpeg snapshots</a> are also available.</p>
<div>
<div>Code:</div>
<pre dir="ltr">cd
svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
cd ffmpeg
./configure --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-pthreads --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-x11grab
make
sudo checkinstall --pkgname=ffmpeg --pkgversion "3:0.svn`date +%Y%m%d`-12ubuntu3" --backup=no --default
hash x264 ffmpeg ffplay</pre>
</div>
<p>That&#8217;s it for installation.  You can keep the <em>~/x264</em> and <em>~/ffmpeg</em> directories if you later want to update the source files to a new  revision.  See &#8220;Updating Your Installation&#8221; on the first page of this  guide for more details.</p>
<p>That&#8217;s it!  Now head back to the <a href="http://www.doyourself.org/ffmpeg/592-howto-install-and-use-the-latest-ffmpeg-and-x264/" target="_blank">FFmpeg guide</a> for usage instructions and more.</p>
<p><span style="font-size: medium;">Reverting Changes Made by This Tutorial</span><br />
To remove FFmpeg/x264 and any changes made from this tutorial:</p>
<div>
<div>Code:</div>
<pre dir="ltr">sudo apt-get remove x264 ffmpeg build-essential yasm subversion git-core checkinstall texi2html libfaac-dev liblame-dev libsdl1.2-dev libtheora libvorbis-dev libx11-dev libxfixes-dev libxvidcore4-dev zlib1g-dev</pre>
</div>
<p>Lastly, delete the <em>ffmpeg</em> and <em>x264</em> directories in your home folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/uncategorized/606-install-ffmpeg-and-x264-on-ubuntu-hardy-heron-8-04-lts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The cheapest SEO deal I&#8217;ve ever seen</title>
		<link>http://www.doyourself.org/uncategorized/408-the-cheapest-seo-deal-ive-ever-seen-2/</link>
		<comments>http://www.doyourself.org/uncategorized/408-the-cheapest-seo-deal-ive-ever-seen-2/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 10:48:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cheapest]]></category>
		<category><![CDATA[deal]]></category>
		<category><![CDATA[ever?]]></category>
		<category><![CDATA[I've]]></category>
		<category><![CDATA[seen]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[the]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=408</guid>
		<description><![CDATA[OK, this is one seriously aggressive marketing campaign, perhaps the most aggressive that I&#039;ve seen from any SEO company to date! Agilis marketing, a Virginia SEO Company is offering a &#039;Holiday&#039; special, where you can get your website on the first age of Google for any search query, for only $99! Even though the query [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>OK, this is one seriously aggressive marketing campaign, perhaps the most aggressive that I&#039;ve seen from any SEO company to date! Agilis marketing, a <a href="http://www.agilismarketing.com/seo-special/">Virginia SEO Company</a> is offering a &#039;Holiday&#039; special, where you can get your website on the first age of Google for any search query, for only $99! Even though the query has to be at least three words in length, this is still pretty ambitious. I&#039;d like to see them get the keyword &#034;Toronto real estate&#034; ranked for only that much  !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/uncategorized/408-the-cheapest-seo-deal-ive-ever-seen-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>101 Great Free SEO Tools &amp; Resources</title>
		<link>http://www.doyourself.org/uncategorized/409-101-great-free-seo-tools-resources-2/</link>
		<comments>http://www.doyourself.org/uncategorized/409-101-great-free-seo-tools-resources-2/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 10:48:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[&]]></category>
		<category><![CDATA[101]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[great]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=409</guid>
		<description><![CDATA[With Search Engine Optimization there is simply no &#039;one tool does all&#039; (yet). So I&#039;ve compiled a list of 101 great tools and resources to help your site&#039;s SEO strategies. The best part is, they&#039;re all free! Keyword Rank Checker &#8211; Track your website&#8217;s ranking in Google, MSN and Yahoo! Google vs Yahoo Graph &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>With Search Engine Optimization there is simply no &#039;one tool does all&#039; (yet). So I&#039;ve compiled a list of 101 great tools and resources to help your site&#039;s SEO strategies. The best part is, they&#039;re all free!<span></span></p>
<li><a href="http://www.digitalpoint.com/tools/keywords/">Keyword Rank Checker</a> &#8211; Track your website&rsquo;s ranking in Google, MSN and Yahoo!</li>
<li><a href="http://www.seobench.com/google-yahoo-graph/">Google vs Yahoo Graph</a> &#8211; Graphic display of top 50 in Google &#038; Yahoo linked</li>
<li> <a href="http://www.seochat.com/seo-tools/pagerank-lookup/">PageRank Lookup</a> &#8211; check the PageRank for a website</li>
<li><a href="http://www.database-search.com/sys/pre-check-en.php">PageRank Verification</a> &#8211; check if the displayed PageRank is real</li>
<li><a href="http://www.digitalpoint.com/tools/webrank/">Yahoo! WebRank Checker</a> &#8211; check your Yahoo WebRank without needing to install the Yahoo toolbar</li>
<li> <a href="http://www.iwebtool.com/pagerank_prediction">Google PageRank Prediction</a> &#8211; check predicted PR of a site</li>
<li><a href="http://www.seomoz.org/page-strength">Page Strength Tool</a> &#8211; quickly assess a site/page&#039;s relative importance and visibility</li>
<li><a href="http://www.seocompany.ca/tool/site-stats-web/">Site Stats Tool</a> &#8211; A quick snapshot of many indices of your website(s) </li>
<li><a href="http://www.gritechnologies.com/tools/spider.go">Poodle Predictor</a> &#8211; see what your site will look like in search-engine results</li>
<li> <a href="http://www.iwebtool.com/multirank">Multi-Rank Checker</a> &#8211; View your Google PageRank and Alexa Ranking in bulk</li>
<li> <a href="http://www.iwebtool.com/pagerank_checker">PageRank Checker</a> &#8211; View your Google PageRank on differnet Google servers</li>
<li><a href="http://www.digitalpoint.com/tools/pagerank-mac/">PageRank for Mac</a> &#8211; PageRank toolbar widget For Macintosh</li>
<li><a href="http://www.rankpulse.com/">PulseRank</a> &#8211; Tracks Ranking movement on Google for 1000 keywords</li>
<li> <a href="http://www.searchbliss.com/seo-tools/bookmark-blog-search.asp">Bookmark &amp; Blog Search Check</a> &#8211; Find your backlinks in the major bookmarking sites and blog search engines</li>
<li> <a href="http://www.webconfs.com/reciprocal-link-checker.php">Reciprocal Link Check</a> &#8211; check whether your link partners are linking back to your website</li>
<li> <a href="http://www.linkworth.com/link_popularity.php">Link Popularity Checker</a> &#8211; a popularity score given to a website based on inbound links</li>
<li> <a href="http://www.linkworth.com/tools/price-quote.php">LinkPrice Lookup</a> &#8211; check the price of your link</li>
<li> <a href="http://www.webconfs.com/link-value.php">Link Price Calculator</a> &#8211; another tool for checking the price of links</li>
<li> <a href="http://www.ranks.nl/cgi-bin/ranksnl/tools/checklink.pl">Link Checker</a> &#8211; check your links to see if it&rsquo;s still valid or not</li>
<li><a href="http://linktool.convurgency.com/">Link Verification Tool</a> &#8211; regularly monitors text links, alerts you to problems</li>
<li><a href="http://www.digitalpoint.com/tools/backlinks/">Backlink Tracker</a> &#8211; check search engines for the number of back links to any specific URL over time </li>
<li><a href="http://www.webconfs.com/backlink-summary.php">Backlink Summary</a> &#8211;  This tool will give you a summary of your competitors backlinks</li>
<li><a href="http://home.snafu.de/tilman/xenulink.html">Xenu&#039;s Link Sleuth</a> &#8211; Find broken links on web sites</li>
<li> <a href="http://www.seochat.com/seo-tools/link-popularity/">Link Popularity</a> &#8211; checks the total number of web pages which link to a website</li>
<li><a href="http://www.elixirsystems.com/tools/linkpopularity.php">Link Quality</a> &#8211; Link popularity checker and link quality assessment</li>
<li> <a href="http://www.seochat.com/seo-tools/link-price/">Link Price Calculator</a> &#8211; help to determine the approximate amount you should be paying (or charging) per month for a text link (ad) from each and every page of the specified website</li>
<li> <a href="http://www.seochat.com/seo-tools/site-link-analyzer/">Site Link Analyzer</a> &#8211; analyze a given web page and return a table of data containing columns of outbound links and their associated anchor text</li>
<li><a href="http://payperpost.com/">PayPerPost</a> &#8211; Get quality contextual links though sponsored blog postings </li>
<li><a href="http://www.cheapseoservices.com/">High Traffic Blog Advertising</a> &#8211; get your article and links published across hundreds of blogs </li>
<li><a href="http://www.reviewme.com/">ReviewMe</a> &#8211; Get your service or Web site reviewed by bloggers</li>
<li> <a href="http://www.seochat.com/seo-tools/url-rewriting/">URL Rewriting</a> &#8211; convert dynamic URLs into static looking HTML URLs</li>
<li> <a href="http://www.iwebtool.com/link_extractor">Link Extractor</a> &#8211; Extract links from a specific web page</li>
<li> <a href="http://www.iwebtool.com/link_shortener">Link Shortener</a> &#8211; shorten a web address</li>
<li><a href="http://www.directorylister.info/">Directory Lister</a> &#8211; only submit your site to the highest quality directories</li>
<li><a href="http://www.seocompany.ca/tool/search-directory/">Directory Search Tool</a> &#8211; check if your website is on major directories</li>
<li><a href="http://www.digitalpoint.com/tools/ad-network/">Co-op Advertising Network</a> &#8211; get text ads across 20,000+ sites</li>
<li> <a href="http://www.searchbliss.com/seo-tools/back-links-finder.asp">Back Links Finder</a> &#8211; Build relevant website back links</li>
<li> <a href="http://www.webconfs.com/anchor-text-analysis.php">Backlink Anchor Text Analyzer</a> &#8211; check link text used by your backlinks to Link to your wesbite</li>
<li><a href="http://www.webconfs.com/similar-page-checker.php">Similar Page Checker</a> &#8211; determine the percentage of similarity between two pages</li>
<li> <a href="http://www.marketleap.com/verify/default.htm">Keyword Verification</a> &#8211; checks to see if your site is in the top three pages of a search engine result for a specific keyword</li>
<li> <a href="http://www.markhorrell.com/tools/density.asp">Keyword Density Analyser</a> &#8211; another SEO tools for keywords</li>
<li><a href="http://www.selfseo.com/search_engines_index_report.php">Indexed Pages Checker</a> &#8211; find how many pages of your website have been indexed by  Google, Yahoo,<br />
MSN, Alltheweb, Hotbot and AltaVista.</li>
<li> <a href="http://www.seochat.com/seo-tools/keyword-cloud/">Keyword Cloud</a> &#8211; a visual representation of keywords used on a website</li>
<li> <a href="http://www.seochat.com/seo-tools/keyword-density/">Keyword Density</a> &#8211; another SEO tool for checking keyword density</li>
<li><a href="http://www.mcdar.net/">Keyword Analysis</a> &#8211; analyse keywords on your website in specific Google datacenters </li>
<li><a href="http://www.seocompany.ca/tool/keyword-find/">Keyword Data Miner</a> &#8211; keyword search volume </li>
<li><a href="http://www.webconfs.com/keyword-playground.php">Keyword Playground</a> &#8211; determine key phrases and report on their monthly search estimate</li>
<li><a href="http://www.marketleap.com/siteindex/">Search Engine Saturation Tool</a> &#8211; check the number of pages a given search engine has in its index for your website domain</li>
<li> <a href="http://www.seochat.com/seo-tools/keyword-difficulty/">Keyword Difficulty Check</a> &#8211; see how difficult it would be to rank for specific keywords or phrases</li>
<li> <a href="http://www.seochat.com/seo-tools/keyword-optimizer/">Keyword Optimizer</a> &#8211; optimizer your keywords with this tool</li>
<li> <a href="http://www.seochat.com/seo-tools/keyword-typo-generator/">Keyword Typo Generator</a> &#8211; generate a list of suggestions for likely human misspellings and typos</li>
<li><a href="http://tools.seobook.com/spelling/keywords-typos.cgi">Comprehensive Typo Generator</a> &#8211; generate more human misspellings and typos</li>
<li> <a href="http://www.iwebtool.com/keyword_suggestion">Keyword Suggestion</a> &#8211; Find related keywords matching your search</li>
<li><a href="http://www.digitalpoint.com/tools/suggestion/">Another Keyword Suggection tool</a> &#8211; suggest variations in WordTracker &amp; Overture </li>
<li><a href="http://www.webconfs.com/keyword-rich-domain-suggestions.php">Keyword Domain Suggestion</a> &#8211; suggest keyword rich domain names</li>
<li> <a href="http://www.apogee-web-consulting.com/tools/keyword_tool.php">Free Keyword Research Tool</a> &#8211; analyze the meta keywords of your competition</li>
<li> <a href="http://www.xml-sitemaps.com/">XML-Sitemaps</a> &#8211; Build your Site Map online (XML, ROR, Text, HTML)</li>
<li> <a href="http://gsitecrawler.com/">Gsitecrawler</a> &#8211; Google (and Yahoo!) Sitemap Generator for Windows</li>
<li> <a href="http://www.xml-sitemaps.com/validate-xml-sitemap.html">Validate XML Sitemap</a> &#8211; Search Engine Optimizion Tool for validating your xml sitemaps</li>
<li> <a href="http://www.google.com/analytics/">Google Analytics</a> &#8211; tells you everything about your visitors</li>
<li> <a href="http://www.searchbliss.com/seo-tools/google-backlinks.asp">Google Backlinks Check</a> &#8211; Check Google and 9 data centers for backward link updates</li>
<li> <a href="http://www.iwebtool.com/google_banned">Google Banned Checker</a> &#8211; check whether a site is banned by Google or not</li>
<li> <a href="http://www.xml-sitemaps.com/se-bot-simulator.html">Search Engine Bot Simulator</a> &#8211; SEO Tool to simulate search engine parsing of webpages and display discovered links.</li>
<li> <a href="http://www.seochat.com/seo-tools/indexed-pages/">Indexed pages</a> &#8211; check the no. of indexed pages for your blog</li>
<li> <a href="http://www.seochat.com/seo-tools/spider-simulator/">Spider Simulator</a> &#8211; simulates a search engine by displaying the contents of a web page</li>
<li> <a href="http://www.seochat.com/seo-tools/redirect-check/">Search Engine Friendly Redirect Checker</a> &#8211; checks the exact HTTP headers that a web server is sending with an HTTP response.</li>
<li> <a href="http://www.iwebtool.com/search_engine_position">Search Engine Position</a> &#8211; Locate your search listings on Google and Yahoo!</li>
<li> <a href="http://www.iwebtool.com/search_listings_preview">Search Listings Preview</a> &#8211; Preview your website on Google, MSN and Yahoo! Search</li>
<li> <a href="http://www.iwebtool.com/html_encrypter">HTML Encrypt</a> &#8211; Hide your HTML source code</li>
<li> <a href="http://www.iwebtool.com/html_optimizer">HTML Optimizer</a> &#8211; Optimize and clean your HTML source code</li>
<li> <a href="http://www.iwebtool.com/http_headers">HTTP Headers</a> &#8211; Extract the HTTP Headers of a web page</li>
<li> <a href="http://www.xml-sitemaps.com/http-headers-viewer.html">HTTP Headers Viewer</a> &#8211; check HTTP headers for any specific URL</li>
<li> <a href="http://www.iwebtool.com/metatags_extractor">Meta-tags Extractor</a> &#8211; Extract meta-tags information from a web page</li>
<li> <a href="http://www.iwebtool.com/metatags_generator">Meta-tags Generator</a> &#8211; Generate and configure your meta-tags</li>
<li> <a href="http://www.seochat.com/seo-tools/meta-analyzer/">META Analyzer</a> &#8211; analyze a website&rsquo;s meta tags</li>
<li> <a href="http://www.seochat.com/seo-tools/meta-tag-generator/">Meta Tag Generator</a> &#8211; help you to generate meta tags</li>
<li> <a href="http://www.searchbliss.com/seo-tools/meta-tags-optimization.asp">Meta Tag Optimization</a> &#8211; Check your Title and Meta Tags for keyword optimization</li>
<li> <a href="http://www.iwebtool.com/code_viewer">Source Code Viewer</a> &#8211; View the source code of a page</li>
<li> <a href="http://www.iwebtool.com/alexa_traffic_rank">Alexa Traffic Rank</a> &#8211; View and compare Alexa Ranking graphs</li>
<li> <a href="http://www.webconfs.com/domain-age.php">Domain Age Tool</a> &#8211; find out the age of your competitor&rsquo;s domains</li>
<li> <a href="http://www.webconfs.com/domain-stats.php">Domain Stats Tool</a> &#8211; get all kind of statistics of your competitor&rsquo;s domains</li>
<li> <a href="http://www.iwebtool.com/domain_availability">Domain Availability</a> &#8211; Check the availability of domains</li>
<li> <a href="http://www.iwebtool.com/domain_lookup">Domain Look-up</a> &#8211; Retrieve a range of information about a domain</li>
<li> <a href="http://www.iwebtool.com/whois">Domain Whois</a> &#8211; Retrieve domain whois information</li>
<li> <a href="http://www.iwebtool.com/instant">Instant Domain Checker</a> &#8211; Check the availability of domains instantly</li>
<li> <a href="http://www.iwebtool.com/reverse_ip">Reverse IP/Look-up</a> &#8211; Resolve a host to an IP address</li>
<li> <a href="http://www.iwebtool.com/server_status">Server Status</a> &#8211; Check if your website is online or offline</li>
<li> <a href="http://www.iwebtool.com/speed_test">Website Speed Test</a> &#8211; Find out how fast your website loads</li>
<li> <a href="http://www.whatismyipaddress.com/">What Is My IP Address</a> &#8211; shows your ip address</li>
<li> <a href="http://www.webrankinfo.com/english/tools/class-c-checker.php">Class C Checker</a> &#8211; check if some sites are hosted on the same Class C IP Range</li>
<li> <a href="http://www.webconfs.com/ip-to-city.php">IP to City</a> &#8211; determine the Country, City, Latitude and Longitude of an IP Address</li>
<li> <a href="http://www.webconfs.com/website-to-country.php">Website to Country</a> &#8211; determine the Country in which the specified website is Hosted</li>
<li><a href="http://www.digitalpoint.com/tools/geovisitors/">Geo Visitors</a> &#8211; detect where in the world visitors are coming from</li>
<li> <a href="http://www.statcounter.com/">Statcounter</a> &#8211; famous free web tracker</li>
<li><a href="http://www.digitalpoint.com/tools/counter/">Web Counter</a> &#8211; very simple, free web counter </li>
<li> <a href="http://www.histats.com/">HiStats</a> &#8211; Free, real time updated web stats service</li>
<li> <a href="http://www.addfreestats.com/">Addfreestats</a> &#8211; provide free website statistics</li>
<li> <a href="http://www.feedvalidator.org/">FEED Validator</a> &#8211; for Atom and RSS</li>
<li> <a href="http://validator.w3.org/">W3C Markup Validation Service</a> &#8211; check for conformance to W3C Recommendations and other standards</li>
<li> <a href="http://www.markhorrell.com/tools/browser.shtml">Browser Screen Resolution Checker</a> &#8211; shows what your site looks like with different screen resolutions</li>
<li> <a href="http://www.iwebtool.com/browser_details">Your Browser Details</a> &#8211; View your IP address and your browser details</li>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/uncategorized/409-101-great-free-seo-tools-resources-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve been blogged!</title>
		<link>http://www.doyourself.org/uncategorized/410-ive-been-blogged-2/</link>
		<comments>http://www.doyourself.org/uncategorized/410-ive-been-blogged-2/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 10:48:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[been?]]></category>
		<category><![CDATA[blogged!]]></category>
		<category><![CDATA[I've]]></category>

		<guid isPermaLink="false">http://www.doyourself.org/?p=410</guid>
		<description><![CDATA[I just wanted to post a quick note, that I was interviewed and blogged about by the Association of Internet Marketing &#038; Sales (AIMS). Here&#039;s the link to my interview!]]></description>
			<content:encoded><![CDATA[<p></p><p>I just wanted to post a quick note, that I was interviewed and blogged about by the Association of Internet Marketing &#038; Sales (AIMS). Here&#039;s the link to <a href="http://www.blog.aimscanada.com/aims_canada/2007/01/member_profile_.html" target="_blank">my interview</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doyourself.org/uncategorized/410-ive-been-blogged-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

