<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>Nurvos | Speak</title>
	<link>http://nurvos.com/speak</link>
	<description>Just another corporate blog</description>
	<pubDate>Tue, 21 Nov 2006 22:34:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>Funny TLA (three letter acronym)</title>
		<link>http://nurvos.com/speak/2006/11/21/funny-tla-three-letter-acronym/</link>
		<comments>http://nurvos.com/speak/2006/11/21/funny-tla-three-letter-acronym/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 22:34:28 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
	<category>Nurvos</category>
		<guid isPermaLink="false">http://nurvos.com/speak/2006/11/21/funny-tla-three-letter-acronym/</guid>
		<description><![CDATA[I heard a funny TLA on a radio advertisement today: LCD.
LCD = Long Crappy Day
Ever had one of those?

]]></description>
			<content:encoded><![CDATA[<p>I heard a funny TLA on a radio advertisement today: LCD.</p>
<blockquote><p>LCD = Long Crappy Day</p></blockquote>
<p>Ever had one of those?
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nurvos.com/speak/2006/11/21/funny-tla-three-letter-acronym/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Does your MacBook (Pro) seem to run hot?</title>
		<link>http://nurvos.com/speak/2006/11/09/does-your-macbook-pro-seem-to-run-hot/</link>
		<comments>http://nurvos.com/speak/2006/11/09/does-your-macbook-pro-seem-to-run-hot/#comments</comments>
		<pubDate>Thu, 09 Nov 2006 16:39:01 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
	<category>Apple</category>
		<guid isPermaLink="false">http://nurvos.com/speak/2006/11/09/does-your-macbook-pro-seem-to-run-hot/</guid>
		<description><![CDATA[Fan Control is a (free) system preference pane, that allows you to set an upper and lower temperature threshold for your MacBook (Pro).

Check it out here: http://www.lobotomo.com/products/FanControl/index.html

]]></description>
			<content:encoded><![CDATA[<p>Fan Control is a (free) system preference pane, that allows you to set an upper and lower temperature threshold for your MacBook (Pro).</p>
<p><img id="image20" alt="fancontrol_screenshot.gif" src="http://nurvos.com/speak/wp-content/uploads/2006/11/fancontrol_screenshot.gif" /></p>
<p>Check it out here: <a href="http://www.lobotomo.com/products/FanControl/index.html">http://www.lobotomo.com/products/FanControl/index.html</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nurvos.com/speak/2006/11/09/does-your-macbook-pro-seem-to-run-hot/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>MacBooks now feature the Intel Core 2 Duo processor</title>
		<link>http://nurvos.com/speak/2006/11/08/macbooks-now-have-the-intel-core-2-duo-processor/</link>
		<comments>http://nurvos.com/speak/2006/11/08/macbooks-now-have-the-intel-core-2-duo-processor/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 16:05:47 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
	<category>Apple</category>
		<guid isPermaLink="false">http://nurvos.com/speak/2006/11/08/macbooks-now-have-the-intel-core-2-duo-processor/</guid>
		<description><![CDATA[
Apple has just released MacBooks with the Core 2 Duo processors in three models: 1.83 GHz and 2.0 GHz, and black 2.0 GHz.
Pricing starts at $1,099.

]]></description>
			<content:encoded><![CDATA[<p><img alt="MacBook Core 2 Duo" id="image18" src="http://nurvos.com/speak/wp-content/uploads/2006/11/macbooks2.jpg" /></p>
<p>Apple has just <a target="_blank" href="http://nurvos.com/aaba/?product=http://www.apple.com/macbook/">released</a> MacBooks with the Core 2 Duo processors in three models: 1.83 GHz and 2.0 GHz, and black 2.0 GHz.</p>
<p>Pricing starts at $1,099.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nurvos.com/speak/2006/11/08/macbooks-now-have-the-intel-core-2-duo-processor/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>How not to build a dynamic array in JavaScript</title>
		<link>http://nurvos.com/speak/2006/11/08/how-not-to-build-a-dynamic-array-in-javascript/</link>
		<comments>http://nurvos.com/speak/2006/11/08/how-not-to-build-a-dynamic-array-in-javascript/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 14:28:19 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
	<category>Development</category>
		<guid isPermaLink="false">http://nurvos.com/speak/2006/11/08/how-not-to-build-a-dynamic-array-in-javascript/</guid>
		<description><![CDATA[Let&#8217;s say you wanted to build a dynamic array in JavaScript, using data retrieved from a J2EE servlet. How would you do it?
In my case, the data I was dealing with was in the following format: &#8220;variable=12345,23456,34567,45678&#8243;. I thought to myself, why don&#8217;t you just use the eval statement an dynamically write out the array:

Code [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you wanted to build a dynamic array in JavaScript, using data retrieved from a J2EE servlet. How would you do it?</p>
<p>In my case, the data I was dealing with was in the following format: &#8220;variable=12345,23456,34567,45678&#8243;. I thought to myself, why don&#8217;t you just use the eval statement an dynamically write out the array:</p>
<div class="ch_code_container" style="font-family: monospace;height:100%;">
<div style="">Code (javascript)</div>
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000066; font-weight: bold;">eval</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">&quot;var existingArray=new Array(&quot;</span>+variable+<span style="color: #3366CC;">&quot;)&quot;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
</ol>
</div>
<p>Looks great right? Do you see the bug? What about when &#8220;variable&#8221; only contains one element? Ah ha, instead of filling an array with X number of entries, it actually initializes with x number of indexes. In one of my cases, 400k items.</p>
<p>The solution ended up checked to see if the was one element in my &#8220;variable&#8221; and adjusting accordingly:</p>
<div class="ch_code_container" style="font-family: monospace;height:100%;">
<div style="">Code (javascript)</div>
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000066; font-weight: bold;">if</span><span style="color: #66cc66;">&#40;</span>variable.<span style="color: #006600;">indexOf</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">&#8216;,&#8217;</span><span style="color: #66cc66;">&#41;</span> &gt; <span style="color: #CC0000;">0</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000066; font-weight: bold;">eval</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">&quot;var existingArray=new Array(&quot;</span>+variable+<span style="color: #3366CC;">&quot;)&quot;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span><span style="color: #000066; font-weight: bold;">else</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> existingArray = <span style="color: #003366; font-weight: bold;">new</span> Array<span style="color: #66cc66;">&#40;</span><span style="color: #CC0000;">1</span><span style="color: #66cc66;">&#41;</span>; &nbsp; &nbsp; &nbsp; existingArray<span style="color: #66cc66;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #66cc66;">&#93;</span>=variable</div>
</li>
<li style="font-weight: bold;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div>
</li>
</ol>
</div>
<p>Both IE and Firefox don&#8217;t like dealing with arrays 400k positions in size. Go figure.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nurvos.com/speak/2006/11/08/how-not-to-build-a-dynamic-array-in-javascript/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>CSSEdit 2.0 is super sweet</title>
		<link>http://nurvos.com/speak/2006/11/07/cssedit-20-is-super-sweet/</link>
		<comments>http://nurvos.com/speak/2006/11/07/cssedit-20-is-super-sweet/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 21:03:24 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
	<category>Apple</category>
		<guid isPermaLink="false">http://nurvos.com/speak/2006/11/07/cssedit-20-is-super-sweet/</guid>
		<description><![CDATA[Do you edit CSS stylesheets on a regular basis and own a mac? CSSEdit 2.0 is definitely for you.
http://www.macrabbit.com/cssedit/
Having only spent a day using the application, I can safely say it is well worth the $29 price tag.

]]></description>
			<content:encoded><![CDATA[<p><img align="right" alt="CSSEdit Icon" src="http://nurvos.com/speak/wp-content/cssedit_2_icon.png" />Do you edit CSS stylesheets on a regular basis and own a mac? CSSEdit 2.0 is definitely for you.</p>
<p><a href="http://www.macrabbit.com/cssedit/">http://www.macrabbit.com/cssedit/</a></p>
<p>Having only spent a day using the application, I can safely say it is well worth the $29 price tag.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nurvos.com/speak/2006/11/07/cssedit-20-is-super-sweet/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Nifty Widget: WordPressDash</title>
		<link>http://nurvos.com/speak/2006/08/08/nifty-widget-wordpressdash/</link>
		<comments>http://nurvos.com/speak/2006/08/08/nifty-widget-wordpressdash/#comments</comments>
		<pubDate>Tue, 08 Aug 2006 23:16:24 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
	<category>Apple</category>
		<guid isPermaLink="false">http://nurvos.com/speak/?p=11</guid>
		<description><![CDATA[Cool, now I can post to my blog from Dashboard: http://www.paniris.com/widget/wordpressdash.php

]]></description>
			<content:encoded><![CDATA[<p>Cool, now I can post to my blog from Dashboard: <a href="http://www.paniris.com/widget/wordpressdash.php">http://www.paniris.com/widget/wordpressdash.php</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nurvos.com/speak/2006/08/08/nifty-widget-wordpressdash/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Attention OSX switchers</title>
		<link>http://nurvos.com/speak/2006/07/17/attention-osx-switchers/</link>
		<comments>http://nurvos.com/speak/2006/07/17/attention-osx-switchers/#comments</comments>
		<pubDate>Mon, 17 Jul 2006 13:19:38 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
	<category>Apple</category>
		<guid isPermaLink="false">http://nurvos.com/speak/?p=10</guid>
		<description><![CDATA[Here is a fantastic resource for those new to the OSX platform: http://flernk.blogspot.com/2006/07/guide-to-os-x-software-for-switchers.html
I have used, or at least every one of the applications listed. I did however, forget about UNO. I need to get that installed again.
Enjoy.

]]></description>
			<content:encoded><![CDATA[<p>Here is a fantastic resource for those new to the OSX platform: <a href="http://flernk.blogspot.com/2006/07/guide-to-os-x-software-for-switchers.html">http://flernk.blogspot.com/2006/07/guide-to-os-x-software-for-switchers.html</a></p>
<p>I have used, or at least every one of the applications listed. I did however, forget about <a href="http://gui.interacto.net/index.php?option=com_content&#038;task=view&#038;id=28&#038;Itemid=38">UNO</a>. I need to get that installed again.</p>
<p>Enjoy.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nurvos.com/speak/2006/07/17/attention-osx-switchers/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Firefox 2 Beta</title>
		<link>http://nurvos.com/speak/2006/07/13/firefox-2-beta/</link>
		<comments>http://nurvos.com/speak/2006/07/13/firefox-2-beta/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 23:08:28 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
	<category>Technology</category>
		<guid isPermaLink="false">http://nurvos.com/speak/?p=9</guid>
		<description><![CDATA[Do you have your copy yet?

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla.org/projects/bonecho/all-beta.html"><img width="135" height="130" border="0" alt="Firefoxlogo.png" src="http://nurvos.com/speak/wp-content/uploads/2006/07/Firefoxlogo.png" /></a>Do you have your copy yet?
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nurvos.com/speak/2006/07/13/firefox-2-beta/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Welcome to Nurvos Speak.</title>
		<link>http://nurvos.com/speak/2006/07/13/welcome-to-nurvos-speak/</link>
		<comments>http://nurvos.com/speak/2006/07/13/welcome-to-nurvos-speak/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 15:13:14 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
	<category>Nurvos</category>
		<guid isPermaLink="false">http://nurvos.com/speak/?p=6</guid>
		<description><![CDATA[First and foremost, welcome to the brand new, Nurvos.com company blog!
Just to give you some background, Nurvos is a very small, single owner consulting company, that focuses on small business and home users. Like our mantra says: &#8220;Expert Technical Advice&#8221;, we are eager share some of our technical expertise with customers and visitors like you. [...]]]></description>
			<content:encoded><![CDATA[<p>First and foremost, welcome to the brand new, Nurvos.com company blog!</p>
<p>Just to give you some background, Nurvos is a very small, single owner consulting company, that focuses on small business and home users. Like our mantra says: &#8220;Expert Technical Advice&#8221;, we are eager share some of our technical expertise with customers and visitors like you. Topics will probably widely vary, but would generally revolve around technical items such as software development, Apple computer products and current IT trends.</p>
<p>In other news, Nurvos was recently selected to participate in the <a href="http://agents.apple.com">Apple Authorized Business Agent</a> program. As professionals dedicated to service and solutions, we are very excited to partner with Apple in the agents program.</p>
<p>Why use and Agent?</p>
<ul>
<li>Personalized assistance</li>
<li>Expert technical advice</li>
<li>Knowledge of industry trends</li>
<li>Customized, timesaving service</li>
</ul>
<p>Visit the <a href="http://nurvos.com/aaba">Nurvos Business Agent Store</a> anytime, day or night, to place your order.</p>
<p>Once again, welcome to our small slice of the blogsphere. We look forward to sharing with you.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://nurvos.com/speak/2006/07/13/welcome-to-nurvos-speak/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
