<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Unleashing the Techronnati Spirit</title>
	
	<link>http://www.techronnati.com/blog</link>
	<description>When a professional programmer becomes an avid writer</description>
	<lastBuildDate>Sun, 30 Aug 2009 14:24:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<itunes:explicit>no</itunes:explicit><itunes:subtitle>When a professional programmer becomes an avid writer</itunes:subtitle><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/techronnati/VGGz" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Adding comment(s) in Cognos 8 Reportnet</title>
		<link>http://feedproxy.google.com/~r/techronnati/VGGz/~3/cmx9TuUdjY4/</link>
		<comments>http://www.techronnati.com/blog/ibm-db2-notes-cognos/adding-comments-cognos-8-reportnet/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 11:17:09 +0000</pubDate>
		<dc:creator>techronnati</dc:creator>
				<category><![CDATA[IBM DB2, Lotus Notes, Cognos]]></category>
		<category><![CDATA[adding comment]]></category>
		<category><![CDATA[caption]]></category>
		<category><![CDATA[Cognos]]></category>
		<category><![CDATA[cognos 8 comment]]></category>
		<category><![CDATA[cognos 8 reportnet]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[documentation guide]]></category>
		<category><![CDATA[framework manager]]></category>
		<category><![CDATA[program comments]]></category>
		<category><![CDATA[programming practice]]></category>
		<category><![CDATA[programming syntax]]></category>
		<category><![CDATA[report layout]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.techronnati.com/blog/?p=650</guid>
		<description><![CDATA[Two weeks ago, i was researching about how to place some comments in Cognos 8 Reportnet. I have lots of validation in my report layout hence the need to add program comments is as beneficial ...]]></description>
			<content:encoded><![CDATA[<p>Two weeks ago, i was researching about how to place some comments in Cognos 8 Reportnet. I have lots of validation in my report layout hence the need to add program comments is as beneficial and meaningful to recall what i have just accomplished in report designing. I looked into the Documentation Guide provided by Cognos Reportnet but sad to say i can&#8217;t find any lead to my query. =C</p>
<div id="attachment_679" class="wp-caption alignnone" style="width: 495px"><img class="size-full wp-image-679" title="searching-comment-in-authoring-guide" src="http://www.techronnati.com/blog/wp-content/uploads/2009/08/searching-comment-in-authoring-guide.jpg" alt="searching-comment-in-authoring-guide" width="485" height="485" /><p class="wp-caption-text">searching-comment-in-authoring-guide</p></div>
<p>Anyway, good thing was I was able to find answers with my research.  And based from what i found, you can actually display comments using the following programming syntax:</p>
<p><strong>#/*   &lt; your comment here &gt; */#</strong></p>
<p>So, for example, suppose i have a filter in ReportNet that goes like:</p>
<p><code><br />
#/*Filter for Documents Produced under TA - Document Type*/#<br />
(((cast([DMS REPORTS].[Pending Documents for Disclosure].[Closing Date],date) between ?paramStartDate? and ?paramEndDate?)  and [Document Type] ='Documents Produced under TA'  and [Project Type] in ('PPTA', 'ADTA', 'RETA', 'RDTA','PATA','CDTA'))</code></p>
<p>then this line -&gt;<strong> #/*Documents Produced under TA*/#</strong> is treated as comment which the system disregards upon run-time. You can also use this in Framework Manager.</p>
<div id="attachment_681" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-681" title="fm-model-comments" src="http://www.techronnati.com/blog/wp-content/uploads/2009/08/fm-model-comments-300x231.jpg" alt="fm-model-comments" width="300" height="231" /><p class="wp-caption-text">fm-model-comments</p></div>
<p style="text-align: center;">
<p>I heavily use comments in my reports.  And as they say it&#8217;s an ingredient for a good programming practice. =)</p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://www.techronnati.com/blog/ibm-db2-notes-cognos/adding-comments-cognos-8-reportnet/&amp;title=Adding+comment%28s%29+in+Cognos+8+Reportnet" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.techronnati.com/blog/ibm-db2-notes-cognos/adding-comments-cognos-8-reportnet/&amp;title=Adding+comment%28s%29+in+Cognos+8+Reportnet" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.techronnati.com/blog/ibm-db2-notes-cognos/adding-comments-cognos-8-reportnet/&amp;title=Adding+comment%28s%29+in+Cognos+8+Reportnet" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.techronnati.com/blog/ibm-db2-notes-cognos/adding-comments-cognos-8-reportnet/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.techronnati.com/blog/ibm-db2-notes-cognos/adding-comments-cognos-8-reportnet/&amp;t=Adding+comment%28s%29+in+Cognos+8+Reportnet" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.techronnati.com/blog/ibm-db2-notes-cognos/adding-comments-cognos-8-reportnet/&amp;t=Adding+comment%28s%29+in+Cognos+8+Reportnet" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Adding+comment%28s%29+in+Cognos+8+Reportnet+-+http://b2l.me/nssd+(via+@pilotcommand)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.techronnati.com/blog/ibm-db2-notes-cognos/adding-comments-cognos-8-reportnet/&amp;title=Adding+comment%28s%29+in+Cognos+8+Reportnet&amp;summary=Two%20weeks%20ago%2C%20i%20was%20researching%20about%20how%20to%20place%20some%20comments%20in%20Cognos%208%20Reportnet.%20I%20have%20lots%20of%20validation%20in%20my%20report%20layout%20hence%20the%20need%20to%20add%20program%20comments%20is%20as%20beneficial%20and%20meaningful%20to%20recall%20what%20i%20have%20just%20accomplished%20in%20report%20designing.%20I%20looked%20into%20the%20Documentation%20G&amp;source=Unleashing the Techronnati Spirit" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div><img src="http://www.techronnati.com/blog/?ak_action=api_record_view&id=650&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/0RbdhYD2nQwAI928DGnqp9mgCb0/0/da"><img src="http://feedads.g.doubleclick.net/~a/0RbdhYD2nQwAI928DGnqp9mgCb0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0RbdhYD2nQwAI928DGnqp9mgCb0/1/da"><img src="http://feedads.g.doubleclick.net/~a/0RbdhYD2nQwAI928DGnqp9mgCb0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/techronnati/VGGz/~4/cmx9TuUdjY4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techronnati.com/blog/ibm-db2-notes-cognos/adding-comments-cognos-8-reportnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.techronnati.com/blog/ibm-db2-notes-cognos/adding-comments-cognos-8-reportnet/</feedburner:origLink></item>
		<item>
		<title>Saved by Phpbb3 reCAPTCHA Plugin</title>
		<link>http://feedproxy.google.com/~r/techronnati/VGGz/~3/CyXBcLmSsKQ/</link>
		<comments>http://www.techronnati.com/blog/techronnati-site-updates/saved-by-phpbb3-recaptcha-ply-spam-bots-problem/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 09:53:51 +0000</pubDate>
		<dc:creator>techronnati</dc:creator>
				<category><![CDATA[Techronnati Site Updates]]></category>
		<category><![CDATA[Blogging and Useful Stuffs]]></category>
		<category><![CDATA[captcha code]]></category>
		<category><![CDATA[discussion boards]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mail ru]]></category>
		<category><![CDATA[PHPBB3]]></category>
		<category><![CDATA[PHPBB3 Forum]]></category>
		<category><![CDATA[Recaptcha]]></category>
		<category><![CDATA[reCAPTCHA PHP plugin]]></category>
		<category><![CDATA[Recaptcha plugin]]></category>
		<category><![CDATA[Spam Bots]]></category>
		<category><![CDATA[spambots]]></category>
		<category><![CDATA[spammers]]></category>
		<category><![CDATA[spams]]></category>
		<category><![CDATA[Wordpress & Blogging]]></category>

		<guid isPermaLink="false">http://www.techronnati.com/blog/?p=635</guid>
		<description><![CDATA[Have you ever experienced getting a lot  of spams in your PHPBB3 Forum lately? I&#8217;ve been actually monitoring my forums sections for the past 3-4 months until I discovered by chance I was already hijacked ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Have you ever experienced getting a lot  of spams in your PHPBB3 Forum lately? I&#8217;ve been actually monitoring my forums sections for the past 3-4 months until I discovered by chance I was already hijacked by the spam bots pretending to be real users to the discussion boards. The behavior seemed having a recognizable pattern. They simply put a link to their drug selling sites shown in their profile then manage to create several posts in some vulnerable  board sections. You know some sorts of viagra sign ups crippling and making your board dirty and messy. Some tend to have  the same IP Addresses, some even have good-to-copycat-real email accounts with gmail and yahoo suffixes masquerading as real users while others play with  <a href="mailto:fdsemesa@mail.ru">mail.ru</a> and *.ru extensions at the least. No wonder, these were the tactics but there&#8217;s nothing new to me as i also fight these spams here on my wordpress blog installation (Thanks to akismet plugin). The only sad part which i have to handle was cleaning the records manually myself since they have created a lot of links/posts making my life miserable. At first I was having second thoughts, thinking what transpired this event since i didn&#8217;t place any mod recently. Only to find out, a cracked was made available and was (able to be solved by spambots) in due time. Hmmm.. as i figured out, they were  intelligent enough as i have expected. Hmmm&#8230;.</p>
<p>At first i thought making a simple quick hack into the captcha code to base the image on a reasonably bland photographic background would make a difference but decided to implement a much more secure and widely used spam fighter in the net which is the <strong>Recaptcha plugin.</strong> This is  just to make sure. You know how these spams work together to achieve their mission. Good thing was i was able to install recaptcha in minutes for my PHPBB3 Forum. I used to include Recaptcha code  in other Forums (i.e. SMF) which i manage as well and so far i am happy the way it works.</p>
<p>If you are not sure how this can be applied to your PHPBB3, then this procedure may come in handy which can also be found in:</p>
<p>http://code.google.com/p/recaptcha/downloads/list</p>
<p>Files you will need:</p>
<p>reCAPTCHA PHP plugin, available at:</p>
<p><a rel="nofollow" href="http://code.google.com/p/recaptcha/downloads/list" target="_blank">http://code.google.com/p/recaptcha/downloads/list</a></p>
<p>Extract the file &#8216;recaptchalib.php&#8217; and place it in:</p>
<p>%phpbb_root_path%/includes/captcha</p>
<p>Files that will be modified in your phpBB3 directory:</p>
<p>%phpbb_root_path%/styles/prosilver/template/ucp_register.html</p>
<p>%phpbb_root_path%/includes/ucp/ucp_register.php</p>
<p>Code to modify:</p>
<p>In ucp_register.html, locate:</p>
<p>&lt;dd&gt;{CONFIRM_IMG}&lt;/dd&gt;</p>
<p>Then delete the following lines of code or comment them out:</p>
<p>&lt;dd&gt;&lt;input type=&#8221;text&#8221; name=&#8221;confirm_code&#8221; id=&#8221;confirm_code&#8221; size=&#8221;8&#8243;</p>
<p>maxlength=&#8221;8&#8243; title=&#8221;{L_CONFIRM_CODE}&#8221; /&gt;&lt;/dd&gt;</p>
<p>&lt;dd&gt;{L_CONFIRM_CODE_EXPLAIN}&lt;/dd&gt;</p>
<p>In ucp_register.php, there are many changes that you&#8217;ll have to make,</p>
<p>so I&#8217;ll have to make the instructions compact.</p>
<p>/*Step 1. Place this code before the line &#8220;class ucp_register,&#8221; which</p>
<p>is near the top of ucp_register.php*/</p>
<p>require_once($phpbb_root_path . &#8216;includes/captcha/recaptchalib.&#8217; .</p>
<p>$phpEx);</p>
<p>/*Step 2. Place this code after the line &#8220;global $config, $db, $user,</p>
<p>$auth, $template, $phpbb_root_path, $phpEx;&#8221; which is a few lines</p>
<p>after step 1.*/</p>
<p>// Get a key from <a rel="nofollow" href="http://recaptcha.net/api/getkey" target="_blank">http://recaptcha.net/api/getkey</a></p>
<p>$publickey = &#8221;;</p>
<p>$privatekey = &#8221;;</p>
<p># the response from reCAPTCHA</p>
<p>$resp = null;</p>
<p># the error code from reCAPTCHA, if any</p>
<p>$error = null;</p>
<p>/*Step 3. Place this code on the line &#8220;$confirm_id =</p>
<p>request_var(&#8217;confirm_id&#8217;, &#8221;);&#8221; in other words, replace the original</p>
<p>code with this new code*/</p>
<p>$confirm_id = (isset($_POST['recaptcha_response_field']));</p>
<p>/*Step 4. Comment out or delete the following line of code.*/</p>
<p>&#8216;confirm_code&#8217;  =&gt; array(&#8217;string&#8217;, !$config['enable_confirm'], 5, 8),</p>
<p>/*Step 5a. Go to the section:</p>
<p>// Visual Confirmation handling</p>
<p>$wrong_confirm = false;</p>
<p>if ($config['enable_confirm'])*/</p>
<p>if (!$confirm_id) {</p>
<p>}</p>
<p>else {</p>
<p>/* Comment out or delete all code within the first else statement</p>
<p>(which has nested if&#8230;else statements within it) and replace with the</p>
<p>code in Step 5b.*/</p>
<p>}</p>
<div id="qhide_144222" style="display: block;">}</div>
<p>/*Step 5b. Place the following code within the first else statement.*/</p>
<p>$resp = recaptcha_check_answer ($privatekey,</p>
<p>$_SERVER["REMOTE_ADDR"],</p>
<p>$_POST["recaptcha_challenge_field"],</p>
<p>$_POST["recaptcha_response_field"]);</p>
<p>if ($resp-&gt;is_valid == false) {</p>
<p>$error[] = $user-&gt;lang['CONFIRM_CODE_WRONG'];</p>
<p>$wrong_confirm = true;</p>
<p>/*Step 6. Comment out or delete everything between the following two</p>
<p>lines of code. The two lines themselves are also deleted. In total,</p>
<p>you should be deleting about 13 non-empty lines of code*/</p>
<p>//first line of code.</p>
<p>$code = gen_rand_string(mt_rand(5, 8));</p>
<p>//last line of code</p>
<p>$db-&gt;sql_query($sql);</p>
<p>/*Step 7. A few lines after the end of Step 6, replace &#8220;$confirm_image</p>
<p>= &#8221; and its values with the following line of code. Basically, you&#8217;re</p>
<p>assigning the variable $confirm_image with a new value.</p>
<p>$confirm_image = recaptcha_get_html($publickey, $error);</p>
<p>Step 8. You should be done. I hope. It works for me on my development</p>
<p>webserver, on a basically vanilla version of phpbb3.</p>
<p>There you have it guys. Why don&#8217;t you try it? It&#8217;s worth your time and effort. Needless i say, this totally saved my boards for despair. =) Thanks to Recaptcha Plugin. . .Kudos to the creators/originators of this helpful plugin for making it FREE and ACCESSIBLE! You make our lives easier. CATCHA !!!=)</p>
<p><strong>http://code.google.com/p/recaptcha/downloads/list</strong></p>
<p style="text-align: center;"><a title="RECAPTCHABOX" rel="lightbox[pics635]" href="../wp-content/uploads/2009/08/RECAPTCHABOX.jpg"></a></p>
<p style="text-align: center;"><a title="RECAPTCHABOX" rel="lightbox[pics635]" href="http://www.techronnati.com/blog/wp-content/uploads/2009/08/recaptchabox.jpg"><img class="attachment wp-att-641 centered" src="http://www.techronnati.com/blog/wp-content/uploads/2009/08/recaptchabox.jpg" alt="RECAPTCHABOX" width="354" height="210" /></a></p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://www.techronnati.com/blog/techronnati-site-updates/saved-by-phpbb3-recaptcha-ply-spam-bots-problem/&amp;title=Saved+by+Phpbb3+reCAPTCHA+Plugin" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.techronnati.com/blog/techronnati-site-updates/saved-by-phpbb3-recaptcha-ply-spam-bots-problem/&amp;title=Saved+by+Phpbb3+reCAPTCHA+Plugin" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.techronnati.com/blog/techronnati-site-updates/saved-by-phpbb3-recaptcha-ply-spam-bots-problem/&amp;title=Saved+by+Phpbb3+reCAPTCHA+Plugin" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.techronnati.com/blog/techronnati-site-updates/saved-by-phpbb3-recaptcha-ply-spam-bots-problem/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.techronnati.com/blog/techronnati-site-updates/saved-by-phpbb3-recaptcha-ply-spam-bots-problem/&amp;t=Saved+by+Phpbb3+reCAPTCHA+Plugin" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.techronnati.com/blog/techronnati-site-updates/saved-by-phpbb3-recaptcha-ply-spam-bots-problem/&amp;t=Saved+by+Phpbb3+reCAPTCHA+Plugin" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Saved+by+Phpbb3+reCAPTCHA+Plugin+-+http://b2l.me/nsse+(via+@pilotcommand)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.techronnati.com/blog/techronnati-site-updates/saved-by-phpbb3-recaptcha-ply-spam-bots-problem/&amp;title=Saved+by+Phpbb3+reCAPTCHA+Plugin&amp;summary=Have%20you%20ever%20experienced%20getting%20a%20lot%C2%A0%20of%20spams%20in%20your%20PHPBB3%20Forum%20lately%3F%20I%27ve%20been%20actually%20monitoring%20my%20forums%20sections%20for%20the%20past%203-4%20months%20until%20I%20discovered%20by%20chance%20I%20was%20already%20hijacked%20by%20the%20spam%20bots%20pretending%20to%20be%20real%20users%20to%20the%20discussion%20boards.%20The%20behavior%20seemed%20havi&amp;source=Unleashing the Techronnati Spirit" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div><img src="http://www.techronnati.com/blog/?ak_action=api_record_view&id=635&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/FEfvTCnFSUeEOemgk8SgmQ7J_GQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/FEfvTCnFSUeEOemgk8SgmQ7J_GQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FEfvTCnFSUeEOemgk8SgmQ7J_GQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/FEfvTCnFSUeEOemgk8SgmQ7J_GQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/techronnati/VGGz/~4/CyXBcLmSsKQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techronnati.com/blog/techronnati-site-updates/saved-by-phpbb3-recaptcha-ply-spam-bots-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techronnati.com/blog/techronnati-site-updates/saved-by-phpbb3-recaptcha-ply-spam-bots-problem/</feedburner:origLink></item>
		<item>
		<title>QS Asian University Rankings 2009 – Philippines in Top 100</title>
		<link>http://feedproxy.google.com/~r/techronnati/VGGz/~3/oOzbIfinhoA/</link>
		<comments>http://www.techronnati.com/blog/academic-talks/qs-asian-university-rankings-2009-philippines-top-100/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 07:10:13 +0000</pubDate>
		<dc:creator>techronnati</dc:creator>
				<category><![CDATA[Academic Talks]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[Academia]]></category>
		<category><![CDATA[Academic]]></category>
		<category><![CDATA[Asian]]></category>
		<category><![CDATA[Masteral Degrees]]></category>
		<category><![CDATA[MBA]]></category>
		<category><![CDATA[Philippine Schools]]></category>
		<category><![CDATA[QS]]></category>
		<category><![CDATA[Rankings]]></category>
		<category><![CDATA[Schools]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Top 100]]></category>
		<category><![CDATA[Top 200]]></category>
		<category><![CDATA[Top Schools]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[University Rankings]]></category>

		<guid isPermaLink="false">http://www.techronnati.com/blog/?p=592</guid>
		<description><![CDATA[I was browsing the net for hours already when some striking yellow links flashed on my screen like i&#8217;ve never seen before. It was such a teaser. Later on i found out,  it was ...]]></description>
			<content:encoded><![CDATA[<p>I was browsing the net for hours already when some striking yellow links flashed on my screen like i&#8217;ve never seen before. It was such a teaser. Later on i found out,  it was the QS Asian University Rankings 2009.  And because i was eager to witness who were on the top lists, i immediately followed the link and behold this list  flashed on my screen.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.techronnati.com/blog/wp-content/uploads/2009/08/QSRankings.png" alt="" width="523" /></p>
<p>Wow! Couldnt help but be happy just when i saw my alma mater on the list.  How about yours? =)</p>
<p>I&#8217;ve been actually following such stories even during the <a href="http://cgi.cnn.com/ASIANOW/asiaweek/features/universities2000/schools/multi.overall.html" target="_blank">Asian Week Magazine &#8211; days</a>.  And there is always this sense of pride and honor especially seeing your school/alma mater belonging to the top university rankings. If you haven&#8217;t figured what QS means then this might come in handy:</p>
<p><em>Q stands for Quacquarelli and S stands for Symonds.</em></p>
<p><em>QS was founded in 1990 by Wharton MBA, Nunzio Quacquarelli with offices in London and the US. Fellow director Matt Symonds and the Paris team joined in 1994. Today, QS operates globally from offices in: London, Paris, Singapore, Beijing, Tokyo, Sydney and Washington DC.</em></p>
<p><em>Today, Quacquarelli Symonds (QS) has become established as the world’s leading network for top careers and education. It links graduate, MBA and executive communities around the world with recruiters and education providers, both physical and virtual. The mission is to enable motivated people around the world to fulfil their potential by fostering international mobility, educational achievement and career development.</em></p>
<p>Representing the Philippines in the top 100 are<strong> University of the Philippines, De La Salle University, </strong>and <strong>Ateneo de Manila University. University of Sto. Tomas, </strong>on the other hand, lies on the 144th spot.  In the 2008 Global ranking, UP ranked #276, a big jump from the previous year&#8217;s #398 ranking.</p>
<p>Rankings per subject are as follows:</p>
<p align="center"><img src="http://i169.photobucket.com/albums/u217/glennong/glennongDOTcom/persubj.png" alt="" width="523" /></p>
<p align="center">
<p style="text-align: left;">If you are living in Asia and are planning to advance to further studies then it would be beneficial and relevant if you take a glimpse of the top universities now in Asia. And according to QS.com, here are the top 10 Asian universities:</p>
<p style="text-align: left;">1.) University of Hong Kong;</p>
<p style="text-align: left;">2.)The Chinese University of Hong Kong;</p>
<p style="text-align: left;">3.) University of Tokyo;</p>
<p style="text-align: left;">4.) Hong Kong University of Science and Technology;</p>
<p style="text-align: left;">5.) Kyoto University;</p>
<p style="text-align: left;">6.) Korea Advanced Institute of Science and Technology;</p>
<p style="text-align: left;">7.) Seoul National University;</p>
<p style="text-align: left;">8.) Tokyo Institute of Technology; and</p>
<p style="text-align: left;">9.) National University of Singapore and Peking University</p>
<p style="text-align: center;">
<p>For the complete list of the rankings in Asia, Europe, Country level, Australia and the US, you may want to visit <a href="http://www.topuniversities.com/worlduniversityrankings/asianuniversityrankings/asian_university_rankings_top_200_universities/" target="_blank">QS.com</a></p>
<p>The ranking weights are:<br />
<code>
<ul>
<ul>
<li style="text-align: left;"> Peer Review Score (40%)</li>
<li style="text-align: left;">Recruiter Review (10%)</li>
<li style="text-align: left;">International Faculty Score (5%)</li>
<li style="text-align: left;">International Students Score (5%)</li>
<li style="text-align: left;">Faculty/Student Score (20%)</li>
<li style="text-align: left;">Citations/Faculty Score (20%).</li>
</ul>
</ul>
<p></code><br />
As I am also taking time to review some of the universities  offering masteral degree programs i.e. MBA, MSCS which i plan to take probably later this year, such publication is important as it serves as a measuring cup to come up with a wise decision when looking for a good school. And as Vice-Chancellor of <a title="Massey University" href="http://en.wikipedia.org/wiki/Massey_University">Massey University</a>, Professor Judith Kinnear says the THE-QS ranking is a “wonderful external acknowledgement of several University attributes, including the quality of its research, research training, teaching and employability.“ She says the rankings are a true measure of a university’s ability to fly high internationally. I couldn&#8217;t help but agree.</p>
<p>Which Philippine Universities do you think is  best for MBA Program ? Or for that matter anything related to Management? Any idea?</p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://www.techronnati.com/blog/academic-talks/qs-asian-university-rankings-2009-philippines-top-100/&amp;title=QS+Asian+University+Rankings+2009+-+Philippines+in+Top+100+" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.techronnati.com/blog/academic-talks/qs-asian-university-rankings-2009-philippines-top-100/&amp;title=QS+Asian+University+Rankings+2009+-+Philippines+in+Top+100+" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.techronnati.com/blog/academic-talks/qs-asian-university-rankings-2009-philippines-top-100/&amp;title=QS+Asian+University+Rankings+2009+-+Philippines+in+Top+100+" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.techronnati.com/blog/academic-talks/qs-asian-university-rankings-2009-philippines-top-100/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.techronnati.com/blog/academic-talks/qs-asian-university-rankings-2009-philippines-top-100/&amp;t=QS+Asian+University+Rankings+2009+-+Philippines+in+Top+100+" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.techronnati.com/blog/academic-talks/qs-asian-university-rankings-2009-philippines-top-100/&amp;t=QS+Asian+University+Rankings+2009+-+Philippines+in+Top+100+" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=QS+Asian+University+Rankings+2009+-+Philippines+in+Top+100++-+http://b2l.me/nskq+(via+@pilotcommand)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.techronnati.com/blog/academic-talks/qs-asian-university-rankings-2009-philippines-top-100/&amp;title=QS+Asian+University+Rankings+2009+-+Philippines+in+Top+100+&amp;summary=I%20was%20browsing%20the%20net%20for%20hours%20already%20when%20some%20striking%20yellow%20links%20flashed%20on%20my%20screen%20like%20i%27ve%20never%20seen%20before.%20It%20was%20such%20a%20teaser.%20Later%20on%20i%20found%20out%2C%20%20it%20was%20the%20QS%20Asian%20University%20Rankings%202009.%20%20And%20because%20i%20was%20eager%20to%20witness%20who%20were%20on%20the%20top%20lists%2C%20i%20immediately%20followed%20&amp;source=Unleashing the Techronnati Spirit" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div><img src="http://www.techronnati.com/blog/?ak_action=api_record_view&id=592&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/hL89qDrhwlbLKQ3dLxfJ7Wb7AG4/0/da"><img src="http://feedads.g.doubleclick.net/~a/hL89qDrhwlbLKQ3dLxfJ7Wb7AG4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/hL89qDrhwlbLKQ3dLxfJ7Wb7AG4/1/da"><img src="http://feedads.g.doubleclick.net/~a/hL89qDrhwlbLKQ3dLxfJ7Wb7AG4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/techronnati/VGGz/~4/oOzbIfinhoA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techronnati.com/blog/academic-talks/qs-asian-university-rankings-2009-philippines-top-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techronnati.com/blog/academic-talks/qs-asian-university-rankings-2009-philippines-top-100/</feedburner:origLink></item>
		<item>
		<title>Techronnati’s Fresh New Gear</title>
		<link>http://feedproxy.google.com/~r/techronnati/VGGz/~3/0UqSSgT6Tdo/</link>
		<comments>http://www.techronnati.com/blog/techronnati-site-updates/techronnatis-new-fresh-new-gear/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 14:25:22 +0000</pubDate>
		<dc:creator>techronnati</dc:creator>
				<category><![CDATA[Techronnati Site Updates]]></category>
		<category><![CDATA[Arthemia]]></category>
		<category><![CDATA[Blog Migration]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Techronnati]]></category>
		<category><![CDATA[Wordpress & Blogging]]></category>

		<guid isPermaLink="false">http://www.techronnati.com/blog/?p=562</guid>
		<description><![CDATA[Finally this is it! After a considerable amount of time sifting for a new skin, modifying css, placing some pictures,  watermarks, backgrounds, adding fonts, adjusting font sizes,  putting some animations, incorporating ajax and placing widgets ...]]></description>
			<content:encoded><![CDATA[<p style="line-height: 18px;">Finally this is it! After a considerable amount of time sifting for a new skin, modifying css, placing some pictures,  watermarks, backgrounds, adding fonts, adjusting font sizes,  putting some animations, incorporating ajax and placing widgets at the sidebar, let me welcome you readers to Techronnati&#8217;s new fresh look which is inspired by Michael Jubel Hutagalung &#8217;s Arthemia theme: this time with techronnati&#8217;s flavor.</p>
<p style="line-height: 18px;">Ever since i saw this professional wordpress theme with a magazine facade  as i must admit i fell in-loved with it. Its been a long time since i last changed a shirt. But thank goodness everything came perfectly well and working and oh yes am still blogging! =)</p>
<p style="line-height: 18px;">The version i have here has a black-and-white  inspired skin. I was keen on playing around only the shades of black to white or  the colors in these ranges (gray, silver tone,dirty white) for this new look. This is to significantly highlight the colorful effect represented by the icons/images which i would add successively on each post. You see, i&#8217;ve had already this overdue plan of migrating to this wonderful template early this year. However, i decided not to rush things because later on i found out it has some major implications  which undoubtedly needed my attention. Migrating a blog from one theme to another is not as easy task as i thought it would be.  In addition, i need to get a personal touch of this arthemia theme. More likely, I had to reinvent, gather some ideas, make some twists and place some cool effects to make it stand out to deliver my own version which by the way took about a quarter  of my hectic time. This is actually the 3rd time that i did a blog total makeover. I decided not to dispose the old theme but instead  use the old skin for this blog which i also maintain  =&gt; <a href="http://seo.techronnati.com">Techronnati SEO </a> until i found a better one for replacement. =)</p>
<p style="line-height: 18px;">
<p style="line-height: 18px;">
<div class="imageframe alignleft" style="width: 500px;"><a title="coloredby-jossjones" rel="lightbox[pics562]" href="http://www.techronnati.com/blog/wp-content/uploads/2009/07/coloredby-jossjones.jpg"></a></div>
<div class="wp-caption aligncenter" style="width: 410px"><img class="attachment wp-att-568" src="http://www.techronnati.com/blog/wp-content/uploads/2009/07/coloredby-jossjones.jpg" alt="coloredby-jossjones" width="400" height="300" /><p class="wp-caption-text">Photo Credit: Joss Jones</p></div>
<p style="text-align: center;">
<p style="line-height: 18px;">
<p style="line-height: 18px;">Those who may  have stumbled this arthemia theme from other blogs can confess how powerful this theme really is especially if you are  serious&#8211; i mean SERIOUSLY  INTO BLOGGING. The best thing about this  is that you can grab this theme for <a href="http://michaelhutagalung.com/2008/08/arthemia-20-released-the-updates/" target="_blank">FREE</a>. Isn&#8217;t that cool? The author is kind enough to make this version free. Of course you wouldn&#8217;t mind changing your own as you don&#8217;t want to appear a replica of the original or else you would sound like  &#8217;a-second-rate-trying-hard-copycat&#8217; version. It would help if you know a little bit of php and css. That way you could transform the theme to something you really want&#8230;.when you want it.</p>
<p style="line-height: 18px;">Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</p>
<p style="line-height: 18px;">
<p style="line-height: 18px;">
<p style="line-height: 18px;">
<p style="line-height: 18px;">
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://www.techronnati.com/blog/techronnati-site-updates/techronnatis-new-fresh-new-gear/&amp;title=Techronnati%27s+Fresh+New+Gear" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.techronnati.com/blog/techronnati-site-updates/techronnatis-new-fresh-new-gear/&amp;title=Techronnati%27s+Fresh+New+Gear" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.techronnati.com/blog/techronnati-site-updates/techronnatis-new-fresh-new-gear/&amp;title=Techronnati%27s+Fresh+New+Gear" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.techronnati.com/blog/techronnati-site-updates/techronnatis-new-fresh-new-gear/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.techronnati.com/blog/techronnati-site-updates/techronnatis-new-fresh-new-gear/&amp;t=Techronnati%27s+Fresh+New+Gear" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.techronnati.com/blog/techronnati-site-updates/techronnatis-new-fresh-new-gear/&amp;t=Techronnati%27s+Fresh+New+Gear" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Techronnati%27s+Fresh+New+Gear+-+http://b2l.me/nskc+(via+@pilotcommand)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.techronnati.com/blog/techronnati-site-updates/techronnatis-new-fresh-new-gear/&amp;title=Techronnati%27s+Fresh+New+Gear&amp;summary=Finally%20this%20is%20it%21%20After%20a%20considerable%20amount%20of%20time%20sifting%20for%20a%20new%20skin%2C%20modifying%20css%2C%20placing%20some%20pictures%2C%20%C2%A0watermarks%2C%20backgrounds%2C%20adding%20fonts%2C%20adjusting%20font%20sizes%2C%20%C2%A0putting%20some%20animations%2C%20incorporating%20ajax%20and%20placing%20widgets%20at%20the%20sidebar%2C%20let%20me%20welcome%20you%20readers%20to%20Techron&amp;source=Unleashing the Techronnati Spirit" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div><img src="http://www.techronnati.com/blog/?ak_action=api_record_view&id=562&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/bGmpd01ifdN8d7YGNyl-as_kjg8/0/da"><img src="http://feedads.g.doubleclick.net/~a/bGmpd01ifdN8d7YGNyl-as_kjg8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/bGmpd01ifdN8d7YGNyl-as_kjg8/1/da"><img src="http://feedads.g.doubleclick.net/~a/bGmpd01ifdN8d7YGNyl-as_kjg8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/techronnati/VGGz/~4/0UqSSgT6Tdo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techronnati.com/blog/techronnati-site-updates/techronnatis-new-fresh-new-gear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techronnati.com/blog/techronnati-site-updates/techronnatis-new-fresh-new-gear/</feedburner:origLink></item>
		<item>
		<title>How to make WordPress Permalinks work in Localhost</title>
		<link>http://feedproxy.google.com/~r/techronnati/VGGz/~3/O88rEgIR7b4/</link>
		<comments>http://www.techronnati.com/blog/wordpress-blog/wordpress-permalinks-work-localhost/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 02:26:11 +0000</pubDate>
		<dc:creator>techronnati</dc:creator>
				<category><![CDATA[Wordpress, Blogging and Useful Stuffs]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[AllowOverride]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[http.conf]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mod rewrite]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[WAMP Configuration]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.techronnati.com/blog/?p=619</guid>
		<description><![CDATA[The other day i was playing around on my local Wordpress installation when this error message appeared on my screen saying&#8230;
Not Found
The requested URL /Techronnati/wordpress/ibm-db2-cognos-tivoli-websphere-microsoft-google.html was not found on this server.
I was surprised. As a ...]]></description>
			<content:encoded><![CDATA[<p>The other day i was playing around on my local Wordpress installation when this error message appeared on my screen saying&#8230;</p>
<h1>Not Found</h1>
<p>The requested URL /Techronnati/wordpress/ibm-db2-cognos-tivoli-websphere-microsoft-google.html was not found on this server.</p>
<p>I was surprised. As a matter of fact, i was not expecting that to happen. Now you may probably ask, what the heck i was doing all along? You see, I was playing around on my wordpress&#8217; permalinks structure, pretty much learning about Search Engine Optimization in the Wordpress CMS.  And so without much idea,  i delved in and tried to investigate one by one that&#8217;s causing this error.<span><span> Later on,  i found out that WAMP or any other  similar localhost webservers that can be run from a  local computer do not have mod_rewrite enabled by default. I also discovered that the  AllowOverride directive is  set to <strong>none </strong>by default WAMP server installation, causing Apache to ignore an  .<span style="font-weight: 400; font-size: 12px; color: #009900; font-style: normal; font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif; text-decoration: underline;">htaccess  file</span>. If this is the case, your WordPress installation might return a 404  error, stating post not found and you would only be able to access your posts  via a default permalink structure. I.E. <strong>http://localhost/yourwebsitefolder/?p=2</strong>. Collecting some information i got, here&#8217;s what i did.</span></span></p>
<ol>
<li>Using a text editor, open your <strong>httpd.conf</strong> file. In WAMP server,  this file can be found in the <strong>\apache\conf</strong> directory</li>
<li>Sift for the following line of code in that file.<br />
<blockquote><p>#LoadModule rewrite_module modules/mod_rewrite.so</p></blockquote>
</li>
<li>Next, remove the # from the line as seen below to enable the module: Just for information, <strong># symbol</strong> is actually a comment syntax for httpd.conf. So this should look like this.<br />
<blockquote><p>LoadModule rewrite_module modules/mod_rewrite.so</p></blockquote>
</li>
<li>Then, search  for <strong>AllowOverride</strong> in this httpd.conf file until you come to a  line similar of the  following:<br />
<blockquote><p>&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
<strong> AllowOverride none</strong><br />
Order deny,allow<br />
Deny from all<br />
&lt;/Directory&gt;</p></blockquote>
</li>
<li>Verify if <strong>AllowOverride All</strong> is indicated. Change &#8220;none&#8221; to &#8220;all&#8221; if found otherwise so this should look like this.</li>
<blockquote><p>&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
<strong> AllowOverride All</strong><br />
Order deny,allow<br />
Deny from all<br />
&lt;/Directory&gt;</p></blockquote>
<li>Save the <strong>httpd.conf</strong> file and Restart your wamp server. (Click on the &#8216;moon&#8217; in the icon tray and select Restart Services)</li>
<li>Login to your WordPress admin panel and set your custom permalink structure as desired. Then go view your site.  Custom permalinks should now work on your localhost WAMP/XAMPP or other server.</li>
</ol>
<p>Happy Blogging everyone. <img src='http://www.techronnati.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://www.techronnati.com/blog/wordpress-blog/wordpress-permalinks-work-localhost/&amp;title=How+to+make+WordPress+Permalinks+work+in+Localhost" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.techronnati.com/blog/wordpress-blog/wordpress-permalinks-work-localhost/&amp;title=How+to+make+WordPress+Permalinks+work+in+Localhost" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.techronnati.com/blog/wordpress-blog/wordpress-permalinks-work-localhost/&amp;title=How+to+make+WordPress+Permalinks+work+in+Localhost" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.techronnati.com/blog/wordpress-blog/wordpress-permalinks-work-localhost/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.techronnati.com/blog/wordpress-blog/wordpress-permalinks-work-localhost/&amp;t=How+to+make+WordPress+Permalinks+work+in+Localhost" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.techronnati.com/blog/wordpress-blog/wordpress-permalinks-work-localhost/&amp;t=How+to+make+WordPress+Permalinks+work+in+Localhost" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=How+to+make+WordPress+Permalinks+work+in+Localhost+-+http://b2l.me/nssf+(via+@pilotcommand)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.techronnati.com/blog/wordpress-blog/wordpress-permalinks-work-localhost/&amp;title=How+to+make+WordPress+Permalinks+work+in+Localhost&amp;summary=The%20other%20day%20i%20was%20playing%20around%20on%20my%20local%20Wordpress%20installation%20when%20this%20error%20message%20appeared%20on%20my%20screen%20saying...%0D%0ANot%20Found%0D%0AThe%20requested%20URL%20%2FTechronnati%2Fwordpress%2Fibm-db2-cognos-tivoli-websphere-microsoft-google.html%20was%20not%20found%20on%20this%20server.%0D%0A%0D%0AI%20was%20surprised.%20As%20a%20matter%20of%20fa&amp;source=Unleashing the Techronnati Spirit" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div><img src="http://www.techronnati.com/blog/?ak_action=api_record_view&id=619&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/qw_Wh_TiYjOIbAXFq9rUAE7GI78/0/da"><img src="http://feedads.g.doubleclick.net/~a/qw_Wh_TiYjOIbAXFq9rUAE7GI78/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qw_Wh_TiYjOIbAXFq9rUAE7GI78/1/da"><img src="http://feedads.g.doubleclick.net/~a/qw_Wh_TiYjOIbAXFq9rUAE7GI78/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/techronnati/VGGz/~4/O88rEgIR7b4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techronnati.com/blog/wordpress-blog/wordpress-permalinks-work-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techronnati.com/blog/wordpress-blog/wordpress-permalinks-work-localhost/</feedburner:origLink></item>
		<item>
		<title>Creating Busby SEO Test subdomain</title>
		<link>http://feedproxy.google.com/~r/techronnati/VGGz/~3/3btQtrujEOw/</link>
		<comments>http://www.techronnati.com/blog/reviews/seo-web-stuffs/creating-busby-seo-test-subdomain/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 10:18:45 +0000</pubDate>
		<dc:creator>techronnati</dc:creator>
				<category><![CDATA[SEO and Web Stuffs]]></category>
		<category><![CDATA[Busby SEO Test]]></category>
		<category><![CDATA[SEO Test]]></category>
		<category><![CDATA[SEO World Cup 2 Challenge]]></category>

		<guid isPermaLink="false">http://www.techronnati.com/blog/?p=343</guid>
		<description><![CDATA[I thought dropping by today just to inform you what i have been polishing for the past 2-3 days. As you can see, the subject title speaks for itself &#8230;yes, finally i decided to create a subdomain. ...]]></description>
			<content:encoded><![CDATA[<p>I thought dropping by today just to inform you what i have been polishing for the past 2-3 days. As you can see, the subject title speaks for itself &#8230;yes, finally i decided to create a subdomain. This would be  my official channel to blog about Busby SEO Test World Cup 2 Challenge and other future SEO activitieswhich i intended to join in the long run. Feel Free to drop by&#8230; so <a href="http://seo.techronnati.com" target="_blank">check out this link.</a> =)</p>
<p>With billions of websites delivering a lot of information these days, SEO becomes a critical and vital process to consider. And as i roam around, there seemed to be a lot of discussion going around with this topic and one of hottest i encountered is about whether or not to play with subdomains or use folders to increase SEO or google pagerank. Just like everyone&#8217;s else here wanting their pages to rank at topmost of the search engines, i also am keen to understand the secrets of how these search engines work i.e. how they crawl and rank web pages. For this reason, to accommodate my quest to solely focus in this field i decided to create a subdomain. You would probably ask, why subdomain and not subfolders? I say, Good question. I tell you the reason on my succeeding post  =). Coz i need to hit the gym now! =)</p>
<p>But if you are too curious,  follow me on this <a href="http://seo.techronnati.com" target="_blank">link</a>. =)</p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://www.techronnati.com/blog/reviews/seo-web-stuffs/creating-busby-seo-test-subdomain/&amp;title=Creating+Busby+SEO+Test+subdomain" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.techronnati.com/blog/reviews/seo-web-stuffs/creating-busby-seo-test-subdomain/&amp;title=Creating+Busby+SEO+Test+subdomain" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.techronnati.com/blog/reviews/seo-web-stuffs/creating-busby-seo-test-subdomain/&amp;title=Creating+Busby+SEO+Test+subdomain" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.techronnati.com/blog/reviews/seo-web-stuffs/creating-busby-seo-test-subdomain/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.techronnati.com/blog/reviews/seo-web-stuffs/creating-busby-seo-test-subdomain/&amp;t=Creating+Busby+SEO+Test+subdomain" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.techronnati.com/blog/reviews/seo-web-stuffs/creating-busby-seo-test-subdomain/&amp;t=Creating+Busby+SEO+Test+subdomain" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Creating+Busby+SEO+Test+subdomain+-+http://b2l.me/nssg+(via+@pilotcommand)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.techronnati.com/blog/reviews/seo-web-stuffs/creating-busby-seo-test-subdomain/&amp;title=Creating+Busby+SEO+Test+subdomain&amp;summary=I%20thought%20dropping%20by%20today%20just%20to%C2%A0inform%20you%C2%A0what%20i%20have%20been%20polishing%20for%20the%20past%202-3%20days.%20As%20you%20can%20see%2C%20the%20subject%20title%20speaks%20for%20itself%20...yes%2C%20finally%20i%20decided%20to%20create%20a%20subdomain.%20This%20would%20be%C2%A0%C2%A0my%20official%C2%A0channel%20to%20blog%20about%C2%A0Busby%20SEO%20Test%20World%20Cup%202%20Challenge%20and%20other%20&amp;source=Unleashing the Techronnati Spirit" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div><img src="http://www.techronnati.com/blog/?ak_action=api_record_view&id=343&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/4rXrLfMG0wnDE1Ut-eqLRjC3B-0/0/da"><img src="http://feedads.g.doubleclick.net/~a/4rXrLfMG0wnDE1Ut-eqLRjC3B-0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4rXrLfMG0wnDE1Ut-eqLRjC3B-0/1/da"><img src="http://feedads.g.doubleclick.net/~a/4rXrLfMG0wnDE1Ut-eqLRjC3B-0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/techronnati/VGGz/~4/3btQtrujEOw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techronnati.com/blog/reviews/seo-web-stuffs/creating-busby-seo-test-subdomain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techronnati.com/blog/reviews/seo-web-stuffs/creating-busby-seo-test-subdomain/</feedburner:origLink></item>
		<item>
		<title>Joining Busby SEO Test Challenge</title>
		<link>http://feedproxy.google.com/~r/techronnati/VGGz/~3/wlNw4pi4YnI/</link>
		<comments>http://www.techronnati.com/blog/reviews/seo-web-stuffs/busby-seo-test/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 11:04:51 +0000</pubDate>
		<dc:creator>techronnati</dc:creator>
				<category><![CDATA[SEO and Web Stuffs]]></category>
		<category><![CDATA[Busby SEO Test]]></category>
		<category><![CDATA[Busby SEO Test Optimization]]></category>
		<category><![CDATA[SEO Competition]]></category>
		<category><![CDATA[SEO Test]]></category>

		<guid isPermaLink="false">http://www.techronnati.com/blog/?p=333</guid>
		<description><![CDATA[PhotoCredit: martin.canchola

Taking my journey to study and learn about SEO and optimizing web pages, i decided to join the much talked contest in the SEO World today&#8230; it&#8217;s none other than The 2nd Busby SEO ...]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 224px"><a title="seo-tag" href="http://www.techronnati.com/blog/wp-content/uploads/2008/11/seo-tag.jpg"><img src="http://www.techronnati.com/blog/wp-content/uploads/2008/11/seo-tag.jpg" alt="seo-tag" width="214" height="148" /></a><p class="wp-caption-text">PhotoCredit: martin.canchola</p></div>
<p style="text-align: center;">
<p>Taking my journey to study and learn about SEO and optimizing web pages, i decided to join the much talked contest in the SEO World today&#8230; it&#8217;s none other than The 2nd Busby SEO World Cup Contest which is sponsored by the Busby Web Solutions. Yes, you heard me right. =) You see, I&#8217;m not really expecting to win BIG&#8230; now that&#8217;s B.I.G.  on this challenge anymore knowing i joined just MINUTES or HOURS ago (YES SADLY, VERY LATE INDEED!!!) =C. Moreover, this contest started literally like 4 months ago &#8211; on October 1st 2008 to be exact and would soon end in two weeks time at exactly 31st January 2009 (12:00 midday, Perth, WA)&#8230;Now how&#8217;s that? I know there&#8217;s no more time to get things polished but how can you ever pass up this prestigious competition knocking on your door waiting to be unfolded? Time may fall short but hey, it&#8217;s everybody&#8217;s game, right? LOL, So here i am with an open mind and courageous heart making things happen. For most of you who don&#8217;t know, this is actually my first time  and hopefully not the last to join such SEO Competition and still i claim not an expert in this field. Besides am not really after the prize money (Ow&#8217;s cm&#8217;n, lol, are you kidding?) but honestly my purpose is to hone some of my basic SEO skills and eventually learn from the SEO experts out there through tutorials and some readings about the in and out of Search Engine Optimization. =)</p>
<p>There&#8217;s only one purpose for this challenge and that is to rank your website at the top of google searches with the keyphrase to be used: &#8220;Busby SEO Test&#8221; . Landing your website #1 in google will ultimately make you the SEO Master Title Holder and win the grand prize of a whopping $5000. &#8220;Gee, Not Bad!&#8221;, i thought, thinking that translates to roughly around P250,000 in my local currency. I know a lot of SEO Webmasters and professional SEO challengers today are already making it into the front pages of the google search engines so i won&#8217;t be putting much effort to get this site &#8220;in&#8221; the competition. All i can do is just lay down the basic foundation of what i know about SEO, learn more on the web optimization process and hopefully do my best to get myself noticed =).  You may or may not agree with me but i feel there&#8217;s already some sense of accomplishment and fullfilment once you see your website has gotten to the top 100 SEO searches for making this &#8220;Busby SEO Test&#8221; keywords. And getting to this far on the game is already an achievement which i firmly believe is more than just the monetary reward at stake.</p>
<p>For those late bloomers out there, lol,  or those who are just having second thoughts about joining to this Prestigious competition, i guess there nothing wrong if you feel the &#8220;seo urge&#8221; of  joining. All you have to do is sign up for FREE with this <a title="BusBy SEO Test Registration" href="http://worldcup.busbywebsolutions.com/index.php?/registernow" target="_blank">link</a>. Bear in mind to always follow all the rules of the game to avoid disqualification and i hope that i am following the rules strictly myself. So what are you waiting for?  <a title="Registration" href="http://worldcup.busbywebsolutions.com/index.php?/registernow" target="_blank">JOIN NOW </a>or you miss this once-in-a-life-time opportunity that change your life forever.</p>
<p>I guess am just enlightened and inspired&#8230; and I hope you feel the same. =)</p>
<p>Happy Busby SEO Test -ing!</p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://www.techronnati.com/blog/reviews/seo-web-stuffs/busby-seo-test/&amp;title=Joining+Busby+SEO+Test+Challenge" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.techronnati.com/blog/reviews/seo-web-stuffs/busby-seo-test/&amp;title=Joining+Busby+SEO+Test+Challenge" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.techronnati.com/blog/reviews/seo-web-stuffs/busby-seo-test/&amp;title=Joining+Busby+SEO+Test+Challenge" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.techronnati.com/blog/reviews/seo-web-stuffs/busby-seo-test/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.techronnati.com/blog/reviews/seo-web-stuffs/busby-seo-test/&amp;t=Joining+Busby+SEO+Test+Challenge" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.techronnati.com/blog/reviews/seo-web-stuffs/busby-seo-test/&amp;t=Joining+Busby+SEO+Test+Challenge" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Joining+Busby+SEO+Test+Challenge+-+http://b2l.me/nssh+(via+@pilotcommand)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.techronnati.com/blog/reviews/seo-web-stuffs/busby-seo-test/&amp;title=Joining+Busby+SEO+Test+Challenge&amp;summary=%0A%0D%0A%0D%0ATaking%20my%20journey%20to%20study%20and%20learn%20about%20SEO%20and%20optimizing%20web%20pages%2C%20i%20decided%20to%20join%20the%20much%20talked%20contest%20in%20the%20SEO%20World%20today...%20it%27s%20none%20other%20than%20The%202nd%20Busby%20SEO%20World%20Cup%20Contest%20which%20is%20sponsored%20by%20the%20Busby%20Web%20Solutions.%20Yes%2C%20you%20heard%20me%20right.%20%3D%29%20You%20see%2C%20I%27m%20not%20reall&amp;source=Unleashing the Techronnati Spirit" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div><img src="http://www.techronnati.com/blog/?ak_action=api_record_view&id=333&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/Ktfd28kA7K1QNo85yG9cZLmdlxw/0/da"><img src="http://feedads.g.doubleclick.net/~a/Ktfd28kA7K1QNo85yG9cZLmdlxw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Ktfd28kA7K1QNo85yG9cZLmdlxw/1/da"><img src="http://feedads.g.doubleclick.net/~a/Ktfd28kA7K1QNo85yG9cZLmdlxw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/techronnati/VGGz/~4/wlNw4pi4YnI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techronnati.com/blog/reviews/seo-web-stuffs/busby-seo-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techronnati.com/blog/reviews/seo-web-stuffs/busby-seo-test/</feedburner:origLink></item>
		<item>
		<title>Back to Basics of Blogging for 2009</title>
		<link>http://feedproxy.google.com/~r/techronnati/VGGz/~3/DUP8E6w9QF4/</link>
		<comments>http://www.techronnati.com/blog/wordpress-blog/back-to-basics-of-blogging-for-2009/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 10:55:07 +0000</pubDate>
		<dc:creator>techronnati</dc:creator>
				<category><![CDATA[Wordpress, Blogging and Useful Stuffs]]></category>
		<category><![CDATA[Blogging 2009]]></category>
		<category><![CDATA[Google PageRank]]></category>
		<category><![CDATA[New Year Greetings]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO and Web Stuffs]]></category>

		<guid isPermaLink="false">http://www.techronnati.com/blog/blogging/back-to-basics-of-blogging-for-2009/</guid>
		<description><![CDATA[Hi readers. I just noticed that this blog has kept me hanging for quite sometime now &#8211; imagine almost 3 months of no story to unleash? GEE! Would you believe that? LOL.
No, it&#8217;s just a ...]]></description>
			<content:encoded><![CDATA[<p>Hi readers. I just noticed that this blog has kept me hanging for quite sometime now &#8211; imagine almost 3 months of no story to unleash? GEE! Would you believe that? LOL.<br />
No, it&#8217;s just a hyperbole. While I was away I was busy doing SEO, learning other web technologies &#8211; SMF, PHPBB3, MySQL, Fantastico tools, and also did some personal stuffs which had completely engrossed my thought and since then had not gotten back to blogging.</p>
<p>Now that am back, let me thank everyone for keeping this blog ALIVE and well-read. And hear this good news&#8230; my google pagerank now has just turned 2. Yippee!! Sounds surprising&#8230; at least for me. All the while i thought i&#8217;m not doing pretty well in the google searches and other search engines. So, tell me is this just good luck? Or is it because Google has updated some technical stuffs and program algorithms on their crawlers which definitely affected my ranking? Or needless i say, should i expect this to happen knowing how long i have been into blogging?<br />
Whatever comes in mind, let&#8217;s leave it that way for the meantime and let the engines do their thing. =)<br />
I&#8217;ll probably share some of my discoveries into SEO in the next succeeding posts so keep those surprises hanging and subscriptions on. =)</p>
<p>Yes, year 2009 is just beginning and i hope to bring new discoveries, new tutorial tips, new icons of technologies and new beacons of knowledge to share. And as I extend my best and warm wishes to you for this brand new year, I hope this year brings you enough success to keep you eager, enough failure just to keep you humble, enough joy to candidly share with others, enough trials to keep you staunch and resilient, enough hope to keep you happy, enought faith to banish depression, enough friends to keep you comfort, enough determination to make a day better than yesterday&#8230; am wishing you just enough &#8216;coz according to Spice girls &#8220;too much of something is bad enough.&#8221; and i couldn&#8217;t help but agree. =)</p>
<p>Happy New Year to all! =)</p>
<p>Looking forward to a fruitful year,</p>
<p>Techronnati</p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://www.techronnati.com/blog/wordpress-blog/back-to-basics-of-blogging-for-2009/&amp;title=Back+to+Basics+of+Blogging+for+2009" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.techronnati.com/blog/wordpress-blog/back-to-basics-of-blogging-for-2009/&amp;title=Back+to+Basics+of+Blogging+for+2009" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.techronnati.com/blog/wordpress-blog/back-to-basics-of-blogging-for-2009/&amp;title=Back+to+Basics+of+Blogging+for+2009" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.techronnati.com/blog/wordpress-blog/back-to-basics-of-blogging-for-2009/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.techronnati.com/blog/wordpress-blog/back-to-basics-of-blogging-for-2009/&amp;t=Back+to+Basics+of+Blogging+for+2009" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.techronnati.com/blog/wordpress-blog/back-to-basics-of-blogging-for-2009/&amp;t=Back+to+Basics+of+Blogging+for+2009" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=Back+to+Basics+of+Blogging+for+2009+-+http://b2l.me/nssj+(via+@pilotcommand)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.techronnati.com/blog/wordpress-blog/back-to-basics-of-blogging-for-2009/&amp;title=Back+to+Basics+of+Blogging+for+2009&amp;summary=Hi%20readers.%20I%20just%20noticed%20that%20this%20blog%20has%20kept%20me%20hanging%20for%20quite%20sometime%20now%20-%20imagine%20almost%203%20months%20of%20no%20story%20to%20unleash%3F%20GEE%21%20Would%20you%20believe%20that%3F%20LOL.%0D%0ANo%2C%20it%27s%20just%20a%20hyperbole.%20While%20I%20was%20away%20I%20was%20busy%20doing%20SEO%2C%20learning%20other%20web%20technologies%20-%20SMF%2C%20PHPBB3%2C%20MySQL%2C%20Fantastico&amp;source=Unleashing the Techronnati Spirit" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div><img src="http://www.techronnati.com/blog/?ak_action=api_record_view&id=331&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/meLnefMGNvW-2bx1ct384HsDgQs/0/da"><img src="http://feedads.g.doubleclick.net/~a/meLnefMGNvW-2bx1ct384HsDgQs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/meLnefMGNvW-2bx1ct384HsDgQs/1/da"><img src="http://feedads.g.doubleclick.net/~a/meLnefMGNvW-2bx1ct384HsDgQs/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/techronnati/VGGz/~4/DUP8E6w9QF4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techronnati.com/blog/wordpress-blog/back-to-basics-of-blogging-for-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techronnati.com/blog/wordpress-blog/back-to-basics-of-blogging-for-2009/</feedburner:origLink></item>
		<item>
		<title>My personal quotes about fireFox plugin : Colorful Tabs</title>
		<link>http://feedproxy.google.com/~r/techronnati/VGGz/~3/bPAkF2NQ00g/</link>
		<comments>http://www.techronnati.com/blog/internet-and-web-tools/personal-quotes-firefox-plugin-colorful-tabs/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 06:04:52 +0000</pubDate>
		<dc:creator>techronnati</dc:creator>
				<category><![CDATA[Internet and Web Tools]]></category>
		<category><![CDATA[Apple Safari]]></category>
		<category><![CDATA[Color tabs]]></category>
		<category><![CDATA[Firefox plugin]]></category>
		<category><![CDATA[Internet Explorer 7]]></category>

		<guid isPermaLink="false">http://www.techronnati.com/blog/?p=308</guid>
		<description><![CDATA[Just recently i got this firefox plugin installed on my laptop. It was cool. Implementing tabs in browsers are no longer new in the mainstream and many find it as powerful, great and useful especially ...]]></description>
			<content:encoded><![CDATA[<p>Just recently i got this firefox plugin installed on my laptop. It was cool. Implementing tabs in browsers are no longer new in the mainstream and many find it as powerful, great and useful especially for people who likes multitasking on their browsers. Some says it&#8217;s the intelligent way of browsing these days and i couldn&#8217;t help but agree more. Looking back, I think the first tabs i got to experience were still in Lotus Notes Workspace.  I was still using this Lotus Notes Client 4.6 version and i felt how useful these tabs were in terms of my productivity and categorizing each notes icon in my workspace.  Now the same benefit goes as it rolls down to web browsers.<em> As of 2006 most web browsers support tabbed browsing, <a title="Opera (web browser)" href="http://en.wikipedia.org/wiki/Opera_%28web_browser%29">Opera</a> was the first tabbed browsing interface, followed later by <a title="NetCaptor" href="http://en.wikipedia.org/wiki/NetCaptor">NetCaptor</a>, later by <a title="IBrowse" href="http://en.wikipedia.org/wiki/IBrowse">IBrowse</a> in 1999, then <a title="Mozilla" href="http://en.wikipedia.org/wiki/Mozilla">Mozilla</a> in 2001, <a title="Konqueror" href="http://en.wikipedia.org/wiki/Konqueror">Konqueror</a> and <a title="Safari (web browser)" href="http://en.wikipedia.org/wiki/Safari_%28web_browser%29">Safari</a> in 2003 and <a title="Internet Explorer 7" href="http://en.wikipedia.org/wiki/Internet_Explorer_7">Internet Explorer 7</a><sup><a href="http://en.wikipedia.org/wiki/Tabbed_browsing#cite_note-0">[1]</a></sup> in 2006. <a title="Google Chrome" href="http://en.wikipedia.org/wiki/Google_Chrome">Google Chrome</a>, released in 2008, also has tabbed browsing capabilities. &#8211; Wikipedia.</em> I think this concept was adapted to web browsers to open the habit of multitasking when browsing the internet or to answer the need for multitasking. Reminiscing old days, i remember if i wanted to check email in yahoo and browse friendster at the same time i need to open 2 browser sessions i.e. internet explorer just to accommodate this request but doing this would mean running 2 application  on the taskbar  with different URL address or processes. Imagine doing this side by side with other office desktop applications on your computer, horrible speed problems should certainly be expected. To answer this cry for multitasking people,  innovators initiated tabbed browsing.</p>
<p><strong>What is <span class="term_title">tabbed browsing?</span> </strong></p>
<p>A function in a Web browser that hides the current Web page behind a tab and presents a new blank window for continued browsing. All browsers keep track of pages visited, and clicking Back and Forward moves through them. However, after a long period of Web surfing, the pages of most interest are often interspersed between a slew of others. Tabbed browsing creates multiple browsing sessions within the same browser window.</p>
<p><strong>Multiple Browser Windows</strong><br />
Opening multiple browser windows has always been and still is an alternative to tabbed browsing. Users with large monitors and dual monitors often prefer two or more pages on screen at the same time</p>
<p style="text-align: center;"><strong>Tabs in Internet Explorer</strong></p>
<p style="text-align: center;"><a title="implementing-tabs-in-internet-explorer-7" rel="lightbox[pics308]" href="http://www.techronnati.com/blog/wp-content/uploads/2008/11/implementing-tabs-in-internet-explorer-7.jpg"><img class="attachment wp-att-310 aligncenter" src="http://www.techronnati.com/blog/wp-content/uploads/2008/11/implementing-tabs-in-internet-explorer-7.jpg" alt="implementing-tabs-in-internet-explorer-7" width="500" height="235" /></a></p>
<p style="text-align: center;"><strong>Tabs in FireFox with the FireFox Plugin- Color ful tabs</strong><a title="implementing-tabs-in-firefox-with-colortabs" rel="lightbox[pics308]" href="http://www.techronnati.com/blog/wp-content/uploads/2008/11/implementing-tabs-in-firefox-with-colortabs.jpg"><img class="attachment wp-att-311 aligncenter" src="http://www.techronnati.com/blog/wp-content/uploads/2008/11/implementing-tabs-in-firefox-with-colortabs.jpg" alt="implementing-tabs-in-firefox-with-colortabs" width="500" height="219" /></a></p>
<p style="text-align: center;"><strong>Tabs in Apple Safari</strong></p>
<p style="text-align: center;"><a title="implementing-tabs-in-apple-safari" rel="lightbox[pics308]" href="http://www.techronnati.com/blog/wp-content/uploads/2008/11/implementing-tabs-in-apple-safari.jpg"><img class="attachment wp-att-312 aligncenter" src="http://www.techronnati.com/blog/wp-content/uploads/2008/11/implementing-tabs-in-apple-safari.jpg" alt="implementing-tabs-in-apple-safari" width="500" height="221" /></a></p>
<p>Did you see the coloful tabs in FireFox? Yes, thats the colorful tabs plugin in Firefox.  Just by comparing each of these browsers above, the one in firefox exudes a glowing effect making your browsing experience even more colorful..</p>
<p>Here are some of the features of the plugin..</p>
<h3><a name="1"></a></h3>
<p>ColorfulTabs is a Firefox extension that colors every tab in a different color and makes them easy to distinguish. It also beautifying the overall appearance of Firefox. ColorfulTabs does one and/or more of the following -</p>
<ul>
<li>Beautiful colours &#8211; A beautiful in-built colour palette.</li>
<li>Unique Colours &#8211; Colour each tab with a different colour for easy differentiation.</li>
<li>Colours by site domain &#8211; Colour each tab depending on its server/domain<br />
for identifying the website.</li>
<li>Custom tab colour &#8211; Give your tabs a colour of your choice.</li>
<li>Enhanced tab highlighting &#8211; Fade the background tabs to identify the currently<br />
selected tab</li>
<li>Easy Options &#8211; Quick tab-context-menu for ease of access to the options.</li>
<li>Colors each tab using pre selected colors in a definite order starting from<br />
the left.</li>
<li>Colors each tab using a unique and randomly generated color.</li>
<li>Colors each tab using a unique color depending on the site domain using<br />
a formula.</li>
<li>Allows user to chose colors.</li>
<li>Allows to fade the background tabs for easy identification of the selected<br />
tab.</li>
<li>Allows quick identification of the tabs.</li>
<li>Allows quick identification of tab boundaries.</li>
<li>Increases usability and visibility for people with visual challenges.</li>
</ul>
<p><strong>http://colorfultabs.binaryturf.com/colorfultabs.html?v=3.6</strong></p>
<p>What are you waiting for? Download the plugin now.</p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://www.techronnati.com/blog/internet-and-web-tools/personal-quotes-firefox-plugin-colorful-tabs/&amp;title=My+personal+quotes+about+fireFox+plugin+%3A+Colorful+Tabs" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.techronnati.com/blog/internet-and-web-tools/personal-quotes-firefox-plugin-colorful-tabs/&amp;title=My+personal+quotes+about+fireFox+plugin+%3A+Colorful+Tabs" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.techronnati.com/blog/internet-and-web-tools/personal-quotes-firefox-plugin-colorful-tabs/&amp;title=My+personal+quotes+about+fireFox+plugin+%3A+Colorful+Tabs" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.techronnati.com/blog/internet-and-web-tools/personal-quotes-firefox-plugin-colorful-tabs/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.techronnati.com/blog/internet-and-web-tools/personal-quotes-firefox-plugin-colorful-tabs/&amp;t=My+personal+quotes+about+fireFox+plugin+%3A+Colorful+Tabs" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.techronnati.com/blog/internet-and-web-tools/personal-quotes-firefox-plugin-colorful-tabs/&amp;t=My+personal+quotes+about+fireFox+plugin+%3A+Colorful+Tabs" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=My+personal+quotes+about+fireFox+plugin+%3A+Colorful+Tabs+-+http://b2l.me/nssk+(via+@pilotcommand)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.techronnati.com/blog/internet-and-web-tools/personal-quotes-firefox-plugin-colorful-tabs/&amp;title=My+personal+quotes+about+fireFox+plugin+%3A+Colorful+Tabs&amp;summary=Just%20recently%20i%20got%20this%20firefox%20plugin%20installed%20on%20my%20laptop.%20It%20was%20cool.%20Implementing%20tabs%20in%20browsers%20are%20no%20longer%20new%20in%20the%20mainstream%20and%20many%20find%20it%20as%20powerful%2C%20great%20and%20useful%20especially%20for%20people%20who%20likes%20multitasking%20on%20their%20browsers.%20Some%20says%20it%27s%20the%20intelligent%20way%20of%20browsing&amp;source=Unleashing the Techronnati Spirit" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div><img src="http://www.techronnati.com/blog/?ak_action=api_record_view&id=308&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/DTLt8U1LRKYXItWDvRIhZxzi3pA/0/da"><img src="http://feedads.g.doubleclick.net/~a/DTLt8U1LRKYXItWDvRIhZxzi3pA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DTLt8U1LRKYXItWDvRIhZxzi3pA/1/da"><img src="http://feedads.g.doubleclick.net/~a/DTLt8U1LRKYXItWDvRIhZxzi3pA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/techronnati/VGGz/~4/bPAkF2NQ00g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techronnati.com/blog/internet-and-web-tools/personal-quotes-firefox-plugin-colorful-tabs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.techronnati.com/blog/internet-and-web-tools/personal-quotes-firefox-plugin-colorful-tabs/</feedburner:origLink></item>
		<item>
		<title>IBM Certification – Take it Again Voucher Program</title>
		<link>http://feedproxy.google.com/~r/techronnati/VGGz/~3/mG1oiexVdDE/</link>
		<comments>http://www.techronnati.com/blog/exams-and-certifications/ibm-certification-voucher-program/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 07:11:30 +0000</pubDate>
		<dc:creator>techronnati</dc:creator>
				<category><![CDATA[Exams and Certifications]]></category>
		<category><![CDATA[IBM Certification]]></category>
		<category><![CDATA[IBM Lotus Notes]]></category>
		<category><![CDATA[Prometric Exam]]></category>
		<category><![CDATA[Take it Again Program]]></category>

		<guid isPermaLink="false">http://www.techronnati.com/blog/?p=302</guid>
		<description><![CDATA[I was sitting back on the couch in my jogging pants this morning when i decided to run a quick look on my email. Suddenly,  i noticed i just got an email from the IBM ...]]></description>
			<content:encoded><![CDATA[<p align="left">I was sitting back on the couch in my jogging pants this morning when i decided to run a quick look on my email. Suddenly,  i noticed i just got an email from the IBM Professional Certification Team saying&#8230;</p>
<p style="text-align: center;">=============================================</p>
<blockquote>
<p align="left">Due to the great interest in our new Take It Again voucher program, we are extending the time period for you to request your Take it Again voucher throughout the month of November. </p>
<p align="left">If you have not yet heard about Take It Again&#8230;.. it is an exciting new initiative we are piloting in 2008. With this program you may purchase a special voucher that allows you to retake a certification exam for no additional cost. During this pilot period, Take It Again vouchers are offered for all four of the new IBM Power Systems tests and for the six Lotus Notes and Domino 8 core exams. (See the complete list of eligible tests on the Web: www.ibm.com/certify/process/tia.shtml ). </p>
<p align="left">All Take It Again vouchers must be requested by November 30, 2008. Although the voucher order must be submitted by the end of November, you will not have to pay for the voucher until you are ready to first register for the test. </p>
<p align="left">The vouchers are valid throughout 2008, and will expire at year-end. Both the first use and (if necessary) the second use of the voucher, must be redeemed no later than December 31, 2008. So all the tests must be taken this year. </p>
<p align="left">Please visit the following IBM website for more details: www.ibm.com/certify/process/tia.shtml</p>
<p align="left">Or, go directly to the Prometric website www.prometric.com/ibm/TIA.htm to get your vouchers today! </p>
<p align="left">Your IBM Professional Certification Team</p>
</blockquote>
<p style="text-align: center;"> ====================================================</p>
<p align="left"> </p>
<p style="text-align: center;" align="left"><a title="takeagain5" rel="lightbox[pics302]" href="http://www.techronnati.com/blog/wp-content/uploads/2008/11/takeagain5.jpg"><img class="attachment wp-att-306  aligncenter" src="http://www.techronnati.com/blog/wp-content/uploads/2008/11/takeagain5.jpg" alt="takeagain5" width="411" height="312" /></a></p>
<p align="left">&#8220;Wow!&#8221;, I mumbled. Thinking that this could be the chance to get certified with Notes Domino 8 Program. The best part is that you can get a voucher in the event in case you want to retake the exam with no extra cost. Based from what i&#8217;ve read from the previous articles, they have been implementing this IBM Take It Again Voucher Program since last July 2008 closes until 31 December 2008.  </p>
<p align="left">As i browsed on the links from my email account, particularly at Prometric site center, you would see the rules of the said promotion and the list of certification exams which this voucher applies to. Check it below.</p>
<p align="left"> </p>
<p align="left">==============================================================</p>
<p><span style="color: #ff8400;"><span style="color: #000000;"><span style="color: #ff8400;"><strong>Pilot  Promotion:</strong></span> IBM is evaluating the use of a Take It Again voucher.  As a result, we are introducing an offering for the limited number of tests,  listed below, through the end of 2008. At that time, we will evaluate extending  the promotion to many of our other tests across our product lines.</span></span></p>
<p> </p>
<p align="left"><span style="color: #ff8400;"><strong>Rules of the Promotion:<br />
</strong></span><span style="color: #000000;">1. All vouchers must be requested by  October 31, 2008. <a href="http://www.prometric.com/ibm/tia.htm">http://www.prometric.com/ibm/tia.htm</a><br />
2.  Both the first exam and (if necessary) the second exam must be taken by December  31, 2008.<br />
3. The voucher may not be used with any other voucher or promotion  code.<br />
4. The voucher can be used at an Authorized Prometric Test Center  only. </span></p>
<p align="left"> </p>
<p align="left"><span style="color: #ff8400;"><strong>IBM Lotus exams and IBM Power  exams</strong></span></p>
<p><strong>Lotus</strong></p>
<ul>
<li><a href="http://www.prometric.com/IBM/IBMLOTUSSTEP2.htm" target="_blank">834 &#8211; IBM Lotus Notes Domino 8 Application Development Foundation Skills</a></li>
<li><a href="http://www.prometric.com/IBM/IBMLOTUSSTEP2.htm" target="_blank">835 &#8211; IBM Lotus Notes Domino 8 Application Development Intermediate Skills</a></li>
<li><a href="http://www.prometric.com/IBM/IBMLOTUSSTEP2.htm" target="_blank">836 &#8211; IBM Lotus Notes Domino 8 Developing Web Applications</a></li>
<li><a href="http://www.prometric.com/IBM/IBMLOTUSSTEP2.htm" target="_blank">847 &#8211; IBM Lotus Notes Domino 8 System Administration Operating Fundamentals</a></li>
<li><a href="http://www.prometric.com/IBM/IBMLOTUSSTEP2.htm" target="_blank">848 &#8211; IBM Lotus Notes Domino 8 Building the Infrastructure</a></li>
<li><a href="http://www.prometric.com/IBM/IBMLOTUSSTEP2.htm" target="_blank">849 &#8211; IBM Lotus Notes Domino 8 Managing Servers and Users</a></li>
</ul>
<p><strong>Power Systems</strong></p>
<ul>
<li><a href="http://www.prometric.com/IBM/IBMPSSTEP2.htm" target="_blank">330 &#8211; Power Systems Technical Support for AIX and Linux</a></li>
<li><a href="http://www.prometric.com/IBM/IBMPSSTEP2.htm" target="_blank">331 &#8211; Power Systems Sales for AIX and Linux (also in Japanese, European Spanish, and French)</a> </li>
<li><a href="http://www.prometric.com/IBM/IBMPSSTEP2.htm" target="_blank">973 &#8211; Power Systems Technical Sales for the IBM i Operating System (also in Japanese, European Spanish, and French)</a></li>
<li><a href="http://www.prometric.comIBM/IBMPSSTEP2.htm" target="_blank">974 &#8211; Power Systems Techical Support for i</a>      </li>
</ul>
<div>================================================================</div>
<div></div>
<div>Well looking on the listed exams code and description above, it&#8217;s interesting to know that IBM really pushes the value of IT certification initiatives to every IT professional specializing on their product lines which is great knowing that this could enhance one&#8217;s professional career on their line of specialization. You see, the investment we take into preparing and taking these exams, say IBM, Oracle, SAP or Microsoft, is actually less important when compared to the benefits we get in the long term when we passed on these exams. That sense of achievement, fulfillment and monetary rewards coming from your current employer make the most out of it when taking this opportunity. I am not saying that  work experiences don&#8217;t matter because <strong>&#8220;that&#8221;</strong> really counts. (Nothing is more important than work related experiences). I am not claiming to be an HR expert to say all these things but what i am just saying is that base on my professional experience as a job seeker 3 years ago, in the tight competition of the job marketplace, there&#8217;s always an edge if you are an IT-Certified Professional. Maybe I am just fortunate and happy because my current employer pushes us to get IT Certification since they give some incentives and bonuses to those IT-Certified Professionals. Once you get those certified-logo badges, id card and title and certificate, here you treat yourself not only as an <strong>IT Professional</strong> but as an <strong>IT-Certified</strong> <strong>Professio</strong><strong>nal <span style="font-weight: normal;">carrying their name</span></strong>. See, don&#8217;t you like it better<strong>? </strong>=)</div>
<div></div>
<div>I am predicting that  <strong>Take it Again Voucher Program</strong> would definitely be a success. And i am optimistic that plans are already on its way to extend this to other product lines. And one of the great things to look forward is opening up doors to extend this for those who plan to take IBM Cognos Certification like me =) or those who want to take IBM DB2 or Websphere Certification in the future. Oh well, let&#8217;s just wait and see what will happen. <strong>So what are you waiting for. Get the things done and be certified!</strong></div>
<div></div>
<div>For those who already passed the exams and those who are planning to, i would like to invite you to discuss it over the <a href="http://www.techronnati.com" target="_blank">forums for discussion</a>. Let us collaborate and share tips on this matter. </div>
<div></div>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul class="socials"><li class="sexy-delicious"><a href="http://del.icio.us/post?url=http://www.techronnati.com/blog/exams-and-certifications/ibm-certification-voucher-program/&amp;title=IBM+Certification+-+Take+it+Again+Voucher+Program" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li class="sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.techronnati.com/blog/exams-and-certifications/ibm-certification-voucher-program/&amp;title=IBM+Certification+-+Take+it+Again+Voucher+Program" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li class="sexy-stumbleupon"><a href="http://www.stumbleupon.com/submit?url=http://www.techronnati.com/blog/exams-and-certifications/ibm-certification-voucher-program/&amp;title=IBM+Certification+-+Take+it+Again+Voucher+Program" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li class="sexy-technorati"><a href="http://technorati.com/faves?add=http://www.techronnati.com/blog/exams-and-certifications/ibm-certification-voucher-program/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a></li><li class="sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.techronnati.com/blog/exams-and-certifications/ibm-certification-voucher-program/&amp;t=IBM+Certification+-+Take+it+Again+Voucher+Program" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li class="sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.techronnati.com/blog/exams-and-certifications/ibm-certification-voucher-program/&amp;t=IBM+Certification+-+Take+it+Again+Voucher+Program" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li class="sexy-twitter"><a href="http://twitter.com/home?status=IBM+Certification+-+Take+it+Again+Voucher+Program+-+http://b2l.me/nssm+(via+@pilotcommand)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li class="sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.techronnati.com/blog/exams-and-certifications/ibm-certification-voucher-program/&amp;title=IBM+Certification+-+Take+it+Again+Voucher+Program&amp;summary=I%20was%20sitting%20back%20on%20the%20couch%20in%20my%20jogging%20pants%20this%20morning%20when%20i%20decided%20to%20run%20a%20quick%20look%20on%20my%20email.%20Suddenly%2C%20%C2%A0i%20noticed%20i%20just%20got%20an%20email%20from%20the%20IBM%20Professional%20Certification%20Team%20saying...%0D%0A%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%0D%0A%0D%0A%0D%0ADue%20to%20the%20great%20interest%20in%20our%20new%20T&amp;source=Unleashing the Techronnati Spirit" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li></ul><div style="clear:both;"></div></div><img src="http://www.techronnati.com/blog/?ak_action=api_record_view&id=302&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/1P3UfXArjvV_ugIDXYpLbdQbxGY/0/da"><img src="http://feedads.g.doubleclick.net/~a/1P3UfXArjvV_ugIDXYpLbdQbxGY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/1P3UfXArjvV_ugIDXYpLbdQbxGY/1/da"><img src="http://feedads.g.doubleclick.net/~a/1P3UfXArjvV_ugIDXYpLbdQbxGY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/techronnati/VGGz/~4/mG1oiexVdDE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techronnati.com/blog/exams-and-certifications/ibm-certification-voucher-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techronnati.com/blog/exams-and-certifications/ibm-certification-voucher-program/</feedburner:origLink></item>
	<media:rating>nonadult</media:rating></channel>
</rss>
