<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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>DansNetwork</title>
	<link>http://blog.dansnetwork.com</link>
	<description>Web Design, Linux, and Home Automation...</description>
	<pubDate>Mon, 28 Jul 2008 00:26:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Web Based Insteon Controller - NetLinc</title>
		<link>http://blog.dansnetwork.com/2008/07/27/web-based-insteon-controller-netlinc/</link>
		<comments>http://blog.dansnetwork.com/2008/07/27/web-based-insteon-controller-netlinc/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 00:26:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Home Automation]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[automation]]></category>

		<category><![CDATA[insteon]]></category>

		<category><![CDATA[smarthome]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/07/27/web-based-insteon-controller-netlinc/</guid>
		<description><![CDATA[There&#8217;s a new Insteon controller out there that uses a built-in web server to control your Insteon devices. It&#8217;s called NetLinc and has a price tag of $119.99 from SmartHome (of coarse). I believe that this is going to be one of SmartHome&#8217;s biggest Insteon products yet. In the past, Insteon controllers have been pretty [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.dansnetwork.com/images/NetLinc.jpg" alt="NetLinc" align="left" border="0" width="150" height="150" />There&#8217;s a new Insteon controller out there that uses a built-in web server to control your Insteon devices. It&#8217;s called <a href="http://smarthome.com/netlinc" title="NetLinc" target="_blank">NetLinc</a> and has a price tag of <a href="http://www.smarthome.com/2412n.html" title="NetLinc" target="_blank">$119.99 from SmartHome</a> (of coarse). I believe that this is going to be one of SmartHome&#8217;s biggest Insteon products yet. In the past, Insteon controllers have been pretty locked down as far as user manipulation is concerned. With an HTTP controlled device such as this one, there isn&#8217;t going to be anything to hide. I can already see the numerous custom interfaces being made for any device that has a web browser. This will also open a new market for custom floor plans that can be developed using common web design techniques (GET or POST requests). For a more complex interface, you might be able send XHR(AJAX) requests to the NetLinc to turn on, off, or check the status/state of a device!</p>
<p>SimpleHomeNet has already manufactured a few products that aimed to achieve the same functionality as the NetLinc. They are all quite a bit more expensive though:<br />
<a href="http://www.simplehomenet.com/prods.asp?page_id=prodServers_EZSrve" title="EZSrve" target="_blank">EZSrve Insteon/X10 Home Automation Gateway </a>($209.99)</p>
<p><img src="http://blog.dansnetwork.com/images/EZSrve_l.gif" alt="EZSrve" border="0" width="190" height="201" /></p>
<p><a href="http://www.simplehomenet.com/prods.asp?page_id=prodServers_EZBridgePLM_Combo" title="EZBridge PLM Combo" target="_blank">EZBridge PLM Combo</a> ($199.99)</p>
<p><img src="http://blog.dansnetwork.com/images/EZBridge_Combo.gif" alt="EZBridge Combo" border="0" width="240" height="248" /></p>
<p>I&#8217;ll be ordering my NetLinc soon and can envision my Insteon USB PowerLinc on EBay shortly after!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dansnetwork.com/2008/07/27/web-based-insteon-controller-netlinc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unsafe Password Storage Practices</title>
		<link>http://blog.dansnetwork.com/2008/07/15/unsafe-password-storage-practices/</link>
		<comments>http://blog.dansnetwork.com/2008/07/15/unsafe-password-storage-practices/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 21:41:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/07/15/unsafe-password-storage-practices/</guid>
		<description><![CDATA[There is a growing number of websites out there that require its members to login on a fairly regular basis. Many times these numerous user names and/or passwords will slip our minds and we&#8217;ll be forced to click on the &#8220;Forgot My Password (click here if you&#8217;re an idiot)&#8221; link. Yes, I am a regular [...]]]></description>
			<content:encoded><![CDATA[<p>There is a growing number of websites out there that require its members to login on a fairly regular basis. Many times these numerous user names and/or passwords will slip our minds and we&#8217;ll be forced to click on the &#8220;Forgot My Password (click here if you&#8217;re an idiot)&#8221; link. Yes, I am a regular clicker of these types of links. How many times, after proceeding with this shameful process, have you received an email containing your password? No, not a link to change your password or questions about your account that only you would know (that would eventually allow you in), your actual password in plain text! This could tell you a lot about how your favorite website is handling your password. Oh, and by the way, a bank, credit card company, etc. should never be able to send you your password in an email. This means that they are not securely storing your password. Here&#8217;s how it works:</p>
<p><strong><u>Secure Password Storage</u></strong><br />
When you sign up for your new account and enter your password for the first time, your password is hashed (one way encryption) and stored into the database. This hash is a one way avenue. It can&#8217;t (in most cases) be decrypted, thus no way for anyone to retrieve the original password. So, if you can&#8217;t see the original password then how are you able to log back in? When you revisit the site and enter your password, it is hashed, using the original algorithm, and then it&#8217;s compared to the stored (hashed password). If the two match, you are granted access.</p>
<pre style="font-size: 12px">Original Password -&gt; SHA-1/MD5/Other Hash -&gt; Database Storage
Login Password -&gt; SHA-1/MD5/Other Hash -&gt; Result is Compared to Database (Hashed)</pre>
<p><img src="http://blog.dansnetwork.com/images/passStore.jpg" alt="Password Storage" vspace="10" width="400" border="0" height="235" hspace="5" /></p>
<p><strong><u>Unsecure Password Storage</u></strong><br />
When you sign up for your new account and enter your password for the first time, your password is sent directly to the database. In some cases it might be encrypted using a weak algorithm that can be unencrypted or decrypted. When you revisit the site to log back in, the password that you enter is compared directly to the one (or decrypted one) stored in the database.</p>
<pre style="font-size: 12px">Original Password -&gt; Database Storage
Login Password -&gt; Result is Compared to Database (Plain Text)</pre>
<p><img src="http://blog.dansnetwork.com/images/passStore2.jpg" alt="Password Storage Plain Text" vspace="10" width="400" border="0" height="120" hspace="5" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dansnetwork.com/2008/07/15/unsafe-password-storage-practices/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add Live Chat (GTalk/Jabber) To Your Site</title>
		<link>http://blog.dansnetwork.com/2008/07/10/add-live-chat-gtalkjabber-to-your-site/</link>
		<comments>http://blog.dansnetwork.com/2008/07/10/add-live-chat-gtalkjabber-to-your-site/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 22:22:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[chat]]></category>

		<category><![CDATA[chatback]]></category>

		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/07/10/add-live-chat-gtalkjabber-to-your-site/</guid>
		<description><![CDATA[Let me start off by saying that this has got to be one of the easiest ways to add &#8220;Live Chat&#8221; functionality to a website. I searched around for a while and I knew that I wanted to tie the live chat to my Google account (GTalk/Jabber), but didn&#8217;t realize that Google already provides an [...]]]></description>
			<content:encoded><![CDATA[<p>Let me start off by saying that this has got to be one of the easiest ways to add &#8220;Live Chat&#8221; functionality to a website. I searched around for a while and I knew that I wanted to tie the live chat to my Google account (GTalk/Jabber), but didn&#8217;t realize that Google already provides an API for doing this. It&#8217;s called <a href="http://www.google.com/support/talkgadget/bin/answer.py?hl=en&amp;answer=86171" title="Chatback" target="_blank">Chatback</a> and you can create a Chatback Badge in one or more of the following flavors:<br />
<img src="http://lh5.ggpht.com/dansnetwork/SHZBKwFrIcI/AAAAAAAAAF4/3a5Np5qIm3E/chatbackbox.png" alt="ChatBack Options" vspace="10" width="384" border="0" height="209" /><br />
Either one can be seamlessly integrated into your site using an iFrame or a simple image/link combination. To create your badge code, visit: <a href="http://www.google.com/talk/service/badge/New" title="New Badge" target="_blank">http://www.google.com/talk/service/badge/New</a> This page will allow you to create and customize one of the various Chatback Badges for your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dansnetwork.com/2008/07/10/add-live-chat-gtalkjabber-to-your-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stop A Page From Loading</title>
		<link>http://blog.dansnetwork.com/2008/07/04/stop-a-page-from-loading/</link>
		<comments>http://blog.dansnetwork.com/2008/07/04/stop-a-page-from-loading/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 00:40:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[mootools]]></category>

		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/07/04/stop-a-page-from-loading/</guid>
		<description><![CDATA[I&#8217;ve recently put together a page that included over 550 thumbnails that were set to load dynamically. They were grouped together to be viewed throughout several &#8220;pages&#8221;. Originally, if you went to the second page without waiting for the first to finish loading, you&#8217;d be unimpressed with the presentation. The second page would begin to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently put together a page that included over 550 thumbnails that were set to load dynamically. They were grouped together to be viewed throughout several &#8220;pages&#8221;. Originally, if you went to the second page without waiting for the first to finish loading, you&#8217;d be unimpressed with the presentation. The second page would begin to load only after the first was finished and so on. I needed to come up with a way to stop the thumbs from loading when you went to the next page and here&#8217;s what I came up with. It works with Firefox, Safari, and the troublemaker&#8230;Internet Explorer.</p>
<p><strong>Using Mootools:</strong></p>
<pre style="font-family: Courier New,Courier,mono">function stopLoad()
{
   $try(
      function(){window.stop()},
      function(){document.execCommand('Stop')}
   )
}</pre>
<p><strong>Using Prototype:</strong></p>
<pre style="font-family: Courier New,Courier,mono">function stopLoad()
{
   Try.these(
      function(){window.stop()},
      function(){document.execCommand('Stop')}
   )
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.dansnetwork.com/2008/07/04/stop-a-page-from-loading/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Appending With AJAX For A Clean Body</title>
		<link>http://blog.dansnetwork.com/2008/01/24/appending-with-ajax-for-a-clean-body/</link>
		<comments>http://blog.dansnetwork.com/2008/01/24/appending-with-ajax-for-a-clean-body/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 02:28:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/01/24/appending-with-ajax-for-a-clean-body/</guid>
		<description><![CDATA[It may sound painful, but really, it&#8217;s not.
 So you want to add content to the bottom of your web page without reloading the whole page or DIV that the majority of your content is located in? You could add a separate DIV to the bottom of your page and use the document.getElementByID(&#8217;myDIV&#8217;).innerHTML = xmlHttp [...]]]></description>
			<content:encoded><![CDATA[<p align="left">It may sound painful, but really, it&#8217;s not.</p>
<p align="left"> So you want to add content to the bottom of your web page without reloading the whole page or DIV that the majority of your content is located in? You could add a separate DIV to the bottom of your page and use the <font color="#3366ff">document.getElementByID(&#8217;myDIV&#8217;).innerHTML = <span style="font-style: italic">xmlHttp response</span>;</font> method to append the new content&#8230;</p>
<p><strong> But, what if you want to append multiple times?</strong></p>
<ul>
<li><font color="#008000"> add rows to your favorite database&#8217;s front end</font></li>
<li><font color="#008000"> add stories to the front page, as the user scrolls down, like on DZone&#8217;s home page</font></li>
<li><font color="#008000"> use it on the top end to dynamically stack new content without user intervention</font></li>
</ul>
<h4><u>Why not include new DIV tags within your response code?</u></h4>
<p><span style="font-weight: bold">Existing DIV at the bottom of your page:</span></p>
<blockquote><p> &lt;div id=&#8221;newdiv001&#8243;&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p><span style="font-weight: bold">xmlHttp Response from the server:</span></p>
<blockquote><p> latest news flash here&lt;/div&gt;<br />
&lt;div id=&#8221;newdiv002&#8243;&gt;</p></blockquote>
<p><span style="font-weight: bold">After it&#8217;s inserted into your existing DIV, it&#8217;ll look like this:</span></p>
<blockquote><p> &lt;div id=&#8221;newdiv001&#8243;&gt;<br />
latest news flash here&lt;/div&gt;<br />
&lt;div id=&#8221;newdiv002&#8243;&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p>&#8230; and now &#8220;newdiv002&#8243; is ready to take the next response.<br />
The important thing to remember here, is to keep track of your DIV ids. By using a number at the end of your id&#8217;s name, you can keep track of it with a simple counter.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dansnetwork.com/2008/01/24/appending-with-ajax-for-a-clean-body/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LinuxMCE Includes Insteon Support (Beta)</title>
		<link>http://blog.dansnetwork.com/2008/01/12/linuxmce-includes-insteon-support-beta/</link>
		<comments>http://blog.dansnetwork.com/2008/01/12/linuxmce-includes-insteon-support-beta/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 13:43:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Home Automation]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[insteon]]></category>

		<category><![CDATA[linuxmce]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/01/12/linuxmce-includes-insteon-support-beta/</guid>
		<description><![CDATA[Insteon support from the Linux MCE project has finally arrived. Linux MCE is open source -
&#8220;whole-house media solution with pvr + distributed media, and the most advanced smarthome solution available&#8221;
- software for linux. LinuxMCE has recently announced beta support for the PLM 2412s module. This Power Linc Modem (PLM) is a simpler version of the, [...]]]></description>
			<content:encoded><![CDATA[<p>Insteon support from the <a href="http://linuxmce.org/" title="LinuxMCE" target="_blank">Linux MCE</a> project has finally arrived. Linux MCE is open source -</p>
<blockquote><p>&#8220;whole-house media solution with pvr + distributed media, and the most advanced smarthome solution available&#8221;</p></blockquote>
<p>- software for linux. LinuxMCE has recently <a href="http://wiki.linuxmce.org/index.php/Insteon_-_Setting_Up_PLM_Template" title="Insteon Support" target="_blank">announced</a> beta support for the <a href="http://www.smarthome.com/2412s.html" title="PLM 2412s" target="_blank">PLM 2412s</a> module. This Power Linc Modem (PLM) is a simpler version of the, more common, Power Linc Controller (PLC). It has the ability to send both Insteon and X-10 commands, but not as a stand alone unit.</p>
<p>LinuxMCE provides drivers, written in Ruby, for both the PLM and the  EZBridge. The EZBridge &#8220;bridges&#8221; your Insteon controller to your ethernet network. The <a href="http://www.smarthome.com/31272.html" title="EZBridge" target="_blank">EZBridge</a> isn&#8217;t cheap though ($154.99 at the time of this writing). Being that it&#8217;s an ethernet device, it could potentially allow you to control your devices while you&#8217;re away from home.</p>
<p>While this doesn&#8217;t seem like a huge leap for LinuxMCE, it definitely shows that Insteon won&#8217;t get left in the dark.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dansnetwork.com/2008/01/12/linuxmce-includes-insteon-support-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Analytics Date Range - Analytics Today</title>
		<link>http://blog.dansnetwork.com/2008/01/09/google-analytics-date-range-analytics-today/</link>
		<comments>http://blog.dansnetwork.com/2008/01/09/google-analytics-date-range-analytics-today/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 02:11:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[analytics]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[greasemonkey]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2008/01/09/google-analytics-date-range-analytics-today/</guid>
		<description><![CDATA[Google Analytic&#8217;s default date range is one month. As of this writing, there isn&#8217;t a way to change it. When tracking the visitors of multiple websites, it is often nice to be able to see the activity of the current day. In order to change the date range, you have to use the Flash based [...]]]></description>
			<content:encoded><![CDATA[<p>Google Analytic&#8217;s default date range is one month. As of this writing, there isn&#8217;t a way to change it. When tracking the visitors of multiple websites, it is often nice to be able to see the activity of the current day. In order to change the date range, you have to use the Flash based calendar on the right hand side of the page. The calendar sends a request back to Google servers to fetch the information for the date range that you chose. Although nice to use, it can be time consuming and tedious.</p>
<blockquote><p><img src="http://blog.dansnetwork.com/images/ganalytics.jpg" alt="Analytics Calendar" border="0" /></p></blockquote>
<p>The other way to request a date range is to pass a date parameter in the URL:</p>
<p><span style="color: #808080">Example:<br />
<em>https: //google.com&#8230;.dashboard?&#8230;</em><strong>&amp;pdr=20080109-20080109</strong></span></p>
<p><span style="color: #808080"><em>parameter</em>: <strong>pdr</strong></span></p>
<p><span style="color: #808080"><em>value</em>: <strong>20080109-20080109</strong> (YearMonthDay-YearMonthDay)</span></p>
<p><a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=https%3A%2F%2Faddons.mozilla.org%2Fen-US%2Ffirefox%2Faddon%2F748&amp;ei=J3CFR8jaEqjkigHx8YX5BA&amp;usg=AFQjCNGwTfL-iNiyO_EdM51X1x7LgP1rEg&amp;sig2=xN0k47R7np-n69HRoJGWFQ" title="Greasemonkey Add-on" target="_blank">Greasemonkey</a> is a Firefox Add-on that allows customized JavaScript to be added to any web page that you visit.</p>
<p>I&#8217;ve written a user script called Analytics Today that sets your Analytics date range to the current day instead of 1 month. You can still obviously change the range just as you do now. Please feel free to try it out. I&#8217;ve included it, along with source code, below!</p>
<p>-</p>
<blockquote><p><strong>Download it here -&gt;  <a href="http://blog.dansnetwork.com/images/analyticstoday.user.js" title="Analytics Today" target="_blank">AnalyticsToday.user.js</a></strong></p></blockquote>
<p>-</p>
<p><strong>Source Code:</strong></p>
<p><span style="color: #008000">// ==UserScript==<br />
// @name          Analytics Today<br />
// @namespace     blog.dansnetwork.com<br />
// @description   Sets Google Analytic&#8217;s default date range to today.</span></p>
<p><span style="color: #008000">//@include       https://www.google.com/analytics/reporting*</span></p>
<p><span style="color: #008000">// @exclude<br />
// ==/UserScript== </span></p>
<p>var url = window.location.href;<br />
var urlParam = &#8220;&amp;pdr=&#8221;;</p>
<p>var today = new Date();<br />
var day = today.getDate();<br />
var month = today.getMonth() + 1;<br />
var year = parseInt(today.getFullYear());<br />
var todaysRange;</p>
<p>if(day &lt; 10)<br />
day = &#8216;0&#8242; + parseInt(day);<br />
if(month &lt; 10)<br />
month = &#8216;0&#8242; + parseInt(month);</p>
<p>var todaysRange = year + month + day + &#8216;-&#8217; + year + month + day;</p>
<p>if(url.indexOf(urlParam) &lt; 0)<br />
window.location.href += &#8216;&amp;pdr=&#8217; + todaysRange;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dansnetwork.com/2008/01/09/google-analytics-date-range-analytics-today/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ING DIRECT Account For Your Child</title>
		<link>http://blog.dansnetwork.com/2007/12/28/ing-direct-account-for-your-child/</link>
		<comments>http://blog.dansnetwork.com/2007/12/28/ing-direct-account-for-your-child/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 23:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Financial]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2007/12/28/ing-direct-account-for-your-child/</guid>
		<description><![CDATA[
I&#8217;ve been an ING DIRECT customer for some time now. It&#8217;s a great way to bank. I pay all of our bills from their bill pay system and they even give you the ability to send paper checks to just about anyone at no cost.
Over the holidays our 8 month old son acquired some cash [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.dansnetwork.com/images/ingdirect.jpg" alt="INGDIRECT" border="0" height="58" width="263" /></p>
<p>I&#8217;ve been an ING DIRECT customer for some time now. It&#8217;s a great way to bank. I pay all of our bills from their bill pay system and they even give you the ability to send paper checks to just about anyone at no cost.</p>
<p>Over the holidays our 8 month old son acquired some cash for his first Christmas. This is what pushed us to open an &#8220;Orange&#8221; savings account for him. Minors aren&#8217;t allowed to have their own, stand alone, savings account, so the account had to be a joint account.</p>
<p>ING DIRECT has a referral program that gives you money for every person that you can get to sign up and make an initial deposit of $250. After the deposit, you get $10 and the new customer gets $25. You can have up to 25 referrals, which means you could potentially make $250 for getting people to join. I wanted to use this method for enrolling my son in his first savings account. There isn&#8217;t a guide on ING&#8217;s website to walk you through the process, so I&#8217;ve put one together here.</p>
<p>Here&#8217;s how it works:</p>
<ol>
<li>Send a referral email, to yourself, for your child.</li>
<li>Use the link, in the provided email, to sign up. You&#8217;re going to need your child&#8217;s social security number and birth date (in case you forgot).</li>
<li>Make sure you select &#8220;joint&#8221; account from the drop down (when you get to it).  Fill in the appropriate fields with your child&#8217;s information. Most people put their child as the primary person on the account. They do this for tax purposes.</li>
<li>For the secondary person on the account, you&#8217;ll need to enter your ING DIRECT customer number.</li>
<li>The part where you are asked to enter bank account information is where I got lost. I ended up calling them on the phone to get some clarity. In order for the referral program to work, the initial $250 must come from a bank outside of ING DIRECT&#8217;s realm. This is the reason they are asking for bank account information. I gave them the same account numbers that are on the account that I already have verified with ING DIRECT (it&#8217;s a credit union). After entering your routing and account numbers, you must specify who&#8217;s name(s) are on the account. Just select your name. You do not have the option to select your child&#8217;s name. (This doesn&#8217;t mean that your child&#8217;s name has to be on the (non-ingdirect) account with yours.) Minors aren&#8217;t allowed to have accounts in their name. This is why you don&#8217;t have the option to select them.</li>
<li>Now that the account is set up, there should be $25 available in your child&#8217;s account and $10 added to your account. The initial $250 is unavailable for 10 days. You should be able to view your child&#8217;s account in your control panel, under the name you assigned it during enrollment.</li>
</ol>
<p>Opening one of these accounts for your child provides an easy way for you to save money for their future. When they&#8217;re old enough, they can log into ING DIRECT themselves and monitor their saving&#8217;s progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dansnetwork.com/2007/12/28/ing-direct-account-for-your-child/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Save For Web&#8217;s Mysterious White Border</title>
		<link>http://blog.dansnetwork.com/2007/12/22/save-for-webs-mysterious-white-border/</link>
		<comments>http://blog.dansnetwork.com/2007/12/22/save-for-webs-mysterious-white-border/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 22:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2007/12/22/save-for-webs-mysterious-white-border/</guid>
		<description><![CDATA[ 
Photoshop has a handy feature that allows you to save images for web use. It allows you to save images as JPGs, GIFs, and PNGs. It also allows you to resize your image before saving it. Some time ago I noticed that some of my images had a thin white border around them. I [...]]]></description>
			<content:encoded><![CDATA[<p> <img src="http://blog.dansnetwork.com/images/wborder02.jpg" alt="White Border" height="190" width="350" /></p>
<p>Photoshop has a handy feature that allows you to save images for web use. It allows you to save images as JPGs, GIFs, and PNGs. It also allows you to resize your image before saving it. Some time ago I noticed that some of my images had a thin white border around them. I believe this to be a result of image resizing. After some trial and error, I found a couple of ways to fix this problem.</p>
<p><u>Before you &#8220;Save For Web&#8221;</u></p>
<p>1. Try to resize your image first:  <strong>Image -&gt; Image Size&#8230;</strong></p>
<p>2.  Try to &#8220;Flatten&#8221; your layers first: <strong>Layer -&gt; Flatten Image</strong></p>
<p>If all else fails open your file, after you&#8217;ve Saved For Web, and paint around the edges with the same color as your background. Once you&#8217;re done painting just: <strong>File -&gt; Save</strong></p>
<p><img src="http://blog.dansnetwork.com/images/wborder01.jpg" alt="No Border" height="190" width="350" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dansnetwork.com/2007/12/22/save-for-webs-mysterious-white-border/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHPBB3 - Upgrade Your Modified Files</title>
		<link>http://blog.dansnetwork.com/2007/12/18/phpbb3-upgrade-and-your-modified-files/</link>
		<comments>http://blog.dansnetwork.com/2007/12/18/phpbb3-upgrade-and-your-modified-files/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 23:58:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[forum]]></category>

		<category><![CDATA[phpBB3]]></category>

		<guid isPermaLink="false">http://blog.dansnetwork.com/2007/12/18/phpbb3-upgrade-and-your-modified-files/</guid>
		<description><![CDATA[   I recently installed the popular forum software, phpBB3(RC7), on my server. I knew that I wouldn&#8217;t get a ton of traffic at first, so that&#8217;s why I decided on the release candidate version (RC7) vs. the stable phpBB2. After a week or two, the stable version 3 (Olympus) was released and I [...]]]></description>
			<content:encoded><![CDATA[<p>   I recently installed the popular forum software, phpBB3(RC7), on my server. I knew that I wouldn&#8217;t get a ton of traffic at first, so that&#8217;s why I decided on the release candidate version (RC7) vs. the stable phpBB2. After a week or two, the stable version 3 (Olympus) was released and I was very interested in upgrading. At this point, I had made a ton of modifications to the many files contained in the phpBB3 directories. I was worried that if I upgraded, my files would all be replaced with the new ones from the stable version. My solution was to set up a &#8220;non-production&#8221; server to test out the upgrade.</p>
<p>I downloaded the upgrade package from <a href="http://www.phpbb.com/downloads/olympus.php" title="PHPBB3 Downloads" target="_blank">phpBB&#8217;s (3.0.0) download page</a>. After uploading the <strong>/install</strong> directory and it&#8217;s contents to the server, I pointed my web browser to http://<em>myserver</em>/phpBB3/<strong>install</strong>/ to begin the process. The current version of phpBB is checked and then the database is updated. This portion of the upgrade took only a few seconds.</p>
<p>The next step is what I was waiting for:<br />
<img src="http://blog.dansnetwork.com/images/chkfiles01.jpg" style="margin-bottom: 10px" alt="phpBB3" border="1" /></p>
<p>The upgrade scripts check for file differences.<br />
<img src="http://blog.dansnetwork.com/images/chkfiles02.jpg" style="margin-bottom: 10px" alt="phpBB3" border="1" /></p>
<p>After the differences are collected, the option to merge, existing and new files, is given.<br />
<img src="http://blog.dansnetwork.com/images/chkfiles03.jpg" style="margin-bottom: 10px" alt="phpBB3" border="1" /></p>
<p>It gives you the option to:<br />
<strong>Merge, Use The New File, or Keep The Old</strong><br />
Merge is selected by default.<br />
<img src="http://blog.dansnetwork.com/images/chkfiles04.jpg" style="margin-bottom: 10px" alt="phpBB3" border="1" /></p>
<p>The script can use the File Transfer Protocol to upgrade/merge your files. This was very easy. Just enter your username, password and path.<br />
<img src="http://blog.dansnetwork.com/images/chkfiles05.jpg" style="margin-bottom: 10px" alt="phpBB3" border="1" /></p>
<p>All of my files were successfully merged, which preserved <strong>ALL</strong> of my previous modifications. I am now fully upgraded to phpBB version 3.0.0/Olympus.<br />
<img src="http://blog.dansnetwork.com/images/chkfiles06.jpg" style="margin-bottom: 10px" alt="phpBB3" border="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dansnetwork.com/2007/12/18/phpbb3-upgrade-and-your-modified-files/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
