<?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/"
	>

<channel>
	<title>The Original Jelani Harris &#187; Uncategorized</title>
	<atom:link href="http://jelaniharris.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://jelaniharris.com</link>
	<description>The original website of Jelani Harris the original of course</description>
	<lastBuildDate>Fri, 16 Jul 2010 18:45:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>No more updates to Google Notebook</title>
		<link>http://jelaniharris.com/2009/no-more-updates-to-google-notebook/</link>
		<comments>http://jelaniharris.com/2009/no-more-updates-to-google-notebook/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 19:17:37 +0000</pubDate>
		<dc:creator>Jelani Harris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jelaniharris.com/?p=34</guid>
		<description><![CDATA[One of the only Google app (apart from Gmail) that I use the most Google Notebook will have no more updates. Before I signed up to Google I used to keep all of the websites that I thought were useful in my bookmarks and that became really messy really quickly. Also with the useful firefox [...]]]></description>
			<content:encoded><![CDATA[<p>One of the only Google app (apart from Gmail) that I use the most <a title="Google Notebook stops updates" href="http://www.informationweek.com/news/internet/google/showArticle.jhtml?articleID=212900775">Google Notebook will have no more updates</a>. Before I signed up to Google I used to keep all of the websites that I thought were useful in my bookmarks and that became really messy really quickly. Also with the useful firefox extension I can now just right click and add to notebook if I ever run across a website that I want to return to later.</p>
<p>Google notebook isn&#8217;t perfect. I just wish they would continue making it a better product. But now that I think about it, Google is an company that makes most of it&#8217;s revenue selling advertisements online (that I hardly see due to <a title="Adblock - the only way to use the internet" href="https://addons.mozilla.org/en-US/firefox/addon/1865">AdBlock</a>) and I don&#8217;t see how they could&#8217;ve made their Notebook app a profitable endeavor. I know that I wouldn&#8217;t pay for a &#8220;pro&#8221; version, and that their ads  would be <a href="https://addons.mozilla.org/firefox/addon/748">GreaseMonkey</a>&#8216;d out or plain ignored &#8211; all I want is a list of bookmarks not solicitations!</p>
<p>Now I&#8217;m going to search online for other alternatives to replace and to transfer all of my bookmarks to. I&#8217;m looking at delicious right now &#8211; I just don&#8217;t like sharing my bookmarks with the world too much. But maybe I&#8217;ll let it go once I get my lifestream properly set up on here.</p>
]]></content:encoded>
			<wfw:commentRss>http://jelaniharris.com/2009/no-more-updates-to-google-notebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using overflow:auto for a tbody tag in IE 6.0</title>
		<link>http://jelaniharris.com/2008/using-overflowauto-for-a-tbody-tag-in-ie-60/</link>
		<comments>http://jelaniharris.com/2008/using-overflowauto-for-a-tbody-tag-in-ie-60/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 16:44:53 +0000</pubDate>
		<dc:creator>Jelani Harris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://jelaniharris.com/?p=24</guid>
		<description><![CDATA[Guess what? It&#8217;s not possible! in Opera 7.20, IE 5.5 or IE 6.0. Instead what happens is that it&#8217;s treated like a regular table without the scrollbars. Also, the styling specified for the tbody is applied to every tr row. How lame. Another reason why we all should just stop supporting IE 6.0.]]></description>
			<content:encoded><![CDATA[<p>Guess what? <strong>It&#8217;s not possible!</strong> in Opera 7.20, IE 5.5 or IE 6.0. Instead what happens is that it&#8217;s treated like a regular table without the scrollbars. Also, the styling specified for the tbody is applied to every tr row. How lame.</p>
<p>Another reason why we all should just stop supporting IE 6.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://jelaniharris.com/2008/using-overflowauto-for-a-tbody-tag-in-ie-60/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Anchors from a Url in Javascript</title>
		<link>http://jelaniharris.com/2008/remove-anchors-from-a-url-in-javascript/</link>
		<comments>http://jelaniharris.com/2008/remove-anchors-from-a-url-in-javascript/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 06:25:31 +0000</pubDate>
		<dc:creator>Jelani Harris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jelaniharris.com/?p=22</guid>
		<description><![CDATA[Here is something useful that I discovered in my programming for the Apparatus Complex. I needed to strip out the anchor portion of a link and leave the rest of the url intact. For example I wanted: http://www.jelaniharris.com/blog/I-love-apple-pies#comments To look like: http://www.jelaniharris.com/blog/I-love-apple-pies Here&#8217;s the ideal way to do this with Javascript: 1 2 3 4 [...]]]></description>
			<content:encoded><![CDATA[<p>Here is something useful that I discovered in my programming for the <a title="Apparatus Complex" href="http://apparatuscomplex.com">Apparatus Complex</a>. I needed to strip out the anchor portion of a link and leave the rest of the url intact. For example I wanted:</p>
<p>http://www.jelaniharris.com/blog/I-love-apple-pies#comments</p>
<p>To look like:</p>
<p>http://www.jelaniharris.com/blog/I-love-apple-pies</p>
<p>Here&#8217;s the ideal way to do this with Javascript:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">	<span style="color: #006600; font-style: italic;">//Grab our current Url</span>
	<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> window.<span style="color: #660066;">location</span>.<span style="color: #660066;">toString</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #006600; font-style: italic;">//Remove anchor from url</span>
	<span style="color: #003366; font-weight: bold;">var</span> anchor_index <span style="color: #339933;">=</span> url.<span style="color: #660066;">indexOf</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>anchor_index <span style="color: #339933;">!=</span> <span style="color: #339933;">-</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    	url <span style="color: #339933;">=</span> url.<span style="color: #660066;">substring</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> anchor_index<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>It doesn&#8217;t get any easier than that. What this code does is that it grabs the URL from the current window, and then finds the index into the string where the &#8216;#&#8217; is. Then if it exists, it truncates the string up to the &#8216;#&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://jelaniharris.com/2008/remove-anchors-from-a-url-in-javascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Old domain, new language</title>
		<link>http://jelaniharris.com/2008/old-domain/</link>
		<comments>http://jelaniharris.com/2008/old-domain/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 21:45:45 +0000</pubDate>
		<dc:creator>Jelani Harris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[site5]]></category>

		<guid isPermaLink="false">http://jelaniharris.com/?p=21</guid>
		<description><![CDATA[So I&#8217;ve been the proud owner of a new website that I was surprised to get: http://crimsonize.com. I&#8217;ve actually had it for awhile and nothing is there except an outdated version of WordPress, and a blank hello world page. I&#8217;m surprised that it hasn&#8217;t been spammed (or hacked) to hell now. But now I need [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been the proud owner of a new website that I was surprised to get: <a href="http://crimsonize.com">http://crimsonize.com</a>. I&#8217;ve actually had it for awhile and nothing is there except an outdated version of <a title="WordPress" href="http://www.wordpress.org">WordPress</a>, and a blank hello world page. I&#8217;m surprised that it hasn&#8217;t been spammed (or hacked) to hell now. But now I need to do something with it.</p>
<p>I was considering making it a personal art portfolio, but now I&#8217;m leaning towards making it an art community where people share and critique each other&#8217;s artwork. The only thing I&#8217;m concerned with is that I don&#8217;t want people stealing art from <a title="DeviantArt" href="http://www.deviantart.com">deviantArt</a> and claiming them as their own and having people complain to me about it. It&#8217;s just one of those things I sorta don&#8217;t want to deal with, and that I know I&#8217;m going to deal with when <a title="Apparatus Complex" href="http://apparatuscomplex.com">Apparatus Complex</a> gets  popular in the future &#8211; when it&#8217;s complete.</p>
<p>Of course before I actually go through with this community website I have to look at all of the &#8220;competition&#8221; and see what they do right and what they do wrong and then capitalize on those issues. That&#8217;s business and research I suppose. Having facts and history and repeating it doesn&#8217;t guarantee that a site will be popular.</p>
<p>Also, I do plan on creating this website in a new language. I&#8217;ve heard a lot of good things about <a href="http://www.rubyonrails.org/">Ruby on Rails</a> (and <a href="http://www.zedshaw.com/rants/rails_is_a_ghetto.html">not-so good things</a>). I also just found out that my webhost, <a href="http://www.site5.com">Site5</a>, completely supports rails so there&#8217;s no reason now why I shouldn&#8217;t be learning this popular and new language.</p>
<p>The best way that I learn a new language is to have a project &#8211; or a goal &#8211; in mind so that I can visualize what my goal is and what I take the steps I need to do to get there. I&#8217;m not really one of those programmers that can just do all of the examples in a book and claim that I know the language. I have to get really deep into the planning of the project, and notice the parallels between the new language I&#8217;m learning and the old languages I already know. Like just skimming through some sample code, I notice that the way Ruby is structured it looks like Python with Java sprinkles. Or maybe, more like Java Flakes cereal with Ruby marshmallows.</p>
<p>(That actually sounds kinda delicious. I&#8217;m in the mood for Lucky Charms now.)</p>
<p>They say that once you learn/master one programming language, all of the other languages you want to learn get easier. I think that&#8217;s 100% true.</p>
]]></content:encoded>
			<wfw:commentRss>http://jelaniharris.com/2008/old-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
