<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Softhacker - wetware applied</title>
	<atom:link href="http://softhacker.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://softhacker.wordpress.com</link>
	<description>About substance in more than one form</description>
	<lastBuildDate>Fri, 25 Nov 2011 14:05:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='softhacker.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Softhacker - wetware applied</title>
		<link>http://softhacker.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://softhacker.wordpress.com/osd.xml" title="Softhacker - wetware applied" />
	<atom:link rel='hub' href='http://softhacker.wordpress.com/?pushpress=hub'/>
		<item>
		<title>WordPress 3.0 implode() error</title>
		<link>http://softhacker.wordpress.com/2010/06/23/wordpress-3-0-implode-error/</link>
		<comments>http://softhacker.wordpress.com/2010/06/23/wordpress-3-0-implode-error/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 09:49:25 +0000</pubDate>
		<dc:creator>softhacker</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://softhacker.wordpress.com/?p=281</guid>
		<description><![CDATA["Warning: implode() [function.implode]: Invalid arguments passed in /wp-includes/post.php  on line 2552" was what I was seeing every time I tried editing a Page in the Dashboard. Solution was found...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=281&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After installing WordPress 3.0 on a client&#8217;s web-host (running on PHP 5.2.5 with the wonderful <a href="http://wordpress.org/extend/plugins/pdo-for-wordpress/" target="_blank">PDO (SQLite) For WordPress</a> plugin) I had a number of minor errors that required custom attention. Here&#8217;s the run-down:</p>
<p><strong>Custom file-permissions</strong> (777 for install, be careful) needed for &#8216;wp-admin&#8217;, &#8216;wp-content&#8217;, &#8216;wp-includes&#8217; and the pdo-for-wordpress &#8216;database&#8217; directories to have install run smoothly.</p>
<p>&#8220;Warning: implode() [function.implode]: Invalid arguments passed in /wp-includes/post.php  on line 2552&#8243; was what I was seeing every time I tried editing a Page in the Dashboard. Solution was found at <a href="http://wordpress-hacks.com/warning-implode-function-implode-invalid-arguments-passed-in-wp-includespost-php-on-line-1762.php">WordPress-Hacks</a> (Spanish page): comment out line 2552 and insert replacement like so:</p>
<pre><span style="color:#ff0000;">// hack start</span>
// $check_sql = "SELECT post_name FROM $wpdb-&gt;posts WHERE post_name = %s AND post_type IN ( '" . implode( "', '", esc_sql( $hierarchical_post_types ) ) . "' ) AND ID != %d AND post_parent = %d LIMIT 1";
$hierarchical_post_types_string = implode("', '", $hierarchical_post_types);
$hierarchical_post_types_string = addslashes($hierarchical_post_types_string);
$check_sql = "SELECT post_name FROM $wpdb-&gt;posts WHERE post_name = %s AND post_type IN ( '" . $hierarchical_post_types_string . "' ) AND ID != %d AND post_parent = %d LIMIT 1";
<span style="color:#ff0000;">// hack end</span></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softhacker.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softhacker.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softhacker.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softhacker.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softhacker.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softhacker.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softhacker.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softhacker.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softhacker.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softhacker.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softhacker.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softhacker.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softhacker.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softhacker.wordpress.com/281/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=281&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softhacker.wordpress.com/2010/06/23/wordpress-3-0-implode-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada2afc9e9db49adfd47eaea72342a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">softhacker</media:title>
		</media:content>
	</item>
		<item>
		<title>Searching single table column with jQuery</title>
		<link>http://softhacker.wordpress.com/2010/05/03/searching-single-table-column-with-jquery/</link>
		<comments>http://softhacker.wordpress.com/2010/05/03/searching-single-table-column-with-jquery/#comments</comments>
		<pubDate>Mon, 03 May 2010 10:42:54 +0000</pubDate>
		<dc:creator>softhacker</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://softhacker.wordpress.com/?p=270</guid>
		<description><![CDATA[In Codeigniter 1.7.2 there is no way to change the style of an individual cell with the Table class, this is not good and everyone is much looking forward to 2.0 where this sort of magic is apparently going to be included (go to this page and search for "individual cells"). So, say you have a table that contains specific values in some cells that need extra attention - if the table contains no colspan or rowspan then you're emphatically in luck and can do the following trick with jQuery<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=270&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://softhacker.files.wordpress.com/2010/05/table.png"><img class="alignright size-full wp-image-271" src="http://softhacker.files.wordpress.com/2010/05/table.png?w=500" alt=""   /></a>In <a href="http://codeigniter.com/">Codeigniter</a> 1.7.2 there is no way to change the style of an individual cell with the Table class, this is not good and everyone is much looking forward to 2.0 where this sort of magic is apparently going to be included (go to <a href="http://bitbucket.org/ellislab/codeigniter/src/tip/user_guide/changelog.html">this page</a> and search for &#8220;individual cells&#8221;). So, say you have a table that contains specific values in some cells that need extra attention &#8211; if the table contains no colspan or rowspan then you&#8217;re emphatically in luck and can do the following trick with jQuery without custom id tagging of your content:</p>
<div style="color:red;line-height:12px;margin:5px 0 5px 15px;"><code><br />
$('td:nth-child(10)').each(function () { // search 'Deposit'<br />
content = $(this).text();<br />
if (content.indexOf("No") != -1) {<br />
$(this).css('background-color','#ff0000');<br />
} else if (content.indexOf("Waiting") != -1) {<br />
$(this).css('background-color','#fef612');<br />
} else if (content.indexOf("Yes") != -1) {<br />
$(this).css('background-color','#0abd09');<br />
}<br />
});<br />
</code></div>
<p>That will select the 10th column and search it for specific value and change the container cells depending thereupon, result can be seen in screenshot. Ah yes. Side-note: of course you would need to wrap your jQuery code in the pre-requisite $(document).ready(function() and so forth (Google is our mutual friend).</p>
<p><span style="text-decoration:underline;">Resources used in connection to above snippet:</span><br />
<a style="font-size:10px;" href="http://www.javascripttoolbox.com/temp/table_cellindex.html">http://www.javascripttoolbox.com/temp/table_cellindex.html</a><br />
<a style="font-size:10px;" href="http://tylermuth.wordpress.com/2008/12/17/jquery-selectors-will-change-your-life/">http://tylermuth.wordpress.com/2008/12/17/jquery-selectors-will-change-your-life/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softhacker.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softhacker.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softhacker.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softhacker.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softhacker.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softhacker.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softhacker.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softhacker.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softhacker.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softhacker.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softhacker.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softhacker.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softhacker.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softhacker.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=270&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softhacker.wordpress.com/2010/05/03/searching-single-table-column-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada2afc9e9db49adfd47eaea72342a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">softhacker</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2010/05/table.png" medium="image" />
	</item>
		<item>
		<title>Chrome Desktop Notifications and why they are useless</title>
		<link>http://softhacker.wordpress.com/2010/04/22/chrome-desktop-notifications-and-why-they-are-useless/</link>
		<comments>http://softhacker.wordpress.com/2010/04/22/chrome-desktop-notifications-and-why-they-are-useless/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 08:11:07 +0000</pubDate>
		<dc:creator>softhacker</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://softhacker.wordpress.com/?p=264</guid>
		<description><![CDATA[Chrome Desktop Notifications would in essence never work for my no-tech users: they would have to take into consideration whether a yellow bar is asking them some obscure message about desktop access during their admin session.. it would spell out consistent and reoccurring user problems!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=264&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://softhacker.files.wordpress.com/2010/04/notification.png"><img class="alignright size-thumbnail wp-image-265" src="http://softhacker.files.wordpress.com/2010/04/notification.png?w=150&#038;h=65" alt="" width="150" height="65" /></a>Responding mainly to the optimistic vibe in the article and comment section on <a href="http://0xfe.blogspot.com/2010/04/desktop-notifications-with-webkit.html">0xfe&#8217;s brilliant article on webkit notifications</a> I have the following brief&#8217;ish commentary:  first of all the chrome dev&#8217;s need to get the window-on-top-feature under their belt, otherwise these messages/notifications are simply going to disappear in mass numbers into the land of behind-the-app. <strong>[edit: thnx to NoFancyNick for pointing out that my browser is broken]</strong></p>
<p>Secondarily I&#8217;m in 2 minds about the permission asking (same with localstorage i html5) &#8211; as in: is there any web-developers that will make use of features that demands their non-super-geek-userbase to press novel and scary invented-for-the-occasion buttons in their browsers before their site/app will work as intended? I seriously wonder: if I am to construct a notification (which is actually the case in regards to the db admin shell I&#8217;m currently working on) it is obviously better for me to use a jQuery attention grabber (like Tim Benniks&#8217; <a href="http://www.sandbox.timbenniks.com/projects/jquery-notice/">&#8220;growl-like&#8221;</a>). It would in essence never work for my no-tech users that they had to take into consideration whether a yellow bar is asking them some obscure message about accessing their desktop during their admin session.. it would spell out consistent and reoccurring user problems!</p>
<p>Lastly, while these app-like features are definitely needed we do need to find another option than the permission asking game &#8211; it works for users that are installing Firefox add-ons as second-nature thing but the rest of humanity have just come around to NOT clicking every single thing asking them for permission because it caused their computer to die of virus overload (which you and I had to fix for them). Not good.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softhacker.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softhacker.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softhacker.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softhacker.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softhacker.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softhacker.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softhacker.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softhacker.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softhacker.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softhacker.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softhacker.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softhacker.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softhacker.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softhacker.wordpress.com/264/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=264&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softhacker.wordpress.com/2010/04/22/chrome-desktop-notifications-and-why-they-are-useless/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada2afc9e9db49adfd47eaea72342a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">softhacker</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2010/04/notification.png?w=150" medium="image" />
	</item>
		<item>
		<title>Practical Strategies for Dental Health</title>
		<link>http://softhacker.wordpress.com/2010/03/27/practical-strategies-for-dental-health/</link>
		<comments>http://softhacker.wordpress.com/2010/03/27/practical-strategies-for-dental-health/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 22:30:08 +0000</pubDate>
		<dc:creator>softhacker</dc:creator>
				<category><![CDATA[health]]></category>
		<category><![CDATA[dental]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[supplements]]></category>
		<category><![CDATA[teeth]]></category>
		<category><![CDATA[tooth]]></category>
		<category><![CDATA[vitamins]]></category>
		<category><![CDATA[Winston Price]]></category>

		<guid isPermaLink="false">http://softhacker.wordpress.com/?p=245</guid>
		<description><![CDATA[This brief article provides a summary of practical strategies for achieving and maintaining good tooth-health. Since this blog is not health focused per say the article heavily references other articles and blogs but aims towards including all basic information needed for good dental health inline. It is important to note that teeth are in a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=245&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-258" src="http://softhacker.files.wordpress.com/2010/03/teeth4.jpg?w=500" alt="thanks to 3dchem.com"   />This brief article provides a summary of practical strategies for achieving and maintaining good tooth-health. Since this blog is not health focused per say the article heavily references other articles and blogs but aims towards including all basic information needed for good dental health inline. It is important to note that teeth are in a <a title="Remineralisation of teeth from Wikipedia" href="http://en.wikipedia.org/wiki/Remineralization_of_teeth">constant cycle of re-mineralization</a> which is why that, contrary to popular belief, cavities <a title="Reversing Tooth Decay from Whole Health Source" href="http://wholehealthsource.blogspot.com/2009/03/reversing-tooth-decay.html">can re-seal</a>, and more importantly <a title="From page &quot;The incidence of dental caries [cavities] among the isolated groups living on native foods was 0.6 per cent, while for those around the port living in part on trade foods, it is 33.4 per cent.&quot;" href="http://wholehealthsource.blogspot.com/2009/01/tokelau-island-migrant-study-dental.html">do not need to occur in the first place</a>.</p>
<p>Now lets get down with the data. The linked material often contains tool-tips with further information so do allow the mouse to hover before it clicks. A number of the links associated to Vitamin K2 MK-4 points towards material referenced from Winston Price who worked with a formula knows as Activator X, it has been <a title="Activator X from Whole Health Source" href="http://wholehealthsource.blogspot.com/2008/06/activator-x.html">confirmed to actually be Vitamin K2 MK-4</a> in 2007 by Chris Masterjohn. While most studies have been done on the MK-4 variant I have personally found a vitamin K complex to be of more benefit against dental plaque (I&#8217;m not the only one),  see recommended products at end of article for specifics.</p>
<h2>Diet &amp; Supplementation</h2>
<h3>To avoid</h3>
<ol>
<li><strong>No sugar</strong> (causes bacteria, <a href="http://en.wikipedia.org/wiki/Lactobacillus">lactobacillus</a> and <a href="http://en.wikipedia.org/wiki/Streptococcus_mutans">streptococcus mutans</a> mainly, to digest sugars and break them down into acid that destroys enamel and allows cavities to form)</li>
<li><strong>No wheat</strong> (phytic acid causes extra <a title="Phytic acid from Wikipedia" href="http://en.wikipedia.org/wiki/Phytic_acid">excretion of phosphorus</a> which in essence means loss of teeth mineralization material. Also gluten sensitivity causes mal-absorption of minerals in <a title="Gluten Sensitivity: Celiac Disease is the Tip of the Iceberg" href="http://wholehealthsource.blogspot.com/2008/12/gluten-sensitivity-celiac-disease-is.html">many people</a>)</li>
<li><strong>Preferably no nuts</strong> (again phytic acid)</li>
<li><strong>No soft drinks</strong> (same issues as with sugar, only worse due to <a title="Phosphoric acid from Wikipedia" href="http://en.wikipedia.org/wiki/Phosphoric_acid#Processed_food_use">phosphoric acid</a> which causes even more acidity and is linked to <a href="http://en.wikipedia.org/wiki/Phosphoric_acid#Biological_effects_on_bone_calcium_and_kidney_health">lower bone density</a>)</li>
</ol>
<h3>To include</h3>
<ol>
<li><strong>Vitamin D</strong> (even without major diet change Vit. D is able to shift balance towards more cavities <a title="See 2nd graph on page - Reversing Tooth Decay" href="http://wholehealthsource.blogspot.com/2009/03/reversing-tooth-decay.html">being healed than being formed</a>, it promotes <a title="Vitamin D from Wikipedia" href="http://en.wikipedia.org/wiki/Vitamin_D">absorption of calcium and phosphorus</a> in the gut which is essential because tooth enamel is primarily made out of hydroxylapatite; a crystalline  <em>calcium phosphate</em>)</li>
<li><strong>Vitamin K1, K2 MK-4 &amp; MK-7</strong> (helps all bone and teeth health via <a title="Vitamin K from Wikipedia" href="http://en.wikipedia.org/wiki/Vitamin_K#Vitamin_K_and_bone_health">improved calcium bonding</a> and balances and <a title="&quot;...research is beginning to find that [Vitamin K2] is also critical for mineral metabolism, bone and tooth formation and maintenance. Its function is synergistic with vitamins A and D&quot;" href="http://wholehealthsource.blogspot.com/2008/06/activator-x.html">activates the effects of Vitamin D and A</a>, it also seems to <a title="&quot;[Vitamin K2 MK-4] reduced the Lactobacillus acidophilus count from 323,000 to 15,000.&quot;" href="http://freetheanimal.com/2008/11/vitamin-k2-menatetrenone-mk-4.html">eradicate bacteria</a> and changes saliva from <a title="&quot;[Vitamin K2 MK-4] consistently changed the chemical behavior of their saliva from phosphorus-accepting to phosphorus-donating.&quot;" href="http://freetheanimal.com/2008/11/vitamin-k2-menatetrenone-mk-4.html">phosphorus-accepting to  phosphorus-donating</a>, meaning that your own spit starts maintaining teeth enamel instead of gradually breaking it down).</li>
<li><strong>Omega 3</strong> (<a href="http://www.ncbi.nlm.nih.gov/pubmed/20097537?dopt=Abstract">1.5  times less occurrence</a> of periodontal disease)</li>
<li><strong>Rosemary </strong>(stabilizes Omega 3 oils in the body to avoid oils becoming rancid &amp; provides anti-viral, anti-bacterial, anti-inflammatory, anti-oxidant, and interestingly, anti-glycation effects, see recommendations below on how to prepare soundly and cheaply)</li>
<li><strong>Xylitol</strong> (intake routinely linked to lower incidence of cavities through anti-bacterial and alkalizing effects)</li>
</ol>
<p>As a general guide adequate amounts of <a title="&quot;low levels of magnesium in the body has been associated with [...] osteoporosis.&quot;" href="http://en.wikipedia.org/wiki/Magnesium#Biological_role">magnesium</a>, calcium and vitamin A and vitamin C (non-acid source preferred, such as sodium ascorbate) needs to be present in the diet for vitamin D and K to work their magic. Supplement these conservatively if in doubt.</p>
<p><strong>edit: post still missing dose recommendations, will be added shortly</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softhacker.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softhacker.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softhacker.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softhacker.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softhacker.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softhacker.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softhacker.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softhacker.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softhacker.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softhacker.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softhacker.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softhacker.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softhacker.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softhacker.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=245&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softhacker.wordpress.com/2010/03/27/practical-strategies-for-dental-health/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada2afc9e9db49adfd47eaea72342a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">softhacker</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2010/03/teeth4.jpg" medium="image">
			<media:title type="html">thanks to 3dchem.com</media:title>
		</media:content>
	</item>
		<item>
		<title>CSV Email Stripper Program</title>
		<link>http://softhacker.wordpress.com/2010/02/04/csv-email-stripper-program/</link>
		<comments>http://softhacker.wordpress.com/2010/02/04/csv-email-stripper-program/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:53:30 +0000</pubDate>
		<dc:creator>softhacker</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[email stripper]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[rfc 2822]]></category>

		<guid isPermaLink="false">http://softhacker.wordpress.com/?p=231</guid>
		<description><![CDATA[...a little open source Email Stripper freeware application that is essentially hacked together by yours truly in response to the mess that Hotmail exports. I needed a clear list of emails (for import in MailMan), cleaned for duplicates and without linebreaks, see screenshot for basic operation...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=231&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_232" class="wp-caption alignright" style="width: 160px"><a href="http://softhacker.files.wordpress.com/2010/02/emailstripper_screencompilation.png"><img src="http://softhacker.files.wordpress.com/2010/02/emailstripper_screencompilation.png?w=150&#038;h=150" alt="" title="EmailStripper 0.1 screen compilation" width="150" height="150" class="size-thumbnail wp-image-232" /></a><p class="wp-caption-text">EmailStripper 0.1 screen compilation</p></div>Here&#8217;s a little open source <strong>Email Stripper</strong> freeware application that is essentially hacked together by yours truly in response to the mess that Hotmail exports. I needed a clear list of emails (for import in MailMan), cleaned for duplicates and without linebreaks and with a specific line deliminator; see screenshot for basic operation. The regexp detection is based on <a href="http://www.regular-expressions.info/email.html">RFC 2822</a>. Since I&#8217;m still Linux/OSX challenged this little app is Windows XP/Vista/7 only.</p>
<p>You can <b>download the compiled exe</b> from here:<br />
<a href="http://www.citif.dk/micro.apps/EmailStripper.zip">EmailStripper.zip</a> (version:2010-02-04 (0.1)) (thanks to <a href="http://www.citif.dk">Citif.dk</a> for hosting) -<b>note</b>: AU3 compiled exe&#8217;s has history of being <a href="http://www.autoitscript.com/forum/index.php?showtopic=34658">falsely detected</a> as vira/malware, </p>
<p>And here is the source code (<a href="http://www.autoitscript.com/autoit3/downloads.shtml">AU3</a> based), please post improvement in comments and I&#8217;ll update the post accordingly.</p>
<div style="color:red;line-height:10px;margin:5px 0 5px 15px;">
<code><br />
#cs ----------------------------------------------------------------------------<br />
 Script Name: email_stripper<br />
 Script Version: 2010-02-04 (beta)<br />
 Author: softhacker<br />
 Script Aspects:<br />
&nbsp;&nbsp;&nbsp;&nbsp;Strips emails from for an example csv outputs from hotmail or others<br />
&nbsp;&nbsp;&nbsp;&nbsp;RegExp taken from http://www.regular-expressions.info/email.html (RFC 2822)<br />
#ce ----------------------------------------------------------------------------<br />
#Include "Array.au3"<br />
$pathtofile = FileOpenDialog("Please select file to strip from",@ScriptDir,"Pure txt files (*.txt;*.csv)",1)<br />
$filehandle = FileOpen($pathtofile,0)<br />
$text = FileRead($filehandle)<br />
$text = StringLower($text)<br />
FileClose($filehandle)<br />
$emailarray = StringRegExp($text, "[a-z0-9!#$%&amp;'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&amp;'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?", 4)<br />
Dim $cleanedemailarray[UBound($emailarray)]<br />
For $i = 0 To UBound($emailarray) - 1<br />
&nbsp;&nbsp;&nbsp;&nbsp;$match = $emailarray[$i]<br />
&nbsp;&nbsp;&nbsp;&nbsp;For $j = 0 to UBound($match) - 1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$cleanedemailarray[$i] = $match[$j]<br />
&nbsp;&nbsp;&nbsp;&nbsp;Next<br />
Next<br />
_ArraySort($cleanedemailarray)<br />
$cleanedemailarray = _ArrayUnique($cleanedemailarray)<br />
_ArrayDelete($cleanedemailarray,0)<br />
$deliminator = InputBox ( "Please enter the delimiter needed between emails", "Enter deliminator(s) (; , | - )", ";")<br />
$linebreakanswer = MsgBox(36,"Linebreaks or not","Do you want linebreaks after each entry?")<br />
If $linebreakanswer = 6 Then $emailstring = _ArrayToString($cleanedemailarray,$deliminator &amp; @CRLF)<br />
If $linebreakanswer = 7 Then $emailstring = _ArrayToString($cleanedemailarray,$deliminator)<br />
$filenametosaveto = FileSaveDialog("Please select file to save stripped material to",@ScriptDir,"Pure txt file (*.txt;*.csv)",16)<br />
$filehandle = FileOpen($filenametosaveto,2)<br />
FileWrite($filehandle,$emailstring)<br />
FileClose($filehandle)<br />
</code>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softhacker.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softhacker.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softhacker.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softhacker.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softhacker.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softhacker.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softhacker.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softhacker.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softhacker.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softhacker.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softhacker.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softhacker.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softhacker.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softhacker.wordpress.com/231/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=231&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softhacker.wordpress.com/2010/02/04/csv-email-stripper-program/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada2afc9e9db49adfd47eaea72342a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">softhacker</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2010/02/emailstripper_screencompilation.png?w=150" medium="image">
			<media:title type="html">EmailStripper 0.1 screen compilation</media:title>
		</media:content>
	</item>
		<item>
		<title>Rocketfuel Self-Heating Black Coffee Review</title>
		<link>http://softhacker.wordpress.com/2009/11/22/rocketfuel-black-coffee/</link>
		<comments>http://softhacker.wordpress.com/2009/11/22/rocketfuel-black-coffee/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 17:28:51 +0000</pubDate>
		<dc:creator>softhacker</dc:creator>
				<category><![CDATA[cheap food]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[despair]]></category>
		<category><![CDATA[false-truth]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[self-heating coffee]]></category>

		<guid isPermaLink="false">http://softhacker.wordpress.com/?p=214</guid>
		<description><![CDATA[This is utterly unscientific from about 4 to 52 angles so please stop reading if you&#8217;re inclined towards sanity. Now, for the rest of us: this is a review of &#8220;Rocketfuel (self-heating) Black Coffee (Hot Energy Strong Black Coffee Powered by Guarana)&#8221;, see image for visual appreciation and deep scientific understanding of the issue at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=214&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is utterly unscientific from about 4 to 52 angles so please stop reading if you&#8217;re inclined towards sanity.<br />
<a href="http://softhacker.files.wordpress.com/2009/11/ratcoffee.png"><img class="alignright size-full wp-image-215" title="Rocketfuel Coffee" src="http://softhacker.files.wordpress.com/2009/11/ratcoffee.png?w=500" alt="Disgusting rat coffee"   /></a><br />
Now, for the rest of us: this is a review of &#8220;Rocketfuel (self-heating) Black Coffee (Hot Energy Strong Black Coffee Powered by Guarana)&#8221;, see image for visual appreciation and deep scientific understanding of the issue at hand. Ok, so here&#8217;s the, <a href="http://erowid.org">erowid.org</a>-style, personal trip report from the encounter:</p>
<blockquote><p>Dose: 1 (oral) Rocketfuel Black Coffee (wet)<br />
Body weight: 69 kilo (152lb or 11 stone)</p></blockquote>
<p>First, before I begin, despite what may be deducted from the intro and everything else, this ALL HAPPENED TO A FRIEND and it is only for ease of writing that I have adopted a first person perspective to re-tell the daring tale of despair.</p>
<p><strong>15:47</strong><br />
I first spot the much feared yet also tantalizing substance flaunted on display at a local news agent in the area. After the initial doubt over the slightly hefty price of £1.45 my curiosity gets the best of me (its coffee.. it HEATS ITSELF!) and I commence to pay for the drug with my girlfriend&#8217;s (named &#8220;Y&#8221; for anonymity in the rest of this report) money as I&#8217;m as always low on cash.</p>
<p><strong>15:56</strong></p>
<p>After calming myself down (by walking out of the store and thinking about a watermelon and listening to an psychedelic ambient music album by Shpongle) I promptly read the simple yet tantalizing instructions on the side of the jar: 1) &#8220;Click the base (once)&#8221; 2) Shake for 40 seconds 3) Drink (after opening). Because I&#8217;m largely fearless, and mildly retarded, I proceeded to press the base nearly 10 times to make sure it was more than ordinarily pressed and&#8230;</p>
<p><strong>15:57</strong></p>
<p>&#8230; immediately after I was transferred to another reality zone of complete appreciation in regards to just how well the self heating cup functioned as a hand-warmer; this effect is so strong that it was also commented on by Y who was my sitter throughout the trip [Erowid Note: always use a sitter when trying out dangerous/novel substances].</p>
<p><strong>15:58 (ingesting the substance)<a href="http://softhacker.files.wordpress.com/2009/11/ratcoffee2.png"><img class="alignleft size-full wp-image-220" title="Drain of despair" src="http://softhacker.files.wordpress.com/2009/11/ratcoffee2.png?w=500" alt=""   /></a></strong></p>
<p>This is f*cking mind-blowing, the coffee just heated itself (at least mildly) and now I&#8217;m drinking it&#8230; ARGH, the issue is that it taste as if someone is forcefully injecting roughly one imperial gallon (yes that is 4.54609188 liters) of sewer waste into my gullet. The shock causes a strong onset of hallucinations involving small pixies dancing with metal boots in my groin while laughing hysterically. This hallucination however rapidly fades and gives way to swirling visions of me kicking the manufacturer of this coffee in the groin and then finally disappears.</p>
<p><strong>16:05 (the come-down)</strong></p>
<p>I now strongly need a toothbrush and industrial strength hydrogen peroxide to clean my mouth from the vile taste. The lingering taste even as I&#8217;m writing this reminds me exactly what sort of price one should be willing to pay for buying pre-manufactured self-heating coffee crap. As I wipe tears from my eyes due to the emotional impact of this trip I cannot help but wonder whether this experience will make me think twice next time. I think I learned my lesson, crac.. coffee isn&#8217;t for me, self-heating or not.</p>
<p><!-- AddThis Button BEGIN --></p>
<div><a href="http://www.addthis.com/bookmark.php?v=250&amp;username=hjhndr" title="Bookmark and Share" target="_blank"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share"></a></div>
<p><!-- AddThis Button END --></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softhacker.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softhacker.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softhacker.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softhacker.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softhacker.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softhacker.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softhacker.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softhacker.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softhacker.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softhacker.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softhacker.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softhacker.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softhacker.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softhacker.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=214&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softhacker.wordpress.com/2009/11/22/rocketfuel-black-coffee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada2afc9e9db49adfd47eaea72342a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">softhacker</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2009/11/ratcoffee.png" medium="image">
			<media:title type="html">Rocketfuel Coffee</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2009/11/ratcoffee2.png" medium="image">
			<media:title type="html">Drain of despair</media:title>
		</media:content>

		<media:content url="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" medium="image">
			<media:title type="html">Bookmark and Share</media:title>
		</media:content>
	</item>
		<item>
		<title>The Human Hormonal Systems</title>
		<link>http://softhacker.wordpress.com/2009/10/27/human-hormonal-systems/</link>
		<comments>http://softhacker.wordpress.com/2009/10/27/human-hormonal-systems/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 18:58:22 +0000</pubDate>
		<dc:creator>softhacker</dc:creator>
				<category><![CDATA[health]]></category>
		<category><![CDATA[autocrine]]></category>
		<category><![CDATA[cytokines]]></category>
		<category><![CDATA[eicosanoids]]></category>
		<category><![CDATA[endocrine]]></category>
		<category><![CDATA[hormonal]]></category>
		<category><![CDATA[hormonal systems]]></category>
		<category><![CDATA[hormone]]></category>
		<category><![CDATA[hormone systems]]></category>
		<category><![CDATA[omega-3]]></category>
		<category><![CDATA[omega-6]]></category>
		<category><![CDATA[turmeric]]></category>

		<guid isPermaLink="false">http://softhacker.wordpress.com/?p=170</guid>
		<description><![CDATA[We will start with the autocrine system since this makes sense in evolutionary perspective; it came first into existence. It is worthwhile to note that several hormones such as for an example acetylcholine are functioning (and synthesized) in both hormonal domains. Also, the description of both systems includes a standardized ending named "Health Perspectives", while this section is of course written to be relevant to each of the hormonal systems it is notable that anything that enhances one system will in essence also help balance the other.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=170&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Most of us will equate the human hormonal system with the endocrine, blood vessel, hormone system. A closer look will reveal a close interrelationship between 2 vastly different hormone systems; the <strong>autocrine</strong> (also at times referred to as the paracrine*) and the <strong>endocrine</strong>. From a health perspective it pays off to know these systems a bit more in detail which is what this article will focus on. Common characteristics of the two systems include that they both depend on <em>hormone receptors</em>; a receptor is &#8220;<a href="http://en.wikipedia.org/wiki/Hormone_receptor">a receptor protein on the surface of a cell </a>[...] that binds to a specific hormone&#8221;.</p>
<p>*not strictly true &#8211; paracrine hormones can communicate between <em>different types</em> of cells whereas autocrine only work on similar types</p>
<p>We will start with the <em>autocrine</em> system since this makes sense in evolutionary perspective; it came first into existence. It is worthwhile to note that several hormones, for an example acetylcholine, are functioning (<a href="http://www.ionchannels.org/showabstract.php?pmid=14764638">and synthesized</a>) in both hormonal domains. The description of both systems includes a standardized ending named &#8220;Health Perspectives&#8221;, while this section is of course written to be relevant to each of the hormonal systems it is reasonable to infer that something that enhances one system will in essence also help balance the other.</p>
<h2>Autocrine Hormone System</h2>
<p>This system is characterized by its <em>local</em> cellular function. It basically involves one, or multiple, cell(s) releasing locally acting hormones. By &#8220;locally acting&#8221; I mean that the hormones released will return to act either on the originator cell or its immediate neighbors.  Autocrine hormones do not enter the bloodstream. Since these hormones are the &#8216;base unit&#8217; of cellular communication they have the power to &#8216;overrule&#8217; the effects of endocrine hormones &#8211; as a metaphor think about them as neighbors or close friends; what they say will most often matter vastly more than any message you may get off the internet (at least short-term).</p>
<p><strong>Example of compound(s) or drug(s) that modifies the activity of the Autocrine system</strong></p>
<p>An excellent, and mass publicized, example of a autocrine activity modifier is <a href="http://en.wikipedia.org/wiki/Aspirin">aspirin</a> which temporarily disables the two enzymes <a href="http://en.wikipedia.org/wiki/COX-1">COX-1</a> and <a href="http://en.wikipedia.org/wiki/COX-2">COX-2</a> that are essential to the production of a number of the autocrine prostanoid hormones. The good news is that COX-2 repression quells inflammation (and thus helps protect against everything from cancer to arthritis) while COX-1 repression helps stop the production of <a href="http://en.wikipedia.org/wiki/Thromboxanes">thromboxanes</a>, which otherwise promote (at times fatal) blood clotting. The bad news is that <a href="http://www.sciencedaily.com/releases/2009/04/090413180655.htm">new</a> <a href="http://www.sciencedaily.com/releases/2009/05/090531115613.htm">study reviews</a> are showing that the increase in bleeding related accidents by supplementing with aspirin makes it so that this practice in essence only makes sense for people who have already suffered from heart-related problems.</p>
<p><strong>Examples of Autocrine hormones</strong></p>
<blockquote><p><span style="text-decoration:underline;">Eicosanoids</span> (&#8220;derive[d] from either <a title="Omega-3 fatty acid" href="http://en.wikipedia.org/wiki/Omega-3_fatty_acid">omega-3</a> (ω-3) or <a title="Omega-6 fatty acid" href="http://en.wikipedia.org/wiki/Omega-6_fatty_acid">omega-6</a> (ω-6) EFAs. The ω-6 eicosanoids are generally pro-inflammatory; ω-3&#8242;s are much less so [...] with effects on <a title="Cardiovascular disease" href="http://en.wikipedia.org/wiki/Cardiovascular_disease">cardiovascular disease</a>, <a title="Triglycerides" href="http://en.wikipedia.org/wiki/Triglycerides">triglycerides</a>, <a title="Blood pressure" href="http://en.wikipedia.org/wiki/Blood_pressure">blood pressure</a>, and <a title="Arthritis" href="http://en.wikipedia.org/wiki/Arthritis">arthritis</a>&#8220;) [<a href="http://en.wikipedia.org/wiki/Eicosanoids">source</a>]</p>
<p><span style="text-decoration:underline;">Cytokines (</span>&#8220;[derived from] <a title="Proteins" href="http://en.wikipedia.org/wiki/Proteins">proteins</a>, <a title="Peptides" href="http://en.wikipedia.org/wiki/Peptides">peptides</a>, or <a title="Glycoproteins" href="http://en.wikipedia.org/wiki/Glycoproteins">glycoproteins</a>. [They are] substances that are secreted by specific cells of the immune system [in the] general region of the pathogen infected cells, so other immune molecules which follow the signal will arrive at that site&#8221;) and they hold a (&#8220;possible role in [...] <a title="Autoimmune disorder" href="http://en.wikipedia.org/wiki/Autoimmune_disorder">autoimmune disorders</a>. Several inflammatory cytokines are induced by oxidant stress. The fact that cytokines, themselves trigger the release of other cytokines<sup> </sup>and lead also to increased oxidant stress, makes them important in chronic inflammatory disorders.&#8221;) [<a href="http://en.wikipedia.org/wiki/Cytokine">source</a>]</p></blockquote>
<p><strong>Health Perspective<br />
</strong></p>
<p>Omega 3 fatty acids are undeniably a very subtle, efficient and <a href="http://en.wikipedia.org/wiki/Omega-3_fatty_acid#Health_benefits">proven</a> way of positively helping the autocrine system do its job<strong>. </strong>Also, should a pro-inflammatory cycle in the autocrine system already be present then a number of compounds, such as Turmeric (Curcumin), are<strong> </strong>perfectly able to help short-circuit the negative loop by <a href="http://www.sciencedirect.com/science?_ob=ArticleURL&amp;_udi=B6WPH-4CNT3N5-4R&amp;_user=10&amp;_rdoc=1&amp;_fmt=&amp;_orig=search&amp;_sort=d&amp;_docanchor=&amp;view=c&amp;_acct=C000050221&amp;_version=1&amp;_urlVersion=0&amp;_userid=10&amp;md5=2ff4fc481da2c14d62d24d0a26a462c1">manipulating</a> the expression of inflammatory autocrine factors downwards.</p>
<h2>Endocrine Hormone System</h2>
<div id="attachment_185" class="wp-caption alignright" style="width: 334px"><img class="size-full wp-image-185" title="Human Endocrine Glands" src="http://softhacker.files.wordpress.com/2009/10/human-glands1.png?w=500" alt="Human Endocrine Glands"   /><p class="wp-caption-text">Human Endocrine Glands</p></div>
<p>The endocrine system is characterized by its use of the blood system as communication highway for all its hormonal activity. The system has its control unit in the form of the <a href="http://en.wikipedia.org/wiki/Hypothalamus">hypothalamus</a> (located in the middle of the brain) which, via the <a href="http://en.wikipedia.org/wiki/Pituitary_gland">pituitary gland</a> (which is in direct control with the blood stream), links the endocrine system (7 hormonal glands) up with the nervous system. This system lends itself well to illustration so have a look at included image (modified CC licensed image from Wikipedia) for reference.</p>
<p>In essence the hypothalamus gets incoming data in the form of feedback (via both communication via the nervous system and by sampling the amount of hormones in the bloodstream) from another gland that says &#8220;enough&#8221; or &#8220;more&#8221; of a given hormone which it uses to regulate production.</p>
<p>Endocrine sets of hormones are often  functioning in <em>axis </em>setups; a famous, and often felt, example is the hormonal <a href="http://en.wikipedia.org/wiki/Glucagon">glucagon</a>-<a href="http://en.wikipedia.org/wiki/Insulin">insulin</a> axis. In order for people to be fully functional and awake these two hormones needs to be in balance within a relatively small window. Insulin drives blood glucose down while glucagon drives it up. If we eat moderate amounts of carbohydrate in conjunction with protein then the pancreas uses these two hormones to keep the blood-glucose level within a very tight window. Should we overeat carbohydrate then the blood-glucose will go up a lot, eventually causing a strong release of insulin to drive it back down, this time however, the pancreas will not be able to stop the falling blood-glucose levels because protein is required for glucagon synthesis &#8211; result is that we get sleepy after over-eating for example pasta (or drinking fizzy drinks). Since insulin disables use of stored glycogen as energy long term stressing of the pancreas insulin production is likely to cause combination of overweight and eventually diabetes due to falling production of insulin.</p>
<p><strong>Example of compound(s) or drug(s) that modifies the activity of the Endocrine system</strong></p>
<p>Iodine is essential for the production of <a title="Thyroxine" href="http://en.wikipedia.org/wiki/Thyroxine">thyroid hormone</a>. &#8220;The thyroid controls how quickly the body burns energy, makes <a title="Protein" href="http://en.wikipedia.org/wiki/Protein">proteins</a>, and controls how sensitive the body should be to other <a title="Hormones" href="http://en.wikipedia.org/wiki/Hormones">hormones</a>.&#8221; Iodine deficiency can lead to &#8220;extreme fatigue, <a title="Goitre" href="http://en.wikipedia.org/wiki/Goitre">goitre</a>, mental slowing, depression, weight gain, and low basal body temperatures.&#8221; which happens not just in developing countries but also in Europe: &#8220;In Germany it has been estimated to cause a billion dollars in health care costs per year.&#8221;) (sources <a href="http://en.wikipedia.org/wiki/Thyroid">1</a> and <a href="http://en.wikipedia.org/wiki/Iodine">2</a>)</p>
<p><strong>Examples of Endocrine hormones</strong></p>
<blockquote><p><span style="text-decoration:underline;">Growth hormone (GH)</span> (Is a &#8220;protein-based poly-<a title="Peptide hormone" href="http://en.wikipedia.org/wiki/Peptide_hormone">peptide hormone</a>. It stimulates <a title="Human development (biology)" href="http://en.wikipedia.org/wiki/Human_development_%28biology%29">growth</a> and <a title="Cell (biology)" href="http://en.wikipedia.org/wiki/Cell_%28biology%29">cell</a> reproduction and regeneration in humans and other animals [.. and is secreted by the] <a title="Anterior pituitary" href="http://en.wikipedia.org/wiki/Anterior_pituitary">pituitary</a> gland.&#8221;) (<a href="http://en.wikipedia.org/wiki/Growth_hormone">source</a>)</p>
<p><span style="text-decoration:underline;">Pregnenolone</span> (One of several pro-hormones that can undergo further <a href="http://www.gfmer.ch/Books/Reproductive_health/Steroid_hormone_metabolism.html">steroid metabolism</a> to be converted into a range of other hormones including the the axis hormones <a href="http://www.drlam.com/articles/ovarian_adrenal_thyroid.asp#OvarianSystem">estrogen and progesterone</a> as well as being a &#8220;precursor to <a title="Testosterone" href="http://en.wikipedia.org/wiki/Testosterone">testosterone</a> and <a title="Estrone" href="http://en.wikipedia.org/wiki/Estrone">estrone</a>&#8220;) (<a href="http://en.wikipedia.org/wiki/Pregnenolone">source</a>)<br />
<span style="text-decoration:underline;"><br />
</span></p></blockquote>
<p><strong>Health Perspective</strong></p>
<p>A re-occurring theme in the above information on the endocrine system has been the hormonal axes and how their maintainance of a fairly tight balance is of vital importance to health &#8211; it is worth understanding this process fully to aid this process through diet. After all imbalances can lead to diabetes which is actually being used as a <a href="http://www.springerlink.com/content/q167v1042430x370/">accelerated model of aging</a>. In essence minimizing excess blood glucose through dietary habits, along with exercise to promote healthy GH levels, will likely continue to be the most effective way to stabilize the endocrine system for years to come.</p>
<p><!-- AddThis Button BEGIN --></p>
<div><a href="http://www.addthis.com/bookmark.php?v=250&amp;username=hjhndr" title="Bookmark and Share" target="_blank"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share"></a></div>
<p><!-- AddThis Button END --></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softhacker.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softhacker.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softhacker.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softhacker.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softhacker.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softhacker.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softhacker.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softhacker.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softhacker.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softhacker.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softhacker.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softhacker.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softhacker.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softhacker.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=170&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softhacker.wordpress.com/2009/10/27/human-hormonal-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada2afc9e9db49adfd47eaea72342a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">softhacker</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2009/10/human-glands1.png" medium="image">
			<media:title type="html">Human Endocrine Glands</media:title>
		</media:content>

		<media:content url="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" medium="image">
			<media:title type="html">Bookmark and Share</media:title>
		</media:content>
	</item>
		<item>
		<title>Overclocking Dell Vostro 220</title>
		<link>http://softhacker.wordpress.com/2009/10/15/overclock-dell-vostro-220/</link>
		<comments>http://softhacker.wordpress.com/2009/10/15/overclock-dell-vostro-220/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 17:41:47 +0000</pubDate>
		<dc:creator>softhacker</dc:creator>
				<category><![CDATA[diy]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[overclock]]></category>
		<category><![CDATA[vostro]]></category>

		<guid isPermaLink="false">http://softhacker.wordpress.com/?p=140</guid>
		<description><![CDATA[This particular hardware hack was performed using a modified edition of the so-called BSEL hack on the Intel Core 2 Duo E7400 processor that I got with my desktop from Dell. Result; from 2800MHz to 3500MHz with little to no temperature difference!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=140&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><em>Update (06-09-10):</em></strong> <em>at least one report in the comments confirm stability of the hack when applied on the E7500 processor as well. Its almost one year down the road from the original hack and my E7400 is still running smoothly at 3500 MHz. I recently took the Dell apart again to fit a new Intel X25-M SSD 80 GB in it and was quite surprised at how absolutely clogged up the machine was with dust; biyearly hovering of PSU and CPU fans is definitely called for. </em></p>
<p>This particular hardware hack was performed using a modified edition of the so-called BSEL hack on the Intel Core 2 Duo E7400 processor that I got with the machine from Dell. Unfortunately only <a href="http://www.overclock.net/intel-cpus/341123-intel-bsel-vid-mod-guide.html">older </a><a href="http://www.overclockers.com/index.php?option=com_content&amp;view=article&amp;id=3566&amp;catid=54:howto&amp;Itemid=4260">guides</a> for BSEL <a href="http://www.ocforums.com/showthread.php?t=586108">hacks</a> seem to be floating about and most of them require use of conductive ink. Not so easy.</p>
<p>Basically after finding <a href="http://www.ocforums.com/showthread.php?t=586108">image on ocforums.com</a> showing a 1066 MHz to 1333 MHz FSB hack performed by using tape I rejoiced; the worst thing that could possibly happen was a total Dell meltdown.</p>
<p>So I took the Vostro apart (they are by the way incredibly nicely build (and silent) machines) and put, I&#8217;m sorry but yes, ordinary-99-penny-postoffice-brown-tape over one of the pins on the bottom of the CPU. This tape was cut out to fit on a scientific scale by using a pair of kitchen scissors. See image.</p>
<div id="attachment_141" class="wp-caption alignmiddle" style="width: 310px"><a rel="attachment wp-att-141" href="http://softhacker.wordpress.com/2009/10/15/overclock-dell-vostro-220/e7400-fsb333-bsel-overclock/"><img class="size-medium wp-image-141" title="Intel Core 2 Duo E7400 BSEL Overclock" src="http://softhacker.files.wordpress.com/2009/10/e7400-fsb333-bsel-overclock.jpg?w=300&#038;h=151" alt="Intel Core 2 Duo E7400 BSEL Overclock" width="300" height="151" /></a><p class="wp-caption-text">Intel Core 2 Duo E7400 BSEL Overclock</p></div>
<div id="attachment_146" class="wp-caption alignright" style="width: 160px"><a rel="attachment wp-att-146" href="http://softhacker.wordpress.com/2009/10/15/overclock-dell-vostro-220/prime95-2hrs-3-5ghz/"><img class="size-thumbnail wp-image-146" title="Prime95 &amp; Core Temp after 2hrs of stress testing" src="http://softhacker.files.wordpress.com/2009/10/prime95-2hrs-3-5ghz.png?w=150&#038;h=88" alt="Prime95 2hrs stress testing" width="150" height="88" /></a><p class="wp-caption-text">Prime95 &amp; Core Temp after 2hrs of stress testing</p></div>
<p>This worked when I put in back in the computer and actually allowed me to boot into Windows with a 3491.3 MHz (332.5 * 10.5) clock speed, so I decided to run a few benchmarks. First of all I did 2 hours of Prime95 stress testing (I know probably too little but the temp stabilized already after an hour so I&#8217;m not concerned) which worked flawlessly and only took the temp up to a max of 50c (measured with Core Temp) on one of the cores.</p>
<div id="attachment_153" class="wp-caption alignleft" style="width: 160px"><a rel="attachment wp-att-153" href="http://softhacker.wordpress.com/2009/10/15/overclock-dell-vostro-220/attachment/766273/"><img class="size-thumbnail wp-image-153" title="CPU-Z stats" src="http://softhacker.files.wordpress.com/2009/10/766273.png?w=150&#038;h=143" alt="CPU-Z stats" width="150" height="143" /></a><p class="wp-caption-text">CPU-Z stats</p></div>
<p>Then, seeing as the temperature was stable and so forth I found it prudent to put some actual evidence up to suggest that this is not total bullcr*p, tada, enter <a href="http://valid.canardpc.com/show_oc.php?id=766273">CPU-Z verified overclock</a>, or seeing as you may find me trustworthy anywho simply have a closer look at the image on the left.</p>
<p>As a final little prod to make it clear that this is absolutely all in all brilliant I took an extended screenshot from <a href="http://www.passmark.com/products/pt.htm">PerformanceTest</a> (nice benchmark software from PassMark; they have free 30 day trial out and that should do fine if all you want to do is ascertain the awesomeness of your overclocking adventure). In order to view the image full resolution you&#8217;ll have to click it a few times to get the fullscreen version and then make sure your browser isn&#8217;t scaling it to see the neato details. One more thing: &#8220;This Computer&#8221; represents the 3.50 GHz overclock and the other two are simply in there for you to see that not only is the CPU at this speed about 15-20% faster than stock speed but it also about 15% faster than the much more expensive Core 2 Duo E8400 (!)</p>
<div id="attachment_156" class="wp-caption aligncenter" style="width: 163px"><a rel="attachment wp-att-156" href="http://softhacker.wordpress.com/2009/10/15/overclock-dell-vostro-220/cpu-bench/"><img class="size-medium wp-image-156" title="CPU PerformanceTest 7.0 Benchmark" src="http://softhacker.files.wordpress.com/2009/10/cpu-bench.png?w=153&#038;h=300" alt="CPU PerformanceTest 7.0 Benchmark" width="153" height="300" /></a><p class="wp-caption-text">CPU PerformanceTest 7.0 Benchmark</p></div>
<p>What the above does not touch upon is the fact that the increased FSB (1066MHz to 1333MHz) has allowed everything from the (admittedly shitty) integrated graphics card to the RAM to run 10 to 15% faster. And it shows. Now.. about that solid state drive..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softhacker.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softhacker.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softhacker.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softhacker.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softhacker.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softhacker.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softhacker.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softhacker.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softhacker.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softhacker.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softhacker.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softhacker.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softhacker.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softhacker.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=140&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softhacker.wordpress.com/2009/10/15/overclock-dell-vostro-220/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada2afc9e9db49adfd47eaea72342a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">softhacker</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2009/10/e7400-fsb333-bsel-overclock.jpg?w=300" medium="image">
			<media:title type="html">Intel Core 2 Duo E7400 BSEL Overclock</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2009/10/prime95-2hrs-3-5ghz.png?w=150" medium="image">
			<media:title type="html">Prime95 &#38; Core Temp after 2hrs of stress testing</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2009/10/766273.png?w=150" medium="image">
			<media:title type="html">CPU-Z stats</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2009/10/cpu-bench.png?w=153" medium="image">
			<media:title type="html">CPU PerformanceTest 7.0 Benchmark</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8216;color.get&#8217; Micro Application</title>
		<link>http://softhacker.wordpress.com/2009/08/29/color-get-micro-application/</link>
		<comments>http://softhacker.wordpress.com/2009/08/29/color-get-micro-application/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 12:57:17 +0000</pubDate>
		<dc:creator>softhacker</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[get.color]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[get-pixel-color]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://softhacker.wordpress.com/?p=96</guid>
		<description><![CDATA[This little free application, get.color, allows you to get the html color code of the current pixel the mouse-cursor is hovering above by holding a selected hotkey pressed<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=96&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_97" class="wp-caption alignright" style="width: 160px"><a rel="attachment wp-att-97" href="http://softhacker.wordpress.com/2009/08/29/color-get-micro-application/attachment/1/"><img class="size-thumbnail wp-image-97" title="Screenshot of freeware get.color micro app" src="http://softhacker.files.wordpress.com/2009/08/1.png?w=150&#038;h=117" alt="Screenshot of freeware get.color micro app" width="150" height="117" /></a><p class="wp-caption-text">Grabbing color from video using freeware get.color</p></div>
<p>This little free application, <strong>get.color</strong>, allows you to get the html color code of the current pixel the mouse-cursor is hovering above by holding a selected hotkey pressed &#8211; simply <strong>double click the left mouse button to copy the html RGB color code into the clipboard</strong> (in the format of, for example, &#8220;#247ca4&#8243; without the quotation marks). Perfect for use when designing webpages, copying stubborn colors between different Photoshop clones or the likes of it. See screenshots for examples of how it can grab color from webpage or indeed anything you have on your screen (video..etc. perhaps with the exception of DirectX games, I don&#8217;t game currently so can&#8217;t tell you, <strong>update</strong>: user-comment from <cite>Ekkoreverb</cite> suggests that it does not work and may indeed bring DirectX games down so guess its a no luck thing)</p>
<div id="attachment_98" class="wp-caption alignleft" style="width: 160px"><a rel="attachment wp-att-98" href="http://softhacker.wordpress.com/2009/08/29/color-get-micro-application/attachment/2/"><img class="size-thumbnail wp-image-98" title="Another get.color screenshot" src="http://softhacker.files.wordpress.com/2009/08/2.png?w=150&#038;h=107" alt="Another get.color screenshot" width="150" height="107" /></a><p class="wp-caption-text">Taking color from webpage with get.color</p></div>
<p>The freeware app has no installer and can be manually placed in the Window&#8217;s &#8220;Startup&#8221; folder if you like. It starts a little <strong>color-pipette icon in the traymenu which you can rightclick to edit the config file or to shut it down</strong>. Also, the <strong>default hotkey is F2</strong>, simply hold it pressed to see get.color in action</p>
<p>You can download the archive from here:<br />
<a href="http://citif.dk/micro.apps/get.color.zip">get.color.zip</a> (version:2009-08-29) (thanks to <a href="http://citif.dk">Citif.dk</a> for hosting!)</p>
<p>Contents of archive must all be unzipped in same folder for the freeware utility to work. The software is provided as freeware if anyone should be <em>seriously</em> interested in improving upon it then I&#8217;ll be happy to Open Source it. Leave a comment on this posting if you&#8217;re interested in getting in contact about get.color</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softhacker.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softhacker.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softhacker.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softhacker.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softhacker.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softhacker.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softhacker.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softhacker.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softhacker.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softhacker.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softhacker.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softhacker.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softhacker.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softhacker.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=96&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softhacker.wordpress.com/2009/08/29/color-get-micro-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada2afc9e9db49adfd47eaea72342a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">softhacker</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2009/08/1.png?w=150" medium="image">
			<media:title type="html">Screenshot of freeware get.color micro app</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2009/08/2.png?w=150" medium="image">
			<media:title type="html">Another get.color screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Ginkgo Biloba Health Summary Posting</title>
		<link>http://softhacker.wordpress.com/2009/04/04/ginkgo-biloba/</link>
		<comments>http://softhacker.wordpress.com/2009/04/04/ginkgo-biloba/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 12:03:29 +0000</pubDate>
		<dc:creator>softhacker</dc:creator>
				<category><![CDATA[ginkgo biloba]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[aging]]></category>
		<category><![CDATA[extract]]></category>

		<guid isPermaLink="false">http://softhacker.wordpress.com/2009/04/04/79/</guid>
		<description><![CDATA[This post contains a wide range of links to informative pages concerning the effect of Ginkgo Biloba on the human organism.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=79&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_83" class="wp-caption alignleft" style="width: 410px"><a rel="attachment wp-att-83" href="http://softhacker.wordpress.com/2009/04/04/ginkgo-biloba/ginkgo-biloba/"><img class="size-full wp-image-83" title="ginkgo-biloba" src="http://softhacker.files.wordpress.com/2009/04/ginkgo-biloba.jpg?w=500" alt="Ginkgo Biloba leafs"   /></a><p class="wp-caption-text">Ginkgo Biloba leafs</p></div>
<p>This post contains a wide range of links to informative pages concerning the effect of Ginkgo Biloba on the human organism. Headlines link to overview LEF.org articles on subject. Other links are all PubMed related.</p>
<p><strong>Update (2009-06-25): </strong>It should be noted that the below summarized micro trials contrasts in bad way with the latest larger scale <a href="http://www.nccam-ginkgo.org/">Ginkgo Evaluation of Memory (GEM) Study</a> that <a href="http://www.sciencedaily.com/releases/2008/11/081118161234.htm">shows NO effect</a> whatsoever on older individuals in regards to prevention of dementia and Alzheimer&#8217;s  disease. Still, it is worth noting that a European equivalent of the American GEM study is currently being conducted in France: the GuidAge study <a href="http://www.neurology.org/cgi/content/abstract/67/9_suppl_3/S6">final results are set to come out in 2010</a>. If a major difference is found this is probably down to the use of clinical grade EGb 761 in the French study versus the commercial grade <a href="http://nccam.nih.gov/research/results/gems/qa.htm">Ginkgold Max (Nature&#8217;s Way) used in the American study</a>. This posting will be updated when the results are out.</p>
<h4><a href="http://www.lef.org/magazine/mag2005/apr2005_report_ginkgo_01.htm">Anti-Aging Effects of Ginkgo Biloba</a></h4>
<p>Excerpt: &#8220;A study published in 2003 concluded that ginkgo extract improves the general mental health and quality of life of elderly adults with normal cognitive function (Cieza A et al. Effects of Gink- go biloba on mental functioning in healthy volunteers. Arch Med Res. 2003 Sep;34(5):373-81.). Sixty-six healthy volunteers aged 50-65 participated in a randomized, double-blind, placebo-controlled trial that evaluated ginkgo extract&#8217;s effect on mental functioning. The participants took 240 mg of ginkgo extract or a placebo daily for four weeks. At baseline &#8230; the characteristics &#8230; in the placebo group and ginkgo extract group were similar &#8230; subjects who took ginkgo extract saw significant improvements in their self-perceived mental health and quality of life. Participants who took ginkgo extract performed markedly better on action and reaction tests, and also reported improved mood, providing further evidence of the efficacy of ginkgo extract.&#8221; Also: &#8220;&#8230;review underscores the potential benefits of Ginkgo biloba in cardiovascular diseases&#8221;<a rel="nofollow" href="http://www.hubmed.org/display.cgi?issn=08975957&amp;uids=15592576">[1]</a>. Lastly, Ginkgo seems an overall neuroprotecter: &#8220;Substantial experimental evidence indicates that EGb761 has neuroprotective potency&#8221;<a rel="nofollow" href="http://www.hubmed.org/display.cgi?issn=13872877&amp;uids=12214044">[2]</a></p>
<h4><a href="http://www.lef.org/magazine/mag2005/apr2005_report_ginkgo_02.htm">Anti-arthritic behavior of Ginkgo Compounds</a></h4>
<p>Excerpt: &#8220;Ginkgetin, a biflavone from Ginkgo biloba leaves, was previously reported to be a phospholipase A2 inhibitor and this compound showed the potent antiarthritic activity&#8221;<a rel="nofollow" href="http://www.hubmed.org/display.cgi?issn=00320943&amp;uids=11988854">[1]</a>. Even better: &#8220;Ginkgetin (10-20 mg/kg/day) strongly reduced arthritic inflammation in an animal model of rat adjuvant-induced arthritis (86% inhibition at 16 days at a dose of 20 mg/kg/day) via intraperitoneal injection, while prednisolone (5 mg/kg/day) showed 79% reduction.&#8221;, ergo, it shows better result than the stuff people are injected with once it gets really bad (while at the same time, very unlike prednisolone, protecting cells in the rest of the organism)<a rel="nofollow" href="http://www.hubmed.org/display.cgi?uids=10418340">[2]</a>. Of relative interest is also a study showing that Ginkgo works in concert with other NSAIDs: &#8220;Results suggest that GbE may be of clinical value as an anti inflammatory and analgesic drug alone or in conjunction with NSAIDs&#8221;<a rel="nofollow" href="http://www.hubmed.org/display.cgi?issn=10436618&amp;uids%2014643693">[3]</a></p>
<h4><a href="http://www.lef.org/protocols/prtcl-003b.shtml">Cognitive Enhancement</a></h4>
<p>Excerpt: &#8220;&#8230; there is scientific support for memory enhancement even in young healthy people. Following just a single dose of 600 mg of ginkgo extract, a significant memory improvement was demonstrated in a randomized, double-blind, crossover study using Sternberg&#8217;s memory scanning test. The effect lasted for several hours (Subhan et al. 1984). In [a] randomized, double-blind, and placebo-controlled crossover study, 31 volunteers aged 30-59 years were given multiple doses of 50 or 100 mg; a single dose of 120 or 300 mg; or placebo during the day of testing. A psychometric test battery was administered before the first dose and at frequent intervals during the day until 11 hours after the last dose &#8230; effect of ginkgo in healthy volunteers was most evident with the 120-mg dose; more apparent in the oldest age group of 50-59 years; and [most] pronounced for short-term memory &#8230; (Rigney et al. 1999).&#8221;</p>
<h4><a href="http://www.lef.org/magazine/mag99/apr99-itn.html">Extending Life Span with Ginkgo use</a></h4>
<p>Excerpt: &#8220;An unexpected finding occurred in a study published in Physiology &amp; Behavior (1998, Vol 63, No 3 pp-425-433). The study was designed to &#8230; assess cognitive function. What surprised the scientists, however, was the rats administered ginkgo lived a mean of 31 months compared to 26.4 months in the placebo group. In human equivalency terms, these results indicate that ginkgo could extend life span by 11 years. The scientists who conducted this study went into quite a bit of detail to explain why ginkgo may have produced this unexpected longevity benefit, and suggested that life span studies on ginkgo extract be initiated to confirm these initial results.&#8221;</p>
<p>That&#8217;s all. More <em>Health Summary Postings</em> are to follow and are to be updated on running basis as new findings come along.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softhacker.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softhacker.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softhacker.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softhacker.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softhacker.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softhacker.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softhacker.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softhacker.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softhacker.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softhacker.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softhacker.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softhacker.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softhacker.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softhacker.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softhacker.wordpress.com&amp;blog=5087763&amp;post=79&amp;subd=softhacker&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softhacker.wordpress.com/2009/04/04/ginkgo-biloba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ada2afc9e9db49adfd47eaea72342a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">softhacker</media:title>
		</media:content>

		<media:content url="http://softhacker.files.wordpress.com/2009/04/ginkgo-biloba.jpg" medium="image">
			<media:title type="html">ginkgo-biloba</media:title>
		</media:content>
	</item>
	</channel>
</rss>
