The following articles may also be of interest
Click on a title link below to expand or collapse a section. Double click a title link to follow it. Access the Blog.

Smooth performance for browsing the web, running apps, working with documents, and enjoying multimedia
More...
Dual-core 1.2GHz processor, 7.1mm body, MotoCast, and KEVLAR strong.
More...
A multimedia superstar with Beats earphones included.
More...
The Bold 9900 is RIM's thinnest BlackBerry smartphone yet and as lightweight and durable as it is feature-packed.
More...
The 9360 feels just right in your hand and with a ton of accessories you can really make it your own.
More...
Share virtually anything with just one touch.
More...
High speed, portable Internet access in your pocket.
More...
Scratch, dust and water-resistant. 1GHz processor, 5MP camera and great pre-loaded apps.
More...
A powerful smartphone optimised for business but fun enough to use for your personal life.
More...
Easily capture and share your favourite moments with family, friends and colleagues.
More...
Carry the Internet with you stream media wirelessly from your SD card.
More...
With custom Beats headphones, engineered to deliver extraordinary sound.
More...
Jump right into what's most important to you thanks to an improved lockscreen design.
More...
Business and social features in a slim package.
More...
01
ZTE Tania
Fully equipped
02
BlackBerry Bold 9790
Powerful & Fully Featured
03
Motorola RAZR
Faster, Thinner, Smarter, Stronger
04
HTC Sensation XL
With Beats Audio
05
HTC Titan
Office on the move
06
HTC Radar
Windows Phone 7.5 (Mango)
07
BlackBerry Bold 9900
Touch and Type in harmony
08
BlackBerry Curve 9360
Sleek and stylish
09
HTC ChaCha
Full qwerty Android
10
ZTE Libra
11
ZTE MF30/MF60
USB & WiFi for Windows and Mac
12
Motorola Defy +
Faster, smarter, richer
13
Motorola Pro +
Faster, smarter, richer
14
BlackBerry Curve 9380
The 1st all-touch Curve
15
Novatel MiFi 3352
Portable High-Speed Internet
16
HTC Sensation XE
Designed to impress
17
HTC Rhyme
Stay connected with those closest to you
18
ZTE Skate
19
HTC Explorer
Keep in touch with the people who matter
20
ZTE Tureis
Android Gingerbread
Hylafax (http://www.hylafax.org) is a Linux-based IP fax solution: connected to a phone line via a modem, the software receives faxes and sends them via email to a predefined address as either PDF or TIFF attachments; users can also add a printer to their Windows or Mac desktop and send faxes directly from their desktop applications simply by entering the recipient's fax number.
Installation
The Hylafax server will need to be able to access a telephone line in order to be able to send and receive faxes. Hylafax supports RS232 9-pin serial modem connections. I have always had great success with Zoom modems, like this model:
http://www.misco.co.uk/applications/SearchTools/item-details.asp?EdpNo=1...
Most Linux platforms are supported by Hylafax, including Debian, Fedora, Red Hat/CentOS, SuSE, OpenBSD and Solaris. Download the appropriate RPM package for your platform from the Hylafax web site:
http://www.hylafax.org/content/Binary_Packages
In this example I have used CentOS 4.7
Install a base CentOS configuration, including the Mail Server component.
Hylafax requires both the SharUtils and the GhostScript packages, these can both be installed via Yum:
yum install sharutils yum install ghostscript
Install Hylafax:
rpm -i hylafax-x.x.x.rpm
Once installed, hylafax must then be configured. Do this by running FaxSetup:
/usr/sbin/FaxSetup
You will be prompted for a number of pieces of information. Leave all of the settings at the default values apart from your telephone number details.
At the end of the script you will be prompted to run FaxAddModem. This allows you to specofy the serial port to which the modem is connected that Hylafax should use to send and receive faxes. Select Yes. If you select No, you can run the script at any time by running:
/usr/sbin/faxaddmodem
You will be prompted to specify the serial port that Hylafax should use, this will normally be either ttyS0 (COM1) or ttyS1 (COM2)
You will also be prompted to enter the telephone number of the line that the modem is connected to, and you can also enter a name that will be presented to recipient fax machines (normally the name of the company).
Leave all of the other options at their default values.
When all of the options have been specified, the wizard will then attempt to communicate with the modem on the serial port specified and determine the optimum communications speed: normally either 9600 or 14400 bits per second.
Now you can specify the email address that receives faxes should be sent to, and in what format.
Locate and edit the file
/var/spool/hylafax/etc/FaxDispatch
Locate the line beginning:
"SENDTO=FaxMaster;"
Substitute "FaxMaster" for the email address you wish faxes to be sent to (the target email address should already be configured on the email server):
"SENDTO=sales_faxes@mydomain.com;"
Underneath this line is another that reads:
"FILETYPE=pdf"
This determines the format that faxes are sent in. The default is PDF format, TIFF is also an option.
Finally, locate the file
/etc/inittab
and add the following line:
mo:2345:respawn:/usr/sbin/faxgetty ttySx
(where x is the number of the serial port that the modem is connected to)
If you want the Hylafax service to launch automatically when the server is powered on, issue the following command:
chkconfig hylafax on
Now reboot the server.
Your Hylafax server is now configured and once rebooted will listen for incoming faxes on the connected modem, automatically answer after 1 ring (unless you specified an alternate setting during the configuration), convert the received fax into a PDF file and send it to the email address specified:

NOTE - for the server to be able to send email successfully it must be able to locate an MX record for the target domain via DNS.
Windows Client Configuration
Should you wish your users to have the ability to send faxes through the Hylafax server, then there are clients freely available for a variety of platforms, also available from the Hylafax web site.
The simplest Windows client I have yet come across is WHFC (Windows HylaFax Client), available from:
http://whfc.uli-eckhardt.de/1.2/download.shtml
The package is a simple EXE file that installs all required components. Once installed, you won't be prompted to, but I recommend a reboot.
Once rebooted, before you configure the client, log back into the Hylafax server and run the following command:
/usr/sbin/faxxadduser jamesl
where 'jamesl' is the username of the account you wish to be able to access the Hylafax server to send faxes. Multiple accounts can be created.
Back on the Windows client, open Control Panel --> Printers and add a new Printer.
Select the option to install a local printer and untick the option to 'automatically detect'. You will see a new port has been created for the WHFC client:

Select this port. From the list of available printers, select an Apple LaserWriter:

Enter a name for the printer that will identify it to the user, such as 'Hylafax'.
Now launch the Hylafax client from the Start --> Programs menu. Open the File menu and select User Preferences:

The following window will be displayed:

Complete the Name and Login fields (required), the remaining fields are optional. The Login field needs to contain the same information as the user account you created earlier with the 'faxadduser' command on the Hylafax server. Click OK.
Now select System Preferences from the File menu, the following window will be displayed:

Enter the name or the IP address of the Hylafax server. Click OK. If all has gone well you should see the client successfully connected:

To send a fax from the Windows PC, select the option to Print from any application and select the Hylafax printer. The following window will be displayed:

Enter the fax number of the recipient and click OK. The fax will be queued for transmission.
Mac Client Configuration
A similar client is available for MacOS called 'HylafaxSender', available from http://beta9.be/hylafax/
Once installed, open the Preferences and enter the server address and user name:

The main client window appears as follows:

Enter the recipient's telephone number, select the file you wish to fax, and click 'Send Fax'
Addendum
It is possible to have multiple modems connected to the same Hylafax server (on different COM ports), with each modem configured to send faxes to a different email address. Simply connect the modem, run the faxaddmodem script and configure the FaxDispatch file with the details of the new modem.
| Canalys - Smartphone sales overtake PC sales in 2011 - http://t.co/6LlZrd8M | 0 sec ago |
| Inside BlackBerry: 5 tip Friday - Traveling with a BlackBerry smartphone - http://t.co/VZmV3w1j | 21 hours 1 min ago |
| Mashable - Is this the future of Touchscreen Tech? New video will blow your mind - http://t.co/yujzE0o2 | 1 day 13 min ago |
| Contact BrightPoint GB for details on our new range of iFrogz audio accessories - http://t.co/WGpEVEC5 | 1 day 3 hours ago |
| Vimeo for Windows Phone available - http://t.co/BtgDN59z | 1 day 7 hours ago |
| Google Mobile Blog - Official Google Mobile Blog: Android and Security - http://t.co/TcFF7f74 | 1 day 21 hours ago |
| Google Chrome to Phone for Android updated - https://t.co/vfwKaFIu | 2 days 22 hours ago |
| Google Mobile Blog - Updates to Google Docs app for Android: Offline access and improved tablet experience - http://t.co/wQFX0oDS | 3 days 12 min ago |
| The Official Motorola Blog - Motorola Smart Actions to the Rescue – Which is your favorite? http://t.co/dsewJb2t | 3 days 1 hour ago |
| Firefox 10 for Android available - https://t.co/ZtFyg0jV | 3 days 1 hour ago |
