<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-20802013</id><updated>2012-02-15T22:55:13.841-08:00</updated><category term='RMagick'/><category term='mootools'/><category term='Twitter'/><category term='SQL'/><category term='Youtube'/><category term='Link Building'/><category term='CSS'/><category term='Javascript'/><category term='Mysql'/><category term='Fonts'/><category term='XML'/><category term='Web 2.0'/><category term='Domain'/><category term='Form'/><category term='Google'/><category term='Freebies'/><category term='Photoshop'/><category term='Internet Marketing'/><category term='JQuery'/><category term='Vim'/><category term='RSS'/><category term='Web Design'/><category term='Website Optimization'/><category term='Hosting'/><category term='SEO'/><category term='Scripts'/><category term='HTML'/><category term='worm'/><category term='Tools'/><category term='Php'/><category term='iframe injection'/><category term='Content Management Systems'/><category term='CGI'/><category term='Blogs'/><category term='Ruby on Rails'/><title type='text'>Web Development and Promotion</title><subtitle type='html'>online resources of seo, link building, web design, javascript/ajax, php, ruby on rails, web marketing, web promotion and web development.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>48</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-20802013.post-5554784037986787649</id><published>2012-02-07T22:21:00.000-08:00</published><updated>2012-02-07T22:22:01.869-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fonts'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google Web Fonts</title><content type='html'>https://developers.google.com/webfonts/docs/getting_started#Subsets&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-5554784037986787649?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/5554784037986787649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=5554784037986787649' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/5554784037986787649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/5554784037986787649'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2012/02/google-web-fonts.html' title='Google Web Fonts'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-8331199337687343962</id><published>2011-10-08T11:34:00.000-07:00</published><updated>2011-10-08T11:36:27.896-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Php'/><category scheme='http://www.blogger.com/atom/ns#' term='XML'/><title type='text'>Create XML in PHP</title><content type='html'>&amp;lt;?php&lt;br /&gt;&lt;br /&gt;// THIS IS ABSOLUTELY ESSENTIAL - DO NOT FORGET TO SET THIS&lt;br /&gt;@date_default_timezone_set("GMT");&lt;br /&gt;&lt;br /&gt;$writer = new XMLWriter();&lt;br /&gt;// Output directly to the user&lt;br /&gt;&lt;br /&gt;$writer-&amp;gt;openURI('php://output');&lt;br /&gt;$writer-&amp;gt;startDocument('1.0');&lt;br /&gt;&lt;br /&gt;$writer-&amp;gt;setIndent(4);&lt;br /&gt;&lt;br /&gt;// declare it as an rss document&lt;br /&gt;$writer-&amp;gt;startElement('rss');&lt;br /&gt;$writer-&amp;gt;writeAttribute('version', '2.0');&lt;br /&gt;$writer-&amp;gt;writeAttribute('xmlns:atom', 'http://www.w3.org/2005/Atom');&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$writer-&amp;gt;startElement("channel");&lt;br /&gt;//----------------------------------------------------&lt;br /&gt;//$writer-&amp;gt;writeElement('ttl', '0');&lt;br /&gt;$writer-&amp;gt;writeElement('title', 'Latest Products');&lt;br /&gt;$writer-&amp;gt;writeElement('description', 'This is the latest products from our website.');&lt;br /&gt;$writer-&amp;gt;writeElement('link', 'http://www.domain.com/link.htm');&lt;br /&gt;$writer-&amp;gt;writeElement('pubDate', date("D, d M Y H:i:s e"));&lt;br /&gt;    $writer-&amp;gt;startElement('image');&lt;br /&gt;        $writer-&amp;gt;writeElement('title', 'Latest Products');&lt;br /&gt;        $writer-&amp;gt;writeElement('link', 'http://www.domain.com/link.htm');&lt;br /&gt;        $writer-&amp;gt;writeElement('url', 'http://www.iab.net/media/image/120x60.gif');&lt;br /&gt;        $writer-&amp;gt;writeElement('width', '120');&lt;br /&gt;        $writer-&amp;gt;writeElement('height', '60');&lt;br /&gt;    $writer-&amp;gt;endElement();&lt;br /&gt;//----------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;//----------------------------------------------------&lt;br /&gt;$writer-&amp;gt;startElement("item");&lt;br /&gt;$writer-&amp;gt;writeElement('title', 'New Product 8');&lt;br /&gt;$writer-&amp;gt;writeElement('link', 'http://www.domain.com/link.htm');&lt;br /&gt;$writer-&amp;gt;writeElement('description', 'Description 8 Yeah!');&lt;br /&gt;$writer-&amp;gt;writeElement('guid', 'http://www.domain.com/link.htm?tiem=1234');&lt;br /&gt;&lt;br /&gt;$writer-&amp;gt;writeElement('pubDate', date("D, d M Y H:i:s e"));&lt;br /&gt;&lt;br /&gt;$writer-&amp;gt;startElement('category');&lt;br /&gt;    $writer-&amp;gt;writeAttribute('domain', 'http://www.domain.com/link.htm');&lt;br /&gt;    $writer-&amp;gt;text('May 2008');&lt;br /&gt;$writer-&amp;gt;endElement(); // Category&lt;br /&gt;&lt;br /&gt;// End Item&lt;br /&gt;$writer-&amp;gt;endElement();&lt;br /&gt;//----------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;// End channel&lt;br /&gt;$writer-&amp;gt;endElement();&lt;br /&gt;&lt;br /&gt;// End rss&lt;br /&gt;$writer-&amp;gt;endElement();&lt;br /&gt;&lt;br /&gt;$writer-&amp;gt;endDocument();&lt;br /&gt;&lt;br /&gt;$writer-&amp;gt;flush();&lt;br /&gt;?&amp;gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-8331199337687343962?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/8331199337687343962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=8331199337687343962' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/8331199337687343962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/8331199337687343962'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/10/create-xml-in-php.html' title='Create XML in PHP'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-3117032076981924785</id><published>2011-09-09T08:55:00.000-07:00</published><updated>2011-09-09T08:59:07.248-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Youtube'/><title type='text'>play youtube video with mute sound</title><content type='html'>&amp;lt;script src="http://www.google.com/jsapi"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;    &amp;lt;script src="http://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;    &amp;lt;div id="ytapiplayer"&amp;gt;You need Flash player 8+ and JavaScript enabled to view this video.&amp;lt;/div&amp;gt;&lt;br /&gt;    &amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;        google.load("swfobject", "2.1");&lt;br /&gt;        function onYouTubePlayerReady(playerId) {&lt;br /&gt;            ytplayer = document.getElementById("myytplayer");&lt;br /&gt;            ytplayer.playVideo();&lt;br /&gt;            ytplayer.mute();&lt;br /&gt;                }&lt;br /&gt;        var params = { allowScriptAccess: "always" };&lt;br /&gt;        var atts = { id: "myytplayer" };&lt;br /&gt;        swfobject.embedSWF("http://www.youtube.com/v/YOUR-CODE-HERE?enablejsapi=1&amp;amp;playerapiid=ytplayer&amp;amp;allowFullScreen=true&amp;amp;version=3",&lt;br /&gt;        "ytapiplayer", "290", "160", "8", null, null, params, atts)&lt;br /&gt;    &amp;lt;/script&amp;gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-3117032076981924785?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/3117032076981924785/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=3117032076981924785' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3117032076981924785'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3117032076981924785'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/09/play-youtube-video-with-mute-sound.html' title='play youtube video with mute sound'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-5343338730008634617</id><published>2011-09-07T12:48:00.000-07:00</published><updated>2011-09-07T14:24:05.405-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mysql'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>sql select order by specific order</title><content type='html'>select * from   tablename&lt;br /&gt;Where  id in (15,12,34,44,2)&lt;br /&gt;Order by (Case When id = 15 then 0&lt;br /&gt;              When id = 12 then 1&lt;br /&gt;              When id = 34 then 2&lt;br /&gt;              When id = 44 then 3&lt;br /&gt;              When id = 2 then 4 Else id End)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-5343338730008634617?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/5343338730008634617/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=5343338730008634617' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/5343338730008634617'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/5343338730008634617'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/09/sql-select-order-by-specific-order.html' title='sql select order by specific order'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-7229168580519614245</id><published>2011-07-28T10:56:00.000-07:00</published><updated>2011-07-28T11:04:57.175-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='JQuery'/><title type='text'>coverflow effect</title><content type='html'>http://addyosmani.com/blog/jqueryuicoverflow/&lt;br /&gt;http://www.deensoft.com/lab/protoflow/&lt;br /&gt;http://blarnee.com/wp/an-improved-javascript-coverflow-demo-using-canvas-and-html5/&lt;br /&gt;http://www.weberdesignlabs.com/blog/2007/09/flash-itunes-cover-flow/&lt;br /&gt;http://jacksasylum.eu/ContentFlow/docu.php&lt;br /&gt;&lt;br /&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-7229168580519614245?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/7229168580519614245/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=7229168580519614245' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/7229168580519614245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/7229168580519614245'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/07/coverflow-effect.html' title='coverflow effect'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-3760679507913078051</id><published>2011-06-10T09:43:00.000-07:00</published><updated>2011-06-10T09:53:30.520-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><title type='text'>CSS wide layout</title><content type='html'>to make the background going to wide of the site of any  size of  browser.&lt;br /&gt;&lt;br /&gt;#wrapper{&lt;br /&gt;width:100%; min-width:1200px;&lt;br /&gt;position:relative;&lt;br /&gt;}&lt;br /&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-3760679507913078051?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/3760679507913078051/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=3760679507913078051' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3760679507913078051'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3760679507913078051'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/06/css-wide-layout.html' title='CSS wide layout'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-8654087111446741682</id><published>2011-04-01T13:32:00.000-07:00</published><updated>2011-04-01T13:33:54.202-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='JQuery'/><title type='text'>scrolling vertical and horizontal</title><content type='html'>http://www.webdesignbooth.com/create-a-vertical-scrolling-news-ticker-with-jquery-and-jcarousel-lite/&lt;br /&gt;http://sorgalla.com/jcarousel/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-8654087111446741682?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/8654087111446741682/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=8654087111446741682' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/8654087111446741682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/8654087111446741682'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/04/scrolling-vertical-and-horizontal.html' title='scrolling vertical and horizontal'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-7460114152202345710</id><published>2011-03-30T19:36:00.000-07:00</published><updated>2011-03-30T19:37:16.222-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><title type='text'>CSS hacks and techniques</title><content type='html'>http://www.catswhocode.com/blog/10-astonishing-css-hacks-and-techniques&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-7460114152202345710?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/7460114152202345710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=7460114152202345710' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/7460114152202345710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/7460114152202345710'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/03/css-hacks-and-techniques.html' title='CSS hacks and techniques'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-3759684503563654292</id><published>2011-03-30T19:16:00.000-07:00</published><updated>2011-03-30T19:30:18.999-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='JQuery'/><category scheme='http://www.blogger.com/atom/ns#' term='mootools'/><title type='text'>Lightbox</title><content type='html'>http://www.zimbio.com/Interesting+webthings/articles/97/Web+2+0+Round+up+Modal+Window+Lightbox+Effect&lt;br /&gt;http://www.hiddenpixels.com/designer-and-developer-resources/lightbox/&lt;br /&gt;http://www.bugninja.com/code/rounded-corners-tooltip-lightbox-example/#&lt;br /&gt;http://planetozh.com/projects/lightbox-clones/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-3759684503563654292?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/3759684503563654292/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=3759684503563654292' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3759684503563654292'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3759684503563654292'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/03/lightbox.html' title='Lightbox'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-7254798869200201347</id><published>2011-03-22T07:41:00.000-07:00</published><updated>2011-09-07T12:48:09.823-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><title type='text'>Centering (horizontally and vertically) an image in a div box</title><content type='html'>&amp;lt;style type="text/css"&amp;gt;&lt;br /&gt;.wraptocenter {&lt;br /&gt;   display: table-cell;&lt;br /&gt;   text-align: center;&lt;br /&gt;   vertical-align: middle;&lt;br /&gt;   width: ...;&lt;br /&gt;   height: ...;&lt;br /&gt;}&lt;br /&gt;.wraptocenter * {&lt;br /&gt;   vertical-align: middle;&lt;br /&gt;}&lt;br /&gt;/*\*//*/&lt;br /&gt;.wraptocenter {&lt;br /&gt;   display: block;&lt;br /&gt;}&lt;br /&gt;.wraptocenter span {&lt;br /&gt;   display: inline-block;&lt;br /&gt;   height: 100%;&lt;br /&gt;   width: 1px;&lt;br /&gt;}&lt;br /&gt;/**/&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;!--[if lt IE 8]&amp;gt;&amp;lt;style&amp;gt;&lt;br /&gt;.wraptocenter span {&lt;br /&gt;   display: inline-block;&lt;br /&gt;   height: 100%;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&amp;lt;![endif]--&amp;gt;&lt;br /&gt;&lt;br /&gt;And that’s the relevant HTML&lt;br /&gt;&lt;br /&gt;&amp;lt;div class="wraptocenter"&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;img src="..." alt="..."&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;http://www.brunildo.org/test/img_center.html&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-7254798869200201347?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/7254798869200201347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=7254798869200201347' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/7254798869200201347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/7254798869200201347'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/03/centering-image.html' title='Centering (horizontally and vertically) an image in a div box'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-5945642471971890834</id><published>2011-03-11T05:09:00.001-08:00</published><updated>2011-03-11T05:18:32.177-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><title type='text'>CSS Opacity</title><content type='html'>/* for IE */&lt;br /&gt;  filter:alpha(opacity=85) !important;&lt;br /&gt;  /* CSS3 standard */&lt;br /&gt;  opacity: 0.8; &lt;br /&gt;  -moz-opacity:1;&lt;br /&gt;  position:relative;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-5945642471971890834?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/5945642471971890834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=5945642471971890834' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/5945642471971890834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/5945642471971890834'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/03/css-opacity.html' title='CSS Opacity'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-4178204989772479220</id><published>2011-03-10T07:07:00.000-08:00</published><updated>2011-03-10T07:08:20.576-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><title type='text'>Clickable DIV</title><content type='html'>add onClick="window.location.href='http://www.google.com'"&lt;br /&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-4178204989772479220?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/4178204989772479220/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=4178204989772479220' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/4178204989772479220'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/4178204989772479220'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/03/clickable-div.html' title='Clickable DIV'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-9095244328870270084</id><published>2011-03-08T09:21:00.001-08:00</published><updated>2011-03-14T11:52:21.351-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='JQuery'/><title type='text'>Jquery Plugins</title><content type='html'>http://www.malsup.com/jquery/&lt;br /&gt;http://slidesjs.com/ - slide show plugins&lt;br /&gt;http://webdesignerwall.com/tutorials/jquery-tutorials-for-designers&lt;br /&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-9095244328870270084?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/9095244328870270084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=9095244328870270084' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/9095244328870270084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/9095244328870270084'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/03/jquery-plugins.html' title='Jquery Plugins'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-3380210171615532567</id><published>2011-03-08T09:15:00.000-08:00</published><updated>2011-03-09T08:55:24.638-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='JQuery'/><title type='text'>back-and-forth scrolling effects</title><content type='html'>http://www.malsup.com/jquery/cycle/scrollhv.html&lt;br /&gt;http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider&lt;br /&gt;http://www.ndoherty.biz/demos/coda-slider/&lt;br /&gt;http://web.enavu.com/tutorials/making-a-nice-jquery-content-scroller-with-ease/&lt;br /&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-3380210171615532567?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/3380210171615532567/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=3380210171615532567' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3380210171615532567'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3380210171615532567'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/03/back-and-forth-scrolling-effects.html' title='back-and-forth scrolling effects'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-6230495384312438197</id><published>2011-01-16T20:06:00.001-08:00</published><updated>2011-01-16T20:06:40.796-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><title type='text'>CSS Minimum Height</title><content type='html'>height:400px;&lt;br /&gt; height:auto !important;&lt;br /&gt;&lt;br /&gt;min-height:400px;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-6230495384312438197?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/6230495384312438197/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=6230495384312438197' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/6230495384312438197'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/6230495384312438197'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2011/01/css-minimum-height.html' title='CSS Minimum Height'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-501598076711267669</id><published>2010-02-05T05:22:00.001-08:00</published><updated>2010-02-05T05:22:52.714-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='JQuery'/><title type='text'>Thickbox</title><content type='html'>http://jquery.com/demo/thickbox/&lt;br /&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-501598076711267669?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/501598076711267669/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=501598076711267669' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/501598076711267669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/501598076711267669'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2010/02/thickbox.html' title='Thickbox'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-5407155965338215097</id><published>2010-02-05T05:15:00.000-08:00</published><updated>2010-02-07T06:24:48.695-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='JQuery'/><title type='text'>Floating div on top and bottom</title><content type='html'>Top - http://roshanbh.com.np/2008/07/top-floating-message-box-using-jquery.html&lt;br /&gt;&lt;br /&gt;Bottom - http://www.matto1990.com/jquery/catfish/&lt;br /&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-5407155965338215097?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/5407155965338215097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=5407155965338215097' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/5407155965338215097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/5407155965338215097'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2010/02/floating-div-on-top.html' title='Floating div on top and bottom'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-3778191340053792506</id><published>2010-02-01T21:15:00.000-08:00</published><updated>2010-02-01T21:16:49.792-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogs'/><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>52 Blogs that Accept Guest Posts</title><content type='html'>http://piggybankpie.com/guest-blogging/52-blogs-that-accept-guest-posts/&lt;br /&gt;&lt;br /&gt;http://www.hellboundbloggers.com/blogging/list-of-cool-blogs-to-write-guest-articles/&lt;br /&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-3778191340053792506?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/3778191340053792506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=3778191340053792506' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3778191340053792506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3778191340053792506'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2010/02/52-blogs-that-accept-guest-posts.html' title='52 Blogs that Accept Guest Posts'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-8768727064299380714</id><published>2010-02-01T21:00:00.000-08:00</published><updated>2010-02-01T21:01:40.295-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>SEO Steps</title><content type='html'>Very useful tips on how to optimize a website.&lt;br /&gt;&lt;br /&gt;&lt;div id="post_message_13464256"&gt;        &lt;ol style="list-style-type: decimal;"&gt;&lt;li&gt;Website analysis&lt;/li&gt;&lt;li&gt;Keyword Research&lt;/li&gt;&lt;li&gt;Adding Emphasis with Header Tags&lt;/li&gt;&lt;li&gt;Adding Emphasis with Tail Tags&lt;/li&gt;&lt;li&gt;Bold, Italic effect to main keywords&lt;/li&gt;&lt;li&gt;Canonicalization&lt;/li&gt;&lt;li&gt;Competition Analysis&lt;/li&gt;&lt;li&gt;CSS Validation&lt;/li&gt;&lt;li&gt;Google Base Feeds&lt;/li&gt;&lt;li&gt;H Tags Optimization (Eg: H1, H2, H3)&lt;/li&gt;&lt;li&gt;Header Tag Optimization&lt;/li&gt;&lt;li&gt;HTML Code Clean Up &amp;amp; Optimization&lt;/li&gt;&lt;li&gt;Image &amp;amp; Hyperlink Optimization&lt;/li&gt;&lt;li&gt;In depth site Analysis&lt;/li&gt;&lt;li&gt;Link Validation&lt;/li&gt;&lt;li&gt;Meta Description Tags Optimization&lt;/li&gt;&lt;li&gt;Meta Keywords Tags Optimization&lt;/li&gt;&lt;li&gt;Navigation &amp;amp; Design Optimization&lt;/li&gt;&lt;li&gt;PR Sculpting&lt;/li&gt;&lt;li&gt;Robots.txt Optimization&lt;/li&gt;&lt;li&gt;Text Modification Tags Optimization&lt;/li&gt;&lt;li&gt;Title Tag Optimization&lt;/li&gt;&lt;li&gt;URL Rewrite&lt;/li&gt;&lt;li&gt;W3C Validation&lt;/li&gt;&lt;li&gt;Working on HTML Source Code&lt;/li&gt;&lt;li&gt;Link Development&lt;/li&gt;&lt;li&gt;Authoritative Submissions&lt;/li&gt;&lt;li&gt;Broken Links Checking&lt;/li&gt;&lt;li&gt;Directory Submissions&lt;/li&gt;&lt;li&gt;Extraction of Site Url’s ( Link Level Depth)&lt;/li&gt;&lt;li&gt;Internal Link Structuring&lt;/li&gt;&lt;li&gt;Link Building ( Link Bait )&lt;/li&gt;&lt;li&gt;Manual Link Request to Related Sites&lt;/li&gt;&lt;li&gt;One way link (PR4 or Greater)&lt;/li&gt;&lt;li&gt;Site Back-links count&lt;/li&gt;&lt;li&gt;Local Search Engine Optimization&lt;/li&gt;&lt;li&gt;Custom Review Submission&lt;/li&gt;&lt;li&gt;h card Integration&lt;/li&gt;&lt;li&gt;Local Search Engine Submission&lt;/li&gt;&lt;li&gt;Testimonial Submission&lt;/li&gt;&lt;li&gt;Updating pages for local searches&lt;/li&gt;&lt;li&gt;Website Usability &amp;amp; Conversion&lt;/li&gt;&lt;li&gt;Being Webmaster Tools account setup &amp;amp; monitoring&lt;/li&gt;&lt;li&gt;Google Webmaster Tools account setup &amp;amp; monitoring&lt;/li&gt;&lt;li&gt;Installing Usability Tools on Website&lt;/li&gt;&lt;li&gt;Monthly Website Conversion Tracking&lt;/li&gt;&lt;li&gt;Optimization for Multiple Browsers&lt;/li&gt;&lt;li&gt;Article Submission&lt;/li&gt;&lt;li&gt;Blog Comment on Relevant Blogs&lt;/li&gt;&lt;li&gt;Blog Designing for the website&lt;/li&gt;&lt;li&gt;Blog Submission&lt;/li&gt;&lt;li&gt;Classified submission&lt;/li&gt;&lt;li&gt;Creating Promotional pages on hubpages, squidoo, etc&lt;/li&gt;&lt;li&gt;Face Book Twitter Marketing&lt;/li&gt;&lt;li&gt;Integration of page bookmarking tools&lt;/li&gt;&lt;li&gt;Integration of page sharing tools &lt;/li&gt;&lt;li&gt;Paid Submission&lt;/li&gt;&lt;li&gt;Photo Sharing&lt;/li&gt;&lt;li&gt;PPT Submission&lt;/li&gt;&lt;li&gt;Press Release&lt;/li&gt;&lt;li&gt;Product Indexing on Google Base&lt;/li&gt;&lt;li&gt;Rss Feeds&lt;/li&gt;&lt;li&gt;Social Bookmarking&lt;/li&gt;&lt;li&gt;Video Submission&lt;/li&gt;&lt;li&gt;Content Writing &amp;amp; Optimization&lt;/li&gt;&lt;li&gt;Article Writing&lt;/li&gt;&lt;li&gt;Blog Writing&lt;/li&gt;&lt;li&gt;Content Modification&lt;/li&gt;&lt;li&gt;Press Release Writing&lt;/li&gt;&lt;li&gt;Thematically Optimization of content pages&lt;/li&gt;&lt;li&gt;Website content writing through Latent Semantic Indexing&lt;/li&gt;&lt;li&gt;Website Spell Check&lt;/li&gt;&lt;li&gt;XML Site Map Creation &amp;amp; Submission&lt;/li&gt;&lt;li&gt;SE Saturation Checking ( Google, Yahoo &amp;amp; Bing)&lt;/li&gt;&lt;li&gt;Log file analysis&lt;/li&gt;&lt;li&gt;Google, Yahoo &amp;amp; Bing Site Map Creation&lt;/li&gt;&lt;li&gt;Google Analytics Funnel Creation&lt;/li&gt;&lt;li&gt;Google Analytics Account Setup&lt;/li&gt;&lt;li&gt;Deep Indexing Recommendations&lt;/li&gt;&lt;li&gt;Checking server response code for each URL&lt;/li&gt;&lt;li&gt;Check Search Engine Road Blocks&lt;/li&gt;&lt;li&gt;Check PR of each url&lt;/li&gt;&lt;/ol&gt;   &lt;/div&gt;&lt;br /&gt;&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-8768727064299380714?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/8768727064299380714/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=8768727064299380714' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/8768727064299380714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/8768727064299380714'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2010/02/seo-steps.html' title='SEO Steps'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-4186989410367572898</id><published>2010-01-06T00:46:00.000-08:00</published><updated>2010-01-06T00:48:43.667-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><title type='text'>css Div height 100%</title><content type='html'>html {MIN-HEIGHT: 100%; HEIGHT: 100%}&lt;br /&gt;&lt;br /&gt;body{&lt;br /&gt; HEIGHT: 100%&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#container{&lt;br /&gt;min-height: 100%;&lt;br /&gt;_height: 100%;&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-4186989410367572898?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/4186989410367572898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=4186989410367572898' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/4186989410367572898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/4186989410367572898'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2010/01/css-div-height-100.html' title='css Div height 100%'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-4872704987952563536</id><published>2009-10-01T12:56:00.000-07:00</published><updated>2009-10-01T12:57:48.587-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='worm'/><category scheme='http://www.blogger.com/atom/ns#' term='iframe injection'/><title type='text'>Hidden iframe injection attacks</title><content type='html'>&lt;a href="http://www.diovo.com/2009/03/hidden-iframe-injection-attacks/" rel="nofollow"&gt;Hidden iframe injection attacks&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-4872704987952563536?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/4872704987952563536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=4872704987952563536' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/4872704987952563536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/4872704987952563536'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/10/hidden-iframe-injection-attacks.html' title='Hidden iframe injection attacks'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-7925036713442366190</id><published>2009-08-26T20:35:00.000-07:00</published><updated>2009-08-26T20:36:47.535-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Php'/><title type='text'>Limit Text and Strip tags in PHP</title><content type='html'>$content = $post-&amp;gt;post_content;&lt;br /&gt;&lt;br /&gt;$limit = 280;&lt;br /&gt;&lt;br /&gt;if (strlen($content) &amp;gt; $limit)&lt;br /&gt;&lt;br /&gt;$content = substr($content, 0, strrpos(substr($content, 0, $limit), ' ')) . '...';&lt;br /&gt;&lt;br /&gt;echo strip_tags($content);&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-7925036713442366190?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/7925036713442366190/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=7925036713442366190' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/7925036713442366190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/7925036713442366190'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/08/limit-text-and-strip-tags-in-php.html' title='Limit Text and Strip tags in PHP'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-3098283839581643179</id><published>2009-08-14T00:36:00.000-07:00</published><updated>2009-08-14T00:38:35.296-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><title type='text'>Javascript Validate Number Integer</title><content type='html'>&lt;p&gt;IsFound = /^-?\d+$/.test($('number').value);&lt;/p&gt;&lt;br /&gt;&lt;p&gt; if (IsFound == false) {&lt;br /&gt;&lt;br /&gt;    &lt;br /&gt;&lt;br /&gt;  $('error_msg').innerHTML = &amp;quot;* Please Enter a valid number.&amp;lt;br&amp;gt;&amp;quot;;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  }&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-3098283839581643179?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/3098283839581643179/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=3098283839581643179' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3098283839581643179'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3098283839581643179'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/08/javascript-validate-number-integer.html' title='Javascript Validate Number Integer'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-1161287942674870434</id><published>2009-07-29T19:05:00.000-07:00</published><updated>2009-07-29T19:06:48.717-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ruby on Rails'/><category scheme='http://www.blogger.com/atom/ns#' term='RMagick'/><title type='text'>Install RMagick2.9.0 Rails 2.1.2, Ruby 1.8.6 ,filecolumn-0.3</title><content type='html'>http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/dbab55eb99625e14?pli=1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-1161287942674870434?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/1161287942674870434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=1161287942674870434' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/1161287942674870434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/1161287942674870434'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/07/install-rmagick290-rails-212-ruby-186.html' title='Install RMagick2.9.0 Rails 2.1.2, Ruby 1.8.6 ,filecolumn-0.3'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-3146431998781239782</id><published>2009-07-21T05:15:00.000-07:00</published><updated>2009-07-21T05:17:38.751-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='Form'/><title type='text'>Onfocus and Onblur input field</title><content type='html'>&lt;p&gt;&amp;lt;input id=&amp;quot;search_field&amp;quot; type=&amp;quot;text&amp;quot; name=&amp;quot;s&amp;quot; value=&amp;quot;Search this blog&amp;quot;   onfocus=&amp;quot;if (this.value == 'Search this blog') {this.value = ''; document.getElementById(this.id).style.color='#666666';}&amp;quot; onblur=&amp;quot;if (this.value == '') {document.getElementById(this.id).style.color='#cccccc'; this.value = 'Search this blog'; }&amp;quot;  /&amp;gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-3146431998781239782?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/3146431998781239782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=3146431998781239782' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3146431998781239782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3146431998781239782'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/07/onfocus-and-onblur-input-field.html' title='Onfocus and Onblur input field'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-8981334532841154313</id><published>2009-06-18T19:32:00.000-07:00</published><updated>2009-06-18T19:36:54.186-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Website Optimization'/><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>Web Page Analyzer - Website Optimization Tool</title><content type='html'>I found a great tool where you can check the speed of your website and analyze it.&lt;br /&gt;Try it out: &lt;a href="http://websiteoptimization.com/services/analyze/" rel="nofollow"&gt;http://websiteoptimization.com/services/analyze/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-8981334532841154313?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/8981334532841154313/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=8981334532841154313' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/8981334532841154313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/8981334532841154313'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/06/web-page-analyzer-website-optimization.html' title='Web Page Analyzer - Website Optimization Tool'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-3935303913781423807</id><published>2009-06-16T19:30:00.000-07:00</published><updated>2009-06-16T19:34:00.691-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><title type='text'>Adding "_blank" of all links</title><content type='html'>&lt;pre&gt;var anchors = document.getElementById('div').getElementsByTagName('a');&lt;br /&gt;&lt;br /&gt;var sDom    = document.domain;&lt;br /&gt;&lt;br /&gt;for (var i=0; i&amp;lt;anchors.length; i++) {&lt;br /&gt;&lt;br /&gt;var anchor = anchors[i];&lt;br /&gt;&lt;br /&gt;if (anchor.getAttribute(&amp;quot;href&amp;quot;)) {&lt;br /&gt;&lt;br /&gt;iPosition = anchor.href.indexOf(sDom);&lt;br /&gt;&lt;br /&gt;if (iPosition == -1 || &lt;br /&gt;&lt;br /&gt;iPosition &amp;gt; sDom.length) {&lt;br /&gt;&lt;br /&gt;anchor.target = &amp;quot;_blank&amp;quot;;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-3935303913781423807?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/3935303913781423807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=3935303913781423807' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3935303913781423807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3935303913781423807'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/06/adding-blank-all-links.html' title='Adding &quot;_blank&quot; of all links'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-385270921816374192</id><published>2009-06-16T19:05:00.000-07:00</published><updated>2009-06-16T19:19:05.438-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='RSS'/><category scheme='http://www.blogger.com/atom/ns#' term='Twitter'/><title type='text'>Display Twitter RSS on your website using Google AJAX Feed API</title><content type='html'>It's a simple code to display twitter rss on your website. You can display the twitter user image, user name, user url, user id, title and content.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Sample Twitter Search with google feed api&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt; &lt;pre&gt; &amp;lt;script type="text/javascript" src="http://www.google.com/jsapi"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;    &lt;br /&gt;google.load("feeds", "1");       &lt;br /&gt;function getTwitterSearch(q, id, callbackfunction)    &lt;br /&gt;{ &lt;br /&gt;&lt;br /&gt; q = encodeURI(q);&lt;br /&gt; id = encodeURI(id); &lt;br /&gt; var feed = new google.feeds.Feed("http://search.twitter.com/search.atom?q="+q+"&amp;amp;rpp=100&amp;amp;show_user=true&amp;amp;since_id="+id);      feed.setNumEntries(10);      feed.setResultFormat(google.feeds.Feed.MIXED_FORMAT);            feed.load(function(result)      {       if (!result.error)             {              var ava = google.feeds.getElementsByTagNameNS(result.xmlDocument, "http://www.w3.org/2005/Atom", "link"); //google.feeds.getElementsByTagNameNS(result.xmlDocument, "http://search.yahoo.com/mrss/", "content");  ;              var imageA = new Array();              j=0;              for (var i = 0; i &amp;lt; ava.length; i++)              {                                    if(ava[i].getAttribute('rel')=="image")                  {                                   imageA[j]=ava[i].getAttribute('href');                   j++;                  }                             }                var tA = new Array(result.feed.entries.length);              for (var i = 0; i &amp;lt; result.feed.entries.length; i++)              {                              var twitterMessage = new Object;                 entry = result.feed.entries[i];               temp = entry.link.split("/");                                               twitterMessage =               {                text: entry.title,                link: entry.link,                date: entry.publishedDate,                user: entry.author,                statusid: temp[5],                image: imageA[i]               };               tA[i]=twitterMessage;                              }                callbackfunction(tA);             }                        });        }                          function reverseSimpleWrite(tA)      {       tA.reverse();            var container = document.getElementById("feed");            for (var i = 0; i &amp;lt; tA.length; i++)            {               var entry = tA[i];               var div = document.createElement("li");               div.innerHTML="&amp;lt;img src='"+entry.image+"' width='48' height='48' &amp;gt; "+entry.image+"&amp;lt;br&amp;gt;user: "+entry.user+"&amp;lt;br&amp;gt;date: "+entry.date+"&amp;lt;br&amp;gt; text: "+entry.text+" &amp;lt;br&amp;gt; link: &amp;lt;a href='"+entry.link+"'&amp;gt;"+entry.link+"&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt; statusid: "+entry.statusid+"&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;";               container.appendChild(div);            }      }        google.setOnLoadCallback(function(){ getTwitterSearch("iphone", 0, reverseSimpleWrite); } );        &amp;lt;/script&amp;gt;  &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;See the original code and sample here:&lt;br /&gt;&lt;a href="http://www.facesaerch.com/widget/twitterjs.php" rel="nofollow"&gt;http://www.facesaerch.com/widget/twitterjs.php&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-385270921816374192?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/385270921816374192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=385270921816374192' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/385270921816374192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/385270921816374192'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/06/display-twitter-rss-on-your-website.html' title='Display Twitter RSS on your website using Google AJAX Feed API'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-5046163711380064542</id><published>2009-06-02T05:48:00.000-07:00</published><updated>2009-06-02T05:50:59.670-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Content Management Systems'/><title type='text'>List of Content Management Systems</title><content type='html'>a list of content management systems.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.openjason.com/2008/02/23/50-content-management-systems/" target="_blank" rel="nofollow"&gt;50 Content Management Systems&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-5046163711380064542?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/5046163711380064542/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=5046163711380064542' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/5046163711380064542'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/5046163711380064542'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/06/list-of-content-management-systems.html' title='List of Content Management Systems'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-3650450852515616153</id><published>2009-06-01T21:11:00.000-07:00</published><updated>2009-06-01T21:17:25.895-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Php'/><category scheme='http://www.blogger.com/atom/ns#' term='Mysql'/><title type='text'>Php and MySql Book</title><content type='html'>I want to share with you a very nice book of php and mysql. I really like this book, I learned a lot of making some program using php and combination with the mysql.&lt;br /&gt;&lt;br /&gt;Check this out. &lt;br /&gt;&lt;a href="http://books.google.com/books?hl=en&amp;id=fGzifMim4qYC&amp;dq=php+and+mysql+web+development&amp;printsec=frontcover&amp;source=web&amp;ots=mB9GW-2nJ3&amp;sig=9LQvdcdH8x_AuTRkl4yomObJ4vc&amp;sa=X&amp;oi=book_result&amp;resnum=1&amp;ct=result#PPP12,M1" target="_blank" &gt;&lt;br /&gt;http://books.google.com/books?hl=en&amp;id=fGzifMim4qYC&amp;dq=php+and+mysql+web+development&amp;printsec=frontcover&amp;source=web&amp;ots=mB9GW-2nJ3&amp;sig=9LQvdcdH8x_AuTRkl4yomObJ4vc&amp;sa=X&amp;oi=book_result&amp;resnum=1&amp;ct=result#PPP12,M1&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-3650450852515616153?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/3650450852515616153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=3650450852515616153' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3650450852515616153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3650450852515616153'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/06/php-and-mysql-book.html' title='Php and MySql Book'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-7502645951711154886</id><published>2009-06-01T21:06:00.000-07:00</published><updated>2009-06-01T21:07:56.005-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vim'/><title type='text'>Vim Commands Cheat Sheet</title><content type='html'>Vim Commands Cheat Sheet&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.fprintf.net/vimCheatSheet.html" target="_blank" rel="nofollow"&gt;http://www.fprintf.net/vimCheatSheet.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-7502645951711154886?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/7502645951711154886/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=7502645951711154886' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/7502645951711154886'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/7502645951711154886'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/06/vim-commands-cheat-sheet.html' title='Vim Commands Cheat Sheet'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-1384202033463116603</id><published>2009-06-01T21:00:00.000-07:00</published><updated>2009-06-01T21:02:16.597-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vim'/><title type='text'>7 Habits For Effective Text Editing 2.0</title><content type='html'>Vim editor&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.truveo.com/7-Habits-For-Effective-Text-Editing-20/id/699137100"&gt;http://www.truveo.com/7-Habits-For-Effective-Text-Editing-20/id/699137100&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-1384202033463116603?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/1384202033463116603/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=1384202033463116603' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/1384202033463116603'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/1384202033463116603'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/06/7-habits-for-effective-text-editing-20.html' title='7 Habits For Effective Text Editing 2.0'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-4987929161456163071</id><published>2009-06-01T20:21:00.000-07:00</published><updated>2009-06-01T20:28:13.693-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Design'/><title type='text'>List of Best Photoshop Web design Tutorials</title><content type='html'>A compilation of Photoshop Web design Tutorials. The best, creative and professional web design layout tutorials.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://dzineblog.com/2008/07/best-photoshop-layout-design-tutorials.html" rel="nofollow" target="_blank"&gt;http://dzineblog.com/2008/07/best-photoshop-layout-design-tutorials.html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://vandelaydesign.com/blog/design/website-layout-photoshop-tutorials/" rel="nofollow" target="_blank"&gt;http://vandelaydesign.com/blog/design/website-layout-photoshop-tutorials/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://psd.tutsplus.com/articles/web/45-step-by-step-tutorials-on-web-design-with-photoshop/" rel="nofollow" target="_blank"&gt;http://psd.tutsplus.com/articles/web/45-step-by-step-tutorials-on-web-design-with-photoshop/&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-4987929161456163071?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/4987929161456163071/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=4987929161456163071' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/4987929161456163071'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/4987929161456163071'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/06/list-of-best-photoshop-web-design.html' title='List of Best Photoshop Web design Tutorials'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-3135143781817166429</id><published>2009-06-01T20:05:00.000-07:00</published><updated>2009-06-01T20:11:53.408-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><title type='text'>Table Sort using javascript</title><content type='html'>a script where you can sort a records on the the table using javascript. you can sort by number or by alphabetical. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Table Sort&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.brainjar.com/dhtml/tablesort/default2.asp" rel="nofollow" target="_blank"&gt;http://www.brainjar.com/dhtml/tablesort/default2.asp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;" &gt;Demo&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.brainjar.com/dhtml/tablesort/demo.html" rel="nofollow" target="_blank"&gt;http://www.brainjar.com/dhtml/tablesort/demo.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-3135143781817166429?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/3135143781817166429/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=3135143781817166429' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3135143781817166429'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/3135143781817166429'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/06/table-sort-using-javascript.html' title='Table Sort using javascript'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-686277146375741104</id><published>2009-06-01T10:46:00.000-07:00</published><updated>2009-06-01T11:00:49.816-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><title type='text'>Sorting Number using Javascript</title><content type='html'>simple way to sort a number using javascript.&lt;br /&gt; &lt;p&gt; &amp;lt;script type=&amp;quot;text/JavaScript&amp;quot; language=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;/p&gt;&lt;br /&gt;        &lt;p&gt; function compare(a,b){&lt;br&gt;&lt;br /&gt;          return a-b;&lt;br&gt;&lt;br /&gt;          }&lt;/p&gt;&lt;br /&gt;        &lt;p&gt; var num = [5,2,10,6,8,1,7,4,3];&lt;br&gt;&lt;br /&gt;                  &lt;br&gt;&lt;br /&gt;          document.write(&amp;quot;Result :&amp;quot;+num.sort(compare));&lt;br&gt;&lt;br /&gt;  &lt;br&gt;&lt;br /&gt;  &amp;lt;/script&amp;gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-686277146375741104?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/686277146375741104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=686277146375741104' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/686277146375741104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/686277146375741104'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2009/06/sorting-number-using-javascript.html' title='Sorting Number using Javascript'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-6001451201449077701</id><published>2007-02-19T06:25:00.000-08:00</published><updated>2009-06-01T01:56:17.419-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ruby on Rails'/><title type='text'>Ruby on Rails Resources</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Tutorials:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt; 1.) &lt;a href="http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html" class="l"&gt;ONLamp.com -- Rolling with &lt;b&gt;Ruby on Rails&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;2.) &lt;a href="http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html" class="l"&gt;ONLamp.com -- Rolling with &lt;span style="font-weight: bold;"&gt;Ruby on Rails, Part 2&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;3.) &lt;a href="http://glu.ttono.us/articles/2006/03/21/rails-for-designers"&gt;Rails for Designers&lt;/a&gt;&lt;br /&gt;4.) &lt;a href="http://wiki.rubyonrails.org/rails"&gt;http://wiki.rubyonrails.org/rails&lt;/a&gt;&lt;br /&gt;5.) &lt;a href="http://railsforum.com/viewforum.php?id=20"&gt;http://railsforum.com/viewforum.php?id=20&lt;/a&gt;&lt;br /&gt;6.) &lt;a href="http://rorlearn.com/tutorials/index.html"&gt;http://rorlearn.com/tutorials/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Forums:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1.) &lt;a href="http://railsforum.com/"&gt;Rails Forum - http://www.railsforum.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Ruby on Rails Cheat Sheet:&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;1.) &lt;a href="http://www.ilovejackdaniels.com/ruby_on_rails_cheat_sheet.pdf"&gt;http://www.ilovejackdaniels.com/ruby_on_rails_cheat_sheet.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Ruby on Rails Quick Reference:&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;1.) &lt;a href="http://blogs.tech-recipes.com/johnny/rails-quick-reference/"&gt;http://blogs.tech-recipes.com/johnny/rails-quick-reference/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Ruby on Rails Free Hosting:&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;1.) &lt;a href="http://xmgfree.com/"&gt;xmgfree.com&lt;/a&gt;&lt;br /&gt;2.) &lt;a href="http://www2.blogger.com/railsplayground.com"&gt;railsplayground.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Rails Blog Apps&lt;/b&gt;&lt;br /&gt;&lt;a href="http://blog.chanezon.com/articles/2005/06/07/ajax-hierarchical-category-and-calendar-browser-for-my-typo-blog" target="_blank"&gt;Ajax Hierarchical Category and Calendar browser&lt;/a&gt;&lt;br /&gt;For a Typo blog&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.typosphere.org/" target="_blank"&gt;Typo&lt;/a&gt;&lt;br /&gt;Ruby on Rails blog software. (Related post: Ruby on Rails Blog Software)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Rails Wiki Apps&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.hieraki.org/trac/" target="_blank"&gt;Hieraki&lt;/a&gt;&lt;br /&gt;Open source, wiki-like system.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://instantrails.rubyforge.org/wiki/wiki.pl" target="_blank"&gt;Instant Rails&lt;/a&gt;&lt;br /&gt;Drop it in your directory - and you're done&lt;br /&gt;&lt;br /&gt;&lt;a href="http://instiki.org/show/HomePage" target="_blank"&gt;Instiki&lt;/a&gt;&lt;br /&gt;A wiki clone which is very easy to use.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Tutorials&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Activity Indicators&lt;/b&gt;&lt;br /&gt;&lt;a href="http://jordan.husney.com/archives/2005/12/progress_bars_w_1.php" target="_blank"&gt;Progress Bars with GD2 and Ruby&lt;/a&gt;&lt;br /&gt;I went milling about for source for progress bars that would be suitably embedded within a Ruby on Rails application I'm working on and came up with nada.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Calendar&lt;/b&gt;&lt;br /&gt;&lt;a href="http://calendar-grid.rubyforge.org/" target="_blank"&gt;CalendarGrid&lt;/a&gt;&lt;br /&gt;Ruby based calendar&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Chat&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.petercooper.co.uk/archives/001038.html" target="_blank"&gt;AJAX powered chat in 3 hours on Ruby on Rails&lt;/a&gt;&lt;br /&gt;A simple Web based chat built with Ruby on Rails. It seems to work okay, but I've only tested on FireFox and Safari. On IE it's bound to look totally out of wack as I'm not sure it supports position: fixed, which I used for the IRC-esque layout.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Image Manipulation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.bigbold.com/snippets/tag/rmagick" target="_blank"&gt;rmagick&lt;/a&gt;&lt;br /&gt;Thumbnailer method for a Rails 'Photo' controller&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Learning and Basics&lt;/b&gt;&lt;br /&gt;&lt;a href="http://tryruby.hobix.com/" target="_blank"&gt;Try Ruby&lt;/a&gt;&lt;br /&gt;An interactive ruby tutorial where you can learn some basics right in your browser,&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.org/rails/pages/Tutorial" target="_blank"&gt;Tutorial in Ruby on Rails&lt;/a&gt;&lt;br /&gt;As a newbie, getting started with Rails was tricky without some help from the IRC folks. If you get stuck, that's a good place for help, as the author hangs out in there pretty regularly. That said, some sample code is worth its weight in gold, so here's how I got a basic Rails application running.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.math.umd.edu/%7Edcarrera/ruby/0.3/" target="_blank"&gt;Learning Ruby&lt;/a&gt;&lt;br /&gt;A very good article on the basics of ruby.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://migo.sixbit.org/papers/Introduction_to_Ruby/slide-index.html" target="_blank"&gt;Introduction to Ruby&lt;/a&gt;&lt;br /&gt;For Perl programmers&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.io.com/%7Ejimm/writing/Intro_to_Ruby.html" target="_blank"&gt;Introduction to Ruby&lt;/a&gt;&lt;br /&gt;For Mac OS X&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Live Grid&lt;/b&gt;&lt;br /&gt;&lt;a href="http://unspace.ca/discover/datagrid" target="_blank"&gt;AJAX Live Data Grid Example&lt;/a&gt;&lt;br /&gt;Historically, data sub-forms are not something that have been presented well on the web. Pop-up windows and browser page refreshing are a significant regression from the interfaces which have been provided by client/server desktop applications for over a decade. Luckily, with the advent of Rails and its partials rendering, we are in a position to do something about this usability shortfall.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Login&lt;/b&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/LoginGenerator" target="_blank"&gt;LoginGenerator&lt;/a&gt;&lt;br /&gt;Login &amp;amp; Authentication Generator&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Text Editors&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.joshuamcharles.com/rails/fckeditor.html" target="_blank"&gt;Integrate FCKEditor with your Ruby on Rails application&lt;/a&gt;&lt;br /&gt;FCKEditor is an open source Javascript application for embedding a rich text box into an HTML form. I will show you have to integrate this application with your Ruby on Rails application.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.oreillynet.com/onjava/blog/2006/02/integrating_a_richtext_widget.html?CMP=OTC-FP2116136014&amp;amp;ATT=Integrating+a+Rich-text+Widget+with+Struts" target="_blank"&gt;Integrating a Rich-text Widget with Struts&lt;/a&gt;&lt;br /&gt;The problem was straightforward, all I needed was a rich-text editor that would allow me to create XHTML that I could then send back to the client. I already had a textarea, and I just wanted a rich-text replacement. I thought this was going to be simple, but the problem cost me hours. In this entry, I show the process I used to identify a suitable AJAX/Javascript library, read on...&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Shopping Cart&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.subimage.com/sublog/openSourceRubyOnRailsShoppingCart" target="_blank"&gt;Open Source Ruby On Rails Shopping Cart | Sublog&lt;/a&gt;&lt;br /&gt;The first and only Ruby&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Helpers&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Calendar Helpers&lt;/b&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/CalendarHelper" target="_blank"&gt;CalendarHelper&lt;/a&gt;&lt;br /&gt;Select dates from a calendar popup or in-page&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/DynamicCalendarHelper" target="_blank"&gt;DynamicCalendarHelper&lt;/a&gt;&lt;br /&gt;Renders a basic calendar in HTML. Highly configurable and allows for databinding as well as formatting&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Drag and Drop&lt;/b&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/HowToUseDragAndDropSorting" target="_blank"&gt;HowToUseDragAndDropSorting&lt;/a&gt;&lt;br /&gt;How to use drag and drop Sorting in Ruby on Rails&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby File Uploader&lt;/b&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/TinyFile" target="_blank"&gt;TinyFile&lt;/a&gt;&lt;br /&gt;For the longest time I just wanted a quick, ready-to-go example of how to do some basic file uploads in a real rails app. Welcome to TinyFile.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Live Trees Helpers&lt;/b&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/LiveTree" target="_blank"&gt;LiveTree&lt;/a&gt;&lt;br /&gt;DHTML tree widget that can load data asynchronously as-needed&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Pagination Helpers&lt;/b&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/PaginationHelper" target="_blank"&gt;PaginationHelper&lt;/a&gt;&lt;br /&gt;Paginate large tables&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Ruby Sorting Helpers&lt;/b&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/LiveTree" target="_blank"&gt;SortHelper&lt;/a&gt;&lt;br /&gt;Click column headings to sort tables (uses Ruby to handle sorting)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/SortHelper" target="_blank"&gt;SortHelper2&lt;/a&gt;&lt;br /&gt;Another take on sort via clickable headers (uses SQL to handle sorting)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/Sort+Helper" target="_blank"&gt;Sort Helper the third&lt;/a&gt;&lt;br /&gt;Sort database result sets with clickable column headers (also uses SQL to handle sorting)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/movtable" target="_blank"&gt;Movtable&lt;/a&gt;&lt;br /&gt;A port to rails of Movtable, full featured sort table, filterable, with context menus.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.rubyonrails.com/rails/pages/JavascriptSortableTables" target="_blank"&gt;JavascriptSortableTables&lt;/a&gt;&lt;br /&gt;Not a Ruby helper as such, but it doesnt require Ajax, Ruby or SQL to work - it's all in client side Javascript&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-6001451201449077701?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/6001451201449077701/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=6001451201449077701' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/6001451201449077701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/6001451201449077701'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2007/02/ruby-on-rails-resources.html' title='Ruby on Rails Resources'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-116340823560988165</id><published>2006-11-13T00:54:00.000-08:00</published><updated>2009-06-01T04:59:43.381-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web 2.0'/><category scheme='http://www.blogger.com/atom/ns#' term='Youtube'/><title type='text'>Youtube.com    -      Web 2.0</title><content type='html'>dsdsThis is funny Web 2.0:&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;object width="425" height="350"&gt;&lt;param name="movie" value="http://www.youtube.com/v/topeBoB-ApQ"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.youtube.com/v/topeBoB-ApQ" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-116340823560988165?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/116340823560988165/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=116340823560988165' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/116340823560988165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/116340823560988165'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/11/youtubecom-web-20.html' title='Youtube.com    -      Web 2.0'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-116263771949671518</id><published>2006-11-04T01:48:00.000-08:00</published><updated>2009-06-01T05:00:24.308-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CGI'/><title type='text'>Contact Form Script</title><content type='html'>This is a contact form script. It's easy to use and install. You only need a .cgi hosting or if you don't have .cgi in your hosting you can also use other free hosting like netfirms.com for this email script. Below is the instruction on how to use the email script.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.)  Copy and save the email script into email.cgi, and upload it into your web sever. But if you dont have a cgi in your websever try to use the free hosting netfirms.com which they supported free cgi. This is the example url or location of the email script.  http://www.exinrex.netfirms.com/cgi-bin/email.cgi.&lt;br /&gt;&lt;br /&gt;Note: change the below example email address("example\@yahoo.com") in your own email address. You just remain \ between the name email and the site. And also change the "Thankyoupages.html" in your own thank you page.&lt;br /&gt;&lt;br /&gt;$email = param('email');&lt;br /&gt;$subject = param('subject');&lt;br /&gt;&lt;br /&gt;$name = param('name');&lt;br /&gt;$message = param('message');&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$mailprog = '/usr/sbin/sendmail';&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$myemail = "example\@yahoo.com";&lt;br /&gt;&lt;br /&gt;open (MAIL, "|$mailprog -t") or die "Can't send mail.$!\n";&lt;br /&gt;print MAIL "To: $myemail\n";&lt;br /&gt;print MAIL "From: $email\n";&lt;br /&gt;print MAIL "Subject: $subject\n";&lt;br /&gt;print MAIL "\n";&lt;br /&gt;print MAIL "=====================================================\n";&lt;br /&gt;&lt;br /&gt;print MAIL "Sender Name: $name\n";&lt;br /&gt;print MAIL "Message: $message\n";&lt;br /&gt;print MAIL "\n";&lt;br /&gt;close(MAIL);&lt;br /&gt;&lt;br /&gt;print "Location: Thankyoupages.html\n\n";&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.) Copy the below Html file  and save it or If you already have a website you only need is to insert the form tags into your html page. and change the location of the email script of form action tag.&lt;br /&gt;&lt;br /&gt;Note: &amp;lt;form action="location of the email script " method="post"&amp;gt; example location of the email script.  http://www.exinrex.netfirms.com/cgi-bin/email.cgi&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;title&amp;gt;sample&amp;lt;/title&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;form action="http://www.exinrex.netfirms.com/cgi-bin/email.cgi" method="post"&amp;gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Name: &amp;lt;input type="text" name="name" size ="20"&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;&lt;br /&gt;Email Address: &amp;lt;input type="text" name="email" size ="20"&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;&lt;br /&gt;Subject: &amp;lt;input type="text" name="subject" size ="20"&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;&lt;br /&gt;Message: &amp;lt;textarea name="message" cols="60" rows="6"&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input type="submit" value="Submit"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;If you successfully run the contact form script you now install form validation. Form validation is to validate input data in HTML forms before  sending off the content to a server.  For more info regarding the script of form validation visit &lt;a href="http://www.formassembly.com/wForms/v2.0/documentation/input-validation.php"&gt;http://www.formassembly.com.&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Have Fun !&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-116263771949671518?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/116263771949671518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=116263771949671518' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/116263771949671518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/116263771949671518'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/11/contact-form-script_04.html' title='Contact Form Script'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-116244696474143265</id><published>2006-11-01T21:55:00.000-08:00</published><updated>2009-06-01T05:01:23.912-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hosting'/><category scheme='http://www.blogger.com/atom/ns#' term='Freebies'/><category scheme='http://www.blogger.com/atom/ns#' term='Domain'/><title type='text'>Post for Free TLD Domain, Free Quality Hosting and Free Premium Template</title><content type='html'>If your looking Free Top Level Domain (TLD), Free Quality Hosting and Free Premium Template you have the right way. You only need to do is post quality topic to the forum and earn some points by posting.Usually you can earn 10 points each quality post but it's depend to the topic category where you post. You can only get the above free stuff equivalent to your points.&lt;br /&gt;&lt;br /&gt;Below is the specification.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Free Top Level Domain:&lt;/span&gt;&lt;br /&gt;1.) .com,.net,.org = require 1,200 points&lt;br /&gt;2.) .info domains only require 425 points and over 40 posts.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Free Quality Hosting:&lt;/span&gt; - banner free and fantastico installed.&lt;br /&gt;&lt;br /&gt;HB 10&lt;br /&gt;200 Mb Space&lt;br /&gt;2 GB Transfer / Month&lt;br /&gt;2 x Features (Email Ad's, MySQL Databases, etc)&lt;br /&gt;Webalizer Stats&lt;br /&gt;Points - 300&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HB 20&lt;br /&gt;400 Mb Space&lt;br /&gt;4 GB Transfer / Month&lt;br /&gt;4 x Features (Email Ad's, MySQL Databases, etc)&lt;br /&gt;Webalizer Stats&lt;br /&gt;Points - 550&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HB 30&lt;br /&gt;600 Mb Space&lt;br /&gt;6 GB Transfer / Month&lt;br /&gt;6 x Features (Email Ad's, MySQL Databases, etc)&lt;br /&gt;Webalizer Stats&lt;br /&gt;Points - 800&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HB 40&lt;br /&gt;800 Mb Space&lt;br /&gt;8 GB Transfer / Month&lt;br /&gt;8 x Features (Email Ad's, MySQL Databases, etc)&lt;br /&gt;Webalizer Stats&lt;br /&gt;Points - 1,000&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HB 50&lt;br /&gt;1 GB Space&lt;br /&gt;10 GB Transfer / Month&lt;br /&gt;10 x Features (Email Ad's, MySQL Databases, etc)&lt;br /&gt;Webalizer Stats&lt;br /&gt;Points - 1,200&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Free Premium Template:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. only 250 points!&lt;br /&gt;&lt;br /&gt;Creat Account now!&lt;br /&gt;For more info visit. &lt;a href="http://www.hostbidder.com/index.php?referrerid=5146"&gt;&lt;span style="font-weight: bold;"&gt;Hostbidder.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Additional Great Free Hosting:&lt;br /&gt;&lt;br /&gt;To avail the free hosting plans you only need to post quality topic.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;a href="http://ahplace.com/"&gt;Ahplace.com&lt;/a&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hosting Plans&lt;br /&gt;&lt;br /&gt;Liquid&lt;br /&gt;&lt;br /&gt;5 GB of Space&lt;br /&gt;30 GB of Bandwidth&lt;br /&gt;Unlimited Features&lt;br /&gt;cPanel&lt;br /&gt;Domain or subdomain&lt;br /&gt;=&gt; 10 posts to begin (10 post per month for you too keep the hosting)&lt;br /&gt;&lt;br /&gt;Cubed&lt;br /&gt;&lt;br /&gt;10 GB of Space&lt;br /&gt;50 GB of Bandwidth&lt;br /&gt;Unlimited Features&lt;br /&gt;cPanel&lt;br /&gt;Domain or subdomain&lt;br /&gt;=&gt; 20 posts to begin (10 post per month for you too keep the hosting)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Upgrades&lt;br /&gt;&lt;br /&gt;1 GB of Bandwidth = Must reach 30 posts before requesting&lt;br /&gt;1 GB of Space = Must reach 50 posts before requesting&lt;br /&gt;WHM access (reseller) = Must reach 100 posts before requesting&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;a href="http://ej.am/"&gt;Ej.am&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hosting Package's&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All Accounts have the same features but a different number of features, features included are :&lt;br /&gt;- Cpanel&lt;br /&gt;- Rv Skin For added Ease.&lt;br /&gt;- Subdomains&lt;br /&gt;- Parked Domains&lt;br /&gt;- Addon Domains&lt;br /&gt;- Mysql databases&lt;br /&gt;- Email accounts&lt;br /&gt;- Email forwarders&lt;br /&gt;- Autoresponders&lt;br /&gt;- Email filters&lt;br /&gt;- Mailing lists&lt;br /&gt;- FTP accounts&lt;br /&gt;- Fantastico&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Base Plan - No Posts!!&lt;br /&gt;300mb Space.&lt;br /&gt;3000mb Bandwidth.&lt;br /&gt;3X - All Features.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plan 1 - 15 Posts every 2 weeks!&lt;br /&gt;500mb Space.&lt;br /&gt;5000mb Bandwidth.&lt;br /&gt;5X - All Features.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plan 2 - 20 Posts every 2 weeks!&lt;br /&gt;650mb Space.&lt;br /&gt;6500mb Bandwidth.&lt;br /&gt;7X - All Features.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plan 3 - 35 Posts every 2 weeks!&lt;br /&gt;1000mb Space.&lt;br /&gt;7500mb Bandwidth.&lt;br /&gt;10X - All Features.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plan 4 - 45 Posts every 2 weeks!&lt;br /&gt;2000mb Space.&lt;br /&gt;10000mb Bandwidth.&lt;br /&gt;14X - All Features.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plan 5 - BONUS PLAN! - 65 Posts every 2 weeks!&lt;br /&gt;5000mb Space.&lt;br /&gt;15000mb Bandwidth.&lt;br /&gt;50X - All Features.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-116244696474143265?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/116244696474143265/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=116244696474143265' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/116244696474143265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/116244696474143265'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/11/post-for-free-tld-domain-free-quality.html' title='Post for Free TLD Domain, Free Quality Hosting and Free Premium Template'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-116192766649681973</id><published>2006-10-26T22:40:00.000-07:00</published><updated>2009-06-01T05:01:58.810-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>SEO Software</title><content type='html'>I got very interesting and useful seo software. Below are the names of the software. Try to check it out.&lt;br /&gt;&lt;br /&gt;1.) Accurate Monitor for Search Engines&lt;br /&gt;2.) AdWords Clever Wizard&lt;br /&gt;3.) Site Content Analyzer&lt;br /&gt;4.) Free Monitor for Google&lt;br /&gt;5.) BackLinks Master&lt;br /&gt;6.) PaRaMeter&lt;br /&gt;&lt;br /&gt;You can download here:  http://www.cleverstat.com/download.htm&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-116192766649681973?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/116192766649681973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=116192766649681973' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/116192766649681973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/116192766649681973'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/10/seo-software.html' title='SEO Software'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-115923800028941836</id><published>2006-09-25T19:26:00.000-07:00</published><updated>2009-06-01T05:02:55.074-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Design'/><category scheme='http://www.blogger.com/atom/ns#' term='Web 2.0'/><title type='text'>List of Web 2.0 Design Tutorials</title><content type='html'>We have list Web 2.0 Design Tutorials which it can help you to improve and make your website very creative and accessible. Try to it out.&lt;br /&gt;&lt;br /&gt;Web 2.0 Logo Creator:&lt;br /&gt;http://www.msig.info/web2.php&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Web 2.0 Design Layouts:&lt;br /&gt;http://www.photoshoplab.com/web20-design-kit.html&lt;br /&gt;http://www.tutorialized.com/tutorial/Web-2.&lt;br /&gt;0-Style-Header-and-Navigation/14368&lt;br /&gt;http://www.shadow-fox.net/site/tutorial/42-Web-2-&lt;br /&gt;Layout-Mark-2-More-Gradients&lt;br /&gt;http://www.profitpapers.com/dev/web-20-design-tutorials.php&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.webdesignfromscratch.com/web-2.0-design-style-guide.cfm"&gt;Web 2.0 how-to design style guide&lt;/a&gt;&lt;br /&gt;&lt;span class="Categories"&gt;&lt;/span&gt;&lt;a href="http://www.aaronovadia.com/clients/photoshopit/web20tutorials.htm"&gt;&lt;span class="runtitles"&gt;WEB 2.0 DESIGN TUTORIALS&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have some other very interesting css tutorial resources please let us know so we can post here.Thank's&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-115923800028941836?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/115923800028941836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=115923800028941836' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/115923800028941836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/115923800028941836'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/09/list-of-web-20-design-tutorials.html' title='List of Web 2.0 Design Tutorials'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-115882305350855704</id><published>2006-09-21T00:15:00.000-07:00</published><updated>2009-06-01T05:04:13.557-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>The Top 12 *Link-Offenders* You Should Avoid Like A Ticking Bomb! *How to build a link structure that will stand the test of time.* by Stephen Mahaney</title><content type='html'>In today's world of sophisticated search engines there are good links and&lt;br /&gt;bad links—what we call *natural* and *artificial* incoming link structures.&lt;br /&gt;Building a network of good links, the natural ones, will reward your pages&lt;br /&gt;with ranking favor. Yielding to the siren song of the bad links, the&lt;br /&gt;artificial ones, can sentence your pages to languish in dungeons of&lt;br /&gt;obscurity.&lt;br /&gt;&lt;br /&gt;The important question you should be asking is: *How do you tell the&lt;br /&gt;difference?* Glad you asked.&lt;br /&gt;&lt;br /&gt;For starters, it's important to understand that most types of links don't&lt;br /&gt;fall neatly into black and white boxes—neither do the penalties associated&lt;br /&gt;with the so-called *bad links*. If you have a lot of good links, then you&lt;br /&gt;can often be quite alright with having some bad ones. Clearly, one does not&lt;br /&gt;need to go on a witch-hunt to eradicate every bad link that's pointing to&lt;br /&gt;their website.&lt;br /&gt;&lt;br /&gt;What's *much* more important is to avoid acquiring so many bad links that&lt;br /&gt;your site's link structure begins to trip the *artificial link* triggers&lt;br /&gt;that Google has in place to determine when a webpage or site warrants a&lt;br /&gt;smack down in the rankings.&lt;br /&gt;&lt;br /&gt;So, without further adieu, I present to you the triggers that Google&lt;br /&gt;uses to&lt;br /&gt;determine if your site's overall link structure looks like a *good guy*&lt;br /&gt;or a&lt;br /&gt;*bad guy* from the search engine point of view.&lt;br /&gt;&lt;br /&gt;*And The Dirty Dozen are...*&lt;br /&gt;[image: bullet] *1. Link Farms*&lt;br /&gt;&lt;br /&gt;This one's obvious, right? Not really. Every SEO and their brother will&lt;br /&gt;tell&lt;br /&gt;you to avoid link farms—the problem is that most so-called experts can't&lt;br /&gt;tell you exactly *what a link farm actually is* or how to recognize one&lt;br /&gt;when&lt;br /&gt;you see it.&lt;br /&gt;&lt;br /&gt;Link farms are a strategy used by many less-than-reputable SEO firms to&lt;br /&gt;quickly build links to their clients. Here are some telltale signs:&lt;br /&gt;&lt;br /&gt;1.&lt;br /&gt;&lt;br /&gt;Most link farms are set up to look like a directory. They may even be&lt;br /&gt;similar in layout to reputable sites like the Yahoo Directory or DMOZ.&lt;br /&gt;2.&lt;br /&gt;&lt;br /&gt;Whenever a new client is signed up, the SEO firm that owns the link&lt;br /&gt;farm adds the client's site to this "directory."&lt;br /&gt;3.&lt;br /&gt;&lt;br /&gt;The often-unsuspecting client is then asked to host a copy of the&lt;br /&gt;directory on their site. The strategy is to link that client's website to&lt;br /&gt;every other site in the directory.&lt;br /&gt;4.&lt;br /&gt;&lt;br /&gt;Because the client's website is also listed in the directory, every&lt;br /&gt;other site that hosts a copy is also linking back to the client.&lt;br /&gt;5.&lt;br /&gt;&lt;br /&gt;Thus, the SEO firm has created a "link farm" network which links all&lt;br /&gt;of their clients together. And, whenever a new client comes aboard, the SEO&lt;br /&gt;firm folds them into the "directory" which instantly gives that new&lt;br /&gt;client's&lt;br /&gt;website hundreds of (dubious quality) links.&lt;br /&gt;&lt;br /&gt;The problem is that Google finds this strategy about as acceptable as a&lt;br /&gt;crack-house in an upscale neighborhood. And it's just about as obvious too.&lt;br /&gt;Since all of the links typically point to each other's sites, every site&lt;br /&gt;within a link farm is extremely easy for Google to find and therefore&lt;br /&gt;penalize. Frankly, if your site is participating in a link farm then you&lt;br /&gt;should be as nervous as a naked guy cooking bacon on an open stovetop!&lt;br /&gt;&lt;br /&gt;So how do you identify and steer clear of link farms? Here are some red&lt;br /&gt;flags that should alert you to danger...&lt;br /&gt;&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;If you sign up with a new SEO firm and they want your site to host a&lt;br /&gt;directory, run!&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;Before getting what may seem like *an easy link*, be sure to check to&lt;br /&gt;see if they're hosting anything on their site that looks like a directory.&lt;br /&gt;One good way to easily see all the pages on a site is to do a site:&lt;br /&gt;http://www.theirdomain.com search in Google.&lt;br /&gt;&lt;br /&gt;For instance, if you wanted a list of all the Google pages listed on&lt;br /&gt;Google.com, simply search for&lt;br /&gt;site:http://www.google.com/&lt;http: com="" q="site%3Ahttp%3A%2F%2Fwww.google.com%2F"&gt;&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;If you do spot a directory, copy the description from one of its&lt;br /&gt;listings and search for that description (surrounded by quotes) in&lt;br /&gt;Google.&lt;br /&gt;&lt;br /&gt;For example, "Zane's Flowers offers a dazzling array of arrangements&lt;br /&gt;and bouquets for your wedding or other&lt;br /&gt;occasion"&lt;http: com="" q="%22Zane%27s+Flowers+offers+a+dazzling+array+of+arrangements+and+bouquets+for+your+wedding+or+other+occasion%22&amp;amp;btnG=Search"&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If that same listing comes up on lots of other sites, then you're&lt;br /&gt;probably looking at a link farm. Try searching for a few other listings. If&lt;br /&gt;you find that many other sites are hosting a directory identical to this&lt;br /&gt;one, then it's a good idea to avoid linking to that site since it's likely&lt;br /&gt;to be on Google's link farm hit-list before long.&lt;br /&gt;&lt;br /&gt;[image: bullet] *2. Mini-Net Links*&lt;br /&gt;&lt;br /&gt;Back in the early days of Google, link building used to be so easy.&lt;br /&gt;Computer&lt;br /&gt;algorithms for determining link quality were still very crude and it wasn't&lt;br /&gt;hard to fake your link popularity. It didn't really matter where your links&lt;br /&gt;came from—just as long as you had *a lot* of them.&lt;br /&gt;&lt;br /&gt;One of the fairly common strategies used to boost a site's incoming link&lt;br /&gt;count was the *mini-net*. This method of faking link popularity hinged on&lt;br /&gt;creating your own network of sites and then linking them back to your main&lt;br /&gt;site. It actually worked well for surprisingly many years. In fact, you can&lt;br /&gt;still see some of the more sophisticated mini-net models working quite well&lt;br /&gt;even today.&lt;br /&gt;&lt;br /&gt;However, Google's algorithms are vastly improved and most of the mini-net&lt;br /&gt;sites have fallen hard as Google has learned to identify and penalize their&lt;br /&gt;link networks. Here are some of the clues Google uses to identify mini-net&lt;br /&gt;sites;&lt;br /&gt;&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;*Whois info* — It's easy for anyone to see who owns a site by viewing&lt;br /&gt;that site's whois ("Who is") information. For example, you can use a&lt;br /&gt;site like domaintools.com to see who&lt;br /&gt;Google.com&lt;http: com=""&gt;is registered to.&lt;br /&gt;Registrant:&lt;br /&gt;Google Inc. (DOM-258879)&lt;br /&gt;Please contact: contact-admin@google.com&lt;br /&gt;1600 Amphitheatre Parkway&lt;br /&gt;Mountain View CA 94043 US&lt;br /&gt;&lt;br /&gt;As you may already know, Google is also a domain registrar. This means&lt;br /&gt;they have unfettered access to the huge database of public (but not&lt;br /&gt;private) *whois* records—enabling them to easily connect owner&lt;br /&gt;information to the websites they index.&lt;br /&gt;&lt;br /&gt;Although it's easy to hide this information from Google by registering&lt;br /&gt;your whois info as private—domain registrars offer this option for just a&lt;br /&gt;few dollars per domain—most people simply don't choose to do so. This&lt;br /&gt;leaves&lt;br /&gt;their ownership info available for the looking. There's also reason to&lt;br /&gt;believe that Google views with suspicion domains that make use of this&lt;br /&gt;privacy option. (After all, what have you got to hide, right?)&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;*Class C blocks* - This refers to part of your site's IP address. It's&lt;br /&gt;not uncommon for webmasters to "stack" several domains on the same IP. It's&lt;br /&gt;then easy to spot all the sites belonging to that webmaster by using&lt;br /&gt;Reverse&lt;br /&gt;IP &lt;http: com="" ip=""&gt; lookup.&lt;br /&gt;&lt;br /&gt;*Note:* Sometimes web hosts will also stack multiple customer's&lt;br /&gt;domains on the same IP. In this case the sites may not all belong to the&lt;br /&gt;same owner. However, it's common for websites that are sharing IPs to have&lt;br /&gt;the same owner.&lt;br /&gt;&lt;br /&gt;Even if the sites aren't all on the same IP, they may be on the same&lt;br /&gt;server—in which case they share just part of the IP address known as the C&lt;br /&gt;block. This is still enough for search engines to determine that one person&lt;br /&gt;owns all the sites.&lt;br /&gt;&lt;br /&gt;In order to disconnect the ownership of sites, the IP Address of each&lt;br /&gt;site should be located on *different* Class C blocks of IP addresses.&lt;br /&gt;&lt;br /&gt;Here's a key to identifying IP address designations...&lt;br /&gt;255.255.255.*YYY* *Y*'s identify last octet&lt;br /&gt;sometimes referred to as the host 255.255.*XXX*.YYY *X*'s identifies&lt;br /&gt;the class-C subnet 255.*XXX*.XXX.YYY *X*'s identify the class-B&lt;br /&gt;subnet *XXX*.XXX.XXX.YYY *X*'s identify the Class A subnet&lt;br /&gt;&lt;br /&gt;Mini-nets with all of their sites located on the same Class C block&lt;br /&gt;are easy for search engines to spot. This can be avoided by hosting each&lt;br /&gt;site within the mini-net in a different web-host location.&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;*Tell-tale linking patterns* — Many mini-nets are set up to link only&lt;br /&gt;to other sites within the same mini-net. This results in an isolated&lt;br /&gt;network&lt;br /&gt;of sites that are easily detected by search engines. Such sites are&lt;br /&gt;referred&lt;br /&gt;to as *isolated nodes* because they appear to be popular only within&lt;br /&gt;their own node of sites, but ignored by the rest of the entire&lt;br /&gt;world-wide-web.&lt;br /&gt;&lt;br /&gt;Today's sophisticated mini-nets do everything possible to obtain&lt;br /&gt;legitimate links from outside their mini-net to avoid being identified&lt;br /&gt;as an&lt;br /&gt;isolated node.&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;*Similar Templates* — Mini-net sites will often show similar layouts,&lt;br /&gt;logos, or artwork from site to site, making it easy for search engines to&lt;br /&gt;determine that all of the sites have the same owner. Today's sophisticated&lt;br /&gt;mini-nets are careful to use different artwork, logos, and layouts to give&lt;br /&gt;the appearance of unrelated sites.&lt;br /&gt;&lt;br /&gt;As you can see, it can be a lot of work to camouflage a mini-net from the&lt;br /&gt;autobotic scrutiny of today's sophisticated search engines. What's more,&lt;br /&gt;Google's algorithms are now much more focused on link quality then they are&lt;br /&gt;on sheer link numbers. This means that today's sophisticated mini-net must&lt;br /&gt;also work on building legitimate links that originate from outside the&lt;br /&gt;mini-net to each and every site within the mini-net.&lt;br /&gt;&lt;br /&gt;It should be pointed out that there's nothing wrong with having multiple&lt;br /&gt;sites and linking them together *provided that* each site can stand on its&lt;br /&gt;own merit as a unique and valuable resource, and the links make sense in&lt;br /&gt;terms of pointing your users to useful related content. And you should be&lt;br /&gt;careful not to overdo the cross-linking between them. A few links between&lt;br /&gt;sites you own is fine, but if you've got hundreds of links flying back and&lt;br /&gt;forth, Google will view it with suspicion.&lt;br /&gt;&lt;br /&gt;By the way, the various applications of the mini-net are explained in great&lt;br /&gt;detail in our *Unfair Advantage Book*. See Chapter 10—The Top SEO Mistakes.&lt;br /&gt;[image: bullet] *3. Reciprocal Links*&lt;br /&gt;&lt;br /&gt;Reciprocal links, in themselves, are not bad—however, *too many* reciprocal&lt;br /&gt;links or the wrong kinds of reciprocal links can hurt your site's rankings.&lt;br /&gt;&lt;br /&gt;It's not uncommon for sites to link to each other. Friends link to each&lt;br /&gt;other, business partners link to each other, blogs are constantly linking&lt;br /&gt;back and forth. It's a natural part of the Internet for people who know&lt;br /&gt;each&lt;br /&gt;other to be linking. Search engines like *natural* links. They hate *&lt;br /&gt;artificial* links.&lt;br /&gt;&lt;br /&gt;And what looks artificial to the engines, especially Google, are:&lt;br /&gt;&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;*Links pages* — Way back in the early days of the Internet, links&lt;br /&gt;pages were just ways for people to keep lists of sites they liked. Then&lt;br /&gt;Google came along with their link-based ranking algorithm and everyone went&lt;br /&gt;link-crazy. All of a sudden *Links Pages* became a place where sites&lt;br /&gt;could easily swap links for the sole purpose of building link popularity.&lt;br /&gt;&lt;br /&gt;Eventually, pages that were nothing but a big list of unrelated links&lt;br /&gt;with the words links or resources at the top started getting filtered&lt;br /&gt;by Google. At this point, it's safe to assume that such *links-page&lt;br /&gt;links*, while easy to get, are useless from a ranking-boost&lt;br /&gt;perspective.&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;*Link farms* — These are another form of reciprocal linking, albeit a&lt;br /&gt;highly organized form. As mentioned above, link farms are where every site&lt;br /&gt;in the farm links to every other site in the farm.&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;*Directories that require links* — It's not uncommon for low-quality&lt;br /&gt;directories to require that you link back to them in exchange for a&lt;br /&gt;listing.&lt;br /&gt;Any directory that requires this is generally not a good place to list your&lt;br /&gt;site.&lt;br /&gt;&lt;br /&gt;Make no mistake, people are still swapping links like mad. Just do a search&lt;br /&gt;for add your link, add url, suggest your site or any other related term and&lt;br /&gt;you'll see what we mean. Unfortunately for the link swappers, in terms of&lt;br /&gt;Google rankings, most of these link swaps are a complete waste of time.&lt;br /&gt;&lt;br /&gt;Link exchange requests sent out by email suffer from the same problem. If&lt;br /&gt;all you can get is a cheesy links-page link tucked away in some dusty&lt;br /&gt;corner&lt;br /&gt;of a website, it's hardly worth the hassle of sending out the email (hint:&lt;br /&gt;shoot for a presell&lt;br /&gt;page&lt;http: com="" news="" content="" 2005="" 11="" presell=""&gt;instead)Also,&lt;br /&gt;&lt;br /&gt;unless you mention money&lt;br /&gt;*early* in the email, most of these request are just going to be deleted&lt;br /&gt;anyway.&lt;br /&gt;&lt;br /&gt;However, if you have an article on your site that happens to link to&lt;br /&gt;another&lt;br /&gt;site mentioned as a valuable resource, and they have another article on *&lt;br /&gt;their* site that links to you as a valuable resource, such reciprocal&lt;br /&gt;linking is completely natural from a search engine's point of view (it's&lt;br /&gt;even encouraged). These links are within context and pointing readers to&lt;br /&gt;useful information, not just packed into a list of links to various&lt;br /&gt;marginally related sites.&lt;br /&gt;&lt;br /&gt;However, if you *do* decide to go after cheesy links-page links, as with&lt;br /&gt;any&lt;br /&gt;other kind of questionable link strategy, make sure they don't comprise&lt;br /&gt;more&lt;br /&gt;than 10% or so of your total links. And don't be disappointed when you&lt;br /&gt;learn&lt;br /&gt;for yourself they don't have much of a positive impact on your rankings.&lt;br /&gt;[image: bullet] *4. Paid Links*&lt;br /&gt;&lt;br /&gt;Like reciprocal links, paid links are not, in themselves, bad. In fact,&lt;br /&gt;paid&lt;br /&gt;links form the backbone linking strategy of many top-ranking sites.&lt;br /&gt;&lt;br /&gt;What *is* bad is links that are *obviously* paid for. Paid links can&lt;br /&gt;definitely be a rank-boosting asset—but only if they look *natural*.&lt;br /&gt;Otherwise, Google tends to discount them entirely. Therefore, when buying&lt;br /&gt;links you must see to it that the hosting site understands that your link&lt;br /&gt;should *NOT* be...&lt;br /&gt;&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;*...tucked away in a little sidebar* called Sponsored Links or Featured&lt;br /&gt;Advertisers or any other designation that separates your link from the&lt;br /&gt;actual page content. The problem is that search engines have the ability to&lt;br /&gt;detect and neutralize the effect these sponsored links would otherwise have&lt;br /&gt;on link popularity.&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;*...run-of-site*. This would mean that you get a link from every&lt;br /&gt;single page on the site. This is like waving a big red flag at Google. It&lt;br /&gt;isn't *natural* for any site to link another page from ALL of their&lt;br /&gt;pages unless there's some artificial relationship going on. Google assumes&lt;br /&gt;such pages are either under the ownership of the linking site or else the&lt;br /&gt;link is purchased. In either instance, it's *artificial* from the&lt;br /&gt;search engine point of view and Google feels justified in discounting it.&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;*...sold by link brokers.* If you've ever logged into a link broker's&lt;br /&gt;site and browsed the sites that are selling links there, then you know how&lt;br /&gt;easy it is for anybody, *especially Google*, to learn which sites are&lt;br /&gt;participating in the link sales. Although some of the so-called SEO experts&lt;br /&gt;will tell you this is a really great way to get a bunch of links in a&lt;br /&gt;hurry,&lt;br /&gt;we think it's dumber than a sack of potatoes! You might as well paint a&lt;br /&gt;giant bulls-eye over your site's homepage.&lt;br /&gt;&lt;br /&gt;While it's true that buying links through link brokers is an easy way&lt;br /&gt;to get links fast, and possibly even a good way to attract site visitors,&lt;br /&gt;Google is working very hard to make sure these links do not contribute to&lt;br /&gt;search engine rankings. Personally, if we were buying links through link&lt;br /&gt;brokers, we'd be as nervous as a long tailed cat in a room full of rocking&lt;br /&gt;chairs worrying about the next Google-update.&lt;br /&gt;&lt;br /&gt;Simply put, paid links work great! ...but they cannot LOOK like paid links&lt;br /&gt;and they cannot be traced back to a link broker. In the long run you will&lt;br /&gt;always be better off to negotiate your link-buys quietly, in-house, and&lt;br /&gt;directly with the owners of the link-hosting site. And the fewer links they&lt;br /&gt;sell, the better! For more details on the best way to purchase links&lt;br /&gt;online,&lt;br /&gt;see our report: How to Buy Links Without Getting&lt;br /&gt;Burned!&lt;http: com="" news="" content="" 2005="" 11="" html=""&gt;&lt;br /&gt;&lt;br /&gt;[image: bullet] *5. Link Network Links*&lt;br /&gt;&lt;br /&gt;We've already talked about how *too many reciprocal links* are a bad thing,&lt;br /&gt;and how *obviously paid for* links are a bad thing. Well, imagine what&lt;br /&gt;Google might think of a bunch of *bought-and-paid-for reciprocal links from&lt;br /&gt;a collection of low-quality sites!* ...all of which are known to be&lt;br /&gt;violating Google's guidelines by participating in a massive link swap. Yep,&lt;br /&gt;you guessed it. That's a *really* bad thing.&lt;br /&gt;&lt;br /&gt;In essence, that's the position a site finds themselves in when they get&lt;br /&gt;involved in a *link network*. The obvious problems are:&lt;br /&gt;&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;Google can easily see who is participating in such link schemes just&lt;br /&gt;by signing up for the program. From there it's easy to penalize&lt;br /&gt;participating sites or, at the very least, make sure their links don't&lt;br /&gt;count.&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;Since good sites are able to get their links through more legitimate&lt;br /&gt;means, it's mostly low-quality sites participating in these networks. This&lt;br /&gt;means that any ranking boost that would otherwise be credited is minimal at&lt;br /&gt;best because these low-quality sites are not considered by Google to be&lt;br /&gt;*authoritative*.&lt;br /&gt;&lt;br /&gt;The bottom line is that there's no upside to link networks. Using them is a&lt;br /&gt;waste of time and money, not to mention risky business—as Google tends to&lt;br /&gt;ban the participating sites on a fairly regular basis.&lt;br /&gt;[image: bullet] *6. Directory Links*&lt;br /&gt;&lt;br /&gt;Say whaaat? Directory links, ...*bad?* Well, they *can* be. It all depends&lt;br /&gt;on *which* directories you're submitting to and how many your site is&lt;br /&gt;listed&lt;br /&gt;in.&lt;br /&gt;&lt;br /&gt;We occasionally get emails asking us for the top 200 free directories to&lt;br /&gt;submit a site to. While such directory lists exist, submitting your site to&lt;br /&gt;that many directories isn't in your site's best interest for a variety of&lt;br /&gt;reasons:&lt;br /&gt;&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;Most of these directories are of low quality and often participate in&lt;br /&gt;*run-of-site* (*ROS*) paid links to gambling and pharmaceutical&lt;br /&gt;sites—a classic example of what Google calls *a bad neighborhood!*&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;Most of these sites require that you add a reciprocal link back to&lt;br /&gt;them. As you now know, too many reciprocal links can be counter-productive&lt;br /&gt;to your ranking efforts.&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;Too many directory listings is the hallmark of a site that is pushing&lt;br /&gt;too hard on the SEO front. There *is* such a consideration as&lt;br /&gt;*overoptimization&lt;br /&gt;*. And when a site begins to look over-SEO'ed, it can attract a&lt;br /&gt;ranking penalty.&lt;br /&gt;&lt;br /&gt;While a listing in all three of the primary and most trusted directories&lt;br /&gt;(DMOZ,&lt;br /&gt;Yahoo Directory, and MSN Small Business Directory) are extremely helpful&lt;br /&gt;for&lt;br /&gt;a site's ranking, having too many directory listings, *or adding them too&lt;br /&gt;fast*, can make a site's incoming link structure look *artificial*.&lt;br /&gt;&lt;br /&gt;At the most, stick to the directories on our recommended&lt;br /&gt;list&lt;http: com="" news="" html=""&gt;which&lt;br /&gt;have each been vetted for quality. And don't add more than 2 or 3&lt;br /&gt;directory listings a month. Also, make sure your directory listings don't&lt;br /&gt;make up more than 10% or so of your overall incoming links.&lt;br /&gt;&lt;br /&gt;In other words: For every 9 or so quality links added, you can safely add&lt;br /&gt;another directory listing. This way you're maintaining the variety of&lt;br /&gt;link-types that makes your overall incoming link-structure look *natural*.&lt;br /&gt;Otherwise, an out-of-balance *directory listing* link-count can be&lt;br /&gt;interpreted as *trying too hard to manipulate your search ranking*.&lt;br /&gt;&lt;br /&gt;By the way, if you happen to chance across a new directory and are&lt;br /&gt;wondering&lt;br /&gt;if it's a good place to list your site, be sure to read our report: How to&lt;br /&gt;Evaluate a Directory Before You Submit a&lt;br /&gt;Site&lt;http: com="" news="" content="" 2005="" 12="" html=""&gt;&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;[image: bullet] *7. Article Directory Links*&lt;br /&gt;&lt;br /&gt;Like traditional directory links, *article directory links* are typically&lt;br /&gt;good *unless* your ratio is out of balance. A few are fine, but if most of&lt;br /&gt;your links are coming from article directories, then your site's link&lt;br /&gt;structure starts to look contrived—over-optimized from a search engine&lt;br /&gt;point&lt;br /&gt;of view and, therefore, cruising for a bruising.&lt;br /&gt;&lt;br /&gt;It's very easy to submit one article to dozens or even hundreds of article&lt;br /&gt;directories. There's even software that will automate the process for you.&lt;br /&gt;However, if you do this too often your incoming link structure can quickly&lt;br /&gt;get out of balance.&lt;br /&gt;&lt;br /&gt;The other problem is related to duplicate content. If you submit an&lt;br /&gt;identical article to multiple sites, occasionally it will trip Google's&lt;br /&gt;duplicate content filter. This means one copy of the article will rank and&lt;br /&gt;count as a backlink to you while the rest will be dumped into Google's&lt;br /&gt;supplemental index of backup pages. This means that these links are no&lt;br /&gt;longer helping your ranking efforts.&lt;br /&gt;&lt;br /&gt;The good news is that, *usually* this isn't a problem. However, when it&lt;br /&gt;becomes one, here's a workaround:&lt;br /&gt;&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;Instead of depending on the articles you have listed in the article&lt;br /&gt;directories themselves to provide you with incoming links, focus on the&lt;br /&gt;sites which pick up and syndicate those articles. Find the best ones and&lt;br /&gt;then contact them with an offer to give them unique articles *written&lt;br /&gt;just for them* in exchange for links back to your site.&lt;br /&gt;&lt;br /&gt;Most sites will jump at this opportunity—after all, they must like your&lt;br /&gt;writing if they syndicated one or more of your other articles, right? And&lt;br /&gt;having a direct content-provider relationship with another site is a great&lt;br /&gt;way to build links using your preferred anchor text while pointing those&lt;br /&gt;links at the exact pages you're looking to boost in the rankings.&lt;br /&gt;[image: bullet] *8. Press Release Links*&lt;br /&gt;&lt;br /&gt;Press release links are actually good most of the time but it's easy to get&lt;br /&gt;carried away and, once again, create an out-of-balance link ratio. There&lt;br /&gt;are&lt;br /&gt;literally hundreds of press release distribution sites and if you're&lt;br /&gt;submitting your press release to all of them, it won't be long before your&lt;br /&gt;incoming link ratios start to look extremely lop-sided.&lt;br /&gt;&lt;br /&gt;Press releases are best used as a way to generate links through secondary&lt;br /&gt;sources, such as *news sites* and *blogs*. That means you should generally&lt;br /&gt;reserve the press release for those times when you actually have something&lt;br /&gt;truly newsworthy.&lt;br /&gt;&lt;br /&gt;In the past, press release distribution was a fairly easy and effective way&lt;br /&gt;to build links. However, too many people eventually caught on to this&lt;br /&gt;strategy. If you visit most press release sites today, you'll find they are&lt;br /&gt;packed with releases about some of the most mundane details imaginable&lt;br /&gt;(bore-rrring!).&lt;br /&gt;&lt;br /&gt;It's clear that many releases are not designed to distribute news, but&lt;br /&gt;instead are just there to pick up an easy link from the press release site&lt;br /&gt;itself. This trend has caused a gradual decline in the effectiveness of&lt;br /&gt;such&lt;br /&gt;links. These days, the real value is not in the link you get from the press&lt;br /&gt;release itself, but from the secondary links you can generate from news&lt;br /&gt;outlets.&lt;br /&gt;&lt;br /&gt;So keep those press releases newsworthy and restrict their distribution to&lt;br /&gt;the major sites like PRWeb.com &lt;http: com=""&gt;. It's fine to&lt;br /&gt;release&lt;br /&gt;the occasional not-so-newsworthy press release just for links, but try to&lt;br /&gt;keep the number of links from press release sites to under 10% of your&lt;br /&gt;total&lt;br /&gt;to avoid an out-of-balance incoming links ratio.&lt;br /&gt;[image: bullet] *9. Hidden Links*&lt;br /&gt;&lt;br /&gt;This one's easy. Hiding links anywhere on your pages, for any reason, using&lt;br /&gt;any kind of trick, can get you banned from Google. Don't do it. Moving&lt;br /&gt;on...&lt;br /&gt;[image: bullet] *10. Off Topic Links*&lt;br /&gt;&lt;br /&gt;To Google, off topic links make no sense. They look *artificial*. Think&lt;br /&gt;about it; how does a link to a *mortgage broker* from a site about *golf&lt;br /&gt;shoes* benefit the site visitor? Right! it doesn't...and Google can't see&lt;br /&gt;any benefit either. That's why off-topic links tend to blend into the&lt;br /&gt;woodwork in terms of generating any ranking boost.&lt;br /&gt;&lt;br /&gt;On the other hand, *links from webpages that are related to your topic are&lt;br /&gt;the best kinds of links to have because...*&lt;br /&gt;&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;they help establish your authority in the community of sites related&lt;br /&gt;to yours,&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;they reinforce the overall theme of your site thereby making it easier&lt;br /&gt;for Google to know what your site is about, and&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;they are especially good at improving your rankings in search engines (like&lt;br /&gt;Ask, and Google to a lesser degree) that are focused on identifying&lt;br /&gt;relationships in topically-related *communities*.&lt;br /&gt;&lt;br /&gt;Does this mean off topic links will hurt you? Not necessarily. But they're&lt;br /&gt;not nearly as helpful. Besides, off topic links are another hallmark of&lt;br /&gt;artificial link structures such as *link-buying*, *reciprocal linking*,&lt;br /&gt;*link&lt;br /&gt;networks* and *link farms*.&lt;br /&gt;&lt;br /&gt;In short,&lt;br /&gt;&lt;br /&gt;-&lt;br /&gt;&lt;br /&gt;too many off topic links could make Google suspicious enough of your&lt;br /&gt;site that they might give you a human review!&lt;br /&gt;&lt;br /&gt;And once they start looking, you're pretty much *dead-meat* if you're&lt;br /&gt;participating in any of the aforementioned link schemes.&lt;br /&gt;&lt;br /&gt;You should also know that *the definition of "on-topic" is pretty broad*.&lt;br /&gt;For example, a bed and breakfast site could get links from a travel agent&lt;br /&gt;site, a rent-a-car site and a catering site and still be fine. It isn't&lt;br /&gt;hard&lt;br /&gt;to show how these topics are intertwined in a related sort of way. Clearly&lt;br /&gt;they all fall into the general theme of *travel and hospitality*. But,&lt;br /&gt;throw&lt;br /&gt;in a link from a site selling ink cartridge refills and a video game site&lt;br /&gt;and the link structure starts looking more than a little bit artificial.&lt;br /&gt;&lt;br /&gt;By the way, one of the easiest ways to determine if a site is within your&lt;br /&gt;category is to use a directory like DMOZ. This can give you a quick idea of&lt;br /&gt;topically-related categories. For instance, most of the subcategories of&lt;br /&gt;DMOZ's&lt;br /&gt;Travel section &lt;http: org="" recreation="" travel=""&gt; are likely to be&lt;br /&gt;related, as are other top level sections such as&lt;br /&gt;Hospitality&lt;http: org="" recreation="" travel=""&gt;&lt;br /&gt;.&lt;br /&gt;[image: bullet] *11. Homepage Links*&lt;br /&gt;&lt;br /&gt;You wouldn't normally think of links to and from your homepage as a bad&lt;br /&gt;kind&lt;br /&gt;of link—and in most circumstances they're not. But if these are the&lt;br /&gt;*only*kinds of links you have, this can make your incoming links look&lt;br /&gt;a bit&lt;br /&gt;fabricated.&lt;br /&gt;&lt;br /&gt;Trusted, authoritative sites typically have lots of links to their internal&lt;br /&gt;pages in addition to the links pointing at their homepage. There's actually&lt;br /&gt;a name for this: the ratio of *internal links* to *homepage links* is known&lt;br /&gt;as the *deep link ratio*—and it's calculated in the following steps:&lt;br /&gt;&lt;br /&gt;1.&lt;br /&gt;&lt;br /&gt;Count the total number of off-site incoming links. This can easily be&lt;br /&gt;done using Yahoo's Site Explorer tool. For instance, the query for&lt;br /&gt;www.domaintools.com&lt;https: com="" p="http%3A%2F%2Fwww.domaintools.com&amp;amp;bwm=i&amp;amp;bwmo=d&amp;amp;bwmf=s"&gt;produced&lt;br /&gt;&lt;br /&gt;53,856 links pointing to the overall site at the time of this&lt;br /&gt;writing.&lt;br /&gt;2.&lt;br /&gt;&lt;br /&gt;Then do the same calculation, but restrict it to links pointing at&lt;br /&gt;DomainTools's&lt;br /&gt;homepage&lt;https: com="" p="http%3A%2F%2Fwww.domaintools.com&amp;amp;bwm=i&amp;amp;bwmo=d&amp;amp;bwmf=u"&gt;.&lt;br /&gt;&lt;br /&gt;That gives us 10,506 links pointing just at the homepage at the time of&lt;br /&gt;this&lt;br /&gt;writing.&lt;br /&gt;3.&lt;br /&gt;&lt;br /&gt;Thus, if the site has 53,856 links overall, and 10,506 of those links&lt;br /&gt;are pointing at the homepage, then the remaining links must be pointing at&lt;br /&gt;internal pages—pages on the site *other* than the homepage. These are&lt;br /&gt;the *deep links*. (53,856 - 10,506 = 43,350).&lt;br /&gt;&lt;br /&gt;So the site has 43,350 deep links.&lt;br /&gt;4.&lt;br /&gt;&lt;br /&gt;To complete the picture you divide the *total deep links* by the *total&lt;br /&gt;links pointing to entire site*, multiplied by 100 to arrive at our *deep&lt;br /&gt;link ratio*.&lt;br /&gt;&lt;br /&gt;43350 / 53856 = 0.804&lt;br /&gt;&lt;br /&gt;.804 * 100 = 80.4%&lt;br /&gt;&lt;br /&gt;So, domaintools.com's *deep link ratio* is approximately 80%.&lt;br /&gt;&lt;br /&gt;In general, most high ranking sites in Google have a deep link ratio of 40%&lt;br /&gt;or higher. A high ratio of deep links indicates to Google there's a lot of&lt;br /&gt;interesting and link-worthy content spread throughout the site. It also&lt;br /&gt;indicates a more *natural* overall incoming link structure.&lt;br /&gt;[image: bullet] *12. Identical Anchor Text Links*&lt;br /&gt;&lt;br /&gt;Having your best keywords in the anchor, or visible, text of your incoming&lt;br /&gt;links is one of the most important aspects of building a high-ranking&lt;br /&gt;webpage. However, when links are acquired naturally (i.e. based on the&lt;br /&gt;merit&lt;br /&gt;of your site's content, not because you actively solicited them), their&lt;br /&gt;anchor text tends to vary quite a bit.&lt;br /&gt;&lt;br /&gt;A certain percentage of the webpages linking to you will use the exact&lt;br /&gt;anchor text keywords you want to be found for, but most will use some&lt;br /&gt;variation on your keywords. There will also be pages that use anchor text&lt;br /&gt;that is of no real value keyword-wise. Examples might include *your domain&lt;br /&gt;name*, *your business name*, *the URL of the page they're linking to*, or&lt;br /&gt;phrases like *click here*.&lt;br /&gt;&lt;br /&gt;Many SEOs who are aggressively acquiring links through link buying or&lt;br /&gt;reciprocal linking will often focus on a small set of anchor text keywords&lt;br /&gt;they find highly desirable and try to get all their incoming links to&lt;br /&gt;contain those keywords. This tends to make their artificial link&lt;br /&gt;manipulation stick out like a silver dollar in a stack of pennies.&lt;br /&gt;&lt;br /&gt;When building incoming links you should make every effort to vary the&lt;br /&gt;anchor&lt;br /&gt;to the degree that not more than approximately 50% of your links utilize&lt;br /&gt;any&lt;br /&gt;specific keyword or phrase. This is particularly important if that&lt;br /&gt;phrase is&lt;br /&gt;a highly commercial and exceedingly competitive keyphrase.&lt;br /&gt;&lt;br /&gt;This is where *tools that find related keywords* can be put to good use.&lt;br /&gt;Here are two that we recommend:&lt;br /&gt;&lt;br /&gt;- GoRank Related Keywords Lookup&lt;br /&gt;Tool&lt;http: com="" seotools="" ontology=""&gt;&lt;br /&gt;- Google Sets &lt;http: com="" sets=""&gt;&lt;br /&gt;&lt;br /&gt;Using related keywords can actually reinforce your primary keywords and&lt;br /&gt;help&lt;br /&gt;you to rank better for them, as well as provide some variety in your&lt;br /&gt;incoming link anchor text.&lt;br /&gt;&lt;br /&gt;Beyond that, be sure to mix in a few click here or URL links as alluded to&lt;br /&gt;above. This will help make your incoming links structure look more&lt;br /&gt;*natural*.&lt;br /&gt;Nothing screams out *"over-SEO'd"* more than tons of incoming links with&lt;br /&gt;identical anchor text.&lt;br /&gt;&lt;br /&gt;A while back, we wrote a very important report titled: 15 Essential&lt;br /&gt;Strategies for Building &amp;amp; Structuring Inbound&lt;br /&gt;Links&lt;http: com="" news="" content="" 2004="" 11="" html=""&gt;.&lt;br /&gt;&lt;br /&gt;This report advocated taking the search engine's point of view when&lt;br /&gt;building&lt;br /&gt;links. In other words, if you were to look at your incoming links' profile,&lt;br /&gt;would it look like the profile of a site which had used great content to&lt;br /&gt;naturally acquire links by becoming an authority in its field? Or does it&lt;br /&gt;look like a site that's trying to trick the search engines by buying and&lt;br /&gt;swapping lots of links?&lt;br /&gt;&lt;br /&gt;Many of these so-called "bad" linking techniques are only *bad* if used in&lt;br /&gt;excess. A few reciprocal links here and a few press release links there are&lt;br /&gt;actually quite effective when mixed into the overall link ratio. It's when&lt;br /&gt;your site's link structure becomes so lopsided toward one or two types of&lt;br /&gt;links that it begins to paint a penalty-target on itself.&lt;br /&gt;&lt;br /&gt;So keep everything in moderation,&lt;br /&gt;[image: Stephen]&lt;br /&gt;Stephen Mahaney - President&lt;br /&gt;Planet Ocean Communications&lt;/http:&gt;&lt;/http:&gt;&lt;/http:&gt;&lt;/https:&gt;&lt;/https:&gt;&lt;/http:&gt;&lt;/http:&gt;&lt;/http:&gt;&lt;/http:&gt;&lt;/http:&gt;&lt;/http:&gt;&lt;/http:&gt;&lt;/http:&gt;&lt;/http:&gt;&lt;/http:&gt;&lt;/http:&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-115882305350855704?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/115882305350855704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=115882305350855704' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/115882305350855704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/115882305350855704'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/09/top-12-link-offenders-you-should-avoid.html' title='The Top 12 *Link-Offenders* You Should Avoid Like A Ticking Bomb! *How to build a link structure that will stand the test of time.* by Stephen Mahaney'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-114753618868236920</id><published>2006-05-13T08:35:00.000-07:00</published><updated>2009-06-01T05:05:08.732-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Scripts'/><title type='text'>List of Free Directory Scripts</title><content type='html'>Below links are offer free directory scripts.You can download now and install the free directory script in your website.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.swapware.org/download/" target="_blank"&gt;Swapware: The most powerful links manager on the internet &lt;/a&gt;&lt;br /&gt;http://www.swapware.org/&lt;br /&gt;&lt;a href="http://www.swapware.org/resources/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.infowizards.com/download.php" target="_blank"&gt;InfoWizards Reciprocal Link Systems PRO Ver. 2.0 &lt;/a&gt;&lt;br /&gt;http://www.infowizards.com/&lt;br /&gt;&lt;a href="http://reciprocals.infowizardspro.com/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.linkmachine.net/download.htm" target="_blank"&gt;LinkMachine - Complete SEO Link Exchange Management Software&lt;/a&gt;&lt;br /&gt;http://www.linkmachine.net/&lt;br /&gt;&lt;a href="http://www.linkmachine.net/demo/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://sourceforge.net/project/showfiles.php?group_id=13794" target="_blank"&gt;WebSight Directory System is a PHP/MySQL link directory system&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.umailcampaign.com/DirectoryScript.aspx" target="_blank"&gt;Umail campaign, directory script&lt;/a&gt;&lt;br /&gt;http://www.umailcampaign.com/&lt;br /&gt;&lt;a href="http://www.uuiq.com/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://enproject.codelib.co.kr/" target="_blank"&gt;PRODUCT CODELIB&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.chipmunk-scripts.com/page.php?ID=15" target="_blank"&gt;Chipmunk Directory version 2.0 is a powerful link indexing script&lt;/a&gt;&lt;br /&gt;http://www.chipmunk-scripts.com/&lt;br /&gt;&lt;a href="http://www.chipmunk-scripts.com/directory/index.php" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.skalinks.com/download.php" target="_blank"&gt;Free Link Exchange Directory Script SkaLinks&lt;/a&gt;&lt;br /&gt;http://www.skalinks.com&lt;br /&gt;&lt;a href="http://www.skalinks.com/dir/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.indexscript.com/download.php" target="_blank"&gt;IndexScript - Directory &amp;amp; Script&lt;/a&gt;&lt;br /&gt;http://www.indexscript.com/&lt;br /&gt;&lt;a href="http://www.indexscript.com/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.onlinemarketingtoday.com/software/link-management/" target="_blank"&gt;Duncan Carver's Link Management Assistant&lt;/a&gt;&lt;br /&gt;http://www.onlinemarketingtoday.com/&lt;br /&gt;&lt;a href="http://www.onlinemarketingtoday.com/software/link-management/lma/demo/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.gten.net/freescript/gten.php" target="_blank"&gt; Free Directory Script&lt;/a&gt;&lt;br /&gt;http://www.gten.net/&lt;br /&gt;&lt;a href="http://www.gten.net/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.tolranet.co.uk/software/directoryscript/index.html" target="_blank"&gt; Web Directory Script&lt;/a&gt;&lt;br /&gt;http://www.tolranet.co.uk/&lt;br /&gt;&lt;a href="http://www.tolranet.co.uk/resources/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.cplinks.com/download.html" target="_blank"&gt; cpLinks - a free commercial grade links directory script&lt;/a&gt;&lt;br /&gt;http://www.cplinks.com/&lt;br /&gt;&lt;a href="http://www.cplinks.com/demo/cplinks/index.html" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.freephpdirectoryscript.com/" target="_blank"&gt; Free PHP Directory Script&lt;/a&gt;&lt;br /&gt;http://www.freephpdirectoryscript.com/&lt;br /&gt;&lt;a href="http://www.dirspace.com/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://scripts.site-sift.com/" target="_blank"&gt;  Site Sift Listings - Free Directory Script&lt;/a&gt;&lt;br /&gt;http://scripts.site-sift.com/&lt;br /&gt;&lt;a href="http://scripts.site-sift.com/demo/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.phplinkdirectory.com/" target="_blank"&gt;  PHP Link Directory&lt;/a&gt;&lt;br /&gt;http://www.phplinkdirectory.com/&lt;br /&gt;&lt;a href="http://www.phplinkdirectory.com/demo/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://scripts.webmastersite.net/wsnlinks/" target="_blank"&gt;  WSN Links - PHP Directory Software&lt;/a&gt;&lt;br /&gt;http://scripts.webmastersite.net/wsnlinks/&lt;br /&gt;&lt;a href="http://scripts.webmastersite.net/wsnlinks/index.php?section=demos" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.esyndicat.com/downloads/" target="_blank"&gt;  eSyndiCat Links Exchange Script&lt;/a&gt;&lt;br /&gt;http://www.esyndicat.com/&lt;br /&gt;&lt;a href="http://www.esyndicat.com/demo/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.linkexchangesuite.com/" target="_blank"&gt; FREE PHP Link Exchange Script&lt;/a&gt;&lt;br /&gt;http://www.linkexchangesuite.com/&lt;br /&gt;&lt;a href="http://www.linkexchangesuite.com/directory/" target="_blank"&gt;Demo&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-114753618868236920?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/114753618868236920/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=114753618868236920' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/114753618868236920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/114753618868236920'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/05/list-of-free-directory-scripts.html' title='List of Free Directory Scripts'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-113762144418924315</id><published>2006-01-18T13:55:00.000-08:00</published><updated>2009-06-01T05:05:54.551-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet Marketing'/><title type='text'>Simple Steps to Starting Your Own Web Site Promotion Service By Christopher J Enders</title><content type='html'>When you embark on an internet marketing venture, there is a lot to learn about internet marketing and web site promotion techniques. If you master the art and you find it interesting, it may be logical, profitable and satisfying for you to start your own web site promotion service. With a web site promotion service, there is definitely a lot of competition because many internet entrepreneurs looking for business opportunities have followed the same line of thinking.&lt;br /&gt;&lt;br /&gt;However, even with a great number of web site promotion services in existence, web site promotion services is a service that can be offered worldwide without geographic limitations. There are a number of untapped niche markets for a web site promotion service and you can still easily set yourself apart from your competition and establish your business as an expert in a certain field when offering your web site promotion service to a niche market.&lt;br /&gt;&lt;br /&gt;With a web site promotion service, the world truly is your playground. However, to target your marketing for effective promotion of your web site promotion service, it is a good idea to narrow the scope of your business by identifying a niche market and relatively a specific target market. To identify a niche market, market research is generally needed. The research process begins with brainstorming followed by information gathering and then analysis of the data obtained through your research efforts.&lt;br /&gt;&lt;br /&gt;Once this is complete, you will be able to make an informed decision in regard to the market you will target and you can gather specific information about your narrowly defined target market and its characteristics. You can then identify or devise your competitive advantage and your unique selling proposition, write your business and marketing plans, prepare your sales copy, and begin marketing your web site promotion service.&lt;br /&gt;&lt;br /&gt;Following is an explanation of simple steps to starting your own web site promotion service:&lt;br /&gt;&lt;br /&gt;1. Brainstorm&lt;br /&gt;&lt;br /&gt;When you brainstorm, try to think of specific markets you may target with your web site promotion service. Consider your past experiences and your interests. For instance, if you have background experience in equipment sales, you may want to target online equipment companies as users of your web site promotion service. If your background is in real estate, maybe real estate agents or real estate developers would benefit from your industry expertise and web site promotion services. If you don't want to choose a niche market based on your past experiences, strive to generate ideas industries that interest you.&lt;br /&gt;&lt;br /&gt;2. Gather information&lt;br /&gt;&lt;br /&gt;Using the industries or niches that you are interested in marketing your web site promotion services to, gather information about the industry, competitors who are marketing to the potential target markets and the characteristics of the potential target markets.&lt;br /&gt;&lt;br /&gt;3. Analyze data&lt;br /&gt;&lt;br /&gt;Analyze the information you have collected for the potential target markets for your web site promotion service.&lt;br /&gt;&lt;br /&gt;4. Choose a target market&lt;br /&gt;&lt;br /&gt;Choose the target market for your web site promotion service based on your interests, the characteristics of the market, and the competition.&lt;br /&gt;&lt;br /&gt;5. Conduct market research&lt;br /&gt;&lt;br /&gt;Conduct more market research to find out more specific information about your target market, your competition, and the feasibility of keywords to be used in marketing your web promotion service. You may want to research more than one market to determine which one is the least saturated.&lt;br /&gt;&lt;br /&gt;6. Identify your competitive advantage and develop a unique selling proposition&lt;br /&gt;&lt;br /&gt;Using the information gleaned from your market research identify your competitive advantage and develop a unique selling proposition that will make your web site promotion service stand out from the crowd.&lt;br /&gt;&lt;br /&gt;7. Write your business and marketing plans&lt;br /&gt;&lt;br /&gt;Carefully craft a business plan and marketing plans taking into consideration the target market, your unique selling proposition, marketing mediums, marketing strategies, and budgetary allowances.&lt;br /&gt;&lt;br /&gt;8. Prepare your sales copy&lt;br /&gt;&lt;br /&gt;Prepare first-rate sales copy that will convert browsers to buyers of your web promotion service offerings.&lt;br /&gt;&lt;br /&gt;9. Market your web site promotion service&lt;br /&gt;&lt;br /&gt;Market your web site promotion service consistently in accordance with your marketing plan.&lt;br /&gt;&lt;br /&gt;10. Continually monitor and improve your web site promotion service&lt;br /&gt;&lt;br /&gt;Monitor the effectiveness of your marketing and performance for your web site promotion service. Be proactive and make changes to your business and marketing plan as needed in order to meet your projected income and grow your business.&lt;br /&gt;&lt;br /&gt;Copyright Christopher J. Enders. Are you at the end of your rope, fed up and confused by all the scrambled internet marketing advice you're getting? Whether you are new to internet marketing, or a website owner who wants to make more money from your website, learn the proven strategies that will sky-rocket your internet business at http://BiznessTips.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-113762144418924315?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/113762144418924315/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=113762144418924315' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/113762144418924315'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/113762144418924315'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/01/simple-steps-to-starting-your-own-web.html' title='Simple Steps to Starting Your Own Web Site Promotion Service By Christopher J Enders'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-113741546565912248</id><published>2006-01-16T04:33:00.000-08:00</published><updated>2009-06-01T05:06:26.898-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Link Building'/><title type='text'>Sites That Trade Links by:jenbac</title><content type='html'>&lt;table str="" style="border-collapse: collapse; width: 179pt;" width="238" border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="height: 12.75pt; width: 179pt;" width="238" height="17"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;tbody&gt;&lt;tr style="height: 12.75pt;" height="17"&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;Hepful sites/tools for you to use on, regarding trading links...&lt;br /&gt;&lt;br /&gt;&lt;table str="" style="border-collapse: collapse; width: 179pt;" width="238" border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="height: 12.75pt; width: 179pt;" width="238" height="17"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;tbody&gt;&lt;tr style="height: 12.75pt;" height="17"&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;span style="font-weight: bold;"&gt;Link Exchange Services&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;   &lt;table str="" style="border-collapse: collapse; width: 179pt;" width="238" border="0" cellpadding="0" cellspacing="0"&gt; &lt;col style="width: 179pt;" width="238"&gt;  &lt;tbody&gt;&lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt; width: 179pt;" width="238" height="17"&gt;http://www.linkmetro.com&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.linkmarket.net&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.betterlinking.com/&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.gotlinks.com/&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.infowizards.com&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.link2me.com&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.webring.org&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt; &lt;/table&gt;    &lt;table str="" style="border-collapse: collapse; width: 179pt;" width="238" border="0" cellpadding="0" cellspacing="0"&gt; &lt;col style="width: 179pt;" width="238"&gt;  &lt;tbody&gt;&lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt; width: 179pt;" width="238" height="17"&gt;http://www.links-pal.com/&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.linkpartners.com&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt; &lt;/table&gt; &lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Forum Link Trades&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;   &lt;table str="" style="border-collapse: collapse; width: 48pt;" width="64" border="0" cellpadding="0" cellspacing="0"&gt; &lt;col style="width: 48pt;" width="64"&gt;  &lt;tbody&gt;&lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt; width: 48pt;" width="64" height="17"&gt;http://www.linktradeforum.com/&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.geekvillage.com/forums/forumdisplay.php?forumid=65&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.jimworld.com/forums/index.php/action::topiclist/&lt;br /&gt;forum::linkex/&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.webmaster-talk.com/forumdisplay.php?f=8&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.top25web.com/bbs/viewforum.php?f=73&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;http://www.daniweb.com/techtalkforums/forum158.html&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt; &lt;/table&gt;&lt;br /&gt;&lt;table str="" style="border-collapse: collapse; width: 179pt;" width="238" border="0" cellpadding="0" cellspacing="0"&gt; &lt;col style="width: 179pt;" width="238"&gt;&lt;col&gt;   &lt;tbody&gt;&lt;/tbody&gt;&lt;tbody&gt;&lt;tr style="height: 12.75pt;" height="17"&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;span style="font-weight: bold;"&gt;Software for Finding Linkpartners&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;table str="" style="border-collapse: collapse; width: 179pt;" width="238" border="0" cellpadding="0" cellspacing="0"&gt; &lt;col style="width: 179pt;" width="238"&gt;  &lt;tbody&gt;&lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td class="xl24" style="height: 12.75pt; width: 179pt;" width="238" height="17"&gt;ARELIS&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;ZEUS&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td class="xl24" style="height: 12.75pt;" height="17"&gt;SEO Studio&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;WEB CEO&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td class="xl24" style="height: 12.75pt;" height="17"&gt;SEO ELITE&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td class="xl24" style="height: 12.75pt;" height="17"&gt;PRPROWLER&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;LINK EXPLORE&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="height: 12.75pt;" height="17"&gt;   &lt;td style="height: 12.75pt;" height="17"&gt;LINK MACHINE&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt; &lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table str="" style="border-collapse: collapse; width: 48pt;" width="64" border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="height: 12.75pt; width: 48pt;" width="64" height="17"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;tbody&gt;&lt;tr style="height: 12.75pt;" height="17"&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;table str="" style="border-collapse: collapse; width: 48pt;" width="64" border="0" cellpadding="0" cellspacing="0"&gt; &lt;col style="width: 48pt;" width="64"&gt;&lt;col&gt;   &lt;tbody&gt;&lt;tr&gt;&lt;td style="height: 12.75pt; width: 48pt;" width="64" height="17"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;tbody&gt;&lt;tr style="height: 12.75pt;" height="17"&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-113741546565912248?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/113741546565912248/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=113741546565912248' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/113741546565912248'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/113741546565912248'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/01/sites-that-trade-links-byjenbac.html' title='Sites That Trade Links by:jenbac'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-113723303793267769</id><published>2006-01-14T01:41:00.000-08:00</published><updated>2009-06-01T05:07:00.765-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Link Building'/><title type='text'>List of Directories with PR</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;span  lang="EN" style="color:black;"&gt;Pr 6 &lt;span style=""&gt; &lt;/span&gt;http://reciprocalmanager.com/&lt;br /&gt;Pr 6 &lt;span style=""&gt; &lt;/span&gt;http://www.turnpike.net/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.uncoverchina.com&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.tsection.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.spheri.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.sitesondisplay.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.poddys.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.pleaseretrieve.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.linksmatch.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.linketeria.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.kwikgoblin.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.kingbloom.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.kande.be/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.addurl-free.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.addurl-free.com&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://sonicquest.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://www.webmaster-link-exchange.com/&lt;br /&gt;Pr 5 &lt;span style=""&gt; &lt;/span&gt;http://searchsight.com/Directory.htm&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.linkexchange2.net/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.yourlinkdirectory.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.link-exchange.org/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.xland.info/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.websearches.info/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.web-central.info&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.velendi.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.uudir.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.themedirectory.net/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.sumwd.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.softzdirectory.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.sitelibrary.net/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.simpledir.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.seekabove.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.searchwiz.org/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.searchtwentyfour.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.redjuniper.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.rdirectory.net/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.quick-silver.org/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.profitchoice.com/webdir/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.pr3.co.uk/directory/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.nintra.com/directory/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.network-room.com/links/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.mammoth-directory.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.look4business.org/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.jupiter-directory.info/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.jlinternet.co.uk/directory/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.gdotz.com&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.addyoursitefreesubmit.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.addyoursitefreesubmit.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.777media.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://www.4-fun.biz/directory/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://thebusinessdir.com&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://perfext.com/&lt;br /&gt;Pr 4 &lt;span style=""&gt; &lt;/span&gt;http://directory.sysice.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.zerovis.com/dir/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.websitetop.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.webdirectory.co.in/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.venus-directory.info/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.uuiq.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.uranus-directory.info/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.TheSEOKing.com&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.skaloosh.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.seofriendlydirectory.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.searchworth.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.searchlook.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.searchave.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.saturn-directory.info/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.riodirectory.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.ranktips.com/directory&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.ranked1.net/directory/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.querycube.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.purple-directory.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.pluto-directory.info&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.pileiton.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.netkushi.com/directory/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.neptune-directory.info/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.moon-directory.info&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.monkey-directory.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.mercury-directory.info/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.megri.com/directory/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.maxlinks.org/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.mars-directory.info/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.links-factory.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.kingoftheweb.net/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.infovisual.info/directory/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.guide-directory.info/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.free-website-directory.com&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.dmscs.co.uk/links/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.directory.kalius.net/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.4do.org/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://searchranger.net/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://directory.zappster.com/&lt;br /&gt;Pr 3 &lt;span style=""&gt; &lt;/span&gt;http://www.autoreferrer.net/&lt;br /&gt;Pr 2 &lt;span style=""&gt; &lt;/span&gt;http://www.yourfreelink.com/&lt;br /&gt;Pr 2 &lt;span style=""&gt; &lt;/span&gt;http://www.suredirectory.com/&lt;br /&gt;Pr 2 &lt;span style=""&gt; &lt;/span&gt;http://www.sun-directory.info/&lt;br /&gt;Pr 2 &lt;span style=""&gt; &lt;/span&gt;http://www.idorel.com/&lt;br /&gt;Pr 2 &lt;span style=""&gt; &lt;/span&gt;http://dir.portprophecy.com/&lt;br /&gt;Pr 1 &lt;span style=""&gt; &lt;/span&gt;http://www.webclickdirectory.info/&lt;br /&gt;Pr 0 &lt;span style=""&gt; &lt;/span&gt;http://www.veselca.com/&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span  lang="EN" style="color:black;"&gt;&lt;a href="http://www.webclickdirectory.info/Internet_and_Web_Services/"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span  lang="EN" style="color:black;"&gt;&lt;a href="http://www.webclickdirectory.info/Internet_and_Web_Services/"&gt;DirectoryContest.com - http://www.webclickdirectory.info/Internet_and_Web_Services/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span  lang="EN" style="color:black;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;br /&gt;more directories here...&lt;br /&gt;http://www.webproworld.com/viewtopic.php?t=21900&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Free Directories Submission:&lt;br /&gt;&lt;br /&gt;http://www.manhattanservice.com/freedirectories.html&lt;br /&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-113723303793267769?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/113723303793267769/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=113723303793267769' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/113723303793267769'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/113723303793267769'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/01/list-of-directories-with-pr.html' title='List of Directories with PR'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-113721459014563907</id><published>2006-01-13T20:54:00.000-08:00</published><updated>2009-06-01T05:07:32.386-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Link Building'/><title type='text'>TIPS ON FINDING LINK PARTNERS by jenbac</title><content type='html'>&lt;p&gt;In order for your website to rank well in Google, get more traffic and of course have a decent link popularity, you should find ways on how to look for more potential link partners. How are you going to do this? &lt;/p&gt;   &lt;p&gt;I made a research on how to find quality link partners. Having lots of powerful tools will not be enough without having knowledge and techniques of some keyword combination to use as search phrase. I found this so-called Little Known Guerilla Tactics for Finding Link Partners wherein you are going to “search within” any search engine using keyword combination that would probably return potential link partners for your website. Simply “search within” keywords that describe your niche plus the terms that would probably used by websites that are actively seeking for link partners. For example, if your site’s theme talks about SEO services then you have to “search within” using the keyword combination “SEO services” + “ add url”. You can also combine your niche’s keyword with url extension for site submission or links pages such as “addlink.html”, “add-url.html”, “add_site.html”, and etc. You can also include some variations by replacing html extension with shtml, htm, asp, php, cfm, and etc. Other way is to combine niche’s keyword together with terms that would return sites associated with specific links manager software or script like "Powered by WSN Links" , "links4trade" , "links manager" , "links engine" , “ link partners” and so forth.&lt;/p&gt;   &lt;p&gt;Brad Callen, a guy behind the SEO Elite software shared some keyword combination that would bring back possible link partners. Here are the lists of the keywords to use as search strings on any of your favorite search engine:&lt;/p&gt;     &lt;p&gt;"Suggest link" "keyword"&lt;br /&gt;"Suggest a link" "keyword"&lt;br /&gt;"Suggest site" "keyword"&lt;br /&gt;"Suggest a site" "keyword"&lt;br /&gt;"Suggest URL" "keyword"&lt;br /&gt;"Suggest a URL" "keyword"&lt;br /&gt;"Suggest an URL" "keyword"&lt;br /&gt;"Add link" "keyword"&lt;br /&gt;"Add a link" "keyword"&lt;br /&gt;"Add site" "keyword"&lt;br /&gt;"Add a site" "keyword"&lt;br /&gt;"Add URL" "keyword"&lt;br /&gt;"Add a URL" "keyword"&lt;br /&gt;"Add an URL" "keyword"&lt;br /&gt;"Submit link" "keyword"&lt;br /&gt;"Submit a link" "keyword"&lt;br /&gt;"Submit site" "keyword"&lt;br /&gt;"Submit a site" "keyword"&lt;br /&gt;"Submit URL" "keyword"&lt;br /&gt;"Submit a URL" "keyword"&lt;br /&gt;"Submit an URL" "keyword"&lt;/p&gt;   &lt;p&gt;"favorite links" "keyword"&lt;br /&gt;"recommended links" "your keyword"&lt;br /&gt;"cool sites" "your keyword"&lt;br /&gt;"cool places" "your keyword"&lt;br /&gt;"reciprocal" "your keyword"&lt;br /&gt;"directory" "your keyword"&lt;br /&gt;"directorys" "your keyword"&lt;br /&gt;"directories" "keyword"&lt;br /&gt;"exchange" "keyword"&lt;br /&gt;"exchanges" "keyword"&lt;br /&gt;"resources" "keyword"&lt;br /&gt;"resource" "keyword"&lt;br /&gt;"links" "your keyword"&lt;/p&gt;   &lt;p&gt;"your location" "add url"&lt;br /&gt;"your location" "suggest a site"&lt;br /&gt;"your location" "submit site"&lt;br /&gt;"your location" "links"&lt;br /&gt;"your location" "reciprocal links"&lt;br /&gt;"your location" "directory"&lt;/p&gt;   &lt;p&gt;"friends" "keyword"&lt;br /&gt;"partners" "keyword"&lt;/p&gt;   &lt;p&gt;"add your url" "keyword"&lt;br /&gt;"submit your url" "keyword"&lt;br /&gt;"submit your site" "keyword"&lt;br /&gt;"add your url" "keyword"&lt;br /&gt;"add your link" "keyword"&lt;/p&gt;   &lt;p&gt;"add url" "keywords"&lt;br /&gt;"add site" "keywords"&lt;br /&gt;"add link" "keywords"&lt;br /&gt;"add a url" "keywords"&lt;br /&gt;"add a site" "keywords"&lt;br /&gt;"add a link" "keywords"&lt;br /&gt;"submit url" "keywords"&lt;br /&gt;"submit site" "keywords"&lt;br /&gt;"submit link" "keywords"&lt;br /&gt;"submit a url" "keywords"&lt;br /&gt;"submit a site" "keywords"&lt;br /&gt;"submit a link" "keywords"&lt;/p&gt;   &lt;p&gt;"recomended sites" "keyword"&lt;br /&gt;"links" "keyword"&lt;br /&gt;"link exchange" "keyword"&lt;br /&gt;"link exchanges" "keyword"&lt;br /&gt;"link request" "keyword"&lt;br /&gt;"link partner" "keyword"&lt;br /&gt;"recip link" "keyword"&lt;br /&gt;"link" "keyword"&lt;/p&gt;   &lt;p&gt;"addurl.html" "keyword"&lt;br /&gt;"addsite.html" "keyword"&lt;br /&gt;"addlink.html" "keyword"&lt;br /&gt;"addaurl.html" "keyword"&lt;br /&gt;"addasite.html" "keyword"&lt;br /&gt;"addalink.html" "keyword"&lt;br /&gt;"submiturl.html" "keyword"&lt;br /&gt;"submitsite.html" "keyword"&lt;br /&gt;"submitlink.html" "keyword"&lt;br /&gt;"submitaurl.html" "keyword"&lt;br /&gt;"submitasite.html" "keyword"&lt;br /&gt;"submitalink" "keyword"&lt;/p&gt;   &lt;p&gt;"add-url.html" "keyword"&lt;br /&gt;"add-site.html" "keyword"&lt;br /&gt;"add-link.html" "keyword"&lt;br /&gt;"add-a-url.html" "keyword"&lt;br /&gt;"add-a-site.html" "keyword"&lt;br /&gt;"add-a-link.html" "keyword"&lt;br /&gt;"submit-url.html" "keyword"&lt;br /&gt;"submit-site.html" "keyword"&lt;br /&gt;"submit-link.html" "keyword"&lt;br /&gt;"submit-a-url.html" "keyword"&lt;br /&gt;"submit-a-site.html" "keyword"&lt;br /&gt;"submit-a-link.html" "keyword"&lt;/p&gt;   &lt;p&gt;"add_url.html" "keyword"&lt;br /&gt;"add_site.html" "keyword"&lt;br /&gt;"add_link.html" "keyword"&lt;br /&gt;"add_a_url.html" "keyword"&lt;br /&gt;"add_a_site.html" "keyword"&lt;br /&gt;"add_a_link.html" "keyword"&lt;br /&gt;"submit_url.html" "keyword"&lt;br /&gt;"submit_site.html" "keyword"&lt;br /&gt;"submit_link.html" "keyword"&lt;br /&gt;"submit_a_url.html" "keyword"&lt;br /&gt;"submit_a_site.html" "keyword"&lt;br /&gt;"submit_a_link.html" "keyword"&lt;/p&gt;   &lt;p&gt;"add-url.htm" "keyword"&lt;br /&gt;"add-site.htm" "keyword"&lt;br /&gt;"add-link.htm" "keyword"&lt;br /&gt;"add-a-url.htm" "keyword"&lt;br /&gt;"add-a-site.htm" "keyword"&lt;br /&gt;"add-a-link.htm" "keyword"&lt;br /&gt;"submit-url.htm" "keyword"&lt;br /&gt;"submit-site.htm" "keyword"&lt;br /&gt;"submit-link.htm" "keyword"&lt;br /&gt;"submit-a-url.htm" "keyword"&lt;br /&gt;"submit-a-site.htm" "keyword"&lt;br /&gt;"submit-a-link.htm" "keyword"&lt;/p&gt;   &lt;p&gt;"add_url.htm" "keyword"&lt;br /&gt;"add_site.htm" "keyword"&lt;br /&gt;"add_link.htm" "keyword"&lt;br /&gt;"add_a_url.htm" "keyword"&lt;br /&gt;"add_a_site.htm" "keyword"&lt;br /&gt;"add_a_link.htm" "keyword"&lt;br /&gt;"submit_url.htm" "keyword"&lt;br /&gt;"submit_site.htm" "keyword"&lt;br /&gt;"submit_link.htm" "keyword"&lt;br /&gt;"submit_a_url.htm" "keyword"&lt;br /&gt;"submit_a_site.htm" "keyword"&lt;br /&gt;"submit_a_link.htm" "keyword"&lt;br /&gt;"submitlink.htm" "keyword"&lt;br /&gt;"submitsite.htm" "keyword"&lt;/p&gt;   &lt;p&gt;"add-url.php" "keyword"&lt;br /&gt;"add-site.php" "keyword"&lt;br /&gt;"add-link.php" "keyword"&lt;br /&gt;"add-a-url.php" "keyword"&lt;br /&gt;"add-a-site.php" "keyword"&lt;br /&gt;"add-a-link.php" "keyword"&lt;br /&gt;"submit-url.php" "keyword"&lt;br /&gt;"submit-site.php" "keyword"&lt;br /&gt;"submit-link.php" "keyword"&lt;br /&gt;"submit-a-url.php" "keyword"&lt;br /&gt;"submit-a-site.php" "keyword"&lt;br /&gt;"submit-a-link.php" "keyword"&lt;/p&gt;   &lt;p&gt;"add_url.php" "keyword"&lt;br /&gt;"add_site.php" "keyword"&lt;br /&gt;"add_link.php" "keyword"&lt;br /&gt;"add_a_url.php" "keyword"&lt;br /&gt;"add_a_site.php" "keyword"&lt;br /&gt;"add_a_link.php" "keyword"&lt;br /&gt;"submit_url.php" "keyword"&lt;br /&gt;"submit_site.php" "keyword"&lt;br /&gt;"submit_link.php" "keyword"&lt;br /&gt;"submit_a_url.php" "keyword"&lt;br /&gt;"submit_a_site.php" "keyword"&lt;br /&gt;"submit_a_link.php" "keyword"&lt;br /&gt;"submitlink.php" "keyword"&lt;br /&gt;"submitsite.php" "keyword"&lt;/p&gt;   &lt;p&gt;"add-url.shtml" "keyword"&lt;br /&gt;"add-site.shtml" "keyword"&lt;br /&gt;"add-link.shtml" "keyword"&lt;br /&gt;"add-a-url.shtml" "keyword"&lt;br /&gt;"add-a-site.shtml" "keyword"&lt;br /&gt;"add-a-link.shtml" "keyword"&lt;br /&gt;"submit-url.shtml" "keyword"&lt;br /&gt;"submit-site.shtml" "keyword"&lt;br /&gt;"submit-link.shtml" "keyword"&lt;br /&gt;"submit-a-url.shtml" "keyword"&lt;br /&gt;"submit-a-site.shtml" "keyword"&lt;br /&gt;"submit-a-link.shtml" "keyword"&lt;br /&gt;"submitlink.shtml" "keyword"&lt;br /&gt;"submitsite.shtml" "keyword"&lt;/p&gt;   &lt;p&gt;"add_url.shtml" "keyword"&lt;br /&gt;"add_site.shtml" "keyword"&lt;br /&gt;"add_link.shtml" "keyword"&lt;br /&gt;"add_a_url.shtml" "keyword"&lt;br /&gt;"add_a_site.shtml" "keyword"&lt;br /&gt;"add_a_link.shtml" "keyword"&lt;br /&gt;"submit_url.shtml" "keyword"&lt;br /&gt;"submit_site.shtml" "keyword"&lt;br /&gt;"submit_link.shtml" "keyword"&lt;br /&gt;"submit_a_url.shtml" "keyword"&lt;br /&gt;"submit_a_site.shtml" "keyword"&lt;br /&gt;"submit_a_link.shtml" "keyword"&lt;/p&gt;   &lt;p&gt;"add-url.cfm" "keyword"&lt;br /&gt;"add-site.cfm" "keyword"&lt;br /&gt;"add-link.cfm" "keyword"&lt;br /&gt;"add-a-url.cfm" "keyword"&lt;br /&gt;"add-a-site.cfm" "keyword"&lt;br /&gt;"add-a-link.cfm" "keyword"&lt;br /&gt;"submit-url.cfm" "keyword"&lt;br /&gt;"submit-site.cfm" "keyword"&lt;br /&gt;"submit-link.cfm" "keyword"&lt;br /&gt;"submit-a-url.cfm" "keyword"&lt;br /&gt;"submit-a-site.cfm" "keyword"&lt;br /&gt;"submit-a-link.cfm" "keyword"&lt;br /&gt;"submitlink.cfm" "keyword"&lt;br /&gt;"submitsite.cfm" "keyword"&lt;/p&gt;   &lt;p&gt;"add_url.cfm" "keyword"&lt;br /&gt;"add_site.cfm" "keyword"&lt;br /&gt;"add_link.cfm" "keyword"&lt;br /&gt;"add_a_url.cfm" "keyword"&lt;br /&gt;"add_a_site.cfm" "keyword"&lt;br /&gt;"add_a_link.cfm" "keyword"&lt;br /&gt;"submit_url.cfm" "keyword"&lt;br /&gt;"submit_site.cfm" "keyword"&lt;br /&gt;"submit_link.cfm" "keyword"&lt;br /&gt;"submit_a_url.cfm" "keyword"&lt;br /&gt;"submit_a_site.cfm" "keyword"&lt;br /&gt;"submit_a_link.cfm" "keyword"&lt;/p&gt;   &lt;p&gt;&lt;br /&gt;Above-mentioned were just few of keyword combination. From my own study of the sites that offers link exchanges, i got the list of top frequently used keywords below :&lt;/p&gt;   &lt;p&gt;&lt;br /&gt;1 "add your link" + "keyword"&lt;br /&gt;2 "add link" + "keyword"&lt;br /&gt;3 "add your site" + "keyword"&lt;br /&gt;4 "link exchange" + "keyword"&lt;br /&gt;5 "add your URL" + "keyword"&lt;br /&gt;6 "submit your link" + "keyword"&lt;br /&gt;7 "add links" + "keyword"&lt;br /&gt;8 "submit your site" + "keyword"&lt;br /&gt;9 "exchange links" + "keyword"&lt;br /&gt;10 "add new link" + "keyword"&lt;br /&gt;11 "add URL" + "keyword"&lt;br /&gt;12 "add site" + "keyword"&lt;br /&gt;13 "add a link" + "keyword"&lt;br /&gt;14 "add your website" + "keyword"&lt;br /&gt;15 "submit your website" + "keyword"&lt;br /&gt;16 "add a new link" + "keyword"&lt;br /&gt;17 "submit URL" + "keyword"&lt;br /&gt;18 "submit link" + "keyword"&lt;br /&gt;19 "request a link" + "keyword"&lt;br /&gt;20 "exchanging links" + "keyword"&lt;br /&gt;21 "submit a link"  + "keyword"&lt;br /&gt;22 "trade links" + "keyword"&lt;br /&gt;23 "submit website" + "keyword"&lt;br /&gt;24 "link requests" + "keyword"&lt;br /&gt;25 "website listed here" + "keyword"&lt;br /&gt;26 "link swap" + "keyword"&lt;br /&gt;27 "add a site" + "keyword"&lt;br /&gt;28 "partner with us" + "keyword"&lt;br /&gt;29 "submit site" + "keyword"&lt;br /&gt;30 "links exchange" + "keyword"&lt;br /&gt;31 "post your link" + "keyword"&lt;br /&gt;32 "submit new url" + "keyword"&lt;br /&gt;33 "suggest link" + "keyword"&lt;br /&gt;34 "add new links" + "keyword"&lt;br /&gt;35 "add your links" + "keyword"&lt;br /&gt;36 "submit website" + "keyword"&lt;br /&gt;37 "submit your page" + "keyword"&lt;br /&gt;38 "suggest a url" + "keyword"&lt;br /&gt;39 "swap links" + "keyword"&lt;br /&gt;40 "add your site's link" + "keyword"&lt;br /&gt;41 "submit your URL" + "keyword"&lt;br /&gt;42 "trade reciprocal links" + "keyword"&lt;/p&gt;   &lt;p&gt;&lt;br /&gt;If you integrate them all, you can make variety of keyword combination that would bring back quality link partners. There are numerous different ways of collecting linkpartners. You can also use search operators of search engines like "inurl:","allinurl:","intitle:","allintitle:", etc. to make your search more specific. You can also use this online tool known as &lt;a href="http://www.inboundlinker.com/index.php"&gt;Inbound Linker.com&lt;/a&gt;  and start searching for your link partners.&lt;/p&gt;   &lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-113721459014563907?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/113721459014563907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=113721459014563907' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/113721459014563907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/113721459014563907'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/01/tips-on-finding-link-partners-by.html' title='TIPS ON FINDING LINK PARTNERS by jenbac'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20802013.post-113713171127865114</id><published>2006-01-12T21:52:00.000-08:00</published><updated>2009-06-01T01:54:25.775-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Link Building'/><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>Twenty One Link Building Ideas - http://www.v7n.com/linkage.php</title><content type='html'>&lt;h1 style="color: rgb(255, 0, 0);"&gt;Linkage&lt;/h1&gt;  These days even the most hardcore SEO copywriter must know somewhere deep inside that on-page SEO elements are a tiny part of Google's ranking algorithm. The heart of Google's ranking algorithm is - and will remain - anchor text and inbound links.  &lt;h2&gt;Ideal Website Link Profile&lt;/h2&gt;   &lt;div style="padding: 20px 10px;"&gt;&lt;li&gt;&lt;b&gt;One link per linking domain&lt;/b&gt;   Instead of site wide links, try getting just one or two links from those websites that choose to link to yours.  It's hard to resist the temptation to get those site wide links, but site wide links aren't exactly a normal linking pattern and may raise a red flag with Big Brother Google.  &lt;/li&gt;&lt;li&gt;&lt;b&gt;Fewer Reciprocal Links&lt;/b&gt; Reciprocal links are easy to detect and may be subject to negative valuation. Try to keep your reciprocal links under 5% of your total linkage.    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Varied Anchor Text&lt;/b&gt; Use variations of your keywords in your anchor text. Using the exact same anchor text in the majority of your links may raise red flags insofar as natually occurring links tend to &lt;i&gt;&lt;b&gt;not&lt;/b&gt;&lt;/i&gt; use identical anchor text.     &lt;/li&gt;&lt;li&gt;&lt;b&gt;Varied IP's&lt;/b&gt; Using dozens or even hundreds of domains on your own server and on a single Class C IP Block to create link popularity for yourself is so 2004. Move on. The search engines have figured this one out.    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Related Links&lt;/b&gt; If you want to rank for &lt;i&gt;Web Hosting&lt;/i&gt;, get links from pages that talk about web hosting. Better yet, get links from pages that have &lt;i&gt;web hosting&lt;/i&gt; in the title of the page. Really, it works.  &lt;h2&gt;Link Acquisition Strategies&lt;/h2&gt;     &lt;/li&gt;&lt;li&gt;&lt;b&gt;Major Directories&lt;/b&gt; Submit to the major directories, such as &lt;a href="http://dmoz.org/" target="_blank"&gt;DMOZ&lt;/a&gt; and &lt;a href="http://www.yahoo.com/" target="_blank"&gt;Yahoo&lt;/a&gt;. These links may actually drive some traffic.   &lt;/li&gt;&lt;li&gt;&lt;b&gt;Second Tier Directories&lt;/b&gt; There are hundreds of second tier web directories out there. Submission is sometimes just $20 or $30, so you really can't go wrong. Only pay if it's a one time fee.     &lt;/li&gt;&lt;li&gt;&lt;b&gt;Free Directories&lt;/b&gt; One of the nicer things on the Internet is a free submission web directory. There are hundreds of these web directories, usually generating revenue by displaying Adsense ads. Go submit. Now. You can read the rest of this later.   &lt;/li&gt;&lt;li&gt;&lt;b&gt;Topical Directories&lt;/b&gt; One of the better quality links that may give you targeted traffic is a listing in a topical web directory. If you sell widgets, go over to widget-world.com and get listing.  &lt;/li&gt;&lt;li&gt;&lt;b&gt;Related Sites&lt;/b&gt; Do a search on your favorite search engine. Note the top ten websites ranking for your search term. Report these sites to Google for spamming. Then offer these website owners a small annual fee to have your link appear on the index pages of their websites.    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Reciprocal Linking&lt;/b&gt; Exchange links with a few of the better quality sites which deal with the same topics as your website.    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Press Releases&lt;/b&gt; New product line? Company going public? Acquired another company? Any newsworthy event you may have, do a press release and submit it through PRweb.com.   &lt;/li&gt;&lt;li&gt;&lt;b&gt;Link Conducive Content&lt;/b&gt; Create useful informational pages which attract links. Offer a free tool, or advice. Forums often attract free links.   &lt;/li&gt;&lt;li&gt;&lt;b&gt;Free Stuff in Exchange for Links&lt;/b&gt; Ever wonder how phpBB.com got a PageRank of ten? They gave away a script for free, with a link back to phpBB on every page. We gave away free hosting and saw some sweet PR, too.    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Paid Stuff in Exchange for Links&lt;/b&gt; The vast majority of vBulletin's backlinks come from paying customers using their software. Ask your customers, politely, for a link.  It doesn't have to be web related, either. Even if you sell lumber, you can ask your contractor/customers to link back to your website from theirs.     &lt;/li&gt;&lt;li&gt;&lt;b&gt;Writing Articles&lt;/b&gt; Write articles. Include a link in your byline. Offer articles to related websites. Voila. Linkage.    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Writing Testimonials&lt;/b&gt; One great way to get links and make people happy is to give other webmasters testimonials. Do you like your web host? Neither do I, but it doesn't stop me from offering a testimonial to my web host which includes a link back to my website.   &lt;/li&gt;&lt;li&gt;&lt;b&gt;Supporting Good Causes&lt;/b&gt; A few of the better links we've acquired for v7n were acquired by donating to good causes, such as MozDev and Evolt.org   &lt;/li&gt;&lt;li&gt;&lt;b&gt;Blogs &amp;amp; Forums&lt;/b&gt; Contribute intelligently to blog or forum discussions. Include a link to your website in your signature.    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Interviews&lt;/b&gt; Interview people who have friends. Their friends will link to the interview you place on your website. Or, if people like you, give interviews and make sure the interviewer includes a link to your website on the interview page.    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Professional Organizations&lt;/b&gt; Do you belong to the AMA, the MRI or the BBQ? Most professional organizations have websites. They may already include your name and address - ask them to include a link to your website.   &lt;/li&gt;&lt;li&gt;&lt;b&gt;Free Hosted Doorway Pages&lt;/b&gt; Create a two or three page doorway site on Geocities. Include your keywords in the page titles. Include several links to your real website with your keywords in the anchor text. Provide doorway pages with limited number of links from dubious sources.   &lt;/li&gt;&lt;li&gt;&lt;b&gt;Awards&lt;/b&gt; Selling widgets? Have a Best Widget Resource Site Award. Give the award to every widget resource site on the Internet. Get them all to link to you. Schweeet!  &lt;/li&gt;&lt;li&gt;&lt;b&gt;Contests&lt;/b&gt; Have a contest. Create publicity. Get links. Even better if you can tick off a pompous windbag. More publicity.    &lt;/li&gt;&lt;li&gt;&lt;b&gt;Friends&lt;/b&gt; Seventeenth-century English author John Donne said, "No man is an island". I really have no idea how that ties into this discussion, but I am sure you know people. Friends, family, people who think you are friends - these folks may have websites, and you may be able to force them into linking to your website. Who knows; it's worth a try.   &lt;/li&gt;&lt;li&gt;&lt;b&gt;Natural Linkage&lt;/b&gt; Whatever you do, do it bigger and better than the other guys. Create content that is genuinely useful, and the links will come natually.&lt;/li&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/20802013-113713171127865114?l=webdev-promotion.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webdev-promotion.blogspot.com/feeds/113713171127865114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=20802013&amp;postID=113713171127865114' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/113713171127865114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20802013/posts/default/113713171127865114'/><link rel='alternate' type='text/html' href='http://webdev-promotion.blogspot.com/2006/01/twenty-one-link-building-ideas.html' title='Twenty One Link Building Ideas - http://www.v7n.com/linkage.php'/><author><name>Exinrex</name><uri>http://www.blogger.com/profile/13307301566430387071</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
