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

<channel>
	<title>Notes</title>
	<atom:link href="http://alexpb.com/notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexpb.com/notes</link>
	<description></description>
	<pubDate>Fri, 19 Dec 2008 22:05:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Passing parameters to modules in Ubuntu</title>
		<link>http://alexpb.com/notes/articles/2008/12/18/passing-parameters-to-modules-in-ubuntu/</link>
		<comments>http://alexpb.com/notes/articles/2008/12/18/passing-parameters-to-modules-in-ubuntu/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 22:48:34 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[linux]]></category>

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

		<guid isPermaLink="false">http://alexpb.com/notes/?p=419</guid>
		<description><![CDATA[In this example, I pass the parameter &#8220;card=42&#8243; to the module &#8220;saa7134&#8243; when the module loads at boot time.

Add your module to /etc/modules

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules
# that should be loaded at boot time, one per line.
# Lines beginning with "#" are ignored.
saa7134


Add [...]]]></description>
			<content:encoded><![CDATA[<p>In this example, I pass the parameter &#8220;card=42&#8243; to the module &#8220;saa7134&#8243; when the module loads at boot time.</p>
<ol>
<li>Add your module to /etc/modules</p>
<p><code><br />
# /etc/modules: kernel modules to load at boot time.<br />
#<br />
# This file contains the names of kernel modules<br />
# that should be loaded at boot time, one per line.<br />
# Lines beginning with "#" are ignored.<br />
saa7134<br />
</code></p>
</li>
<li>Add <b>options saa7134 card=42</b> to the end of /etc/modprobe.d/options
<p><code># Enable double-buffering so gstreamer et. al. work<br />
options quickcam compatible=2</p>
<p># Default hostap to managed mode<br />
options hostap_pci iw_mode=2<br />
options hostap_cs iw_mode=2</p>
<p># Stop auto-association.<br />
# LP: #264104<br />
options ipw2200 associate=0</p>
<p># XXX: Ignore HPA by default. Needs to be revisted in jaunty<br />
options libata ignore_hpa=1</p>
<p><b>options saa7134 card=42</b></code></p>
</li>
</ol>
<p>Now reboot and you should be all set.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/12/18/passing-parameters-to-modules-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Passing parameters to modules in Ubuntu when they first load</title>
		<link>http://alexpb.com/notes/articles/2008/12/18/passing-parameters-to-modules-in-ubuntu-when-they-first-load/</link>
		<comments>http://alexpb.com/notes/articles/2008/12/18/passing-parameters-to-modules-in-ubuntu-when-they-first-load/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 22:43:29 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/12/18/passing-parameters-to-modules-in-ubuntu-when-they-first-load/</guid>
		<description><![CDATA[Add your module to /etc/modules
 # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. saa7134 

Add options saa7134 card=42 to the end of /etc/modprobe.d/options
# Enable double-buffering so gstreamer [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Add your module to /etc/modules
<p><code> # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Lines beginning with "#" are ignored. saa7134 </code></p>
</li>
<li>Add options saa7134 card=42 to the end of /etc/modprobe.d/options
<p><code># Enable double-buffering so gstreamer et. al. work options quickcam compatible=2<br />
# Default hostap to managed mode options hostap_pci iw_mode=2 options hostap_cs iw_mode=2<br />
# Stop auto-association. # LP: #264104 options ipw2200 associate=0<br />
# XXX: Ignore HPA by default. Needs to be revisted in jaunty options libata ignore_hpa=1<br />
options saa7134 card=42</code></p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/12/18/passing-parameters-to-modules-in-ubuntu-when-they-first-load/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Really cheap and well rated GPS USB adaptors for laptop/netbook</title>
		<link>http://alexpb.com/notes/articles/2008/12/06/really-cheap-and-well-rated-gps-usb-adaptors-for-laptop-netbook/</link>
		<comments>http://alexpb.com/notes/articles/2008/12/06/really-cheap-and-well-rated-gps-usb-adaptors-for-laptop-netbook/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 19:47:23 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[electronics]]></category>

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

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

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

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/12/06/really-cheap-and-well-rated-gps-usb-adaptor-for-laptopnetbook/</guid>
		<description><![CDATA[ GLOBALSAT BU353 Waterproof USB GPS Receiver

GARMIN 010-00321-00 GPS 18 Deluxe USB Sensor


The Globalsat BU-353 would be my first choice, it has very good reviews and it is waterproof.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/B000PKX2KA?ie=UTF8&#038;tag=wusum-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B000PKX2KA"><img alt="" src="https://images-na.ssl-images-amazon.com/images/I/3165Z5bxmHL._SL110_.jpg" title="GLOBALSAT USG-BU353 Waterproof USB GPS Receiver" class="alignnone" width="110" height="85" /> GLOBALSAT BU353 Waterproof USB GPS Receiver</a></p>
<p></p>
<li><a href="http://www.amazon.com/gp/product/B0002HS1A2?ie=UTF8&#038;tag=wusum-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B0002HS1A2"><img alt="" src="https://images-na.ssl-images-amazon.com/images/I/41QsoOPtVEL._SL160_.jpg" title="GARMIN 010-00321-00 GPS 18 Deluxe USB Sensor for Laptops" class="alignnone" width="160" height="76" />GARMIN 010-00321-00 GPS 18 Deluxe USB Sensor</a><img src="http://www.assoc-amazon.com/e/ir?t=wusum-20&#038;l=as2&#038;o=1&#038;a=B0002HS1A2" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
</li>
</ol>
<p>The Globalsat BU-353 would be my first choice, it has very good reviews and it is waterproof.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/12/06/really-cheap-and-well-rated-gps-usb-adaptors-for-laptop-netbook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Backup your Firefox Passwords</title>
		<link>http://alexpb.com/notes/articles/2008/12/05/backup-your-firefox-passwords/</link>
		<comments>http://alexpb.com/notes/articles/2008/12/05/backup-your-firefox-passwords/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 01:57:19 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[linux]]></category>

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

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

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

		<guid isPermaLink="false">http://alexpb.com/notes/?p=401</guid>
		<description><![CDATA[There are only 3 files you need to backup:

signons.txt
signons2.txt
key3.db

You can find those in your Firefox profile:
Linux
~/.mozilla/firefox/xxxxxxxx.default/
Windows

Click the Windows Start button, and select Run&#8230;.
Type in %APPDATA%\Mozilla\Firefox\Profiles\ then click OK.

You can then copy those file to another computer in your Firefox profile to use them.
]]></description>
			<content:encoded><![CDATA[<p>There are only 3 files you need to backup:</p>
<ul>
<li>signons.txt</li>
<li>signons2.txt</li>
<li>key3.db</li>
</ul>
<p>You can find those in your Firefox profile:</p>
<h3>Linux</h3>
<p><code>~/.mozilla/firefox/xxxxxxxx.default/</code></p>
<h3>Windows</h3>
<ol>
<li>Click the Windows Start button, and select Run&#8230;.</li>
<li>Type in %APPDATA%\Mozilla\Firefox\Profiles\ then click OK.</li>
</ol>
<p>You can then copy those file to another computer in your Firefox profile to use them.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/12/05/backup-your-firefox-passwords/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Build Your Own Danse Pad using a keyboard circuit</title>
		<link>http://alexpb.com/notes/articles/2008/12/03/build-your-own-danse-pad-using-a-keyboard-circuit/</link>
		<comments>http://alexpb.com/notes/articles/2008/12/03/build-your-own-danse-pad-using-a-keyboard-circuit/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 03:09:40 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[diy]]></category>

		<category><![CDATA[dance dance revolution]]></category>

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

		<guid isPermaLink="false">http://alexpb.com/notes/?p=321</guid>
		<description><![CDATA[The instructions for this project are incomplete, but you basically step on the circuit on each tile with a conductive sole shoe (you could use aluminum tape glued under your shoe) to close the circuits.  I hope to be able to add more detailed instructions and pictures soon.  For now, you can check [...]]]></description>
			<content:encoded><![CDATA[<p><P>The instructions for this project are incomplete, but you basically step on the circuit on each tile with a conductive sole shoe (you could use aluminum tape glued under your shoe) to close the circuits.  I hope to be able to add more detailed instructions and pictures soon.  For now, you can check out <a href="http://royconejo.host.sk/">http://royconejo.host.sk/</a>, it was heavily inspired from it.</p>
<p><em>WARNING:</em> Before anybody attempts to build this dance pad, please note that after a while I suddenly started having intermittent problems (it stops working). If I unplug it and plug it back, it starts working fine again for a while.  I think the problem is caused by the wires connected to the circuit board being too long.  It might change the inductance and/or capacitance too much and the circuit board can&#8217;t handle it.  I don&#8217;t know much about electronics so If anyone know how to fix this, please <strong><a href="http://alexpb.com/draftsman/contact/">let me know</a></strong>.  I tried with a USB circuit board and a USB board with a PS/2 adapter without any luck.</p>
<div id="attachment_326" class="wp-caption alignnone" style="width: 286px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/100.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/100-276x300.jpg" alt="Finished Dance Pad" title="Finished Dance Pad" width="276" height="300" class="size-medium wp-image-326" /></a><p class="wp-caption-text">Finished Dance Pad</p></div>
<h2>Tools and Supplies List</h2>
<p><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/tools.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/tools-300x227.jpg" alt="tools" title="tools" width="300" height="227" class="size-medium wp-image-328" /></a></p>
<ul>
<li>Tacker</li>
<li>Wire Strippers</li>
<li>Screw Driver &#038; Screws</li>
<li>Circular Saw</li>
<li>Jigsaw</li>
<li>Utility Knife</li>
<li>Drill</li>
<li>Drill bit (from 1/16&#8243; to 1/8&#8243; (1.5mm to 3mm) should do)</li>
<li>Plyers</li>
<li>Soldering Iron &#038; Solder</li>
<li>Sand Paper</li>
<li>Pen</li>
<li>Framing Square</li>
<li>Hammer</li>
<li>Punch</li>
<li>Plywood</li>
<li>Copper Wire (I stripped Cat5 network cable and phone cable)</li>
<li>Measuring Tape</li>
<li>Paint</li>
<li>Cardboard</li>
<li>8&#215;11 Paper</li>
<li>Aluminum Tape</li>
<li>Level (4ft)</li>
<li>Large Tape</li>
<li>Clamps</li>
<li>Shoes with aluminum tape taped underneath (to create the shorts when you dance)</li>
<li>USB Keyboard (or PS/2 if you current keyboard is not PS/2)</li>
<p>Note: A few tools and supplies are optional but they either make the job easier or the dance pad prettier.</p>
</ul>
<p>Get keyboard circuits (find out how we will use them at <a href="http://www.instructables.com/id/S9XKHQXFDIY309O/">http://www.instructables.com/id/S9XKHQXFDIY309O/</a>)</p>
<div id="attachment_333" class="wp-caption alignnone" style="width: 310px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/keyboard_1resized.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/keyboard_1resized-300x225.jpg" alt="keyboard opened" title="keyboard opened" width="300" height="225" class="size-medium wp-image-333" /></a><p class="wp-caption-text">keyboard opened</p></div>
<div id="attachment_334" class="wp-caption alignnone" style="width: 310px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/keyboard_electronic_board_2resized.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/keyboard_electronic_board_2resized-300x225.jpg" alt="keyboard electronic board" title="keyboard_electronic_board" width="300" height="225" class="size-medium wp-image-334" /></a><p class="wp-caption-text">keyboard's circuit board</p></div>
<div id="attachment_335" class="wp-caption alignnone" style="width: 310px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/dance_pad_painted_no_wiresresized.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/dance_pad_painted_no_wiresresized-300x294.jpg" alt="dance pad painted no wires" title="dance_pad_painted_no_wires" width="300" height="294" class="size-medium wp-image-335" /></a><p class="wp-caption-text">dance pad painted w/o wires</p></div>
<ul>
<li>Cut plywood
<p>Mine is 37&#8243; x 37&#8243; not including the header (where the circuit board is going to be installed</p>
</li>
<li>Paint the hole plywood sheet black</li>
<li>Stick strips of aluminum paper on edges and to create a grid with 9 even squares</li>
<li>Paint symbols using red spray paint and stencils<br />
          <div id="attachment_336" class="wp-caption alignnone" style="width: 310px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/spray_paint_stencil_2resized.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/spray_paint_stencil_2resized-300x295.jpg" alt="spray paint stencil" title="spray_paint_stencil_2resized" width="300" height="295" class="size-medium wp-image-336" /></a><p class="wp-caption-text">spray paint stencil</p></div><br />
<div id="attachment_338" class="wp-caption alignnone" style="width: 232px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/spray_paint_stencil_1.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/spray_paint_stencil_1.jpg" alt="spray paint stencil 1" title="spray_paint_stencil_1" width="222" height="206" class="size-medium wp-image-338" /></a><p class="wp-caption-text">spray paint stencil 1</p></div></li>
</ul>
<div id="attachment_354" class="wp-caption alignnone" style="width: 310px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/wires_underneath_1.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/wires_underneath_1-300x225.jpg" alt="wires_underneath_1" title="wires_underneath_1" width="300" height="225" class="size-medium wp-image-354" /></a><p class="wp-caption-text">wires_underneath_1</p></div><br />
<div id="attachment_355" class="wp-caption alignnone" style="width: 310px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/wires_underneath_2.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/wires_underneath_2-300x225.jpg" alt="wires_underneath_2" title="wires_underneath_2" width="300" height="225" class="size-medium wp-image-355" /></a><p class="wp-caption-text">wires_underneath_2</p></div><br />
<div id="attachment_356" class="wp-caption alignnone" style="width: 310px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/wires_underneath_3.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/wires_underneath_3-300x225.jpg" alt="wires_underneath_3" title="wires_underneath_3" width="300" height="225" class="size-medium wp-image-356" /></a><p class="wp-caption-text">wires_underneath_3</p></div><br />
<div id="attachment_357" class="wp-caption alignnone" style="width: 310px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/wires_underneath_4.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/wires_underneath_4-300x225.jpg" alt="wires_underneath_4" title="wires_underneath_4" width="300" height="225" class="size-medium wp-image-357" /></a><p class="wp-caption-text">wires_underneath_4</p></div>
<div id="attachment_352" class="wp-caption alignnone" style="width: 310px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/finished_dance_pad_1resized.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/finished_dance_pad_1resized-300x258.jpg" alt="finished_dance_pad_1" title="finished_dance_pad_1" width="300" height="258" class="size-medium wp-image-352" /></a><p class="wp-caption-text">finished_dance_pad_1</p></div><br />
<div id="attachment_353" class="wp-caption alignnone" style="width: 310px"><a href="http://alexpb.com/notes/wp-content/uploads/2008/12/finished_dance_pad_2resized.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2008/12/finished_dance_pad_2resized-300x225.jpg" alt="finished_dance_pad_2" title="finished_dance_pad_2" width="300" height="225" class="size-medium wp-image-353" /></a><p class="wp-caption-text">finished_dance_pad_2</p></div>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/12/03/build-your-own-danse-pad-using-a-keyboard-circuit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>You know Flash is inefficient when ..</title>
		<link>http://alexpb.com/notes/articles/2008/11/25/you-know-flash-is-inefficient-when/</link>
		<comments>http://alexpb.com/notes/articles/2008/11/25/you-know-flash-is-inefficient-when/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 02:55:13 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[flash]]></category>

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

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

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/11/25/you-know-flash-is-inefficient-when/</guid>
		<description><![CDATA[&#8230;DOOM 1, a 15 year old game converted to flash, is jerky on a fairly recent computer.
It&#8217;s still worth a try, play now.
]]></description>
			<content:encoded><![CDATA[<p>&#8230;<b>DOOM 1</b>, <a href="http://www.doomworld.com/10years/">a 15 year old game</a> converted to flash, is jerky on a <a href="http://alexpb.com/notes/articles/2007/01/14/my-computer/">fairly recent computer</a>.</p>
<p>It&#8217;s still worth a try, <a href="http://www.newgrounds.com/portal/view/470460">play now</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/11/25/you-know-flash-is-inefficient-when/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free DID Numbers, Free Voip Calls and more Voip Info</title>
		<link>http://alexpb.com/notes/articles/2008/11/22/free-did-numbers-free-voip-calls-more-voip-info/</link>
		<comments>http://alexpb.com/notes/articles/2008/11/22/free-did-numbers-free-voip-calls-more-voip-info/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 01:46:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[phone]]></category>

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

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

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/11/22/free-did-numbers-free-voip-calls-more-voip-info/</guid>
		<description><![CDATA[Thanks to amroe from http://forum.voxalot.com/voxalot-general/1776-free-did-numbers-free-voip-calls-more-voip-info.html and emoci who made the original post at redflagdeals.com.  I removed overseas number providers (see original posts if that&#8217;s what you need).


Free DID Numbers, Free Voip Calls, &#38; more Voip Info

 Free Incoming DID numbers:
IPKall (FREE IP Calling with IPKall) (Washington State numbers: 206, 253, 360, 425)
How to use: [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <b>amroe</b> from http://forum.voxalot.com/voxalot-general/1776-free-did-numbers-free-voip-calls-more-voip-info.html and <b>emoci</b> who made the original post at redflagdeals.com.  I removed overseas number providers (see original posts if that&#8217;s what you need).</p>
<td class="alt1" style="1px solid rgb(209, 209, 225);">
<div class="smallfont">
<strong>Free DID Numbers, Free Voip Calls, &amp; more Voip Info</strong></div>
<hr size="1">
<div> <b><u>Free Incoming DID numbers:</u></b></p>
<p><b>IPKall</b> (<a href="http://www.IPKall.com" target="_blank">FREE IP Calling with IPKall</a>) (Washington State numbers: 206, 253, 360, 425)<br />
<u>How to use:</u> SIP URI Forwarding</p>
<p>*NOT ACCEPTING NEW REGISTRATION AS OF 11/22/2008*<br />
<b><a href="http://www.sipnumber.com" target="_blank">SIP Number</a> </b>Free VOIP SIP Number with unlimited incoming minutes and can be forwarded to any SIP URI (Iowa State Numbers)<br />
Registration currently broken</p>
<p>*NOT ACCEPTING NEW REGISTRATION AS OF 11/22/2008*<br />
<b>Freedigits/Calldigits/Clickdigits/Officedigits/FaxDigits (All the same company)</b><br />
<a href="http://www.freedigits.com/" target="_blank">http://www.freedigits.com/</a><br />
<a href="http://www.talkdigits.com/" target="_blank">http://www.talkdigits.com/</a><br />
<a href="http://www.calldigits.com/" target="_blank">http://www.calldigits.com/</a><br />
<a href="http://www.clickdigits.com/" target="_blank">http://www.clickdigits.com/</a><br />
<a href="http://officedigits.com/" target="_blank">http://officedigits.com/</a><br />
<a href="http://www.faxdigits.com/" target="_blank">Fax Digits: Free Fax Service</a></p>
<p>*NOT ACCEPTING NEW REGISTRATION AS OF 11/22/2008*<br />
<a href="http://www.ringtonumber.com" target="_blank">Ring-To Number - Widget for MySpace, Facebook, Friendster profiles</a> This service is a shared number, with an extension for each user. They claim that now though you can forward for free to your own phone number.</p>
<p>*NOT ACCEPTING NEW REGISTRATION AS OF 11/22/2008*<br />
<b>GrandCentral.com by Google</b> (<a href="http://www.grandcentral.com" target="_blank">GrandCentral: The New Way to Use Your Phones</a>)<br />
-You get a US number (just about any state)<br /> -You need an Invite<br /> -You need a US/Cad number to complete the verification<br /> -If you live outside North America you may need a proxy to complete the registration, or have a friend in NA set it up for you (mixed info on this)<br /> -You can set it to forward to up to 6 different numbers (US or CAD numbers only)<br /> -You can have it ring your Gizmo Number (1-747)<br /> -You can have personalized Voice messages for your contacts, by groups, individually, etc.<br /> -You can change the normal ring someone hears to an MP3 song (this has been limited to a selection now since Google bought them).<br /> -They have CallMe buttons, so someone can ring you up from the web: They enter their number, it calls them, calls you, and you are talking. <br />
-It is still in beta and everything right now is free.<br /> <u>How to Use:</u> Forwards directly to your US/Cad/Gizmo number</p>
<p><b>Acanac</b> (<a href="http://www.acanac.ca/Free-Voip.htm" target="_blank">Free Voip Service</a>)<br />
Free Canadian DID numbers, offer has been available On and Off, worth checking if it is up&#8230;</p>
<p> <b>FreePhoneline </b>(<a href="http://www.freephoneline.ca/" target="_blank">FreePhoneLine.ca</a>)<br /> -Free Toronto/Montreal Numbers (If not available, check the next day)<br /> -Can be set to ring either on your computer with their softphone, or forwarded to selected Canadian phone Numbers<br /> -Using their SoftPhone you can place free calls to select Canadian cities<br /> -For more discussion see: <a href="http://www.redflagdeals.com/forums/showthread.php?t=529177" target="_blank">Other - FREE HOME PHONE LINE for the first 5000 Residents from Toronto or Montreal - RedFlagDeals.com Forums</a></p>
<p> <u><b>Getting DID numbers to ring Your Current SIP/VoIP provider</b></u></p>
<p> <b>1.</b> Some DID Providers (including the ones above) offer forwarding to your current SIP URI, YourVoipUsername@YourProviderProxy</p>
<p> OR</p>
<p> <b>2.</b> <b>MySipSwitch.com</b><br />
Go to <a href="http://www.mysipswitch.com" target="_blank">SIP Switch : Use multiple VoIP providers with one SIP phone</a>, and create an account. Ignore the dialing plans, but go to the bottom of the Config Page when logged in. Fill out the provider info, and under &#8216;contact&#8217; put where you want it to ring YourVoipUsername@YourProviderProxy</p>
<p> <b>3.</b> <b>VoXalot.com</b>(<a href="http://www.voxalot.com" target="_blank">Voxalot - Home</a>) <b>(Cost: Starting at $15/year)</b><br /> -You need to perform a SIP Registration<br /> -If you want the number to ring somewhere else (not VoXalot) use their forwarding features.</p>
<p> <b>4. </b><b>PBXes.com</b><br /> -Although slightly complicated, it can achieve forwarding as well</p>
<p> <u><b>Free Voip Access Numbers</b></u></p>
<p> <b>SipBroker.com</b> (<a href="http://www.sipbroker.com/sipbroker/action/pstnNumbers" target="_blank">SIPBroker - PSTN Numbers</a>)<br />
<i>See Making Voip Calls below for uses</i></p>
<p> <b>Point One</b> (<a href="http://sipphone.com/access/" target="_blank">SIPphone - Call worldwide over your Internet connection with any phone</a>)<br /> -Call Gizmo/SipPhone and FWD users only</p>
<p> <b>TPad Break-In Numbers</b> (<a href="http://www.tpad.com/siteb/Tpad-Country-Local-Break-In-Numbers.php" target="_blank">Get Free Tpad Number</a>)<br />
-Call Verified TPad users</p>
<p> <i>Note: All above can be combined as per guide below</i></p>
<p> <b><u>WorkArounds: Make and Receive SIP/VoIP Calls from your Cell/Landline (No equipment needed)</u></b> <br /> <i>*note: you may want to read throughout this post for a number of free options before getitng started with a guide</i></p>
<p> <b><u>Receiving Calls via VoIP on your regular PSTN Phone</u></b>: People from around the world call a number local to them, then enter an extension when prompted which in turn rings your CellPhone or HomePhone.</p>
<p> There are now 4 options, all of which achieve similar results, but at different costs and qualities:</p>
<p> <b>1.</b> <a href="http://www.scopezoom.com/guide7.htm" target="_blank">Receive Calls from Around the World through a local number: VoXalot, MySipSwitch,PhoneGnome (Cost: Free)</a><br /> <b>2.</b> <a href="http://www.scopezoom.com/guide5.htm" target="_blank">Receive Calls from Around the World through a local number: VoXalot, PBXes, TPad, MySipSwitch, PhoneGnome (Cost: Free)</a><br /> <b>3. </b><a href="http://scopezoom.com/guide1.htm" target="_blank">Receive Calls from Around the World through a local number: VoXalot &amp; PhoneGnome (Cost: $15 after July 16th)</a></p>
<p> <b>4</b>.<a href="http://scopezoom.com/guide2.htm" target="_blank">Receive Calls from Around the World through a local number: PhoneGnome and GTalk2Voip (Cost: Free)</a><br /> <b>5</b>.<a href="http://scopezoom.com/guide3.htm" target="_blank">Receive Calls from Around the World through a local number: PhoneGnome, VoXalot, PBXes.com (Cost: Free)</a></p>
<p> Commentary:</p>
<p> There is two things two consider with each setup (in my opinion), reliability and voice quality. <br /> This remains my opinion, but the paid VoXalot option (3) produces best results with both, unfortunately it is no longer free. The next best one is the current number (1), quality is rather good, and it is free. </p>
<p> <b><u>Making VoIP Calls from your regular PSTN Phone</u></b></p>
<p> <b>1.</b> To call any Voip User for which you have a Network Number (eg. a Gizmo/FWD/VoXalot/CallCentric number etc..): <br /> -Dial SipBroker Access Number local to you (<a href="http://www.sipbroker.com/sipbroker/action/pstnNumbers" target="_blank">SIPBroker - PSTN Numbers</a>)<br /> -When prompted enter *SipCode (find here <a href="http://www.sipbroker.com/sipbroker/action/providerWhitePages" target="_blank">SIPBroker - Provider White Pages</a>) followed by the network number. eg.*747-1747xxxxxxx</p>
<p> <b>2. </b>To Call an ENum number or a Toll-Free number (a Toll Free number not reachable from your location normally)<br /> -Dial SipBroker Access Number local to you<br /> -When prompted enter the full number in Country Code-Number format for an ENum call (you can also use *013-Country Code-Number)<br /> -For North American Toll-Free Numbers simply call in *1-800-xxx-xxxx format<br /> -All other Toll Free Numbers, including NA Toll Free numbers can also be called in CountryCode-Number format</p>
<p> <b>What numbers can I call for free via ENum</b>: Any number that has an associated ENum record, search here: <a href="http://www.sipbroker.com/sipbroker/action/enumLookup" target="_blank">SIPBroker - ENUM Lookup</a></p>
<p> <b>3.</b> <a href="http://www.scopezoom.com/guide6.htm" target="_blank"><b>VoIP CallThru:</b> Make Calls via your favorite VoIP(SIP) Provider(s) using a local access number around the world</a></p>
<p> <b>4.</b> <a href="http://scopezoom.com/guide8.htm" target="_blank"><b>VoIP CallBack</b>: Use your favourite VoIP providers from anywhere in the world with CallBack Service</a></p>
<p> <b>5.</b> <a href="http://www.arcosoft.com/vonalink/DialBridgeWin.htm" target="_blank"><b>VoIP CallBack:</b> Software based CallBack (15 day Free trial, Cheap one time license)</a></p>
<p> <b><u>Skype Solutions</u></b></p>
<p> <b>1.</b> Receive Sip Calls in Skype: <a href="http://www.scopezoom.com/guide9.htm" target="_blank">Sip2Skype: Receiving SIP Calls in Skype</a><br /> <b>2.</b> Use Skype Remotely from your Mobile/Landline: <a href="http://www.scopezoom.com/guide10.htm" target="_blank">Skype CallThru: Using your Skype Plan (Unlimited or Pro) Remotely to make calls form CellPhones and Landlines</a></p>
<p> <u><b>Free Calls</b></u></p>
<p> <u>Web Initiated</u></p>
<p> <b>Earthcaller</b> (<a href="http://www.earthcaller.com" target="_blank">Jaduka - Earthcaller Evolved</a>)<br /> -It works directly form the web<br /> -Remember to enter the adress with www in front<br />
-It seems it wants the number without the 1 in front<br /> -It needs to instal an ActiveX script<br /> -You need to use a Headset/Mic to talk from your computer</p>
<p> <b>Click2Voice</b> (<a href="http://www.click2voice.com" target="_blank">Click2Voice - Call anywhere with any phone free. Free international calls.</a>)<br /> -It works directly form the web<br /> -Enter your number and the number you wish to call<br />
-Each call lasts 10 minutes (no registration) 15 minutes (with registration)<br /> -Once the minutes are up you can always connect again for another 10-15minutes<br /> -Calls are limited to a list of countries, you and the person you are calling must be in one of these places<br /> -Naturally anyone can use Click2Voice as long as they can get a number in one of the supported countries (see the Free DID numbers sources)<br /> -You use your regular phone to talk</p>
<p> <u>Software Based</u></p>
<p> <b>ICall.com</b> (<a href="http://www.icall.com" target="_blank">iCall - Free Phone Calls</a>)<br />
-Free US/Canada calling. <br /> -Uses a Skype-like soft phone. <br /> -The software is slighly glitchy so some patience is required.<br /> -As of late calls are supposedly limted to 5 min per call (but nothing stopping you from calling again once the first call is up for another 5 min)</p>
<p> <b>Raketu</b> (<a href="http://www.raketu.com" target="_blank">Raketu - RakOut with Raketu! - home</a>)<br /> -Skype-like softphone. <br />
-Free calls to 44 countries, but you need to add $9.95 credit one time.<br /> -See <a href="http://www.raketu.com/en/new-rates.php" target="_blank">Raketu - RakOut with Raketu! - new-rates</a><br /> -Software looks a bit clunky.</p>
<p> <b>MediaRingTalk</b> (<a href="http://www.mediaringtalk.com/terms_cond_promo.html" target="_blank">Welcome to MediaRing Talk</a>)<br /> -Skype-like softphone.<br /> -Promotion with free calling to 8 countries until November 30,2007<br />
-Personally I couldn&#8217;t make any calls with them, when I tried.</p>
<p> <u>Free Calls to Members&#8217; phones</u></p>
<p> <b>PhoneGnome.com</b> (<a href="http://www.phonegnome.com" target="_blank">PhoneGnome - Free Calls to Regular Phones, Your Way</a>)<br /> -You register your Home or Cell Number (assuming you are not buying a box from them).<br /> -You can make and receive free calls to Members&#8217; phones in these Countries: <a href="http://www.phonegnome.com/intlfree.html" target="_blank">Qualifying International Numbers</a><br />
-If you set up the software (SIP based), it&#8217;ll ring there, but your phone will also ring. <br /> -The call is free for the person placing the call. <br /> -The CID appearing (if using the cellphone) may or may not be local.<br /> -For info on how to dial see <a href="http://my.phonegnome.com/help_dialing.html" target="_blank">PhoneGnome :: Help</a><br /> -<i>SideNote</i>: For those of you that manage to verify GC numbers with PhoneGnome, to trigger calls to these numbers from the same acct use shortcode **466</p>
<p> <b>Jajah.com </b>(<a href="http://www.jajah.com" target="_blank">JAJAH - web-activated telephony</a>)<br />
-Web based calling software.<br /> -Allows free calls between members with some country restrictions: <a href="http://jajah.com/info/rates/" target="_blank">JAJAH - web-activated telephony</a> (check bottom of page there).<br /> -In order to use this, you must top up your account once in while (you&#8217;ll be able to call other members for free after having topped up the first time)</p>
<p> <b>MobiVoX</b> (<a href="http://www.mobivox.com" target="_blank">MOBIVOX</a>)<br /> -Local Access Number: Use from your Cellphone/Landline<br />
-Free Calls to other registered members&#8217; phones<br /> -Supported countries for free calls: <a href="http://www.mobivox.com/free/" target="_blank">MOBIVOX</a><br /> -Rules for Free Calls:  <a href="http://www.mobivox.com/help/FAQ/?go=3#q3-1" target="_blank">MOBIVOX</a><br /> -Free Calls from your Cell/Landline to Skype Contacts</p>
<p> <u>Others</u></p>
<p> <b>Rebtel.com</b> (<a href="http://www.rebtel.com" target="_blank">Cheap international mobile calls â€&#8221; Rebtel</a>)<br />
Geared towards mobiles. <br /> -You make an account. <br /> -You add a friend&#8217;s number.<br /> -It gives you a local access number to call that will ring your friend.<br /> -When the other guy receives your call, he sees a CID in his screen.<br /> -He has to pick up, then hang up within 10 sec and call that CID, while you wait on the line (if you don&#8217;t want to go through the hang up process, you gotta buy minutes from them).<br /> -Finally you connect and the call is local for both of you. It works with international contacts too.<br /> -Their Explanation: <a href="http://www.rebtel.com/en/How-it-works/How-to-make-a-smart-call/" target="_blank">International calling explained â€&#8221; Rebtel</a></p>
<p> <b>Talkster </b>(<a href="http://www.talkster.com" target="_blank">Talkster free international calling</a>)<br /> -No need for accounts<br /> -Enter your number, and your friends number<br /> -It gives you a number local to you for your friend, and a number local to your friend for you<br /> -Call your friend and tell him to hang up, and call you back on the assigned number while you wait on the line<br /> -Both of you are calling numbers local to you and talking to each other&#8230;<br /> -See their explanation <a href="http://www.talkster.com/HowItWorks.aspx" target="_blank">Talkster free international calling</a> or <a href="http://www.talkster.com/Talkster_Video.html" target="_blank">Talkie Video</a></p>
<p> <b>Jaduka</b> (<a href="http://shop.jaduka.com" target="_blank">Jaduka: Your web is calling!</a>) <br /> -MyPrivateLine gives you a 1800 number + Extension that can be pointed to any US/Cad number<br /> -Click and Connect provides a web button which people can click to call you<br /> -Both include 60 minutes for free.<br /> -Can be used for free calls by pointing either account to the number you wnat to call.</p>
<p> <b>TringPhone/VoXalot Combo</b> (<a href="http://www.scopezoom.com/phone.htm" target="_blank">Free VoIP Calls</a>)<br />
-Allows calling to VoIP destinations via SIPBroker and ENum<br /> -Allows calling to phone numbers of PhoneGnome Users and numbers supported by Gizmo BackDoor dialing</p>
<p> <b><u>Closed Services:</u></b><br /> -Yak4Ever has closed down (<a href="http://www.yak4ever.com" target="_blank">Yak4Ever.com</a>)<br /> -PrivatePhone from NetZero will be closing down on Dec 15 (<a href="http://www.privatephone.com" target="_blank">www.privatephone.com</a>)<br /> -PalCalls (<a href="http://www.palcalls.com" target="_blank">PalCalls - SiliconScript, Inc.</a>)<br />
-AIM PhoneLine(<a href="http://www.aimphoneline.com/" target="_blank">Get Awesome Long Distance Rates with AIM Call Out</a>)</p>
<p> <u><b>Cheap Calls/Rate Comparison/The Betamax Services</b></u></p>
<p> <b>1.</b> There are a number of providers providing reasonably priced calls. Check here for rate comparison: <a href="http://www.myvoipprovider.com/" target="_blank">My VoIP Provider - VoIP Services -</a></p>
<p> <b>2. </b><b>BetaMax Services</b><br />
Betamax offers a number of services, that on first appearance look different, yet follow the same model. Keep in mind that transferring credit from one to the other is not possible. Their free calling lists change constantly, and they are different from one service to the next. When considering each service look for the following:</p>
<p> -Rates to the Country of your Choice<br /> -List of Free Countries<br /> -Credit Expiry Period<br /> -FreeDay Weekly Minute limit/FreeDay Expiry period<br /> -Can it be used with software<br /> -Can it be used with a SIP Device<br /> -Any WebBased services</p>
<p> <u>Rate Comparison</u> (amounts in EuroCents): <a href="http://backsla.sh/betamax" target="_blank">betamax price comparison</a></p>
<p> <u>BreakDown</u>:</p>
<p> <b>Freecall.com</b><br /> Credit Expiry: 90 Days<br /> FreeDays: 300min/week/90 days<br />
Software: Yes<br /> SIP: Yes (sip.voiparound.com)</p>
<p> <b>DialNow.com</b><br /> Credit Expiry: Never<br /> FreeDays: N/A<br /> Software: No<br /> SIP: NO<br /> Local Access Numbers: Yes (<a href="http://www.dialnow.com/en/accessnumbers.html" target="_blank">DialNow | Cheap International Calls</a>)<br />
(This is meant to be used like a calling card)</p>
<p> <b>12voip.com</b><br /> Credit Expiry: Never<br /> FreeDays: 300min/week/120 days<br /> Software: Yes<br /> SIP: NO<br /> (Reported billing problems)</p>
<p> <b>IntenetCalls.com</b> <br />
Credit Expiry: Never<br /> FreeDays: 300min/week/120 days<br /> Software: Yes<br /> SIP: YES (sip.internetcalls.com)</p>
<p> <b>JustVoip.com</b><br /> Credit Expiry: Never<br /> FreeDays: 300min/week/120days<br /> Software: Yes<br />
SIP: No (sip.justvoip.com resolves, but reported that cannot make outgoing calls)</p>
<p> <b>LowRateVoip.com</b><br /> Credit Expiry: Never<br /> FreeDays: 200min/week/30 days<br /> Software: Yes<br /> SIP: Yes (sip.lowratevoip.com) <br /> (Reported that SIP Calls are charged 3 euro cents higher than advertised)</p>
<p> <b>Nettapel.fr</b><br />
Credit Expiry: Never<br /> Free Days: 300min/week/120days<br /> Software: Yes<br /> SIP: Yes (sip.nettapel.fr)</p>
<p> <b>Nonoh.net</b><br /> Credit Expiry: Never<br /> FreeDays:300min/week/120days<br /> Software: NO<br />
SIP: NO<br /> WebBased: Yes (Works Similarly to Jajah)</p>
<p> <b>Poivy.com</b><br /> Credit Expiry: Never<br /> FreeDays: 300min/week/120days<br /> Software: Yes<br /> SIP: Yes (sip.poivy.com)</p>
<p> <b>SipDiscount.com</b><br />
Credit Expiry: Never<br /> FreeDays: 300min/week/120days<br /> Software: NO<br /> SIP: YES (sip.sipdiscount.com)</p>
<p> <b>SMSDiscount.com</b><br /> Credit Expiry: Never<br /> FreeDays:300min/week/120days<br /> Software: Yes<br />
SIP: No<br /> WebBased SMS: Yes</p>
<p> <b>SparVoip.de</b><br /> Credit Expiry: Never<br /> FreeDays:300min/week/120days<br /> Software: Yes<br /> SIP: Yes (sip.sparvoip.com/sip.sparvoip.de)</p>
<p> <b>VoipBuster.com</b><br />
Credit Expiry: Never<br /> FreeDays:300min/week/120days<br /> Software: Yes<br /> Sip: Yes (sip.voipbuster.com)<br /> Mobile Access Numbers (Country Specific) : <a href="http://www.voipbuster.com/en/mobile.html#dedicated" target="_blank">VoipBuster - Free Calls</a><br /> Furum: <a href="https://forum.voipbuster.com/" target="_blank">https://forum.voipbuster.com/</a></p>
<p> <b>VoipBusterPro.com</b><br />
Credit Expiry: Never (10 Euro gets you the FreeDays Package and 5 Euro Credit)<br /> FreeDays: 300min/week/365 days (3.9 euro cent connection fee applies to all calls)<br /> Software: Yes<br /> SIP: Yes (sip.voipbusterpro.com)<br /> (This was their offer to compete with Skype)</p>
<p> <b>Voipcheap.co.uk</b><br /> Credit Expiry: Never<br /> FreeDays: 300min/week/120 days<br />
Software: Yes<br /> SIP: Yes (sip.voipcheap.co.uk)</p>
<p> <b>VoipCheap.com</b><br /> Credit Expiry: Never<br /> FreeDays: 300min/week/90 days<br /> Software: Yes<br /> SIP: Yes (sip.VoipCheap.com)</p>
<p> <b>VoipDiscount.com</b><br />
Credit Expiry: Never<br /> FreeDays: 300min/week/120 days<br /> Software: Yes<br /> SIP: Yes (sip.voipdiscount.com)</p>
<p> <b>VoipStunt.com</b><br /> Credit Expiry: Never<br /> FreeDays: 300min/week/120 days<br /> Software: Yes<br />
SIP: Yes (sip.VoipStunt.com)<br /> Mobile Access Numbers (Country Specific) : <a href="http://www.voipstunt.com/en/newsflash.html#news1" target="_blank">VoipStunt - The Other Free Calls Company</a></p>
<p> <b>VoipWise.com</b><br /> Credit Expiry: Never<br /> FreeDays: 300min/week/120 days<br /> Software: Yes<br /> SIP: NO</p>
<p><b>WebCallDirect.com</b><br /> Credit Expiry: Never<br /> FreeDays: 300min/week/90 days<br /> Software: Yes<br /> WebBased Calling: Yes<br /> SIP: Yes (sip.webcalldirect.com)</p>
<p> <b>VoipRaider.com</b><br /> Credit Expiry: Never<br />
FreeDays:  Unspecified Minutes/week/120 Days (*in order to call a person in one of the free destinations, you have to add this person to your contact list )<br /> Software: Yes<br /> SIP: Yes (sip.VoipRaider.com)<br /> (Reported issues with using SIP for calling, SIP calls are charged higher and calls that are supposed to be free may actually be charged when using SIP)</p>
<p> Note: Please be careful with Betamax services, they are known to have billing issues. Personally I would suggest paying with PayPal, and funding the PayPal payment with a credit card (giving yourself at least two dispute resolution possibilities, PayPal and your CC company, while avoiding having your credit card charged continuously)</p>
<p> <u><b>Voip Networks/Free Hosted PBX Systems</b></u></p>
<p> <b>1.<u>VoXaLot:</u></b> (<a href="http://www.voxalot.com" target="_blank">Voxalot - Home</a>)</p>
<p> VoXalot can be best described as a service aggregator. In a few words they let you put multiple services together, to create a custom VSP. They are not just a PBX, but rather a network on their own&#8230;</p>
<p> <b>Free VoXBasic Service</b> includes:<br /> 
<ul>
<li>Incoming calls from SipBroker Access Numbers</li>
<li>Incoming calls via SIP URI</li>
<li>Incoming calls from DIDs forwarded to a SIP URI</li>
<li>Multiple Outgoing Providers can be registered (this supports most providers, except those that require SIP registration for placing calls)</li>
<li>Dial Plans or Smart Calling which lets you use the cheapest provider for each destination</li>
<li>Speed Dial List</li>
<li>Voice Mail (which can also be accessed from regular phones)</li>
<li>Automatic ENum lookup</li>
<li>Automatic Geo lookup for premiumnumbers in the UKand Australia (via e164.org)</li>
<li>Virtual Toll Free (A small script to let people call you from the Web: VoXalot can call their phones, at your expense, or their SIP URI and connect them to you)</li>
<li>Import/Export feature for Providers/DialPlans/Speed Dials to move them form one acct to the next</li>
<li> Can be used with any SoftPhone, ATA, and a number of VoIP enabled mobiles</li>
</ul>
<p> <b>VoXPremium</b> adds the following extra features:<br /> 
<ul>
<li>Call Forwarding based on Caller ID or Provider and Time of Day(send incoming calls to SIP URIs or Phone numbers, so you can always receive your calls)</li>
<li>Web CallBack (enter two numbers and the providers to use for each number and place a call, hence using VoXalot form PSTN phones as well)</li>
<li>VoiceMail on the Web</li>
<li>Incoming Calls from third party providers via SIP Registration (VoXLite: 1, VoXPro: 5, VoXExtreme: 10)</li>
</ul>
<p> They also provide the SIPBroker service with 200+ donated access numbers around the world to call Voxalot and over 2000+ other SIP based VoIP Networks (millions of VoIP users) for free&#8230;</p>
<p> They are associated with (but do not run) the only ENum service open to the end-user, e164.org</p>
<p> <b>2.<u>PBXes</u></b>(<a href="http://www.pbxes.com" target="_blank">www.pbxes.com</a>)</p>
<p> They provide a hosted Asterisk based PBX service. Their interface remains faithful to the Asterisk interface in general, although it is much more user friendly.  Their services include:</p>
<p> <b><u>PBXes Free:</u></b> The Free account notable limits are a 10 GB usage, and 2 simultaneous calls, with a 60 min cutoff, and the unability to post in the support forums.<br /> <b><u>PBXes Premium:</u></b> Includes a full on PBX including among others Fax as EMail,a full AutoAttendant and Que system, and CallBack access to your Trunks<br /> <u><b>PBXes Pro:</b></u> Is geared towards businesses, providing a hosted PBX which can be customized for various clients, including much of the same features as the Premium acct.</p>
<p> For a breakdown and description see: <a href="https://www4.pbxes.com/iptel_details_e.html" target="_blank">https://www4.pbxes.com/iptel_details_e.html</a></p>
<p> <b>3.<u>MySipSwitch</u></b> (<a href="http://www.mysipswitch.com" target="_blank">SIP Switch : Use multiple VoIP providers with one SIP phone</a>)</p>
<p> MySipSwitch is a PBX service concerned solely with Call Routing. In avoiding the hadling of the actual audio stream their application runs much lighter. It is currently an R&amp;D base being run by two technicians and sponsored by BlueFace.ie It provides the following fetaures:<br /> 
<ul>
<li>Multiple outgoing SIP Providers</li>
<li>Outgoing Dial Plans</li>
<li>Multiple Incoming SIP Providers</li>
<li>SIP Registration unto a third party destination URI</li>
<li>A Call Routing facility handled via DIAL PLANS that has lately added support for multiple simultaneous call forwarding</li>
</ul>
<p> Their service is new, and the interface is a bit raw, but their outlook looks promising, and used in conjuction with other PBX services, can contribute to a solid VoIP arrangement&#8230;</p>
<p> For more info see: <a href="http://www.mysipswitch.com/forum/viewtopic.php?t=139" target="_blank">MySIPSwitch Community Forums :: View topic - How to Use MySipSwitch</a></p>
<p> <b>4. <u>LiberaILVoip</u></b> (<a href="http://www.LiberaIlVoip.it" target="_blank">Partiamo con Libera il VoIP</a>)</p>
<p> Their website is in italian. They provide the following services:<br /> 
<ul>
<li>Incoming and Outgoing Provider Registration</li>
<li>Dialing Rules</li>
<li>Incoming Call Filters and Call Forwarding</li>
<li>VoiceMail</li>
<li>Gateway Access (CallThrough)</li>
<li>Call Back access to your provider rates (the only PBX service to offer this for free to my knowledge)</li>
</ul>
<p>*Some limitations apply, will update when I have a better understanding of what they are</p>
<p> <b>5. <u>GTalk2Voip</u></b> (<a href="http://www.gtalk2voip.com/" target="_blank">Voice-over-IP gateway for Google Talk, MSN and Yahoo Users</a>)<br /> -Used in conjuction with MSN, Yahoo, GoogleTalk messengers<br /> -You create an account by simply entering your email in the home page<br /> <a href="mailto:-service@gtalk2voip.com">-service@gtalk2voip.com</a> (or something similar) adds you as a friend.<br />
-Open a Convo and type: MYPAGE<br /> -Click on the link for your account page<br /> -To <u><i>CALL</i></u> type commands on convo with <a href="mailto:service@gtalk2voip.com">service@gtalk2voip.com</a> :<br /> <i>SIP URI</i>:
<div style="5px 20px 20px;">
<div class="smallfont" style="2px;">Code:</div>
<pre style="left;">CALL user@provider.com</pre>
</p></div>
<p><i>MSN</i>: <br /> If email is <a href="mailto:username@hotmail.com">username@hotmail.com</a><br /> then type
<div style="5px 20px 20px;">
<div class="smallfont" style="2px;">Code:</div>
<pre style="left;">CALL username_at_hotmail.com@msn.gtalk2voip.com</pre>
</div>
<p>If email is <a href="mailto:username@msn.com">username@msn.com</a> <br /> then type
<div style="5px 20px 20px;">
<div class="smallfont" style="2px;">Code:</div>
<pre style="left;">CALL username_at_msn.com@msn.gtalk2voip.com</pre>
</p></div>
<p><i>GoogleTalk</i>:<br /> If email is <a href="mailto:username@gmail.com">username@gmail.com</a><br />
then type:
<div style="5px 20px 20px;">
<div class="smallfont" style="2px;">Code:</div>
<pre style="left;">CALL username_at_gmail.com@gtalk.gtalk2voip.com</pre>
</p></div>
<p>If email is <a href="mailto:username@DomainWithGoogleApps.com">username@DomainWithGoogleApps.com</a><br /> then type:
<div style="5px 20px 20px;">
<div class="smallfont" style="2px;">Code:</div>
<pre style="left;">CALL username_at_DomainWithGoogleApps.com@gtalk.gtalk2voip.com</pre>
</div>
<p><i>Yahoo</i><br /> If email <a href="mailto:username@yahoo.com">username@yahoo.com</a><br /> then type:
<div style="5px 20px 20px;">
<div class="smallfont" style="2px;">Code:</div>
<pre style="left;">CALL username_at_yahoo.com@yahoo.gtalk2voip.com</pre>
</p></div>
<p><i>PSTN</i><br /> Type:
<div style="5px 20px 20px;">
<div class="smallfont" style="2px;">Code:</div>
<pre style="left;">CALL 14161112323</pre>
</p></div>
<p> (always type number in international format)<br /> PSTN calls are not free, but you can now add your own providers to GTalk2Voip, and the call will be routed through them. Otherwise GTalk2Voip routes through its own providers and requires you have a balance<br /> -When calling someone for the first time using the commands above, chances are it will not go through, but they will receive a notice that <a href="mailto:service@gtalk2voip.com">service@gtalk2voip.com</a> has added them as a friend, if they accept, the second time you try they will receive a call from <a href="mailto:service@gtalk2voip.com">service@gtalk2voip.com</a><br />
-This works much smoother in GoogleTalk, rather than MSN (have not tested with Yahoo)<br /> -They assign you a number *018xxxxx, that can be reached by dialing SipBroker Access Number + *018xxxxx<br /> or *018xxxxx@sipbroker.com (SIP URI calling), in all this cases you&#8217;ll receive a call on your MSN/Yahoo/GTalk messenger<br /> -You can also get a DID number, forward it to *018xxxxx@sipbroker.com, and your MSN/GTALK/YAHOO messenger will ring when someone calls you<br /> -There is a generic Voicemail if you don&#8217;t pick up, or you can forward to a SIP URI and receive calls to your current provider<br /> -You can use them to IM people not using same messenger (<a href="http://www.gtalk2voip.com/gtalk_service_im.shtml" target="_blank">Voice-over-IP gateway for Google Talk, MSN and Yahoo Users</a>)<br /> -You can create your own WebCall button (it calls you via Voip, plus uses one of your providers to call the other party and connect you together, if someone enter an actual number though, you will end up paying for the call, but at VoIP rates) (<a href="http://www.gtalk2voip.com/webcall.shtml" target="_blank">Voice-over-IP gateway for Google Talk, MSN and Yahoo Users</a>)<br />
-In Summary, neat to play around with. It is a raw framework for now, not very user friendly, but looks promising.</p>
<p> <u><b>VoIP Networks/Other</b></u></p>
<p> <b>FWD: Free World Dialup</b> (<a href="http://www.freeworlddialup.com" target="_blank">FWD | Home</a>)<br /> -Free Calling between Members on their Network<br /> -Can be used with their SoftPhone/Other SoftPhones/ VoIP adapter<br />
-IM other FWD members, SIP-Users, AIM/MSN/Yahoo/GTalk/Skype/ICQ  (<a href="http://www.freeworlddialup.com/help/?p=knowledgebase&amp;c=17&amp;a=86" target="_blank">FWD | Help</a>)<br /> -Call other Voip Users on other networks<br /> -Receive Calls from PSTN using access numbers (only 2 numbers really)<br /> -VoiceMail<br /> -They plan to be offering paid FWDout/FWDin service soon<br /> -From personal testing the FWD Communicator, and adding IM contacts from other networks is glitchy.</p>
<p> <b>Gizmo Project/ SipPhone</b> (<a href="http://www.gizmoproject.com" target="_blank">Gizmo – A free phone for your computer</a> / <a href="http://www.sipphone.com" target="_blank">SIPphone - Call worldwide over your Internet connection with any phone</a>)<br />
-Use with their SoftPhone/Others/Voip Adapter<br /> -More aimed at putting together IM and Voip<br /> -Free Calls to other members<br /> -You are assigned a 1-745 number (only valid within Gizmo, not from outside)<br /> -Can get a free 775 area code PSTN nummber (but requires a credit card and US adress)<br /> -Gizmo All Calls Free plan (<a href="http://support.gizmoproject.com/FAQs/freecalls.php" target="_blank">Gizmo – A free phone for your computer - Help</a>)<br /> If you have a friend that you regularly call or chat on Gizmo, once in a while when he/she is not on you can call their cell/home number for free. Both of you have to have Active status for All Calls Free<br /> -Claims to let you message and call MSN/GoogleTalk/Yahoo/AIM/Jabber/SIP users (this works some times and not others; from my experimenting MSN is the most problematic)<br />
-Is offering paid Outgoing Minutes/Incoming Numbers</p>
<p> <b>TPad</b> (<a href="http://www.tpad.com" target="_blank">Tpad - The Global Phone Network</a>)<br /> -Free calls to other TPad users<br /> -Use SoftPhone/Voip Adapter<br /> -Gotta pay for outgoing calls to real numbers<br /> -Can receive calls from other Users, or by someone dialing <a href="http://www.tpad.com/Tpad-Country-Local-Break-In-Numbers.php" target="_blank">Access Numbers</a> + TPad number<br />
-Includes <a href="http://www.tpad.com/Tpad-Free-Voicemail.php" target="_blank">Voicemail Service</a><br /> -The biggest plus is their access numbers in countries where it is commonly hard to find one.<br /> -Mentioned in the WorkAround above for local calls to your Cell/Home from around the world</p>
<p> Feel free to make suggestions, comments or anything else you think may be useful. I will try to correct mistakes, and keep things updated.</p>
<p> BTW, this are some other services I am hoping to look into, but if someone already has experience with them, feel free to post a quick summary:</p>
<p><b>EMail to Phone</b><br /> <a href="http://www.jangl.com" target="_blank">Jangl</a><br /> <a href="http://www.yoomba.com/" target="_blank">Yoomba - Now you&#8217;re talking&#8230; Welcome</a></p>
<p> <b>Mobile Phone (some include a Small APP)</b><br /> <a href="http://www.truphone.com/" target="_blank">Truphone - Cheap &amp; Free International Mobile Phone Calls</a><br /> <a href="http://www.wifimobile.com/" target="_blank">Mobile VoIP</a><br /> <a href="http://www.nimbuzz.com/en/" target="_blank">http://www.nimbuzz.com/en/</a><br />
<a href="http://www.iskoot.com/" target="_blank">iSkoot | Life on the go.</a><br /> <a href="http://www.fring.com/" target="_blank">fring â€&#8221; Make free mobile calls, IM with Skype, MSN Messenger, ICQ, Google Talk™, SIP &amp; Twitter, AIM(R) &amp; Yahoo!™</a><br /> <a href="http://www.eqo.com/" target="_blank">Cheap international mobile calls, texts and free IMs - EQO</a><br /> <a href="http://www.barablu.com/" target="_blank">http://www.barablu.com/</a></p>
<p> <b>SMS Initiatited Call</b><br /> <a href="http://www.boknow.com/" target="_blank">bOKnow - Who will you bOK today? &#8212; Sexier than Phone Cards.</a></p>
<p> <b>Web Initiated Call</b><br /> <a href="http://www.talkety.com" target="_blank">Talkety</a></p>
<p> <b>Others</b><br /> <a href="http://www.spinvox.com/" target="_blank">SpinVox â€&#8221; Home page</a><br /> <a href="http://iotum.com/" target="_blank">iotum™ | Simply Relevant™</a><br /> <a href="http://www.jaxtr.com/user/index.jsp" target="_blank">jaxtr - link your phone</a><br /> <a href="http://www.tokiva.com" target="_blank">Tokiva | Friends In Your Pocket</a><br /> <a href="http://www.hullo.com" target="_blank">http://www.hullo.com</a><br />
<a href="http://lypp.ca/" target="_blank">Conferencing | Conference Call | Conference Calling - Lypp</a><br /> <a href="http://rf.com/" target="_blank">RingFree</a> (see <a href="https://rf.com/login/" target="_blank">https://rf.com/login/</a> )<br /> <a href="http://thepudding.com/" target="_blank">Pudding Media</a><br /> <a href="http://tringme.com" target="_blank">TringMe - Web based Telephony</a><br /> <a href="http://www.tokbox.com" target="_blank">TokBox: Talk to The World</a><br /> <a href="http://www.toktumi.com" target="_blank">Home Office and Small Business Phone System - Toktumi Office Phone Service - Talk to me, Talktome.</a><br />
<a href="http://www.blyk.com" target="_blank">Blyk</a><br /> <a href="http://dringg.com/" target="_blank">Dringg.com</a><br /> <a href="http://www.ribbit.com" target="_blank">Ribbit - Silicon Valley&#8217;s First Phone Company</a><br /> <a href="http://www.sightspeed.com/" target="_blank">Video Conferencing</a><br /> <a href="http://www.yugma.com" target="_blank">Yugma: Free Web Collaboration Forever &amp;mdash; anytime, anywhere.</a><br /> <a href="http://tephno.com/" target="_blank">Tephno</a><br /> <a href="http://voixio.com/" target="_blank">Voixio</a></div>
<div></div>
<div class="smallfont">
<hr size="1"></div>
</td>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/11/22/free-did-numbers-free-voip-calls-more-voip-info/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stream Internet video content directly to your TV w/ VuNow</title>
		<link>http://alexpb.com/notes/articles/2008/11/16/stream-internet-video-content-directly-to-your-t/</link>
		<comments>http://alexpb.com/notes/articles/2008/11/16/stream-internet-video-content-directly-to-your-t/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 13:15:01 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[hardware]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/11/16/verismos-vunow/</guid>
		<description><![CDATA[Verismo&#8217;s VuNow allows you to stream Internet video content directly to your TV.  The MediaMVP was a similar device, but was used to get content off your computer (unless you use something like MVPMC).  According to Verismo, it&#8217;s simple to use and easy to install. We can find out on December 15th for [...]]]></description>
			<content:encoded><![CDATA[<p>Verismo&#8217;s VuNow allows you to stream Internet video content directly to your TV.  The MediaMVP was a similar device, but was used to get content off your computer (unless you use something like <a href="//www.mvpmc.org/">MVPMC</a>).  According to Verismo, it&#8217;s simple to use and easy to install. We can find out on December 15th for $99.</p>
<h4>VuNow™ Features</h4>
<p><a href="http://www.verismonetworks.com/">Verismo&#8217;s VuNow</a> is the only solution that provides everything a consumer wants. Access to the broadest online content, simple to use, easy to install, and compact in size — all at an affordable price.</a></p>
<ul>
<li>A Standard Definition and a High Definition model of the VuNow PoD that can connect to any TV</p>
<li>Support for wired or wireless connectivity</li>
<li>Navigation using a TV-friendly and intuitive User Interface</li>
<li>Watch <b>YouTube™</b> videos on TV by categories</li>
<li>Search for videos with the powerful built-in <b>video search engine</b></li>
<li>Choose from a large selection of movies and download from <b>CinemaNow™</b></li>
<li>Download videos using <b>BitTorrent™</b> protocol</li>
<li>Watch videos directly from popular websites by categories</li>
<li>Watch <b>Live TV Channels</b> from around the world</li>
<li>Access to <b>Personal Media</b> such as video, music, and photos from the <b>home network</b> stored on a PC, Networked Attached Storage device, or even on a connected USB storage device</li>
</ul>
<p><a href="http://www.verismonetworks.com/">Verismo&#8217;s VuNow</a></p>
<p><!--Mime Type of File is image/jpeg -->
<div class="postie-image-div"><a href="http://alexpb.com/notes/wp-photos/20081116-081501-1.jpg"><img src="http://alexpb.com/notes/wp-photos/thumb.20081116-081501-1.jpg" alt="TN-483943_pod-kit.jpg" style="none;" class="postie-image" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/11/16/stream-internet-video-content-directly-to-your-t/feed/</wfw:commentRss>
		</item>
		<item>
		<title>3D printer uses plain paper (and glue) for prototyping</title>
		<link>http://alexpb.com/notes/articles/2008/11/11/3d-printer-uses-plain-paper-and-glue-for-prototyping/</link>
		<comments>http://alexpb.com/notes/articles/2008/11/11/3d-printer-uses-plain-paper-and-glue-for-prototyping/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 04:48:02 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[3D]]></category>

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

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

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/11/11/3d-printer-uses-plain-paper-and-glue-for-prototyping/</guid>
		<description><![CDATA[Mcor&#8217;s  3D printeruses plain 8 x11 paper and glue for rapid prototyping .  &#8220;The printer takes standard sheets of printer paper (A4 size) and deposits regular old PVA glue in a pattern determined by the design. Another sheet of paper is added, and a tungsten carbide blade cuts away the excess paper&#8230;&#8221;
Source: Wired [...]]]></description>
			<content:encoded><![CDATA[<p>Mcor&#8217;s <http://www.mcortechnologies.com/index.html> 3D printer<http://en.wikipedia.org/wiki/3D_printing>uses plain 8 x11 paper and glue for rapid prototyping <http://en.wikipedia.org/wiki/Rapid_prototyping>.  &#8220;The printer takes standard sheets of printer paper (A4 size) and deposits regular old PVA glue in a pattern determined by the design. Another sheet of paper is added, and a tungsten carbide blade cuts away the excess paper&#8230;&#8221;<br />
Source: Wired <http://blog.wired.com/gadgets/2008/11/3d-printer-feed.html> &#038; <http://www.slashgear.com/mcor-matrix-3d-printer-uses-regular-paper-0722025><http://gizmodo.com/photogallery/3dprinter/1004428172> hackaday.com <http://hackaday.com/2008/11/06/3d-printer-uses-office-paper/>.</p>
<p> <!--Mime Type of File is image/jpeg -->
<div class="postie-image-div"><a href="http://alexpb.com/notes/wp-photos/20081111-234801-1.jpg" onclick="window.open('http://alexpb.com/notes/wp-photos/20081111-234801-1.jpg','full_size_image','toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=1,height=264,width=317');return false;"><img src="http://alexpb.com/notes/wp-photos/thumb.20081111-234801-1.jpg" alt="mcor matrix.jpg" title="mcor matrix.jpg" style="border: none;" class="postie-image" /></a></div>
<p> <!--Mime Type of File is image/jpeg -->
<div class="postie-image-div"><a href="http://alexpb.com/notes/wp-photos/20081111-234801-2.jpg" onclick="window.open('http://alexpb.com/notes/wp-photos/20081111-234801-2.jpg','full_size_image','toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=1,height=270,width=470');return false;"><img src="http://alexpb.com/notes/wp-photos/thumb.20081111-234801-2.jpg" alt="mcor.3dhouse.jpg" title="mcor.3dhouse.jpg" style="border: none;" class="postie-image" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/11/11/3d-printer-uses-plain-paper-and-glue-for-prototyping/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hurricane Fay (2008) Pictures</title>
		<link>http://alexpb.com/notes/articles/2008/11/11/hurricane-fay-2008-pictures-2/</link>
		<comments>http://alexpb.com/notes/articles/2008/11/11/hurricane-fay-2008-pictures-2/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 02:22:47 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[pictures]]></category>

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

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

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

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/11/11/hurricane-fay-2008-pictures-2/</guid>
		<description><![CDATA[ 

 

 

]]></description>
			<content:encoded><![CDATA[<p> <!--Mime Type of File is image/jpeg -->
<div class="postie-image-div"><a href="http://alexpb.com/notes/wp-photos/20081111-212246-1.jpg" onclick="window.open('http://alexpb.com/notes/wp-photos/20081111-212246-1.jpg','full_size_image','toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=1,height=2156,width=2868');return false;"><img src="http://alexpb.com/notes/wp-photos/thumb.20081111-212246-1.jpg" alt="dscf2541.jpg" title="dscf2541.jpg" style="border: none;" class="postie-image" /></a></div>
<p> <!--Mime Type of File is image/jpeg -->
<div class="postie-image-div"><a href="http://alexpb.com/notes/wp-photos/20081111-212246-2.jpg" onclick="window.open('http://alexpb.com/notes/wp-photos/20081111-212246-2.jpg','full_size_image','toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=1,height=2156,width=2868');return false;"><img src="http://alexpb.com/notes/wp-photos/thumb.20081111-212246-2.jpg" alt="dscf2544.jpg" title="dscf2544.jpg" style="border: none;" class="postie-image" /></a></div>
<p> <!--Mime Type of File is image/jpeg -->
<div class="postie-image-div"><a href="http://alexpb.com/notes/wp-photos/20081111-212247-3.jpg" onclick="window.open('http://alexpb.com/notes/wp-photos/20081111-212247-3.jpg','full_size_image','toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=1,height=2156,width=2868');return false;"><img src="http://alexpb.com/notes/wp-photos/thumb.20081111-212247-3.jpg" alt="dscf2549.jpg" title="dscf2549.jpg" style="border: none;" class="postie-image" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/11/11/hurricane-fay-2008-pictures-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AutoCAD, hide triangulation edges on curved surfaces in a 3D-Hidden view</title>
		<link>http://alexpb.com/notes/articles/2008/11/10/autocad-hide-triangulation-edges-on-curved-surfaces-in-a-3d-hidden-view/</link>
		<comments>http://alexpb.com/notes/articles/2008/11/10/autocad-hide-triangulation-edges-on-curved-surfaces-in-a-3d-hidden-view/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 18:25:02 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/11/10/autocad-hide-triangulation-edges-on-curved-surfaces-in-a-3d-hidden-view/</guid>
		<description><![CDATA[DISPSILH
DISPSILH (Quick Reference)  Type: Integer Saved in: Drawing Initial value: 0
Controls display of silhouette edges of 3D solid objects in a 2D wireframe or 3D wireframe visual style.
You can use the REGEN command to display the results.
DISPSILH also suppressess the mesh displayed when using the HIDE command in the 2D wireframe visual style.
]]></description>
			<content:encoded><![CDATA[<p>DISPSILH<br />
DISPSILH (Quick Reference)  Type: Integer Saved in: Drawing Initial value: 0<br />
Controls display of silhouette edges of 3D solid objects in a 2D wireframe or 3D wireframe visual style.<br />
You can use the REGEN command to display the results.<br />
DISPSILH also suppressess the mesh displayed when using the HIDE command in the 2D wireframe visual style.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/11/10/autocad-hide-triangulation-edges-on-curved-surfaces-in-a-3d-hidden-view/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Useful Online Calculators For Almost Every Educational and Life Need</title>
		<link>http://alexpb.com/notes/articles/2008/11/01/useful-online-calculators-for-almost-every-educational-and-life-need/</link>
		<comments>http://alexpb.com/notes/articles/2008/11/01/useful-online-calculators-for-almost-every-educational-and-life-need/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 21:05:36 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[mathematics]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://alexpb.com/notes/?p=267</guid>
		<description><![CDATA[This list guides you to online calculators that will help you calculate everything from algebra equations and mortgage interest to fuel costs and body fat.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://educhoices.org/articles/Useful_Online_Calculators_For_Almost_Every_Educational_and_Life_Need.html">This list guides you to online calculators that will help you calculate everything from algebra equations and mortgage interest to fuel costs and body fat.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/11/01/useful-online-calculators-for-almost-every-educational-and-life-need/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Check String for Non-ASCII Characters in Perl</title>
		<link>http://alexpb.com/notes/articles/2008/11/01/check-string-for-non-ascii-characters-in-perl/</link>
		<comments>http://alexpb.com/notes/articles/2008/11/01/check-string-for-non-ascii-characters-in-perl/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 20:19:21 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[perl]]></category>

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

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

		<category><![CDATA[byte string]]></category>

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

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

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

		<guid isPermaLink="false">http://alexpb.com/notes/?p=263</guid>
		<description><![CDATA[if ( $string =~ /[[:^ascii:]]/ ) {
   print &#8220;String contains characters that are NOT pure ASCII&#8221;;
}
else {
  print &#8220;Everything is good, string/pure is valid ASCII.&#8221;;
}

E.G.: If it contains bytes > 127, it&#8217;s not valid ASCII. 
]]></description>
			<content:encoded><![CDATA[<p><code><br />
if ( $string =~ /[[:^ascii:]]/ ) {<br />
   print &#8220;String contains characters that are NOT pure ASCII&#8221;;<br />
}<br />
else {<br />
  print &#8220;Everything is good, string/pure is valid ASCII.&#8221;;<br />
}<br />
</code></p>
<p>E.G.: If it contains bytes > 127, it&#8217;s not valid ASCII. </p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/11/01/check-string-for-non-ascii-characters-in-perl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Greatest projector / iPhone clone combo handset in the world now up for sale</title>
		<link>http://alexpb.com/notes/articles/2008/10/28/greatest-projector-iphone-clone-combo-handset-in-the-world-now-up-for-sale/</link>
		<comments>http://alexpb.com/notes/articles/2008/10/28/greatest-projector-iphone-clone-combo-handset-in-the-world-now-up-for-sale/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 16:44:07 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[electronics]]></category>

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

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

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

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

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/10/28/greatest-projector-iphone-clone-combo-handset-in-the-world-now-up-for-sale/</guid>
		<description><![CDATA[Greatest projector / iPhone clone combo handset in the world now up for sale
N70 Mini Video Projector 2.4&#8243; Touch LCD Dualband GSM Cell Phone * EMS




Brand:
Lanye


Model:
N70


IMEI:
Unique


Format:
Bar Phone


Operating System:
Proprietory


Special Features:
Video Projector: can project cell phone screen as well as external video source (composite input adapter included)


LCD Screen:
2.4-inch vibrant color


Touch Sensitive:
Touch Screen


Network Bands:
Dual-band, 900/1800 MHz


SIM Slots:
Single SIM [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.engadget.com/2008/10/28/greatest-projector-iphone-clone-combo-handset-in-the-world-now/">Greatest projector / iPhone clone combo handset in the world now up for sale</a></p>
<p><a href="http://www.dealextreme.com/details.dx/sku.17069">N70 Mini Video Projector 2.4&#8243; Touch LCD Dualband GSM Cell Phone * EMS</a></p>
<div style="font-size: 10pt; font-family: Arial;">
<table style="border-collapse: collapse;" width="453" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr style="height: 20px;">
<td class="xl64" style="border: 0.5pt solid gray; width: 207px; height: 20px; background-color: transparent;"><strong><font size="2" face="Arial">Brand:</font></strong></td>
<td class="xl65" style="border-style: solid solid solid none; border-color: gray; border-width: 0.5pt 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">Lanye</font></td>
</tr>
<tr style="height: 20px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 20px; background-color: transparent;"><strong><font size="2" face="Arial">Model:</font></strong></td>
<td class="xl65" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">N70</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">IMEI:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">Unique</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Format:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">Bar Phone</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Operating System:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">Proprietory</font></td>
</tr>
<tr style="height: 34px;">
<td class="xl67" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 34px; background-color: rgb(219, 238, 243);"><font size="2" face="Arial"><strong>Special Features:</strong></font></td>
<td class="xl68" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: rgb(219, 238, 243);"><font size="2" face="Arial"><strong>Video Projector: can project cell phone screen as well as external video source (composite input adapter included)</strong></font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">LCD Screen:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">2.4-inch vibrant color</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Touch Sensitive:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">Touch Screen</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Network Bands:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">Dual-band, 900/1800 MHz</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">SIM Slots:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">Single SIM card</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Data Connections:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">WAP, GPRS, SMS, MMS</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Bluetooth:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">Bluetooth V2.0</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Bluetooth Stereo Music Profile:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">A2DP Stereo Supported, AVRCP Stereo Supported</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Wifi/Wireless LAN/WLAN:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">&nbsp;</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Speakers:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">2 Speakers (Stereo)</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Memory Slot Type:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">Transflash TF upto 4GB in size</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Built-in/Included Memory:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">1G TF Card Included</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Digital Camera(s):</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">300K Pixels (640 x 480 px)</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">JAVA:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">JAVA Supported</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Playback Formats:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">MP3/AVI/MPG4/3GP/JPG</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">TV Tuner:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">-</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">FM Radio Tuner:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">-</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Voice Recording:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">Voice Recording Supported</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Batteries:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">2 x &#8220;1800mAh&#8221; lithium ion rechargeable batteries</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">AC Charger:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">100~240V AC Charger included (Flat Plug)</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">Phone Language(s):</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">English, Chinese</font></td>
</tr>
<tr style="height: 19px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 19px; background-color: transparent;"><strong><font size="2" face="Arial">User&#8217;s Guide:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">Available in Chinese</font></td>
</tr>
<tr style="height: 34px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 34px; background-color: transparent;"><strong><font size="2" face="Arial">Other Accessories Included:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">External Charger Dock, Earphone Headset, USB Charging Cable, Stylus</font></td>
</tr>
<tr style="height: 34px;">
<td class="xl64" style="border-style: none solid solid; border-color: gray; border-width: medium 0.5pt 0.5pt; height: 34px; background-color: transparent;"><strong><font size="2" face="Arial">Manufacturer&#8217;s Warranty:</font></strong></td>
<td class="xl66" style="border-style: none solid solid none; border-color: gray; border-width: medium 0.5pt 0.5pt medium; width: 397px; background-color: transparent;"><font size="2" face="Arial">6 Months exlcuding physical damages (see specifications for terms and details)</font></td>
</tr>
</tbody>
</table>
<p><font style="font-size: 9pt;" face="Arial"></p>
<p></font>
<div style="font-size: 10pt; font-family: Arial;">
<div style="font-size: 10pt; font-family: Arial;"><font style="font-size: 9pt;" face="Arial">. </font></div>
<div style="font-size: 10pt; font-family: Arial;"><font style="font-size: 9pt;" face="Arial"><strong>* Warranty information </strong>is located in the specifications section </font></div>
<div style="font-size: 10pt; font-family: Arial;"><font style="font-size: 9pt;" face="Arial">. </font></div>
<div style="font-size: 10pt; font-family: Arial;"><font style="font-size: 9pt;" face="Arial"><strong>* Free EMS Shipping Upgrade: </strong>when you purchase this item, everything else that&#8217;s shipped with this item will be upgraded to EMS shipping at no additional charges. </font></div>
<div style="font-size: 10pt; font-family: Arial;"><font style="font-size: 9pt;" face="Arial">. </font></div>
<div style="font-size: 10pt; font-family: Arial;"><font style="font-size: 9pt;" face="Arial"><strong>*To check what band your mobile provider operates on use this website:<br /></strong><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.gsmworld.com/roaming/gsminfo/index.shtml" target="_blank">http://www.gsmworld.com/roaming/gsminfo/index.shtml</a> <br /></font></div>
<div style="font-size: 10pt; font-family: Arial;"><font style="font-size: 9pt;" face="Arial">. </font></div>
<div><font style="font-size: 9pt;" face="Arial"><font size="2"><strong>Free EMS Shipping Upgrade for customers from the following countries: </strong></font></font></div>
<div><font style="font-size: 9pt;" face="Arial"><font size="2">.</font> </font></div>
<div><font style="font-size: 9pt;" face="Arial"><font size="2"><strong>United States, Canada, </strong></font><font size="2">Australia, Austria, Belgium, Cambodia, Canada, Denmark, Finland, France, Germany, Greece, Hong Kong, Indonesia, Ireland, Italy, Japan, Luxembourg, Macau, Malaysia, Malta, Mongolia, New Zealand, North Korea, Norway, Papua New Guinea, Philippines, Portugal, Singapore, South Korea, Spain, Sweden, Switzerland, Thailand, U.K., U.S.A and Vietnam.</font> </font></div>
<div><font style="font-size: 9pt;" face="Arial"><font size="2">.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/10/28/greatest-projector-iphone-clone-combo-handset-in-the-world-now-up-for-sale/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Set Firefox Scroll-wheel Speed</title>
		<link>http://alexpb.com/notes/articles/2008/09/23/set-firefox-scroll-wheel-speed/</link>
		<comments>http://alexpb.com/notes/articles/2008/09/23/set-firefox-scroll-wheel-speed/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 00:13:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[productivity]]></category>

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

		<guid isPermaLink="false">http://alexpb.com/notes/?p=202</guid>
		<description><![CDATA[Type about:config&#60;ENTER&#62; in firefox address bar
*Optional* Type: mousewheel.withnokey&#60;ENTER&#62; in the filter box
Set mousewheel.withnokey.sysnumlines to false
This makes Firefox use its own setting instead of the system-wide setting.

Change mousewheel.withnokey.numlines to how many lines you want to scroll at a time.
I use 8

Source: http://episteme.arstechnica.com/groupee/forums/a/tpc/f/99609816/m/480004345731
]]></description>
			<content:encoded><![CDATA[<ol>
<li><span style="font-size: 120%">Type <strong>about:config&lt;ENTER&gt;</strong> in firefox address bar</span></li>
<li><span style="font-size: 120%">*Optional* Type: <strong>mousewheel.withnokey&lt;ENTER&gt;</strong> in the filter box</span></li>
<li><span style="font-size: 120%">Set <strong>mousewheel.withnokey.sysnumlines</strong> to <strong>false</strong></span>
<p>This makes Firefox use its own setting instead of the system-wide setting.</p>
</li>
<li><span style="font-size: 120%">Change <strong>mousewheel.withnokey.numlines</strong> to <strong>how many lines</strong> you want to scroll at a time.</span></li>
<p>I use 8</p>
</ol>
<p>Source: <a href="http://episteme.arstechnica.com/groupee/forums/a/tpc/f/99609816/m/480004345731">http://episteme.arstechnica.com/groupee/forums/a/tpc/f/99609816/m/480004345731</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/09/23/set-firefox-scroll-wheel-speed/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
