<?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>I KNOOW!</title>
	<atom:link href="http://iknoow.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iknoow.wordpress.com</link>
	<description>Blog about technical GOTCHAs</description>
	<lastBuildDate>Fri, 19 Jun 2009 18:07:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='iknoow.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>I KNOOW!</title>
		<link>http://iknoow.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://iknoow.wordpress.com/osd.xml" title="I KNOOW!" />
	<atom:link rel='hub' href='http://iknoow.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Google Bookmarklet Reference</title>
		<link>http://iknoow.wordpress.com/2009/06/19/google-bookmarklet-reference/</link>
		<comments>http://iknoow.wordpress.com/2009/06/19/google-bookmarklet-reference/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 16:57:29 +0000</pubDate>
		<dc:creator>mywadud</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Bookmark]]></category>
		<category><![CDATA[Bookmarklet]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://iknoow.wordpress.com/?p=54</guid>
		<description><![CDATA[I use Google Chrome as much as I can, and thus, I have to use the wonderful bookmarklets in order to do some tasks that aren&#8217;t yet built-in as they should be especially the Google Bookmark Bookmarklets. I do get frustrated when I can&#8217;t find the ones I use in one single place so here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=54&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I use Google Chrome as much as I can, and thus, I have to use the wonderful bookmarklets in order to do some tasks that aren&#8217;t yet built-in as they should be especially the Google Bookmark Bookmarklets. I do get frustrated when I can&#8217;t find the ones I use in one single place so here is a reference for meee &#8230; and by extension, youuu &#8230;</p>
<p>Just add the links to your &#8220;bookmark bar&#8221; and be happy&#8230;<br />
(WordPress is not allowing me to generate links to &#8220;javascript:&#8221; references, thus I cannot make draggable links) soo &#8230; Select the code, drag it to the &#8220;bookmarks bar&#8221; then rename it to your liking.</p>
<p><strong>Add Google Bookmark</strong><br />
<code><br />
javascript:(function(){var a=window, b=document, c=encodeURIComponent, d=a.open("http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk="+c(b.location)+"&amp;title="+c(b.title), "bkmk_popup", "left="+((a.screenX||a.screenLeft)+10)+", top="+((a.screenY||a.screenTop)+10)+", height=420px, width=550px, resizable=1, alwaysRaised=1");a.setTimeout(function(){d.focus()}, 300)})();<br />
</code></p>
<p><strong>View Google Bookmark</strong><br />
<code><br />
javascript:(function(){var a=window, b=document, c=encodeURIComponent, d=a.open("http://www.google.com/bookmarks/", "bkmk_popup", "left="+((a.screenX||a.screenLeft)+10)+", top="+((a.screenY||a.screenTop)+10)+", height=420px, width=550px, resizable=1, alwaysRaised=1"); a.setTimeout(function(){d.focus()}, 300)})();<br />
</code></p>
<p><strong>Scroll</strong><br />
<code><br />
javascript:var one,two=new Function('clearTimeout(one)'); document.onkeydown=two; two(); void(one=setInterval('if( pageYOffset&lt;document.height-innerHeight) {window.scrollBy(0,1)} else{two}&#39;,50));<br />
</code></p>
<p><strong>KeepVid</strong><br />
<code><br />
javascript:window.location.href = 'http://keepvid.com/?url=' + window.location.href;<br />
</code></p>
<p><strong>BlackOnWhite</strong><br />
<code><br />
javascript: (function(){ var newSS, styles='* { background: white ! important; color: black !important } :link, :link * { color: #0000EE !important } :visited, :visited * { color: #551A8B !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } } )();<br />
</code></p>
<p><strong>Gmail</strong><br />
<code><br />
javascript:var%20w=window, u='https://mail.google.com/mail/?ui=2&amp; view=cm&amp; fs=1&amp; tf=1', l=document.location; try{%20throw(0); %20}%20catch(z)%20{a%20=function(){if(!w.open(u, 't', 'toolbar=0, resizable=0, status=1, width=600, height=500'))l.href=u; }; if(/Firefox/.test(navigator.userAgent))setTimeout(a, 0); else%20a(); }void(0)<br />
</code></p>
<p>&#8230; More, may be added &#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iknoow.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iknoow.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iknoow.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iknoow.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iknoow.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iknoow.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iknoow.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iknoow.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iknoow.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iknoow.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iknoow.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iknoow.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iknoow.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iknoow.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=54&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iknoow.wordpress.com/2009/06/19/google-bookmarklet-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06a9ed79e7ed601ed644759b86bab9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mywadud</media:title>
		</media:content>
	</item>
		<item>
		<title>Printer Friendly CSS for Firefox</title>
		<link>http://iknoow.wordpress.com/2009/03/24/printer-friendly-css-for-firefox/</link>
		<comments>http://iknoow.wordpress.com/2009/03/24/printer-friendly-css-for-firefox/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 19:07:10 +0000</pubDate>
		<dc:creator>mywadud</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Print]]></category>

		<guid isPermaLink="false">http://iknoow.wordpress.com/?p=51</guid>
		<description><![CDATA[Problem: I&#8217;m trying to add a &#8220;Print&#8221; css style into my page but Firefox keeps only printing the &#8220;First Page&#8221; which is quite annoying while it works in IE Solution: First of all see A List Apart &#8211; Print your way and Fix for the firefox css one page printing problem bug. Below is the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=51&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Problem: </strong>I&#8217;m trying to add a <i>&#8220;Print&#8221;</i> css style into my page but Firefox keeps only printing the &#8220;First Page&#8221; which is quite annoying while it works in IE</p>
<p><strong>Solution: </strong> First of all see <a href="http://www.alistapart.com/articles/printyourway"> A List Apart &#8211; Print your way </a> and <a href="http://jafferhaider.wordpress.com/2007/12/29/fix-for-the-firefoxcss-one-page-printing-bug/">Fix for the firefox css one page printing problem bug</a>.</p>
<p>Below is the css that fixed my problem&#8230;<br />
<span id="more-51"></span></p>
<p><code><br />
#navigation 	{ display: none !important;}<br />
#header 		{ display: none !important;}<br />
#footer 		{ display: none !important;}<br />
.right 		{ display: none !important;}<br />
select		{ display: none !important;}</p>
<p>body, html, #notes_all, .txtArticle, .post_body<br />
{<br />
  float: 	none !important;<br />
  width: 	auto !important;<br />
  height:	auto !important;<br />
  margin:	0 !important;<br />
  padding:	0 !important;<br />
  overflow: visible !important;<br />
  position: relative !important;<br />
  overflow-y : visible !important;<br />
}</p>
<p>*  {visibility:hidden !important;}<br />
#notes_all *<br />
{<br />
  visibility:visible !important;<br />
  overflow: visible !important;<br />
  overflow-y : visible !important;<br />
}<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iknoow.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iknoow.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iknoow.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iknoow.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iknoow.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iknoow.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iknoow.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iknoow.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iknoow.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iknoow.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iknoow.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iknoow.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iknoow.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iknoow.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=51&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iknoow.wordpress.com/2009/03/24/printer-friendly-css-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06a9ed79e7ed601ed644759b86bab9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mywadud</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows XP Folder Delete Permissions</title>
		<link>http://iknoow.wordpress.com/2009/03/20/windows-xp-folder-delete-permissions/</link>
		<comments>http://iknoow.wordpress.com/2009/03/20/windows-xp-folder-delete-permissions/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 21:02:51 +0000</pubDate>
		<dc:creator>mywadud</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[Permissions]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://iknoow.wordpress.com/2009/03/20/windows-xp-folder-delete-permissions/</guid>
		<description><![CDATA[Problem: Have you ever wanted to DENY yourself &#8220;Delete Permissions&#8221; to a parent folder to protect it from accidental deletion, but allow full access to its content but Windows just won&#8217;t let you do it? Solution: This effect seems impossible to achieve using native Windows NTFS Security as the parent inherently seems to receive at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=47&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong> Have you ever wanted to <em>DENY</em> yourself &#8220;Delete Permissions&#8221; to a parent folder to protect it from accidental deletion, but allow full access to its content but Windows just won&#8217;t let you do it?</p>
<p><span id="more-47"></span></p>
<p><strong>Solution:</strong> This effect seems impossible to achieve using native Windows NTFS Security as the parent inherently seems to receive at least as much as the child (I&#8217;m guessing) so we will have to &#8220;CHEAT!&#8221;</p>
<p>Step 0: Make sure you have Simple File Sharing Disabled</p>
<p>Step 1: Create Your Parent Content Folder</p>
<p>Step 2: Create a new text file in that folder named <strong>&#8220;!.txt&#8221;</strong></p>
<p>Step 3: Right Click <strong>&#8220;!.txt&#8221;</strong> and click &#8220;Properties&#8221; &#8230; then &#8230; Check &#8220;Hidden&#8221; Check box &#8230; then &#8230; Select the &#8220;Security&#8221; Tab &#8230; then &#8230; Click &#8220;Advanced&#8221;</p>
<p>Step 4: Uncheck &#8220;Include inheritable permissions from this object&#8217;s parent&#8221; Check box &#8230; then &#8230; Click &#8220;Remove&#8221;</p>
<p>Step 5: Right-click your parent folder &#8230; then &#8230; Click &#8220;Properties&#8221; &#8230; then &#8230; Select &#8220;Security&#8221; Tab &#8230; then &#8230; Uncheck/Clear &#8220;Full Control&#8221; , &#8220;Allow&#8221; checkbox &#8230; then &#8230; Click ok.</p>
<p>Now you should be able to have other files in that folder you can fully edit, but the accidental deletion of that folder is prevented.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iknoow.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iknoow.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iknoow.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iknoow.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iknoow.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iknoow.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iknoow.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iknoow.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iknoow.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iknoow.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iknoow.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iknoow.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iknoow.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iknoow.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=47&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iknoow.wordpress.com/2009/03/20/windows-xp-folder-delete-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06a9ed79e7ed601ed644759b86bab9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mywadud</media:title>
		</media:content>
	</item>
		<item>
		<title>simultaneous AJAX Calls</title>
		<link>http://iknoow.wordpress.com/2009/03/13/simultaneous-ajax-calls/</link>
		<comments>http://iknoow.wordpress.com/2009/03/13/simultaneous-ajax-calls/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 18:23:42 +0000</pubDate>
		<dc:creator>mywadud</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://iknoow.wordpress.com/2009/03/13/simultaneous-ajax-calls/</guid>
		<description><![CDATA[Problem: I&#8217;m trying to make multiple calls to my AJAX Function using variables, it&#8217;s acting funny, overriding each other or simply not working. Answer: Use an array to differentiate the calls from each other. var myReqNum = 0; //Global Variable var http = new Array(); function ajaxFunc(var1,var2) { myReqNum++; var myLocalReq=myReqNum; //Localized variable so that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=40&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Problem: </strong>I&#8217;m trying to make multiple calls to my AJAX Function using variables, it&#8217;s acting funny, overriding each other or simply not working.</p>
<p><strong>Answer: </strong>Use an array to differentiate the calls from each other.</p>
<p><code><br />
var myReqNum = 0; <span style="color:#00ff00;">//Global Variable</span><br />
var http = new Array();<br />
<span id="more-40"></span><br />
function ajaxFunc(var1,var2)<br />
{<br />
myReqNum++;<br />
var myLocalReq=myReqNum; <span style="color:#00ff00;">//Localized variable so that ajax calls can utilize it</span><br />
var url="page1.php?var1="+var1+"&amp;var2="+var2;</p>
<p>http[myLocalReq] = GetXmlHttpObject();</p>
<p>http[myLocalReq].open('get', url);<br />
http[myLocalReq].onreadystatechange = function()<br />
{<br />
stateChangedFunc(var2,http[myLocalReq]);<br />
};<br />
http[myLocalReq].send(null);<br />
}<br />
</code><br />
&#8230;</p>
<p>function stateChangedFunc(var2,theReq)<br />
{<br />
if (theReq.readyState==4 || theReq.readyState==&#8221;complete&#8221;)<br />
{<br />
document.getElementById(var2).innerHTML=theReq.responseText;<br />
}<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iknoow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iknoow.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iknoow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iknoow.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iknoow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iknoow.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iknoow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iknoow.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iknoow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iknoow.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iknoow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iknoow.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iknoow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iknoow.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=40&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iknoow.wordpress.com/2009/03/13/simultaneous-ajax-calls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06a9ed79e7ed601ed644759b86bab9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mywadud</media:title>
		</media:content>
	</item>
		<item>
		<title>IE AJAX NULL or Undefined Problem</title>
		<link>http://iknoow.wordpress.com/2009/03/10/ie-ajax-null-or-undefined-problem/</link>
		<comments>http://iknoow.wordpress.com/2009/03/10/ie-ajax-null-or-undefined-problem/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 21:29:10 +0000</pubDate>
		<dc:creator>mywadud</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[getElementById]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://iknoow.wordpress.com/2009/03/10/ie-ajax-null-or-undefined-problem/</guid>
		<description><![CDATA[Problem: While developing a javaScript AJAX based Web App. with an on load call for getElementByID document.getElementById(...) is null or not an object error message is received in IE, IE7 while Firefox worked, meaning the &#8220;ID&#8221; is there but &#8220;IE&#8221; is messing up. Solution: Place the javaScript call at the end of the HTML document [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=36&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong> While developing a <em>javaScript</em> <em>AJAX</em> based Web App. with an on load call for <em>getElementByID</em> <code>document.getElementById(...) is null or not an object</code> error message is received in IE, IE7 while Firefox worked, meaning the &#8220;ID&#8221; is there but &#8220;IE&#8221; is messing up.</p>
<p><strong>Solution:</strong> Place the <em>javaScript</em> call at the end of the HTML document to ensure all elements load before the code executes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iknoow.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iknoow.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iknoow.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iknoow.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iknoow.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iknoow.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iknoow.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iknoow.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iknoow.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iknoow.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iknoow.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iknoow.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iknoow.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iknoow.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=36&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iknoow.wordpress.com/2009/03/10/ie-ajax-null-or-undefined-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06a9ed79e7ed601ed644759b86bab9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mywadud</media:title>
		</media:content>
	</item>
		<item>
		<title>Low Volume Output Problem</title>
		<link>http://iknoow.wordpress.com/2008/12/04/low-volume-output-problem/</link>
		<comments>http://iknoow.wordpress.com/2008/12/04/low-volume-output-problem/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 05:59:44 +0000</pubDate>
		<dc:creator>mywadud</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Tweak]]></category>
		<category><![CDATA[Volume]]></category>

		<guid isPermaLink="false">http://iknoow.wordpress.com/?p=29</guid>
		<description><![CDATA[Problem: Laptop/Desktop has too low audio output even when all the audio settings are maximised. Solution: 1 &#8211; Utilize Secret Volume Boost VLC: hit &#8220;Control + Up Arrow&#8221; (Hit Up Arrow while holding down Control) Quicktime: &#8220;Shift + Click Volume Slider&#8221; or &#8220;Shift + Up Arrow&#8221; 2 &#8211; Purchase external speakers I found a great [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=29&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Problem: </strong>Laptop/Desktop has too low audio output even when all the audio settings are maximised.</p>
<p><strong>Solution:</strong></p>
<p>1 &#8211; Utilize Secret Volume Boost</p>
<p>VLC: hit &#8220;Control + Up Arrow&#8221; (Hit Up Arrow while holding down Control)</p>
<p>Quicktime: &#8220;Shift + Click Volume Slider&#8221; or &#8220;Shift + Up Arrow&#8221;</p>
<p>2 &#8211; Purchase external speakers</p>
<p>I found a great portable option at ROSS. $14, 85 DB, Works with DC or 4 AA</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iknoow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iknoow.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iknoow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iknoow.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iknoow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iknoow.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iknoow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iknoow.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iknoow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iknoow.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iknoow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iknoow.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iknoow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iknoow.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=29&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iknoow.wordpress.com/2008/12/04/low-volume-output-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06a9ed79e7ed601ed644759b86bab9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mywadud</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Most Out of Your XP</title>
		<link>http://iknoow.wordpress.com/2008/11/18/get-most-out-of-your-xp/</link>
		<comments>http://iknoow.wordpress.com/2008/11/18/get-most-out-of-your-xp/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 04:11:46 +0000</pubDate>
		<dc:creator>mywadud</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Cleaning]]></category>
		<category><![CDATA[Defragmentation]]></category>
		<category><![CDATA[Fragmentation]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[Speed]]></category>

		<guid isPermaLink="false">http://iknoow.wordpress.com/?p=15</guid>
		<description><![CDATA[Speed Up This Machine&#8230;. I KNOOW! This is a guidebook to smooth computing. So read and apply the advice here and you will not regret it. Keyword is awareness, and I will allow you to become aware and give you the tools and know-how for you to be happy with your machines performance, FINALLY! Let&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=15&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Speed Up This Machine&#8230;. I KNOOW!</h2>
<p>This is a guidebook to smooth computing. So read and apply the advice here and you will not regret it. Keyword is awareness, and I will allow you to become aware and give you the tools and know-how for you to be happy with your machines performance, FINALLY! Let&#8217;s begin&#8230;</p>
<p><span id="more-15"></span></p>
<h2>Hardware</h2>
<p>This guide will improve everyones PCs performance, but if you&#8217;re wondering if you should &#8220;upgrade&#8221; any hardware components and if you&#8217;re &#8220;General Desktop&#8221; user, which means you check your email, use office products, listen to music and video and occasional other tasks, this is all you need to have as far as hardware goes. You should have 1 Ghz Processor speed and 1 GB of Ram, 50 GB HD+. More would be nice but not neccesary for this level of usage. It should be plenty to do what we need it to do. Don&#8217;t WASTE YOUR MONEY!</p>
<h2>The Split</h2>
<p>PARTITION YOUR HARD DRIVE. Especially if you have over 50 GB in hard drive space.</p>
<p>For XP Installation Partition Reserve 30 GB</p>
<p>You may take the rest for you 2nd partition. (or more for 100 GB or higher)</p>
<p>1st Way: If you&#8217;re installing XP Fresh, use the built-in tool to make 2 partitions out of your hard drive.</p>
<p>Call first one XP (C:\) second one could be BACKUP (D:\) If you choose to have more partitions these names (ideas) could be considered (ISO (For CD/DVD Image Files), MULTIMEDIA (Audio, Video Files), TEMP</p>
<p>If you already have a partition you will have to use a tool, only one really that did the work has been &#8220;Partition Magic&#8221; but appearantly now there is a new tool, and it&#8217;s free for &#8220;HOME USE&#8221; called EASEUS Partition Manager.</p>
<p>EASEUS Partition Manager: <a href="http://www.partition-tool.com/download.htm">http://www.partition-tool.com/download.htm</a></p>
<p>note: I haven&#8217;t used this title but it should be pretty self explanatory. Simply make a new Partition giving your XP Installation 30 GB or so, if you have all your files (Documents, Music, Videos) already on your C:\ Drive you may at least at first have to give it more room since you can not decrease the usage size while re-partitioning. You will be moving these files to your new back up partition freeing up space for the XP Partition.</p>
<h2>The Beginning</h2>
<p>If fresh installation go through with your basic installation under C:\ Drive. Nothing fancy here.</p>
<p>In your second (or other) Partitions then, organize your &#8220;non-Windows&#8221;, &#8220;non-Program Files&#8221; Folders and Files. So organize your BACKUP Partition(s) into main folders that will make most sense to you and Organize and Clean up your Videos, MP3s, Documents, Pictures, Downloaded Programs (NOT the installed versions that are normally under c:\program files) etc. under appropriately created folders.</p>
<h2>The Lean, Mean Machine</h2>
<p>Now that we&#8217;ve got our personal stuff out to where they belong, you want ONLY what you NEED on your machine as far as Programs go. Nothing you won&#8217;t use belongs on your machine. So we CLEAN. Here&#8217;s the break-down.</p>
<h3>Cleaning Method 1 &#8211; Uninstall</h3>
<p><em>Uninstall Unused Applications:</em> You don&#8217;t need to have everything that can install on your machine actually installed. Think about what you use and get rid of what you don&#8217;t, be aggressive, that&#8217;s what it takes to have a screamingly fast machine that does what you WANT it to do.</p>
<p>You also want to take control over what starts up with windows considering these programs run the whole time you&#8217;re using your PCs using the resources that you could&#8217;ve been using to speed up what YOU want your computer to do. You may use CCleaner for this task. Try &#8220;Disabling&#8221; the apps you don&#8217;t think you need and see if you see any side affects. Personally I don&#8217;t think the Adobe Quick Launch, Any &#8220;Update&#8221; service, Most Graphics services are too neccesary, you may try Googling the executable name that shows under START UP list and decide, THE FEWER THE BETTER. Try to keep the amount of startup programs under &#8220;5&#8243;, YOU CAN DO IT!</p>
<h3>Cleaning Method 2 &#8211; DeCrappify</h3>
<p><em><a href="http://www.ccleaner.com/" target="_blank">CCleaner</a> : </em>Temp Files, Unused files, log files etc. are the files you comoputer generates but it doesn&#8217;t take out the trash. So you NEED a cleaner, but you don&#8217;t want to JUNK your computer by installing bunch of cleaners, since they mostly do the same things, pick one, I recommend CCleaner as it does Good Cleaning with frequent updates, Registry cleaning that never caused any problems for me, nice uninstall utility which you can use in Cleaning Method 1 above and even a START-UP CONTROL Panel which could also be used in Method 1.</p>
<p><a href="http://www.xs4all.nl/~franckey/franckey/software/download/systemcleanup.zip" target="_blank">System Cleanup by Francky</a> : This tools maybe the most comprehensive cleanup, single executable I&#8217;ve seen.</p>
<h3>Cleaning Method 3 &#8211; Disinfect</h3>
<p><em>Anti-Virus</em>:  Someone who knows how to use a computer should not need an AntiVirus Software. Yes, you heard correctly, that&#8217;s my position, not a challenge. Anti-Virus Software are performance hogs as they scan your everymove, literally, that&#8217;s what they&#8217;re supposed to do. If you use your computer responsibly, go to Trusted sites, don&#8217;t click and keep clicking on things you don&#8217;t know, don&#8217;t get install happy, download your apps from known sources, monitor your emails and practice caution with attachements and spoof mails, YOU WON&#8217;T GET A VIRUS, well most likely. But if you do, I recommend, Avira AntiVir @ <a href="http://www.free-av.com/">http://www.free-av.com/</a> It&#8217;s free and effective and performance friendly. You won&#8217;t regret it.</p>
<p><em>Anti-Spyware</em>:  Spybot Search and Destroy @ <a href="http://www.spybot.com/" target="_blank">http://www.spybot.com/</a> Scan, Clean, Immunize and control Registry Changes. The full work you can&#8217;t go wrong. You will also see why &#8220;Browser Tool Bars&#8221; are mostly evil when you run this.</p>
<h3>Cleaning Method 4</h3>
<h3>Large Windows Files that CAN be deleted.</h3>
<p><em>XP Hotfix Files</em>: If you&#8217;re happy with your XP Updates and sure you won&#8217;t need to UNINSTALL THEM, you can save hundred of megabytes by deleting the UNINSTALL Folders. Located under c:\Windows\$Uninstall******, You may delete these. If you don&#8217;t see them and don&#8217;t know how, I&#8217;m not gonna tell ya. Don&#8217;t forget to DELETE the Add/Remove Entries that corresponds to these folders as well to finish the job.</p>
<p><em>Prefetch Folder Contents</em> : C:\WINDOWS\Prefetch\</p>
<p><em>PcHealth Data</em>: C:\WINDOWS\pchealth\helpctr\DataColl\</p>
<p> </p>
<p><strong>The Problem and The Solution: Fragmentation</strong></p>
<p>AWARENESS will save our computer performance, this is the main problem why computers slow down.</p>
<p>Everything in this guide is to minimize this problem and this is the final touch in this manner. DEFRAGMENTATION.</p>
<p>Use <a href="http://www.defraggler.com/">http://www.defraggler.com/</a> &#8220;ONCE A WEEK&#8221; THIS IS VERY IMPORTANT!!!</p>
<h2>Get Organized</h2>
<p>Organize your Desktop and Start Menu, so it&#8217;s also easy for you to USE your computer. Here is a small list of highly recomended practices.</p>
<ul>
<li>Create a FOLDER called &#8220;STUFF&#8221; on your DESKTOP</li>
<li>MOVE EVERYTHING except &#8220;My Computer, (<em>My Documents, My Network Places</em>) Recycle Bin, Maybe your Browser Shortcut (Firefox) into the STUFF Folder. Think of this Folder as your TEMPORARY storage folder, and it is easy to see, sort, select, modify the files when clicked in a Folder rather than over your overly-colorful-family-picture that you have as your WALLPAPER. You will later move the files in here (hopefully) into your BACKUP Drive or Delete them if they&#8217;re no use.</li>
<li><strong>Organize you Start Menu</strong>: Find Your &#8220;Start Menu Button &gt; Right Click &gt; Explore All Users&#8221; <em>and</em> &#8220;Right Click &gt; Explore&#8221; which will give you the ingredients of your mostlikely too cluttered start menu which you partly get lost everytime you click it. You don&#8217;t have to have it that way, there is an alternate, FIX IT. Here is how&#8230; You ONLY need the EXECUTABLES, Not their folders withing folders within folders. Some stuff you don&#8217;t need to clutter the ROOT level of the Start Menu, Adobe Reader, Windows Media Player, You never click them from the Start MENU, you click the files they open, move these guys under &#8220;Accesories&#8221;. Only have the Executables to the files of the programs you use and click from the Start Menu under the Root level. Delete all the &#8220;UNINSTALL SHORTCUTS&#8221; as you can get to those from the UNINSTALL TOOL and you don&#8217;t need it cluttering your everyday space. You may make general folders to put secondary importance Items such as &#8220;MULTIMEDIA&#8221; or &#8220;SystemUtils&#8221;. PUT SIMILAR THINGS TOGETHER IF YOU FOLDER THEM UP. That&#8217;s an example for a nice clean START MENU&#8230;</li>
</ul>
<p><a href="http://iknoow.files.wordpress.com/2008/11/startmenusample.jpg"><img class="alignright size-thumbnail wp-image-23" title="startmenusample" src="http://iknoow.files.wordpress.com/2008/11/startmenusample.jpg?w=71&#038;h=96" alt="startmenusample" width="71" height="96" /></a></p>
<h2>Other Performance Hints</h2>
<p><em>(I will probably update this part later as well)</em></p>
<p><strong>Disable Error Reporting</strong>: You don&#8217;t need to loose performance and time to help MICROSOFT.</p>
<p>1. Click on the Start button and select &#8216;Settings-&gt;Control Panel&#8217;<br />
2. Double-click on the &#8216;System&#8217; icon<br />
3. Click on the &#8216;Advanced&#8217; tab<br />
4. Click on the &#8216;Error Reporting&#8217; button at the bottom of the window<br />
5. Select &#8216;Disable Error Reporting&#8217;<br />
6. Click OK twice</p>
<p><strong><br />
</strong></p>
<p><strong>Undo Compress Old Files</strong></p>
<p>Run Below Command (For Every Drive):</p>
<p>COMPACT /u /s:C:\ /f /a</p>
<p><em>Other Tips to Come&#8230;</em></p>
<p><strong><br />
</strong></p>
<h2>RECOMENDED APPLICATION LIST</h2>
<h3>Multimedia</h3>
<h4>Documents</h4>
<p><a href="http://www.openoffice.org/" target="_blank">OpenOffice</a> : Full Open Source FREE Office Suite, DUMP YOUR MS OFFICE. Supports all formats, for compatibility you may set up save options to save in MS Office formats and you won&#8217;t want to go back.</p>
<p><a href="http://notepad-plus.sourceforge.net" target="_blank">Notepad++ </a>: The Ultimate Text, Code editing tool, Multiple Tabs, Color Coding, Fast Execution, Side-by-Side view, sync..</p>
<h4>Audio</h4>
<p><a href="http://www.sheepfriends.com/?page=billy" target="_blank">Billy</a> : MP3 and Network Stream Player. This is all you really need, small, fast, low profile. No Fancy BLOAT.</p>
<p><a href="http://www.any-audio-converter.com/" target="_blank">Any Audio Converter</a> : Extract audio from video and converting audio between popular formats, such as WMV, MP4, WAV, WMA, OGG, AAC, MP3, M4A, MP2, etc. For speeches all you really need is 32 Bit Mono at 22050, cut them file sizes.</p>
<p><a href="http://sourceforge.net/projects/mp3splitter/" target="_blank">MP3Splitter</a> : To Split MPs, Duh!</p>
<h4>Video</h4>
<p><a href="www.videolan.org/vlc/" target="_blank">VLC</a> : Al-In-One Multi-Platrom, Audio-Video-DVD Playing beast. See Secret Volume Boost Post.</p>
<p><a href="http://www.dvdvideosoft.com/products/dvd/Free-YouTube-to-MP3-Converter.htm" target="_blank">YouTubeToMp3</a> : Convert YouTube Videos to MP3 Files. Who needs the video?</p>
<h4>CD/DVD</h4>
<p><a href="http://www.deepburner.com/" target="_blank">DeepBurner</a> : DeepBurner is an advanced and extremely powerful CD and DVD burning package</p>
<p><a href="http://www.daemon-tools.cc/dtcc/download.php?mode=ViewCategory&amp;catid=5" target="_blank">Daemon Tools</a> : <span>THE best optical media emulation in the industry.This means, no more CDs or DVDs once you store their image (*.ISO) File into your hard drive.<br />
</span></p>
<p><a href="http://www.dvdshrink.org" target="_blank">DVDShrink</a> : <span style="font-family:Verdana,Arial,Helvetica,sans-serif;color:#000000;font-size:x-large;"><span style="font-family:Verdana,Arial,Helvetica,sans-serif;color:#000000;font-size:x-small;">A FREE software solution for shrinking original DVDs onto recordable media. </span></span></p>
<h4>Imaging</h4>
<p><a href="http://wang.zhenzhou.googlepages.com/" target="_blank">PaintStar</a> : versatile digital image processing software suitable for such tasks as retouching of photographs, composing and authoring images, image morphing, screen capture, and displaying image thumbnail in Windows Explorer context menu. It supports alpha, layer, path ,and the most common editing techniques. PaintStar has many of the tools and filters you would expect to find in commercial offerings, and some interesting extras as well.</p>
<p><a href="http://www.gimp.org/" target="_blank">GIMP </a>: GNU Image Manipulation Program. It is a freely distributed piece of software for such tasks as photo retouching, image composition and image authoring. It works on many operating systems, in many languages.</p>
<h3>NETWORK</h3>
<h4>Internet Browser</h4>
<p><a href="http://www.google.com/chrome" target="_blank">Google Chrome</a> : Browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.</p>
<p><a href="http://www.mozilla.com/en-US/firefox/?from=getfirefox" target="_blank">Firefox</a> : The Best All Around browser to date</p>
<p>Internet Explorer : To be used in certain &#8220;Microsoft Specific Products&#8221; like Outlook Web Access</p>
<p><strong><em>Firefox Add-Ons</em></strong></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/201" target="_blank">DownThemAll</a> : <a href="https://addons.mozilla.org/en-US/firefox/downloads/file/29952/downthemall!-1.0.3-fx+tb+sm.xpi" target="_blank">[ADD]</a> Download manager/accelerator built inside Firefox.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/684" target="_blank">FireFTP</a> : <a href="https://addons.mozilla.org/en-US/firefox/downloads/file/35671/fireftp-1.0.2-fx.xpi">[ADD]</a> FTP client for Mozilla Firefox</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/173" target="_blank">Gmail Notifier</a> : <a href="https://addons.mozilla.org/en-US/firefox/downloads/file/42120/gmail_notifier-0.6.3.10-fx.xpi">[ADD]</a> original notifier for Gmail.  Supports checking multiple accounts as well as Gmail Hosted accounts</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/26" target="_blank">Download Status Bar</a> : <a href="https://addons.mozilla.org/en-US/firefox/downloads/file/30823/download_statusbar-0.9.6.3-fx.xpi">[ADD]</a> View and manage downloads from a tidy status bar.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/2410" target="_blank">Foxmarks</a> : <a href="https://addons.mozilla.org/en-US/firefox/downloads/file/41471/foxmarks_bookmark_synchronizer-2.6.0-fx.xpi">[ADD]</a> If you use Firefox on more than one computer, you&#8217;ll want Foxmarks. Install Foxmarks on each computer, and it works silently in the background to keep your bookmarks and (optionally) passwords synchronized. Foxmarks also keeps your data backed up and safe from computer failures. If you&#8217;re away from your computer, Foxmarks allows you to access your bookmarks online by logging into my.foxmarks.com.</p>
<p>Note: I am moving to <a href="http://www.google.com/bookmarks/?hl=en" target="_blank">Google Bookmarks</a> Usage for this purpose.</p>
<h3>System</h3>
<h4>Anti-Virus</h4>
<p><a href="www.free-av.com" target="_blank">Avira AntiVir</a> : Free, Good, and performance friendly, don&#8217;t forget to uninstall your OLD EXPENSIVE ANTIVIRUS.</p>
<h4>Anti-Spyware</h4>
<p><a href="http://www.spybot.com/en/index.html" target="_blank">Spybot</a> : Spybot &#8211; Search &amp; Destroy detects and removes spyware, a relatively new kind of threat not yet covered by common anti-virus applications. Spyware silently tracks your surfing behaviour to create a marketing profile for you that is transmitted without your knowledge to the compilers and sold to advertising companies. If you see new toolbars in your Internet Explorer that you haven&#8217;t intentionally installed, if your browser crashes inexplicably, or if your home page has been &#8220;hijacked&#8221; (or changed without your knowledge), your computer is most probably infected with spyware. Even if you don&#8217;t see the symptoms, your computer may be infected, because more and more spyware is emerging. Spybot-S&amp;D is free, so there&#8217;s no harm giving it a try to see if something has invaded your computer.</p>
<h4>File/Registry Cleaner</h4>
<p><a href="http://www.ccleaner.com/" target="_blank">CCleaner</a> : You know, to do all the &#8220;Cleaning&#8221; we were talking about.</p>
<p style="text-align:left;"><a href="http://www.digiarch.org/download/orphansremover.zip" target="_blank">Orphan Finder</a> : To Clean Out Your Orphaned Entries, Especially in your start menu.</p>
<h4>MISC</h4>
<p><a href="http://www.defraggler.com/" target="_blank">Defraggler</a> : Much better alternative to defragmentation than Windows Built-in Defrag Tool</p>
<p><a href="http://www.dirms.com/home/homepage.asp" target="_blank">DIRMS</a> : Very powerful portable, quick, through defragmentation tool</p>
<p><a href="http://ccollomb.free.fr/unlocker/" target="_blank">Unlocker</a> : Best Tool to delete files that are locked by Windows.</p>
<p><a href="http://www.netez.com/2xExplorer/" target="_blank">2xPlorer</a> : Lightweight and powerful, fully shell integrated and extremely usable for increased everyday productivity, 2xExplorer is an ideal dual-pane replacement for explorer, compatible with all 32-bit windows platforms.</p>
<p>OTHER RESOURCES</p>
<p><a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;315246" target="_blank">Microsoft &#8211; How to Automate Disk Cleanup Tool</a></p>
<p><a href="Other Tips to Come..." target="_blank">Microsoft &#8211; How to Automate Disk Defrag</a></p>
<p><a href="http://tpsconsulting.com/" target="_blank">Tips Consulting</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iknoow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iknoow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iknoow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iknoow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iknoow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iknoow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iknoow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iknoow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iknoow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iknoow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iknoow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iknoow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iknoow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iknoow.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=15&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iknoow.wordpress.com/2008/11/18/get-most-out-of-your-xp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06a9ed79e7ed601ed644759b86bab9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mywadud</media:title>
		</media:content>

		<media:content url="http://iknoow.files.wordpress.com/2008/11/startmenusample.jpg?w=71" medium="image">
			<media:title type="html">startmenusample</media:title>
		</media:content>
	</item>
		<item>
		<title>Vista Wireless Local Only Problem</title>
		<link>http://iknoow.wordpress.com/2008/11/17/vista-wireless-local-only-problem/</link>
		<comments>http://iknoow.wordpress.com/2008/11/17/vista-wireless-local-only-problem/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 04:27:07 +0000</pubDate>
		<dc:creator>mywadud</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://iknoow.wordpress.com/?p=10</guid>
		<description><![CDATA[Problem: Windows Vista Connects to WEP Encrypted Wireless in Local Only Mode. Can not access internet. Solution: 1 &#8211; Disable IPv6 2 &#8211; Setup Static IP Settings For IPv4 Detail:  1 &#8211; Disable IPv6 Control Panel &#62; Network and Internet &#62; Network Connections &#62; Wireless Network Connection &#62; Right Click &#62; Properties &#62; Under Networking [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=10&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong> Windows Vista Connects to WEP Encrypted Wireless in Local Only Mode. Can not access internet.</p>
<p><strong>Solution:</strong></p>
<p>1 &#8211; Disable IPv6</p>
<p>2 &#8211; Setup Static IP Settings For IPv4</p>
<p><span id="more-10"></span></p>
<p><strong>Detail: </strong></p>
<p>1 &#8211; Disable IPv6</p>
<p>Control Panel &gt; Network and Internet &gt; Network Connections &gt; Wireless Network Connection &gt; Right Click &gt; Properties &gt; Under Networking Tab Find &#8220;Internet Protocol Version 6 (TCP/IPv6)&#8221; and UNCHECK the box on the left.</p>
<p>2 &#8211; &#8230; Highlight &#8221;Internet Protocol Version 4 (TCP/IPv4)&#8221; &gt; Click Properties &gt; Under General Tab Select Use the following IP Address &gt; Enter IP Address (ex. 192.168.0.103) &gt; Enter Subnet Mask (ex. 255.255.255.0) &gt; Enter Default Gateway (ex. 192.168.0.1) &gt; Entered Prefered DNS Server (ex. 192.168.0.1) &gt; Click OK until everything you opened is applied.</p>
<p>This should fix this specific problem.</p>
<p><strong>Personal Note:</strong> This is one of the many reasons why I don&#8217;t use VISTA, it&#8217;s broken by default, this was a friends computer.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iknoow.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iknoow.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iknoow.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iknoow.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iknoow.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iknoow.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iknoow.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iknoow.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iknoow.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iknoow.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iknoow.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iknoow.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iknoow.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iknoow.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=10&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iknoow.wordpress.com/2008/11/17/vista-wireless-local-only-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06a9ed79e7ed601ed644759b86bab9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mywadud</media:title>
		</media:content>
	</item>
		<item>
		<title>What is THIS Blog About?</title>
		<link>http://iknoow.wordpress.com/2008/11/17/hello-world/</link>
		<comments>http://iknoow.wordpress.com/2008/11/17/hello-world/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 18:45:51 +0000</pubDate>
		<dc:creator>mywadud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Well, very simple&#8230; When you stumble across a technical problem, wheter a Windows glitch, performance issue, frustration while programming or writing a SQL statement, and you tell your friend and (s)he goes&#8230;. I KNOOOOOOOW! I have the same thing happen to me. Arghh! When that happens to me, or I&#8217;m talking to myself about it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=1&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, very simple&#8230; When you stumble across a technical problem, wheter a Windows glitch, performance issue, frustration while programming or writing a SQL statement, and you tell your friend and (s)he goes&#8230;. I KNOOOOOOOW! I have the same thing happen to me. Arghh!</p>
<p><span id="more-1"></span></p>
<p>When that happens to me, or I&#8217;m talking to myself about it and having a similar conversation as indicated above, I will blog it. So in short this BLOG should have&#8230;</p>
<ul>
<li>Genral Windows Tips and Tricks</li>
<li>Software Reviews and Suggestions</li>
<li>General Computer Usage Tips</li>
<li>Html, CSS, JavaScript, PHP, ASP, ASP.net, ActionScript Code Issues</li>
<li>Tutorials and Walkthrough of various technical tasks</li>
</ul>
<p>So, selfishly documenting for myself while allowing &#8220;YOU&#8221; to benefit from my frustrations and hours of Googling so you don&#8217;t have to do the same if it is your choosing.</p>
<p>So this isn&#8217;t about what &#8220;I KNOW&#8221; it&#8217;s about me and you saying &#8220;I KNOOOOOOOW&#8221;! Get it? Good! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iknoow.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iknoow.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iknoow.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iknoow.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iknoow.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iknoow.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iknoow.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iknoow.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iknoow.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iknoow.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iknoow.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iknoow.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iknoow.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iknoow.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iknoow.wordpress.com&amp;blog=5551481&amp;post=1&amp;subd=iknoow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iknoow.wordpress.com/2008/11/17/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06a9ed79e7ed601ed644759b86bab9ea?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mywadud</media:title>
		</media:content>
	</item>
	</channel>
</rss>
