<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>21jump - Tell you everythings I found out</title>
	<atom:link href="http://21jump.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://21jump.wordpress.com</link>
	<description>Its about my personal blog, have fun here with me</description>
	<lastBuildDate>Thu, 31 Jul 2008 04:09:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='21jump.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c1bff99a11f3a7b2df0c41bd2a342afc?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>21jump - Tell you everythings I found out</title>
		<link>http://21jump.wordpress.com</link>
	</image>
			<item>
		<title>Ten SEO Mistakes Made on Database Driven Websites</title>
		<link>http://21jump.wordpress.com/2008/07/31/ten-seo-mistakes-made-on-database-driven-websites/</link>
		<comments>http://21jump.wordpress.com/2008/07/31/ten-seo-mistakes-made-on-database-driven-websites/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 04:09:31 +0000</pubDate>
		<dc:creator>21jump</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[dynamic websites]]></category>
		<category><![CDATA[friendly site]]></category>
		<category><![CDATA[professional SEO]]></category>
		<category><![CDATA[Search engine optimisation]]></category>

		<guid isPermaLink="false">http://21jump.wordpress.com/?p=10</guid>
		<description><![CDATA[Search engine friendly websites is one of those often heard phrases, both from web site development companies and from their clients. Everyone knows that this is important to have, and yet it is one of the things that is actually often overlooked.
Search engine optimisation companies actually spend a lot of their time analysing a website [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=10&subd=21jump&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Search engine friendly websites </strong>is one of those often heard phrases, both from web site development companies and from their clients. Everyone knows that this is important to have, and yet it is one of the things that is actually often overlooked.</p>
<p><strong>Search engine optimisation </strong>companies actually spend a lot of their time analysing a website and removing barriers to the search engines ranking a site highly. At the web development level, it is possible to build a site that is perfectly search engine friendly. One of the hardest types of sites to get right though are database driven websites. Listed below are ten of the most common issues that are created, often unknowingly, in the development process of a dynamically generated web site.</p>
<p><strong>1. Pages with duplicate content </strong>- not enough differential areas within the pages, so that only small areas of the page change from page to page. It is essential that enough of the page text changes for the search engines to see an appreciable difference between one page and the next.</p>
<p><strong>2. Pages with duplicate page titles </strong>- the page title is a great indicator to the search engines of the primary content of the page. Whilst this is often unique on sites such as e-commerce websites, it is often overlooked in other sites, particularly where small areas of the site are generated from a database, such as news pages.</p>
<p><strong>3. Pages with duplicate meta descriptions</strong> &#8211; again, this is easy to overlook and set a global or category level meta description. These give the search engines a reason to penalise your site for not giving them enough information, and again, creating a unique meta description for every page is an essential SEO task.</p>
<p><strong>4. Using auto-generation of pages as a shortcut instead of creating good content. </strong>This is linked quite closely to point 1, where it is possible to create pages that have only a tiny percentage difference between them. Databases are fantastic ways of storing information, but you still need to put the work in to fill them with content. Unique information about the subject of the page will immensely help both the long tail and the ability of the search engines to determine that a page is valuable.</p>
<p><strong>5. Creating pages that are hidden behind form submissions or javascript postbacks that cannot be accessed by a search engine crawler. </strong>This is far more common that is generally realised. For instance .NET creates postback links by default instead of proper links &#8211; potentially making huge sections of a site unreachable. Likewise, it is easy to hide lovely content rich areas of your site behind a drop down selector in a form that means certain areas of the site are not visible.<br />
<span id="more-10"></span><br />
<strong>6. Too many query strings</strong> &#8211; this is a common bugbear of the professional SEO, where complicated database selections create deep levels of pages, but with seven or eight &amp;id= type strings. Additionally, some bad development methodology can leave pages with null query strings that appear in every URL but don&#8217;t do anything. The answer to this is generally URL rewrites, creating much more search engine friendly and user-friendly URLs!</p>
<p><strong>7. Putting query strings in different orders when accessed through different places</strong> &#8211; this can create duplicate content issues, which can cause major penalties.</p>
<p><strong>8. Not using user language to generate automated pages</strong> &#8211; if you are going to create a database driven website that uses words in the query strings (or better in rewritten URLs) make sure that you use words that will help you with SEO &#8211; if you sell widgets, make sure you are using the word widgets somewhere in the URL instead of just product= or id= &#8211; keyword research can assist with this.</p>
<p><strong>9. Not allowing the meta data and title to be edited easily after the site build.</strong> It is possible to hardcode the generation of meta information into a database that doesn&#8217;t allow it to be edited later. Creating a mechanism for modifying this information initially helps everyone at a later stage when the information needs changing without shoehorning it into an already developed structure.</p>
<p><strong>10. Creating keyword stuffed pages by using auto-generation.</strong> Once upon a time, search engines quite liked pages with high densities of your keywords, but now these are likely to get you marked down rather than up. So be aware when creating pages that long pages with lots of your products on can create too high a density. For instance listing blue widgets, light blue widgets, navy blue widgets, sky blue widgets is going to create a page with a very dense page for the phrase &#8220;blue widgets&#8221;.</p>
<p>These are just 10 of the most <strong>common potential optimisation pitfalls </strong>when creating dynamic websites. There are many more facets to producing a great database driven site, including user friendliness, speed, performance and security, but they all add together to make the best solution to your needs.</p>
<p>About the Author: <strong>Mark Stubbs </strong>is a freelance writer who specialises in internet marketing and web site development. For more information on database driven websites he suggests that you visit <a href="http://www.obs-group.co.uk">www.obs-group.co.uk</a>. </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/21jump.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/21jump.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21jump.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21jump.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21jump.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21jump.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21jump.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21jump.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21jump.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21jump.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21jump.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21jump.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=10&subd=21jump&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://21jump.wordpress.com/2008/07/31/ten-seo-mistakes-made-on-database-driven-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a66cab9fda13bd11be1288391d7093d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">21jump</media:title>
		</media:content>
	</item>
		<item>
		<title>Advanced Link Building Strategies</title>
		<link>http://21jump.wordpress.com/2008/07/29/advanced-link-building-strategies/</link>
		<comments>http://21jump.wordpress.com/2008/07/29/advanced-link-building-strategies/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 08:27:58 +0000</pubDate>
		<dc:creator>21jump</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Link Building]]></category>

		<guid isPermaLink="false">http://21jump.wordpress.com/?p=8</guid>
		<description><![CDATA[I found these really useful article about Advanced Link Building Strategies  on here. I keep in this blog to remind me and also maybe useful for you.
Enjoy  
Link building requires dedication and consistent effort. It is the most difficult, time-consuming and important task an SEO performs to get a website ranked well. Certain [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=8&subd=21jump&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I found these really useful article about <strong>Advanced Link Building Strategies </strong> on <a href="http://forums.digitalpoint.com/showthread.php?t=910540">here</a>. I keep in this blog to remind me and also maybe useful for you.</p>
<p><em>Enjoy <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </em></p>
<p>Link building requires dedication and consistent effort. It is the most difficult, time-consuming and important task an SEO performs to get a website ranked well. Certain strategies are well known to SEOs, while others are in the realm of the experts or forward-thinkers who puzzle them out. I have attempted to list here many of the link building tactics used by the SEO community.</p>
<p><strong>1. Directories</strong></p>
<p>Although it may seem an obvious and tired way to build links, directory use is still valuable and valid. I have compiled an exhaustive list of directories including PR, pages that have been spidered, and submission requirements for directories &#8211; see List of SEO Directories. When submitting to directories, make sure to vary anchor text and try to use your keywords in the description and title fields as naturally as possible. A good SEO should be able to obtain between 75-150 unique backlinks just from directories.</p>
<p><strong>2. Top Competition</strong></p>
<p>This tactic can help you generate the most visitors to your site. Search Yahoo, Google, MSN and the other search engines for each of your important keyword phrases and make a point of attempting to get a link from each page. Oftentimes a direct phone call to site owners or a very tactful email can go a long way. I&#8217;ve even used handwritten letters to attempt to cajole site owners into giving me a link. Use whatever resources you have help persuade &#8211; links from other sites you own, money (if you have it), free SEO services, contributions of articles or content, etc.</p>
<p>When I use this technique, I&#8217;ll typically make a spreadsheet listing all of the sites I have a shot at getting a link from (i.e. excluding direct, obvious competitors). I then get as much contact information as I can about each one and run down the list. This can be very time-consuming, but also exceptionally worthwhile. Even if your site doesn&#8217;t get ranked much higher, each link from a site that ranks in the top 20 will bring direct, targeted traffic.</p>
<p><strong>3. Link Searches</strong></p>
<p>This old technique has been honed to a science by many SEOs, but there is always room to improve. The goal is to use Google/Yahoo to search for pages that let you add a link (reciprocal, paid, etc.) that already have your keyword or some closely related content on them. Often these searches turn up smalltime site operators with reciprocal link directories managed by 3rd party software. Don&#8217;t overlook these, and make sure you submit. But the real prize is pages that give free links or offer paid links to sites they feel are important &#8211; many of the highest PR links can be obtained through this method, especially if you conduct the search at SEOChat&#8217;s PR Search Tool.</p>
<p>The following searches are worthy of being tried, but feel free to experiment:</p>
<blockquote><p>1. intitle:add+url &#8220;keyword phrase&#8221;<br />
2. intitle:submit+site &#8220;keyword phrase&#8221;<br />
3. intitle:submit+url &#8220;keyword phrase&#8221;<br />
4. intitle:add+site &#8220;keyword phrase&#8221;<br />
5. intitle:add+your+site &#8220;keyword phrase&#8221;<br />
6. intitle:directory &#8220;keyword phrase&#8221;<br />
7. intitle:list &#8220;keyword phrase&#8221;<br />
8. intitle:sites &#8220;keyword phrase&#8221;</p></blockquote>
<p>All of the above searches can be used without the intitle to give even more results. As with other link building processes, these are tedious and time-consuming, but it is critical to stay focused on finding quality, relevant links. When using this method, make sure you note to which other sites the page is linking and what text content is listed. If it fits well with your content, don&#8217;t worry if the page is PR0.</p>
<p><strong>4. Usurping Competitors&#8217; Links</strong></p>
<p>Although this may sound unseemly, it is one of the most effective ways to build links, and is commonly practiced. The goal is to find as many domains and pages as possible that link to your competitors&#8217; sites and get those sites to link to you as well. This is often easier than it sounds, because the site is already linking out to people in your industry. Money, services, links or simple requests are all used to get the job done.</p>
<p>The most effective ways to find your competitors&#8217; links are listed below:</p>
<blockquote><p>1. At Yahoo! type linkdomain:url.com -site:url.com<br />
2. At MSN&#8217;s techpreview type link:url.com -site:url.com<br />
3. At Yahoo! type link:http://www.url.com<br />
4. At Google type &#8220;url.com&#8221; -site:url.com</p></blockquote>
<p>These are typically the most reliable way to find the sites and pages that link to your competitors and, incidentally, those sites which link to you. Remember to be as courteous, direct and friendly as possible. Don&#8217;t forget how effective non-electronic methods of communication can be &#8211; phone, letters, etc.</p>
<p><strong>5. Article Writing &amp; Submission</strong></p>
<p>Writing unique, valuable content about your subject matter for your own site is the most critical piece of on-site SEO. But it can also be a fantastic way to generate quality links from other sites. Many existing websites are designed around hosting the content of others and providing links back to them. I have listed some of the biggest 3rd-party article hosting sites below.</p>
<p>General Articles &#8211; These cover a wide range of subjects and will accept submission on many topics:<br />
* Idea Marketers &#8211; http://www.ideamarketers.com/writers.cfm<br />
* Buzzle.com &#8211; http://www.buzzle.com/secure/become-editor.asp<br />
* EBooksnBytes &#8211; http://www.ebooksnbytes.com/articles/submit.shtml<br />
* Article Central &#8211; http://thewhir.com/find/articlecentral/suggest.asp<br />
* Go Articles &#8211; http://www.goarticles.com/ulogin.html<br />
* EzineArticles &#8211; http://ezinearticles.com/submit/<br />
* AMAzines &#8211; http://amazines.com/<br />
* Article City &#8211; http://www.articlecity.com/article_submission.shtml<br />
* BPubs.com &#8211; http://www.bpubs.com/cgi/add.cgi<br />
* Business Know-How &#8211; businessknowhow.com/newsletter/articleguidelines.htm<br />
* WWIO &#8211; http://www.certificate.net/wwio/ideas.shtml<br />
* About.com &#8211; http://sbinformation.about.com/library/blsubmission.htm (note, this is just of many places on the site where you can submit articles &#8211; choose the subject that best matches your site)<br />
* NetterWeb.com &#8211; http://www.netterweb.com/articles/<br />
* Simply Search 4it &#8211; http://www.simplysearch4it.com/article/addart.php<br />
* Vector Central Marketing &#8211; http://www.vectorcentral.com/articles-form.html<br />
* Learning Folder &#8211; http://www.learningfolder.com/SubmitArticle.aspx<br />
* Knowledge Bed &#8211; http://www.knowledgebed.com/submission.html<br />
* Article Insider &#8211; http://www.articleinsider.com/start.php<br />
* Articles that Sell &#8211; http://www.articlesthatsell.com/submityourarticle.htm<br />
* Smart Ads &#8211; http://www.smartads.info/articles/<br />
* Writing Career &#8211; http://www.writingcareer.com/freearticles-submit.html</p>
<p>These are just some of the thousands of sites that offer the ability to spread your content around the web. Additional sites on your specific topics can be found using the search engines. Especially prevalent are sites offering content in website marketing &amp; technology &#8211; there are hundreds of sites that deal in content on these issues.<span id="more-8"></span></p>
<p><strong>6. Forums &amp; Online Communities</strong></p>
<p>Generating links through forums is often considered spam, but forums are valuable tools for link builders as long as the proper methods are employed. The forum signature of a member is certainly a fair place to promote your site, and while doing so may not provide a worthy backlink in the search engines&#8217; eyes, it does offer visitors on the forum a chance to see your site.</p>
<p>The primary goal of joining a forum should be to contribute and learn from the community, but promotion certainly isn&#8217;t out of place, as long as it remains on-topic. In SEO forums, people constantly plug their new directories, tools, articles, etc. These are all appropriate as long as they are subtle, relevant and not overdone.</p>
<p>When a specific page, tool or link would provide a great resource or answer to a question in a community, don&#8217;t hesitate to provide it. Much of the information used to write this article and the SEO Survey tool was provided in forums through links. Just remember to carefully read the terms of use for the forums you post in &#8211; many are harsh if they feel someone is there to spam or advertise.</p>
<p><strong>7. Blogging &amp; Comments</strong></p>
<p>Blogging is a very effective way to get natural inbound links, and by having a personal blog at your site, you can more easily make commentary at other sites that link back to you. DO NOT spam blog comments with advertisements; your goal is to create an online reputation you can be proud of. Blog owners and visitors will not take kindly to blog spam. The key to effective blogging for links is to make sure you comment relevantly &amp; intelligently about the specific subject in the blog. A well thought-out response to a relevant blog or article can bring not only search engines, but more importantly other readers of the blog to your site through the link. If your content proves interesting, you could build much more than just a single link through your comments.</p>
<p>Another important thing to remember is that your link in blog comments may not count at all in the search engines. Many blogs prevent access to these comments or don&#8217;t provide direct, spiderable links for blog visitors. This, combined with the fact that these comments are buried at least 2-3 links deep from the main page means that you should keep your focus on the visitors you might generate, rather than the search engine optimization you might get.</p>
<p>However, you should still be as SE friendly as possible. If the subject matter deals directly with your keyword phrases, you&#8217;re in fine shape, but if they are on related subjects, it can&#8217;t hurt to use your keyword phrase(s) once or twice in a longer comment/entry. You should also try to make your &#8216;name&#8217; &#8211; which is typically the anchor text for your link contain at least one of your kw phrases, but remember to keep it varied and never let it overtake the importance of getting visitors, i.e. if your site is about Orange County T-Shirts, having a &#8216;name&#8217; of OC-Tshirt-Man can&#8217;t hurt you, but Orange-County-T-Shirts is probably not as wise.</p>
<p><strong>8. Renting Pages from Authority Sites</strong></p>
<p>This tactic is not often mentioned, but can be extremely valuable. The premise is to rent, for a monthly fee, a page hosted on a larger or more authoritative site in your industry. You then add content &amp; links on the page to your own site(s) with the anchor text you choose and in the format you select. These are almost like &#8216;advertorials&#8217; in magazines, where you provide content that the site links to (hopefully not more than 2 links from the homepage) and then link back to your own site.</p>
<p>The fundamental difference between this tactic and simple article hosting is that you approach a site or company that doesn&#8217;t normally host other people&#8217;s content about having your information. Although rejection is often likely, the benefits can be phenomenal, as the page itself may rank well for your search terms very quickly.</p>
<p><strong>9. Purchasing Online Advertising</strong></p>
<p>Link building through advertising is exceptionally expensive, but it can bring in good returns if properly managed. Make sure as you buy links that you get the click-through rate from the seller for the past 6 months. You should get a lot of other statistics to review as well &#8211; make sure to avoid advertising in places where the seller doesn&#8217;t have good information on click-through rates, visitors, etc. You&#8217;ll also have to work around re-direct scripts, links sent through ad networks (like DoubleClick), etc. As long as you are up front and friendly, you&#8217;ll be able to have some success in this arena as long as you have the funding.</p>
<p><strong>10. Text Link Brokers</strong></p>
<p>Although initial thoughts about link brokers can give a bad impression, this new industry can actually have a positive value on your link building efforts. I recommend against purchasing sitewide links unless your only goal is to build PR (i.e. directories or SEO related sites, etc.). Sitewide links have come to be associated with &#8220;manipulation&#8221; of the SERPs by search engines and should be largely avoided. However, purchasing text links on specific, related sites surrounded by the content of your choice can be beneficial, if difficult to find.</p>
<p>The key to a successful text link is that all the components of natural SEO are there:<br />
* Is the page closely related to your site&#8217;s topic?<br />
* Is the link placed in a strategic position &#8211; i.e. not in an obvious advertising space or footer?<br />
* Is the site related to the topic of your site and the topic of the page?<br />
* Is the site spidered frequently by the search engines and do the pages have visible PR?</p>
<p>If the link meets these criteria, it could be very worthwhile. However, be careful to avoid paying high prices for a particular page or site, simply because of its PR. It is more likely that multiple low PR (3,4 &amp; 5) pages are worth more to you than a single PR7 or 8.</p>
<p><strong>Several lists of text links sellers are available online:</strong><br />
1. Link Sellers &#8211; List of Text Link Ad Sellers<br />
2. Text Link Brokers &#8211; Discussion and some links at SearchEngineWatch Forums</p>
<p>Be wary and always do some search research and asking at the major SEO forums prior to buying from text link brokers. The industry is, sadly, rife with scammers &amp; companies that don&#8217;t deliver as promised.</p>
<p><strong>11. Unique Tools &amp; Services</strong></p>
<p>By offering specific, relevant free Internet tools/services at your site, you can generate naturally built links. My recommendation is to find a tool or service that isn&#8217;t currently offered or that you believe you can improve upon. For some industries, this will be much harder than others, but creativity is your best tool. Imagine what automated web service, list of resources or submission-type tool would best benefit you and then build it and offer it on your site.</p>
<p>Some excellent examples are listed below (these come straight from my imagination):<br />
* For a site about animals, a tool that visually diagrams the phylum/genus/species relationships<br />
* For a site about travel, a tool that creates a pre-planned itinerary based on a selection of interests<br />
* For a site about real estate, a tool that estimates property value or gives a % chance of selling for a based on time, region &amp; price.</p>
<p>The possibilities are endless, and there is little doubt that the web can automate and make easier hundreds of tasks in any industry. The key, after you have built your tool, is to promote it with industry leaders &#8211; send it to bloggers who discuss your subject matter, ask people to use and evaluate it on forums, etc. You can even try to promote it by writing an article about your findings, development or the simple existence of the tool and submitting it across the newswires.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/21jump.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/21jump.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21jump.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21jump.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21jump.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21jump.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21jump.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21jump.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21jump.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21jump.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21jump.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21jump.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=8&subd=21jump&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://21jump.wordpress.com/2008/07/29/advanced-link-building-strategies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a66cab9fda13bd11be1288391d7093d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">21jump</media:title>
		</media:content>
	</item>
		<item>
		<title>Feel Sorry to my Friends</title>
		<link>http://21jump.wordpress.com/2008/04/15/feel-sorry-to-my-friends/</link>
		<comments>http://21jump.wordpress.com/2008/04/15/feel-sorry-to-my-friends/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 01:45:20 +0000</pubDate>
		<dc:creator>21jump</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google adsense]]></category>
		<category><![CDATA[google adwords]]></category>
		<category><![CDATA[suspend google adsense]]></category>

		<guid isPermaLink="false">http://21jump.wordpress.com/?p=3</guid>
		<description><![CDATA[Today, got bad news for friends. His google adsense account has been deleted. He is not eligible to show google adsense in his blogs and websites again&#8230; I feel sorry to you my friends. For you to know, he already run his adsense campaign almost 2 years. And he never did any violation to google [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=3&subd=21jump&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today, got bad news for friends. His google adsense account has been deleted. He is not eligible to show google adsense in his blogs and websites again&#8230; I feel sorry to you my friends. For you to know, he already run his adsense campaign almost 2 years. And he never did any violation to google term and conditions. I still don&#8217;t know why google did such a things. He already email to google ask why google want to do that. He need a logic reason. But unfortunately google did not reply any single words.<br />
Is it because google to arrogant to answer it?<br />
My friends quick his jobs December last year to focus his internet advertising jobs including google adsense. His large revenue comes from google adsense. No wonder he is so sad right now. No jobs, google already suspend his account forever..:(<br />
Its start with last month, his gross revenue double up almost 40%. His revenue around 1k / month.<br />
He also used adwords to generate traffic to his site.<br />
Sorry to you my friends.. </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/21jump.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/21jump.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21jump.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21jump.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21jump.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21jump.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21jump.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21jump.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21jump.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21jump.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21jump.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21jump.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=3&subd=21jump&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://21jump.wordpress.com/2008/04/15/feel-sorry-to-my-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a66cab9fda13bd11be1288391d7093d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">21jump</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Back to Work !!!!</title>
		<link>http://21jump.wordpress.com/2008/04/13/get-back-to-work/</link>
		<comments>http://21jump.wordpress.com/2008/04/13/get-back-to-work/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 01:45:26 +0000</pubDate>
		<dc:creator>21jump</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[Back To Work]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[PPP]]></category>
		<category><![CDATA[PPR]]></category>

		<guid isPermaLink="false">http://21jump.wordpress.com/?p=4</guid>
		<description><![CDATA[Phiuhhh&#8230;. Let me tell you what i am doing for live.. I am an oracle developer. I have been doing this developer jobs for 5 years plus. This may, its already 6 years i am doing this jobs. Its fine although, good pay..:) But as you know, man never get satisfied.. Yup, thats happen to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=4&subd=21jump&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Phiuhhh&#8230;. Let me tell you what i am doing for live.. I am an oracle developer. I have been doing this developer jobs for 5 years plus. This may, its already 6 years i am doing this jobs. Its fine although, good pay..:) But as you know, man never get satisfied.. Yup, thats happen to me also. Don&#8217;t know why..:D<br />
Then i started to take a look at how making money from the internet. As a developer, you never do coding all days rite? Come on, don&#8217;t be lie <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , 40% of you working hours maybe you do for browsing and checking your email? Maybe open your friendster, youtube, facebook, flickr hehehe.. i know..</p>
<p>So, what you can do to get more money from the internet? A lot of internet program offer you how to make money from internet. Maybe some of you ever heard this term :<br />
<strong>PPC ( Pay Per Click )<br />
PPP ( Pay Per Post )<br />
PPR ( Pay Per Review )<br />
Affiliate </strong><br />
and a lot of more programs that offer you money from the internet. Its up to you where do you want to start.  I start first with PPC =&gt; google adsense and the Affiliate =&gt; amazon.<br />
What do you choose ?</p>
<p>So back to the topic.. Get Back to Work !!!!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/21jump.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/21jump.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21jump.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21jump.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21jump.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21jump.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21jump.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21jump.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21jump.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21jump.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21jump.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21jump.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=4&subd=21jump&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://21jump.wordpress.com/2008/04/13/get-back-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a66cab9fda13bd11be1288391d7093d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">21jump</media:title>
		</media:content>
	</item>
		<item>
		<title>Is it Worth to be DBA?</title>
		<link>http://21jump.wordpress.com/2008/04/05/is-it-worth-to-be-dba/</link>
		<comments>http://21jump.wordpress.com/2008/04/05/is-it-worth-to-be-dba/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 03:02:24 +0000</pubDate>
		<dc:creator>21jump</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[DBA Jobs]]></category>
		<category><![CDATA[Work as DBA]]></category>

		<guid isPermaLink="false">http://21jump.wordpress.com/?p=7</guid>
		<description><![CDATA[Its a very interested questions? I found out some one asking this question. What do you think? Is it worth to be DBA?
As you know, DBA is the man behind the gun&#8230;(hehehe..) He is the person that know everything about your database, your administrator, your best person to ask if there is something wrong the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=7&subd=21jump&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Its a very interested questions? I found out some one asking <a href="http://forums.oracle.com/forums/thread.jspa?threadID=325448&amp;tstart=1050">this question</a>. What do you think? <strong>Is it worth to be DBA?</strong><br />
As you know, DBA is the man behind the gun&#8230;(hehehe..) He is the person that know everything about your database, your administrator, your best person to ask if there is something wrong the the database.<br />
From what i have heard, DBA usually work late in the night. In the morning until afternoon, the did not do anything, they just play in their computer hahaha&#8230; But after office hours they start to working.. Because they can not bother the day to day operations. They only can work after working hours. So the next question is, why they have to work in the normal working hours then, if they did not do anything in that time. The answer is just to in case there are problems happen.<br />
I don&#8217;t know much about the DBA thinks. I just developer, but i know that DBA is something that will get good pay than the developer. emmm maybe i have to try apply as a DBA <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Someone in <a href="http://radiofreetooting.blogspot.com/2005/10/oracle-suitable-career-for-young.html">oracle community </a>also said that DBA is a glamorous job. Maybe it is. But you need to understand the consequence also. There is a reward behind your responsibilities. Its sure be.<br />
So what are you DBA thinks about your jobs. Its worthed ?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/21jump.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/21jump.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21jump.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21jump.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21jump.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21jump.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21jump.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21jump.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21jump.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21jump.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21jump.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21jump.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=7&subd=21jump&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://21jump.wordpress.com/2008/04/05/is-it-worth-to-be-dba/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a66cab9fda13bd11be1288391d7093d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">21jump</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello World ! Welcome to WordPress.com</title>
		<link>http://21jump.wordpress.com/2008/04/01/hello-world/</link>
		<comments>http://21jump.wordpress.com/2008/04/01/hello-world/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:29:25 +0000</pubDate>
		<dc:creator>21jump</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hello World]]></category>
		<category><![CDATA[New Wordpress]]></category>
		<category><![CDATA[Welcome]]></category>
		<category><![CDATA[Wordpress 2.5]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Its always like this for the start for every blog with wordpress platforms. Its a welcome message from wordpress to you. 
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
Let me try something different :
Welcome to WordPress man, have fun with this, lets start blog and write what ever [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=1&subd=21jump&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Its always like this for the start for every blog with wordpress platforms. Its a welcome message from wordpress to you. </p>
<blockquote><p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p></blockquote>
<p>Let me try something different :</p>
<blockquote><p>Welcome to WordPress man, have fun with this, lets start blog and write what ever in your mind</p></blockquote>
<p>What about that? Do you like my welcome message?</p>
<p>Its my first time using this wordpress.com to blog. Don&#8217;t get it wrong, its not my first time using wordpress. I have several sites using wordpress. I just want to explore more about this wordpress in &#8220;<em>her own body</em>&#8220;. You know what i mean right? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/21jump.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/21jump.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/21jump.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/21jump.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/21jump.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/21jump.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/21jump.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/21jump.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/21jump.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/21jump.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/21jump.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/21jump.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=21jump.wordpress.com&blog=3477663&post=1&subd=21jump&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://21jump.wordpress.com/2008/04/01/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a66cab9fda13bd11be1288391d7093d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">21jump</media:title>
		</media:content>
	</item>
	</channel>
</rss>