<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8310884549739354753</id><updated>2011-10-12T00:42:28.229-07:00</updated><title type='text'>Dot Tel For Linux (Mobile)</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>73</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7819694440234209941</id><published>2011-01-21T23:40:00.000-08:00</published><updated>2011-01-21T23:41:21.219-08:00</updated><title type='text'>This is the homepage of the gtalX project. gtalX is a Linux client for gtalk, the voip application of Google. It supports voice and text-based chat.</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TTf64ClPiBI/AAAAAAAAIbc/bfDyTGfPhPU/s1600/gtalx_havas.png"&gt;&lt;img style="cursor: pointer; width: 199px; height: 113px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TTf64ClPiBI/AAAAAAAAIbc/bfDyTGfPhPU/s320/gtalx_havas.png" alt="" id="BLOGGER_PHOTO_ID_5564191705312233490" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;This is the homepage of the gtalX project. gtalX is a Linux client for gtalk, the voip application of Google. It supports voice and text-based chat. Before you download it, please read the 'How to install' paragraph below.&lt;br /&gt;&lt;br /&gt;You can download the latest released version of gtalX here (currently version 0.0.4).&lt;br /&gt;You can download the latest unstable version of gtalX here (it won't even always build, but it includes the latest changes)&lt;br /&gt;&lt;br /&gt;We are hosted on sourceforge, at this address: http://sourceforge.net/projects/gtalx/.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description&lt;br /&gt;&lt;br /&gt;gtalX is based on the libjingle library (version 0.4.0) provided by Google. gtalX is implemented using QT 4.3. We have written gtalX on Zenwalk, one of the best Linux distributions. Download the live cd and give it a try!&lt;br /&gt;&lt;br /&gt;The current stable version of gtalX is 0.0.4 (it is an alpha version). The currently implemented functionalities are:&lt;br /&gt;&lt;br /&gt; * Login with your gmail account&lt;br /&gt; * Voice chat with someone who has gtalX (under Linux) or Gtalk (under M$ Windows)&lt;br /&gt; * Text chat with someone who has gtalX (under Linux) or Gtalk (under M$ Windows)&lt;br /&gt; * Customizable chat icons&lt;br /&gt; * Language support (translation to Hungarian and a chance to translate it to any other language)&lt;br /&gt; * Taskbar icon (next to the clock)&lt;br /&gt;&lt;br /&gt;Planned features for the next version are:&lt;br /&gt;&lt;br /&gt; * File transfer (works in unstable! :-))&lt;br /&gt; * Logging of user actions into a local log-file for easier bug reporting (of course without any personal data)&lt;br /&gt;&lt;br /&gt;How to install on (K)Ubuntu 9.10&lt;br /&gt;&lt;br /&gt;(Please let me know if you experience any problems with the packages!! My email address is in the Contact Us section below. I only got to test the deb files on KUbuntu 9.10.)&lt;br /&gt;&lt;br /&gt;To install on 32-bit Ubuntu 9.10 you can try this EXPERIMENTAL deb file (this installs today's snapshot of the unstable branch).&lt;br /&gt;To install on 64-bit Ubuntu 9.10 you can try this EXPERIMENTAL deb file (this installs today's snapshot of the unstable branch).&lt;br /&gt;&lt;br /&gt;The way to use the deb file:&lt;br /&gt;&lt;br /&gt;sudo dpkg -i gtalx_0.0.5_i386.deb&lt;br /&gt;# or if you have 64 bit Ubuntu&lt;br /&gt;sudo dpkg -i gtalx_0.0.5_amd64.deb&lt;br /&gt;&lt;br /&gt;# you will get a dependency error after the above line so you'll need to execute this next:&lt;br /&gt;sudo apt-get -f install&lt;br /&gt;&lt;br /&gt;To remove this package execute:&lt;br /&gt;&lt;br /&gt;sudo apt-get remove gtalx&lt;br /&gt;&lt;br /&gt;How to build &amp;amp; install on most Linux distros&lt;br /&gt;&lt;br /&gt;1. Install prerequisites&lt;br /&gt;&lt;br /&gt;In general you'll need QT4, gcc and probably some other development packages that you need to build binaries on your system. If you want to upgrade to a new version, uninstall the old version first. I collected the dependency packages from Ubuntu, you'll need these libraries. Since you'll need to build gtalx, get development packages (if your distro has separate dev packages). Here is the list:&lt;br /&gt;&lt;br /&gt;(build-essential)&lt;br /&gt;libqt4-dev&lt;br /&gt;libogg-dev&lt;br /&gt;libtheora-dev&lt;br /&gt;libsdl-dev&lt;br /&gt;libavcodec-dev&lt;br /&gt;libswscale-dev&lt;br /&gt;libexpat1-dev&lt;br /&gt;libraw1394-dev&lt;br /&gt;libvorbis-dev&lt;br /&gt;libgsm1-dev&lt;br /&gt;libspeexdsp-dev&lt;br /&gt;libmediastreamer0-dev&lt;br /&gt;libortp-dev&lt;br /&gt;&lt;br /&gt;For the ./make script to work properly I also needed the pkg-config package on Ubuntu.&lt;br /&gt;&lt;br /&gt;If your distro has speex, mediastreamer2 and ortp (see the last 3 items in the above list) you can try what you get form there, but in general gtalx builds and installs these if your computer does not have them. There can easily be a version conflict here; if you are unsure and you do not use ubuntu, do not install these, let gtalx take care of them. Please make sure that you do not have ortp installed but mediastreamer2 not installed as these 2 are very closely related and mediastreamer2 will not build with versions of ortp that it does not expect. On Ubuntu 8.10, 9.04 and 9.10 it is safe to install the libmediastreamer0-dev and libspeexdsp-dev packages, on the rest either install speex, mediastreamer2 and ortp or none of these.&lt;br /&gt;&lt;br /&gt;In my experience on Slackware 12 you'll simply need to install QT4.&lt;br /&gt;On Zenwalk you'll need (use netpkg) qt4-devel*&lt;br /&gt;&lt;br /&gt;2. Perform the build&lt;br /&gt;&lt;br /&gt; * Extract the tar.gz file into any folder you like (tar -xvf &lt;version&gt;.tar.gz)&lt;br /&gt; * Change into the created directory, add execute permissions to ./make (chmod +x ./make) and run ./make&lt;br /&gt;&lt;br /&gt;3. Install&lt;br /&gt;&lt;br /&gt; * Become superuser (su, or use sudo)&lt;br /&gt; * Execute ./make install&lt;br /&gt;&lt;br /&gt;If all is ok, after these steps you can execute gtalX by typing gtalx at the command prompt (or you can start it from the start menu).&lt;br /&gt;&lt;br /&gt;If you want to uninstall, you should execute the uninstall script as root from the directory where you called ./make install. Actually after you have installed gtalX successfully, you can delete all the source and build files, but please keep the uninstall script. The uninstall script alone will let you uninstall gtalX, you won't need any other files to do that.&lt;br /&gt;&lt;br /&gt;If you use the unstable version then on Ubuntu instead of the ./make install step you can create a deb package by running&lt;br /&gt;./make ubuntu&lt;br /&gt;Then proceed as usual about installing a deb file (if unsure, see above)&lt;br /&gt;&lt;br /&gt;Comment:&lt;br /&gt;&lt;br /&gt;We test/use gtalX on Slackware, Zenwalk and Kubuntu. If you are using a different distro and gtalx does not build, or there is another problem, please let us know. If you have a fix for the problem, we would gladly and gratefully integrate that fix into the software, but we do not have the time to test this software on any other distributions. Still, we surely hope that it will work on more than these 3 ones. Actually we know that it works on gentoo, opensuse and fedora as well.&lt;br /&gt;&lt;br /&gt;Screenshot&lt;br /&gt;&lt;br /&gt;How to translate&lt;br /&gt;&lt;br /&gt;If you have an installed gtalX with our make script, in the /usr/share/gtalx/languagefiles directory you will find a file called Hungarian.txt. Copy that file; the name of the new file should be the English name of the language into which you are going to translate gtalX (e.g. French.txt or German.txt). If you start gtalX in an environment that is different from English, gtalX will load the file automatically. If no such file exists, it will print an error message that you can read if you start it from a console. E.g.&lt;br /&gt;&lt;br /&gt;language file not found: /usr/bin/../share/gtalx/languagefiles/French.txt&lt;br /&gt;&lt;br /&gt;Obvoiusly if you want to translate gtalX into French, you need to create a file called French.txt in the above mentioned directory. Once you have copied Hungarian.txt, edit it, and I think it is easy to figure out what is to be done.&lt;br /&gt;&lt;br /&gt;The second line in Hungarian.txt is:&lt;br /&gt;"Translated by"="Fordította: Békés József"&lt;br /&gt;&lt;br /&gt;This is a text that will appear in the About dialog; put your own name so that it will be displayed in the About dialog.&lt;br /&gt;&lt;br /&gt;If you start gtalX from your console, and a translation is missing, gtalX will complain and will tell you which item is missing in its output to the console. Otherwise it will substitute the English phrase for missing translations in the application.&lt;br /&gt;&lt;br /&gt;If you want to translate on an English system, you can modify gtalX's language if you start it and specify the LANG environment variable, like this (if you enter this into the console, gtalX tries to start in German; since there is no German.txt it fails to do so...):&lt;br /&gt;LANG=de_DE gtalx&lt;br /&gt;&lt;br /&gt;If you have any questions, just send us an email to the address specified in the Contact us section below. If you have a language file we would be happy to get it; please send it to the same email address and we'll include it in the software.&lt;br /&gt;&lt;br /&gt;Contact us&lt;br /&gt;&lt;br /&gt;The authors of gtalX are: Erika Bekes, Oliver Leahy and Jozsef Bekes. If you want to contact us, you can send us an email to bjdodo at hotmail dot com.&lt;br /&gt;&lt;br /&gt;Licensing&lt;br /&gt;&lt;br /&gt;Since this is the first open-source application we have written, we might not have done everything as required. If you find that we are breaking the copyright or any other law in any way, please let us know and we'll do the best to correct the mistakes. We would like to give this code to the open-source community, and we would like to offer this application to all Linux users, but we do not want anyone to be able to sell our code, or make any money from it, so our intention is to place this software under GPL3.&lt;br /&gt;&lt;br /&gt;This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Attachments (3)&lt;br /&gt;&lt;br /&gt; * gtalx_0.0.5_amd64.deb - on Nov 11, 2009 2:53 PM by Jozsef Bekes (version 1)&lt;br /&gt;   7781k Download&lt;br /&gt; * gtalx_0.0.5_i386.deb - on Nov 9, 2009 12:10 PM by Jozsef Bekes (version 1)&lt;br /&gt;   6395k Download&lt;br /&gt; * gtalx_screenshot.png - on Dec 11, 2008 2:06 PM by Jozsef Bekes (version 5 / earlier versions)&lt;br /&gt;   93k View Download&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Link:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sites.google.com/site/jozsefbekes/Home/gtalx"&gt;http://sites.google.com/site/jozsefbekes/Home/gtalx&lt;/a&gt;&lt;/span&gt;&lt;/version&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7819694440234209941?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7819694440234209941/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2011/01/this-is-homepage-of-gtalx-project-gtalx.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7819694440234209941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7819694440234209941'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2011/01/this-is-homepage-of-gtalx-project-gtalx.html' title='This is the homepage of the gtalX project. gtalX is a Linux client for gtalk, the voip application of Google. It supports voice and text-based chat.'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TTf64ClPiBI/AAAAAAAAIbc/bfDyTGfPhPU/s72-c/gtalx_havas.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-3973915644944915087</id><published>2011-01-21T02:18:00.001-08:00</published><updated>2011-01-21T02:18:39.787-08:00</updated><title type='text'>Scan me. Interact.</title><content type='html'>&lt;div style="text-align: right;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://teldesign.tel/"&gt;&lt;img style="cursor: pointer; width: 548px; height: 583px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TTjzUfKvnWI/AAAAAAAAIdE/8h37sHOeC2k/s1600/scan.me.teldesign.tel.screen.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://teldesign.tel/"&gt;&lt;img style="cursor: pointer; width: 186px; height: 166px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TTj60eof5aI/AAAAAAAAIdU/ExmHO3jeZuU/s320/globe.S.spieg.simple.extra.green.qr.code.small.png" alt="" id="BLOGGER_PHOTO_ID_5564473119099315618" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://annunci.tel/"&gt;&lt;img style="cursor: pointer; width: 542px; height: 655px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TTj3EnraEII/AAAAAAAAIdM/6qxR381VGhs/s1600/scan.me.annunci.tel.screen.03.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;span style="color: rgb(0, 102, 0);font-size:180%;" &gt;&lt;span style="color: rgb(0, 51, 51);"&gt;Link to www.annunci.tel:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-size:180%;" &gt;&lt;a style="color: rgb(0, 51, 51);" href="http://annunci.tel/"&gt;http://annunci.tel/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://annunci.tel/"&gt;&lt;img style="cursor: pointer; width: 202px; height: 209px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TTiMiwtLHjI/AAAAAAAAIb0/tRk9WNu4Pzc/s1600/globe.green.basket.tightcut.qr.code.svg.med.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-size:180%;" &gt;&lt;span style="color: rgb(0, 51, 51);"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-3973915644944915087?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/3973915644944915087/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2011/01/scan-me-interact.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3973915644944915087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3973915644944915087'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2011/01/scan-me-interact.html' title='Scan me. Interact.'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TTjzUfKvnWI/AAAAAAAAIdE/8h37sHOeC2k/s72-c/scan.me.teldesign.tel.screen.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-8454177557554111079</id><published>2011-01-12T00:35:00.000-08:00</published><updated>2011-01-12T00:36:09.694-08:00</updated><title type='text'>QR-Codes win mostly</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://teldesign.tel/"&gt;&lt;img style="cursor: pointer; width: 515px; height: 291px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TS07aGzuFUI/AAAAAAAAIGE/lBL_Gt7_T2Y/s1600/ben-tel-train-window.qrcode.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TS1G_YalPZI/AAAAAAAAIGc/cq7Qk1GQ0lc/s1600/haddock.in.love.jpg"&gt;&lt;img style="cursor: pointer; width: 164px; height: 290px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TS1G_YalPZI/AAAAAAAAIGc/cq7Qk1GQ0lc/s400/haddock.in.love.jpg" alt="" id="BLOGGER_PHOTO_ID_5561179169572076946" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:130%;"&gt;QR-Codes win, mostly.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TS1Df9DzWGI/AAAAAAAAIGM/ykjJct6h9jU/s1600/mobiletel.png"&gt;&lt;img style="cursor: pointer; width: 176px; height: 184px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TS1Df9DzWGI/AAAAAAAAIGM/ykjJct6h9jU/s400/mobiletel.png" alt="" id="BLOGGER_PHOTO_ID_5561175331117946978" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-8454177557554111079?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/8454177557554111079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2011/01/qr-codes-win-mostly.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8454177557554111079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8454177557554111079'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2011/01/qr-codes-win-mostly.html' title='QR-Codes win mostly'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TS07aGzuFUI/AAAAAAAAIGE/lBL_Gt7_T2Y/s72-c/ben-tel-train-window.qrcode.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-8674330856027054692</id><published>2011-01-08T05:01:00.001-08:00</published><updated>2011-01-08T05:01:30.129-08:00</updated><title type='text'></title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://triest.tel/"&gt;&lt;img style="cursor: pointer; width: 389px; height: 389px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TSg5GLJM48I/AAAAAAAAH8s/24z5QM_9Saw/s400/qrcode.triest.tel.Empire.png" alt="" id="BLOGGER_PHOTO_ID_5559756518222259138" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-8674330856027054692?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/8674330856027054692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2011/01/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8674330856027054692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8674330856027054692'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2011/01/blog-post.html' title=''/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TSg5GLJM48I/AAAAAAAAH8s/24z5QM_9Saw/s72-c/qrcode.triest.tel.Empire.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-5760762372136422239</id><published>2011-01-07T00:36:00.001-08:00</published><updated>2011-01-07T00:36:47.766-08:00</updated><title type='text'>A interesting idea to show your information: The QR-Code tree:</title><content type='html'>&lt;def&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/def&gt;&lt;div style="text-align: center;"&gt;&lt;def&gt;&lt;span style="font-size:180%;"&gt;From conzept and kowledge:&lt;/span&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;/def&gt;&lt;/div&gt;&lt;def&gt;&lt;br /&gt;&lt;/def&gt;&lt;div style="text-align: center;"&gt;&lt;def&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TSacPYBYmTI/AAAAAAAAH7c/s7Om4QpIMDQ/s1600/CreateCodes.jpg"&gt;&lt;img style="cursor: pointer; width: 477px; height: 348px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TSacPYBYmTI/AAAAAAAAH7c/s7Om4QpIMDQ/s1600/CreateCodes.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;/def&gt;&lt;/div&gt;&lt;def&gt;&lt;br /&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/def&gt;&lt;div style="text-align: center;"&gt;&lt;def&gt;&lt;span style="font-size:180%;"&gt;To idea, presentation and realization to communicate, and offer a selection of QR codes,from which to select:&lt;/span&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;/def&gt;&lt;/div&gt;&lt;def&gt;&lt;/def&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://a10.idata.over-blog.com/500x300/3/88/51/94/T-shirt-QR-code-olympique.jpg"&gt;&lt;span style="display: block;" id="formatbar_Buttons"&gt;&lt;span class="down" style="display: block;" id="formatbar_JustifyCenter" title="Align Centre" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 11);ButtonMouseDown(this);"&gt;&lt;img src="http://www.blogger.com/img/blank.gif" alt="Align Centre" class="gl_align_center" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;def&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://a10.idata.over-blog.com/500x300/3/88/51/94/T-shirt-QR-code-olympique.jpg"&gt;&lt;img style="cursor: pointer; width: 500px; height: 300px;" src="http://a10.idata.over-blog.com/500x300/3/88/51/94/T-shirt-QR-code-olympique.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/def&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:180%;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);font-size:180%;" &gt;Blue Code: My web content (3) / My Twitter web page.&lt;/span&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);font-size:180%;" &gt;Red Code: My web contact info (1) / My Skype phone number.&lt;/span&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 204, 0);font-size:180%;" &gt;Green Code: My web content (1) / web site / Dot Tel landing page (includes my contact info).&lt;/span&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 204, 0);font-size:180%;" &gt;Yellow Code: My web content (2) / My blog (home page).&lt;/span&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:130%;"&gt;&lt;span&gt;&lt;br /&gt;White Code:  My web contact info (2) / My email address.&lt;/span&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:180%;"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://adrian.tel/"&gt;&lt;img style="cursor: pointer; width: 400px; height: 268px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TSao4YET56I/AAAAAAAAH7k/AFk_4W-NvSA/s400/T-shirt-QR-code-olympique.2.png" alt="" id="BLOGGER_PHOTO_ID_5559316476522129314" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:180%;"&gt;Or just simply:&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://adrian.tel/"&gt;&lt;img style="cursor: pointer; width: 216px; height: 216px;" src="http://qrcode.kaywa.com/img.php?s=8&amp;amp;d=http%3A%2F%2Fbit.ly%2Fgc4fO8" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:180%;"&gt;My .Tel&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="entry"&gt; &lt;p&gt;QR code is a black and white image. Each QR code represent a specific website URL. Smartphone’s camera can be used to scan QR code image and translate into corresponding website URL, text, &lt;a title="phone number" href="http://www.techf5.com/tag/phone-number/"&gt;phone number&lt;/a&gt;. You can convert and generate &lt;a href="http://www.techf5.com/1241/make-qr-code-of-website-url/"&gt;QR code image of any website URL&lt;/a&gt;, phone number or any textÂ on the internet. This is possible using free QR code &lt;a title="generator" href="http://www.techf5.com/tag/generator/"&gt;generator&lt;/a&gt; tools online.&lt;/p&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;h2&gt;&lt;span style="font-size:180%;"&gt;Online QR code generator tool&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p&gt;1. &lt;strong&gt;Open&lt;/strong&gt; &lt;a href="http://qrcode.kaywa.com/" target="_blank"&gt;kaywa QR code generator&lt;/a&gt; tool in &lt;a title="web browser" href="http://www.techf5.com/tag/web-browser/"&gt;web browser&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;2. &lt;strong&gt;Click to select &lt;/strong&gt;‘text’ from content type option. You can also select website URL, phone number or SMS to convert and generate respective QR code image.&lt;/p&gt;&lt;p style="text-align: center;"&gt;&lt;img class="aligncenter" title="text-qr-code" src="http://www.techf5.com/pic/2010/10/text-qr-code.png" alt="" height="282" width="465" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;3. &lt;strong&gt;Type or paste&lt;/strong&gt; required text. (Enter Phone number, if converting phone number into QR code).&lt;/p&gt;&lt;p&gt;4. Click &lt;strong&gt;‘Generate’ button &lt;/strong&gt;to get QR code image. You right click QR code image to copy and paste. Alternatively, grab permalink URL for QR code image,&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="siderelated"&gt; &lt;div class="datestyle"&gt; &lt;b&gt;▼ More Readings&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.techf5.com/1241/make-qr-code-of-website-url/" rel="bookmark" title="Permanent Link: Make QR code of website URL"&gt;Make QR code of website URL&lt;/a&gt;&lt;br /&gt;QR code is an image representation of specific URL destination on the web. These are used by mobile users to quickly hop on specific location without need to manually type the web address. For example, you...&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.techf5.com/1106/create-icon-from-image-jpg-to-ico/" rel="bookmark" title="Permanent Link: How to create Icon from Image [JPG to ICO]"&gt;How to create Icon from Image [JPG to ICO]&lt;/a&gt;&lt;br /&gt;Icons are also usual images, except they are in different format called ICO. You can use any image on the computer as icon by performing image to icon conversion. After conversion, you can use resultant ICO...&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="catstyle"&gt; &lt;b&gt;Tags:&lt;/b&gt; &lt;a href="http://www.techf5.com/tag/convert-format/" rel="tag"&gt;Convert Format&lt;/a&gt;, &lt;a href="http://www.techf5.com/tag/mobile/" rel="tag"&gt;Mobile&lt;/a&gt;, &lt;a href="http://www.techf5.com/tag/phone-number/" rel="tag"&gt;Phone number&lt;/a&gt;, &lt;a href="http://www.techf5.com/tag/qr-code/" rel="tag"&gt;QR code&lt;/a&gt;, &lt;a href="http://www.techf5.com/tag/text-tools/" rel="tag"&gt;Text Tools&lt;/a&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-5760762372136422239?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/5760762372136422239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2011/01/interesting-idea-to-show-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5760762372136422239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5760762372136422239'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2011/01/interesting-idea-to-show-your.html' title='A interesting idea to show your information: The QR-Code tree:'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TSacPYBYmTI/AAAAAAAAH7c/s7Om4QpIMDQ/s72-c/CreateCodes.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-6788233526618178434</id><published>2011-01-02T05:35:00.001-08:00</published><updated>2011-01-02T05:35:57.171-08:00</updated><title type='text'>www.triest.tel</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;/def&gt;&lt;div style="text-align: right;"&gt;&lt;span style="font-size:130%;"&gt;&lt;def&gt;www.triest.tel&lt;/def&gt;&lt;/span&gt;&lt;br /&gt;&lt;def&gt;&lt;/def&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TSBdU0yRA-I/AAAAAAAAHzU/Yw3JQcr8eYI/s1600/triangle-squares-5.triest.tel.svg.med.png"&gt;&lt;img style="cursor: pointer; width: 300px; height: 300px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TSBdU0yRA-I/AAAAAAAAHzU/Yw3JQcr8eYI/s400/triangle-squares-5.triest.tel.svg.med.png" alt="" id="BLOGGER_PHOTO_ID_5557544552523432930" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;def&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;www.triest.tel&lt;/span&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;/def&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;def&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TSBc_lKen8I/AAAAAAAAHzM/z_cToO_2Zzk/s1600/triangle-squares-4.triest.tel.svg.med.png"&gt;&lt;img style="cursor: pointer; width: 300px; height: 300px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TSBc_lKen8I/AAAAAAAAHzM/z_cToO_2Zzk/s400/triangle-squares-4.triest.tel.svg.med.png" alt="" id="BLOGGER_PHOTO_ID_5557544187552767938" border="0" /&gt;&lt;/a&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;/def&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;def&gt;&lt;def&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;www.triest.tel&lt;/span&gt;&lt;/def&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;def&gt;&lt;def&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TSBcu3nB75I/AAAAAAAAHzE/k5R9f8rc0u8/s1600/triangle-squares-3.triest.tel.svg.med.png"&gt;&lt;img style="cursor: pointer; width: 300px; height: 300px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TSBcu3nB75I/AAAAAAAAHzE/k5R9f8rc0u8/s400/triangle-squares-3.triest.tel.svg.med.png" alt="" id="BLOGGER_PHOTO_ID_5557543900446584722" border="0" /&gt;&lt;/a&gt;&lt;/def&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;www.triest.tel&lt;/span&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:130%;"&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TSBceXJZCwI/AAAAAAAAHy8/yz_mLjLGYmw/s1600/triangle-squares-2.triest.tel.svg.med.png"&gt;&lt;img style="cursor: pointer; width: 300px; height: 300px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TSBceXJZCwI/AAAAAAAAHy8/yz_mLjLGYmw/s400/triangle-squares-2.triest.tel.svg.med.png" alt="" id="BLOGGER_PHOTO_ID_5557543616854428418" border="0" /&gt;&lt;/a&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;www.triest.tel&lt;/span&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TSBcL2wzNUI/AAAAAAAAHy0/2UboTjo-abE/s1600/squares-and-octagons-3.triest.tel.svg.med.png"&gt;&lt;img style="cursor: pointer; width: 300px; height: 300px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TSBcL2wzNUI/AAAAAAAAHy0/2UboTjo-abE/s400/squares-and-octagons-3.triest.tel.svg.med.png" alt="" id="BLOGGER_PHOTO_ID_5557543298923705666" border="0" /&gt;&lt;/a&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;www.triest.tel&lt;/span&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TSBaw0o8OJI/AAAAAAAAHyc/IWYSfYiRjqc/s1600/squares-diamond-squares-4.triest.tel.svg.med.png"&gt;&lt;img style="cursor: pointer; width: 300px; height: 300px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TSBaw0o8OJI/AAAAAAAAHyc/IWYSfYiRjqc/s400/squares-diamond-squares-4.triest.tel.svg.med.png" alt="" id="BLOGGER_PHOTO_ID_5557541734985775250" border="0" /&gt;&lt;/a&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;www.triest.tel&lt;/span&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TSBafPy-QVI/AAAAAAAAHyU/BQAWew1hDXY/s1600/squares-angled-2.triest.tel.svg.med.png"&gt;&lt;img style="cursor: pointer; width: 300px; height: 300px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TSBafPy-QVI/AAAAAAAAHyU/BQAWew1hDXY/s400/squares-angled-2.triest.tel.svg.med.png" alt="" id="BLOGGER_PHOTO_ID_5557541433037963602" border="0" /&gt;&lt;/a&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/div&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;def&gt;&lt;br /&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;/def&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-6788233526618178434?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/6788233526618178434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2011/01/wwwtriesttel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6788233526618178434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6788233526618178434'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2011/01/wwwtriesttel.html' title='www.triest.tel'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TSBdU0yRA-I/AAAAAAAAHzU/Yw3JQcr8eYI/s72-c/triangle-squares-5.triest.tel.svg.med.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-5482844832820781131</id><published>2010-12-31T03:10:00.001-08:00</published><updated>2010-12-31T03:10:45.965-08:00</updated><title type='text'></title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/E7_rPtrZ78o?fs=1&amp;amp;hl=en_US"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/E7_rPtrZ78o?fs=1&amp;amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-5482844832820781131?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/5482844832820781131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/blog-post_31.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5482844832820781131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5482844832820781131'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/blog-post_31.html' title=''/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-5535790181436897398</id><published>2010-12-30T22:01:00.000-08:00</published><updated>2010-12-30T22:02:29.855-08:00</updated><title type='text'>Your .Tel can generate a code, which can be scanned and launched from a browser-enabled camera phone equipped with QR reader software.</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TR1QKm6U4OI/AAAAAAAAHtM/XIKhtWdsSbo/s1600/qrcode_dot_tel_domain.png"&gt;&lt;img style="cursor: pointer; width: 400px; height: 393px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TR1QKm6U4OI/AAAAAAAAHtM/XIKhtWdsSbo/s400/qrcode_dot_tel_domain.png" alt="" id="BLOGGER_PHOTO_ID_5556685658419159266" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TR1TOhGgqQI/AAAAAAAAHtU/jTfp0rxexPM/s1600/scanit.02.jpg"&gt;&lt;img style="cursor: pointer; width: 171px; height: 364px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TR1TOhGgqQI/AAAAAAAAHtU/jTfp0rxexPM/s400/scanit.02.jpg" alt="" id="BLOGGER_PHOTO_ID_5556689024114010370" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TR1TOhGgqQI/AAAAAAAAHtU/jTfp0rxexPM/s1600/scanit.02.jpg"&gt;&lt;span style="display: block;" id="formatbar_Buttons"&gt;&lt;span class="on down" style="display: block;" id="formatbar_JustifyCenter" title="Align Centre" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 11);ButtonMouseDown(this);"&gt;&lt;img src="http://www.blogger.com/img/blank.gif" alt="Align Centre" class="gl_align_center" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-5535790181436897398?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/5535790181436897398/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/your-tel-can-generate-code-which-can-be.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5535790181436897398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5535790181436897398'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/your-tel-can-generate-code-which-can-be.html' title='Your .Tel can generate a code, which can be scanned and launched from a browser-enabled camera phone equipped with QR reader software.'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TR1QKm6U4OI/AAAAAAAAHtM/XIKhtWdsSbo/s72-c/qrcode_dot_tel_domain.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-3602431553650346478</id><published>2010-12-30T17:44:00.001-08:00</published><updated>2010-12-30T17:44:49.704-08:00</updated><title type='text'>フォーサイトギャンブラー</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/THlug1Vji7I/AAAAAAAAE6Y/ix5oiSPapxQ/s1600/blue_eye_kilian_valkhof_.svg.med.png"&gt;&lt;img style="cursor: pointer; width: 294px; height: 299px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/THlug1Vji7I/AAAAAAAAE6Y/ix5oiSPapxQ/s1600/blue_eye_kilian_valkhof_.svg.med.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;def&gt;&lt;br /&gt;フォーサイトギャンブラー&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;予算のお金がラスベガスでギャンブル：&lt;br /&gt;ラスベガスを訪れるが、楽しいことができるあなたはお金が不足した場合！予算にどのようにチェックアウトも楽しい時間を過ごす！&lt;br /&gt;&lt;br /&gt; 壮大なステージがギャンブルの側面には、主に楽しいホテルリゾートを示していますから、ラスベガスは、物事の様々な知られている。しかし、初めてあなたは事前にに関しては、ギャンブルに費やすしたいものに自分自身を準備されていない場合、ラスベガスは、最後にすることができます参照してください。あなたはギャンブルのテーブルのいずれかで勝つていない場合でもさんは、ラスベガス受賞いずれかにあなたの訪問をするためにいくつかの簡単なヒントで行こう！&lt;br /&gt;&lt;br /&gt; あなたの予算はあなたにも時間の前に準備して避けて、飛行機に乗る前に、起動する必要があります突然あなたは、一度ラスベガスのストリップを踏んでオーバーテイクすることが保証されていること求めている。まず、あなたの旅行の費用の大部分を上に配置する準備をしている1つ1つを除いて、クレジットカードのすべてを脇に置きます。クレジットカードは、インスタントお金に簡単にアクセスできるように復讐してあなたに戻ってくるコストはありません。も最も寛大なクレジットカード会社はあなたがお金を事前に取り出して、非常に高い金利をお支払いいただきます。あなたはあなたがさらに関心が、銀行のマシンからこれらの法案を取る分から発生されるために払ってしまうことのクレジットカードに取り出してきたお金で勝つ場合でも、非常に良いチャンスがある。&lt;br /&gt;&lt;br /&gt; これは、ただ一つのクレジットカードを取るのは難しいかもしれませんが、それは複数のカードから借りて衝動を軽減し、それはすべてのことを多くのお金ではないということな錯覚を与える。ラスベガスへの旅行からあまりにも多くの人々の戻り値は、そのリソースが複数のお金の引き出しの修理のおかげでほとんどを超えて排出されていることを、来月を発見。&lt;br /&gt;&lt;br /&gt; 言い換えれば、あなたはステージショーや食事の支払いと同じようにあなたの費用の一部となるためにお金を考える - 最良の方法は、あなたが失って喜んでいるように多くの現金だけを取ることですラスベガスでギャンブルを取る。あなたは素晴らしいことだあなたの休暇にお支払いすることは賞金をあてにしないでくださいスロットマシンブラックジャックやスコアのことは大きな手を獲得してしまった場合。&lt;br /&gt; 何回もの観光客が手に実際のお金を取得する前に、彼らの予算の一部として賞金をギャンブルにカウントされます。あなたが地平線上に金融危機にラスベガス、帰国を残して、これは金融災害につながることができます。&lt;br /&gt;&lt;br /&gt; のは、短い仮想訪問を取り、あなたが対処する必要がありますか誘惑のようなものを見てみましょう - しかし、話は簡単です。&lt;br /&gt;&lt;br /&gt; あなたがギャンブル急に圧倒される可能性がある場合には、土地マカロン空港 - 荷物請求カルーセルで右に座ってスロットマシンがあります！しばらくの間は、スロットマシンは統計的にプレイすることができます、最悪のオッズを言えば、されていることを覚えてあなたの飛行から表示されるようにお荷物を待っている間はとても気持ちがいいものは、スロットにいくつかの宿舎をドロップする可能性があります。&lt;br /&gt;&lt;br /&gt; ピックアップ後お荷物お泊りのホテルあなたにチェックがギャンブルのテーブルに描画されるでしょう - 結局のところ、ラスベガスはすべてに約あるかだ！あなたとラスベガスに来てもしかし、あなたが事前に少し研究を行う場合は、より多くのお金のホームを取る確率を上げることができるかもしれません。&lt;br /&gt;&lt;br /&gt; スロットマシンは最悪のオッズカジュアルなギャンブラーが可能提供しています。彼らは、視覚的にアピールするかもしれないが、彼らはあなたがクラップスなどの人気ゲームインチドロップおくお金を取り戻すチャンスの多くは提供していない、ルーレット、ブラックジャックは、とても楽しいれ、オッズは常にされていることを忘れないでくださいカジノ。統計学的にどのカジノでも最高のオッズでも、あるいはあなたのゲームプレイをオフに利益を生んで破壊するの良い機会を提供するビデオ火かき棒ゲームで座っている。&lt;br /&gt;&lt;br /&gt; ラスベガスは、それが簡単にあなたの現金を使うようにするために対象とされていることを忘れないでください。あなたはラッキーだと思う場合は、そのカジノはカウントしているものです各コーナーやアルコールのノンストップフローバンク前後のマシンでは、予算とぜいたくを越えると誘惑することができます。&lt;br /&gt;&lt;br /&gt; 我々は、前述のようにあなたの最善の策は、緊急時の使用に1つだけのクレジットカードを取るギャンブルために特別に取っておく現金のみを取ることです。しかし、あなたが食べると、他の観光スポットやラスベガスの音を楽しみたいと思うことを忘れないでください。&lt;br /&gt; お金で予算食事やカジノの外に真の観光と遠く排他的ギャンブルのために確保さお金から、別の封筒にこの現金を挟む。&lt;br /&gt;&lt;br /&gt; そして、あなたは前にいるときは徒歩しようとすると、テーブルでの勝利を行う場合。何回もの人々は偉大な勝利筋がヒットしだけ自分の利益を失うことと回るも、自分のポケットに深く掘って、連勝を奪還を期待して深い穴に自分自身を掘りを終了します。あなたが利益は、あなたのポケットには、カジノホストを提供インセンティブが演奏を維持する場合でも、テーブルから徒歩ことを配置しようと達成しなければそれは難しい。覚えてオッズは家に有利に常にいることを、彼らはあなたのビジネスをしたい - さらにので、勝てば！&lt;br /&gt;&lt;br /&gt; ラスベガスに行くカジュアルなギャンブラーの楽しさとエキサイティングな旅することができますが、事前に準備されていない場合には同じように簡単に金融悪夢に変えることができます。あなたがラスベガスを有するの外に出ることはほとんど先見性と準備して、あなたがテーブルで勝つていない場合でも優勝を作る、素晴らしい、楽しい時間を過ごしました！&lt;/def&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;img src="http://qrcode.kaywa.com/img.php?s=6&amp;amp;d=http%3A%2F%2Fbit.ly%2FgWqQkv" alt="qrcode" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;Foresight Gambler&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;a href="http://foresightgambler.tel/"&gt;http://foresightgambler.tel/&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-3602431553650346478?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/3602431553650346478/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3602431553650346478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3602431553650346478'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/blog-post.html' title='フォーサイトギャンブラー'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_0CwEMUJ8OwQ/THlug1Vji7I/AAAAAAAAE6Y/ix5oiSPapxQ/s72-c/blue_eye_kilian_valkhof_.svg.med.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-6670696947594177616</id><published>2010-12-29T21:28:00.001-08:00</published><updated>2010-12-29T21:28:34.342-08:00</updated><title type='text'></title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TRv7vi_fFiI/AAAAAAAAHsE/J4E9QxOjJ-s/s1600/QR_code_free_scan.triest.tel.purple.png"&gt;&lt;img style="cursor: pointer; width: 195px; height: 200px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TRv7vi_fFiI/AAAAAAAAHsE/J4E9QxOjJ-s/s200/QR_code_free_scan.triest.tel.purple.png" alt="" id="BLOGGER_PHOTO_ID_5556311359557146146" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TRv7gz8cRuI/AAAAAAAAHr8/jmEmZDQhFSc/s1600/QR_code_free_scan.triest.blue.png"&gt;&lt;img style="cursor: pointer; width: 195px; height: 200px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TRv7gz8cRuI/AAAAAAAAHr8/jmEmZDQhFSc/s200/QR_code_free_scan.triest.blue.png" alt="" id="BLOGGER_PHOTO_ID_5556311106409744098" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TRv7K2nY6tI/AAAAAAAAHrs/hwycyurzfxw/s1600/QR_code_free_scan.triest.tel.green.png"&gt;&lt;img style="cursor: pointer; width: 195px; height: 200px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TRv7K2nY6tI/AAAAAAAAHrs/hwycyurzfxw/s200/QR_code_free_scan.triest.tel.green.png" alt="" id="BLOGGER_PHOTO_ID_5556310729169627858" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TRv6g49cDoI/AAAAAAAAHrM/g8v4TAnlmx8/s1600/QR_code_free_scan.triest.tel.red.png"&gt;&lt;img style="cursor: pointer; width: 195px; height: 200px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TRv6g49cDoI/AAAAAAAAHrM/g8v4TAnlmx8/s200/QR_code_free_scan.triest.tel.red.png" alt="" id="BLOGGER_PHOTO_ID_5556310008244473474" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;---------- QR Codes help you to drive more mobile traffic to your website. ------- (QR codes are widely used in Japan to store and display information, particularly URLs, which can be scanned and launched from a browser-enabled camera phone equipped with QR reader software). --- QR Codes are here to stay. The key is public education and that is happening right now. 2011 is going to be a huge year for QR.&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-6670696947594177616?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/6670696947594177616/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/qr-codes-help-you-to-drive-more-mobile.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6670696947594177616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6670696947594177616'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/qr-codes-help-you-to-drive-more-mobile.html' title=''/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TRv7vi_fFiI/AAAAAAAAHsE/J4E9QxOjJ-s/s72-c/QR_code_free_scan.triest.tel.purple.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-1294379717999022056</id><published>2010-12-23T06:28:00.001-08:00</published><updated>2010-12-23T06:28:25.365-08:00</updated><title type='text'>About sales Offers / new items or stock and QR-Codes</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TRLk3l9CGkI/AAAAAAAAHJo/Zv5rdIdZaao/s1600/qr-popart.02.php.jpeg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 525px; height: 200px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TRLk3l9CGkI/AAAAAAAAHJo/Zv5rdIdZaao/s1600/qr-popart.02.php.jpeg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Firstly, here is some basic knowledge about QR-Codes, before you get started:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;object data="http://www.moletv.org.uk/FLVPlay.swf?v=1DGJ7" type="application/x-shockwave-flash" width="480" height="410"&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="movie" value="http://www.moletv.org.uk/FLVPlay.swf?v=1DGJ7" /&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.) You have a mobile website or .tel page with quality content.&lt;br /&gt;2.) You have some special sale offers, new stock, etc.. which you have listed under a few subdomains.&lt;br /&gt;&lt;br /&gt;3.) Shorten the main subdomain URL, so that the code doesn't get too „heavy“.&lt;br /&gt;4.) Generate a QR-Code for the shortened subdomain URL which contains the sub-subdomain offers.&lt;br /&gt;&lt;br /&gt;Skip 5.), if your mobile web site is a Dot Tel domain.&lt;br /&gt;&lt;br /&gt;(5.) Use capital letters after slashes: The code however will be smaller.&lt;br /&gt;(If you already have a Dot Tel domain, you  won't have to proceed in that way.)&lt;br /&gt;Example: www.mycompany.com/SUBDOMAIN03.)&lt;br /&gt;&lt;br /&gt;6.) Add a short descripton to the code, about  the offers and products.&lt;br /&gt;&lt;br /&gt;7.) Print the code on flyers and stickers. Put a few stickers on official advert cards of super-market advert boards.&lt;br /&gt;8.) Post the offers in blogs, together with the QR-Codes, as they are scannable from the screen.&lt;br /&gt;9.) Offer the items in eBay/auctiva and/or your Facebook store. Also, at „Kijiji“/“Gumtree“.&lt;br /&gt;10.) Put the web links on your other mobile web sites.&lt;br /&gt;&lt;br /&gt;11.) Be sure, that you are able to deliver the items within reasonable time: Start packing the items up, and make them ready for shipping.&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-1294379717999022056?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/1294379717999022056/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/about-sales-offers-new-items-or-stock.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/1294379717999022056'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/1294379717999022056'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/about-sales-offers-new-items-or-stock.html' title='About sales Offers / new items or stock and QR-Codes'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TRLk3l9CGkI/AAAAAAAAHJo/Zv5rdIdZaao/s72-c/qr-popart.02.php.jpeg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-215570594924846432</id><published>2010-12-21T14:44:00.001-08:00</published><updated>2010-12-21T14:44:42.482-08:00</updated><title type='text'>A word is nothing else, than a code, and an eye nothing else than a scanner.</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;A word is nothing else, than a code:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;Word „Singer“.&lt;br /&gt;&lt;br /&gt;----------------------- Profession: Singer -------------------&lt;br /&gt;&lt;br /&gt;Human eye reads word/code (scans code), storing it in  the humain brain.&lt;br /&gt;Firstly, one part of the brain asks other part of the brain:&lt;br /&gt;&lt;br /&gt;------------------------„What profession?“---------------------&lt;br /&gt;&lt;br /&gt;Brain „decodes“ the word/code into a picture:&lt;br /&gt;&lt;br /&gt;------------------------ Picture of a singer ----------------------&lt;br /&gt;&lt;br /&gt;In order for the brain to answer your question, he must add word/code and picture:&lt;br /&gt;&lt;br /&gt;------------------------ Word „Singer“ = Picture of a singer -----------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And so, the brain delivers you a combo of:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-------------------------- Word/code + Picture -------------------------------&lt;br /&gt;&lt;br /&gt;to the part of the brain, which had requested for an answer.&lt;br /&gt;Which is the third part of the brain, as we have:&lt;br /&gt;--&gt; Brain Part 1 :&lt;br /&gt;    (Human eye reads word/code (scans code), storing it in  the humain brain.)&lt;br /&gt;&lt;br /&gt;--&gt; Brain Part 2 :&lt;br /&gt;    (Brain „decodes“ the word/code into a picture.)&lt;br /&gt;&lt;br /&gt;--&gt; Brain Part 3 :&lt;br /&gt;    (Combines word/code with picture, to deliver an aswer to the question.)&lt;br /&gt;&lt;br /&gt;--&gt; Brain Part 4 :&lt;br /&gt;    (Storage of the understanding/delivered answer.)&lt;br /&gt;&lt;br /&gt;Recapitulation:&lt;br /&gt;&lt;br /&gt;1.Read&lt;br /&gt;2.Store&lt;br /&gt;3.Ask&lt;br /&gt;4.Decode / create picture&lt;br /&gt;5.Deliver result = Answer&lt;br /&gt;6.Result = understanding&lt;br /&gt;7.Storage of the understood&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So, why can't we just read codes, like we read words?&lt;br /&gt;Because we haven't learned how to read codes.&lt;br /&gt;It is probably as simple as that.&lt;br /&gt;When scanning a code, we have a program for decoding codes, that a programmer had developed.&lt;br /&gt;&lt;br /&gt;Let us say, that an  illiterate (analphabet) had a program for scanning text, and which would turn  words and text into pictures and picture stories: Bingo! &lt;br /&gt;This sort of program would only replace a skill that the illiterate had not learned in school.&lt;br /&gt;However: No need to adopt the skill, if there is a cheap program around for that. &lt;br /&gt;&lt;br /&gt;Conclusion: Everything that is related to visualisation, can be learned and adopted as a useful skill, without having to rely on computers, for those tasks.&lt;br /&gt;&lt;br /&gt;Today, at present, we nevertheless should take advantage of some little helpers, such as mind maps, that are either existing programs on computer operation systems, or that we draw by hand, on a sheet of paper (which is still the best usage for mind mapping, if you have some practice). &lt;br /&gt;&lt;br /&gt;Codes, are not dry stuff, and neither boring: It is about pictures, colors, and having fun by doing visualisation. The only thing: You must try to understand codes, and what is behind codes, and about the huge potential that lies within the usage of codes.&lt;br /&gt;&lt;br /&gt;I remember having read about so called "smart chips", some years ago: Well, codes can be smart to. You just have to create or add smart, interesting quality content to that code, that can be read by a click and scan of the code.&lt;br /&gt;&lt;br /&gt;Codes, are about mobile web content, that is of interest and some benefit for the scanner/reader/consumer/customer/client, which likes to shoot from his hip, with a smart phone.&lt;br /&gt;A clicker happy shooter. Shooting text and image content on the go.&lt;br /&gt;&lt;br /&gt;Guns are out, smart phones are in. Shoot me, scan me.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;/def&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-215570594924846432?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/215570594924846432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/word-is-nothing-else-than-code-and-eye.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/215570594924846432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/215570594924846432'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/word-is-nothing-else-than-code-and-eye.html' title='A word is nothing else, than a code, and an eye nothing else than a scanner.'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-5416937085681165299</id><published>2010-12-19T23:49:00.001-08:00</published><updated>2010-12-19T23:49:57.999-08:00</updated><title type='text'>Scan Me! I am the mobile friendly landing page about Tesla Motors: www.teslamotors.tel.</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;/def&gt;&lt;div style="text-align: center;"&gt;&lt;def&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TQ7zd6RZviI/AAAAAAAAHAE/qzgKtIaOKW0/s1600/teslamotors.tel.xl.20.dez.qrcode.extra.spezial.small.png"&gt;&lt;img style="cursor: pointer; width: 227px; height: 224px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TQ7zd6RZviI/AAAAAAAAHAE/qzgKtIaOKW0/s320/teslamotors.tel.xl.20.dez.qrcode.extra.spezial.small.png" alt="" id="BLOGGER_PHOTO_ID_5552643085778402850" border="0" /&gt;&lt;/a&gt;&lt;/def&gt;&lt;br /&gt;&lt;def&gt;&lt;/def&gt;&lt;/div&gt;&lt;def&gt;&lt;br /&gt;&lt;br /&gt;&lt;/def&gt;&lt;div style="text-align: center;"&gt;&lt;def&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TQ7v5qXIXXI/AAAAAAAAG_8/2NJ6PiHt4sA/s1600/teslamotors.tel.xl.20.dez.qrcode.extra.spezial.png"&gt;&lt;img style="cursor: pointer; width: 372px; height: 372px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TQ7v5qXIXXI/AAAAAAAAG_8/2NJ6PiHt4sA/s1600/teslamotors.tel.xl.20.dez.qrcode.extra.spezial.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/def&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-5416937085681165299?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/5416937085681165299/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/scan-me-i-am-mobile-friendly-landing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5416937085681165299'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5416937085681165299'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/scan-me-i-am-mobile-friendly-landing.html' title='Scan Me! I am the mobile friendly landing page about Tesla Motors: www.teslamotors.tel.'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TQ7zd6RZviI/AAAAAAAAHAE/qzgKtIaOKW0/s72-c/teslamotors.tel.xl.20.dez.qrcode.extra.spezial.small.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-4349898752439019921</id><published>2010-12-19T08:54:00.001-08:00</published><updated>2010-12-19T08:54:32.628-08:00</updated><title type='text'>This is the future: QR-Code Reader. Here is a  QR-Code reader we recommend</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TQ4jmIQjqbI/AAAAAAAAG_c/379Gl3hg_bw/s1600/qr-real-estate.02.jpg"&gt;&lt;img style="cursor: pointer; width: 411px; height: 535px;" src="http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TQ4jmIQjqbI/AAAAAAAAG_c/379Gl3hg_bw/s1600/qr-real-estate.02.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Some phones have readers' standard now and it's easy to download.  Japan has been using it for years.  I heard kids have t-shirts printed with a Neoreader that links it to their ‘Myspace.'&lt;br /&gt;&lt;br /&gt;In the future, newspaper ads would have Neoreaders so readers would zap the paper to learn everything about the listing.  Perhaps newspaper ads would become extremely valuable once again.&lt;br /&gt;&lt;br /&gt;This is the future.&lt;br /&gt;&lt;def&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Access mobile web pages&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A 2D code can link directly to a mobile web page. When scanned, the information is delivered to your handset without having to type the URL into your phone's browser.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TQ4aPjVcCfI/AAAAAAAAG_E/mhj12142Y6g/s1600/dottelandqrcodes.jpg"&gt;&lt;img style="cursor: pointer; width: 586px; height: 399px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TQ4aPjVcCfI/AAAAAAAAG_E/mhj12142Y6g/s1600/dottelandqrcodes.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://in-telinside.blogspot.com/"&gt;http://in-telinside.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TQ4qDTZvD9I/AAAAAAAAG_k/O1SlFMMCRs0/s1600/logo-neoreader.gif"&gt;&lt;img style="cursor: pointer; width: 278px; height: 93px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TQ4qDTZvD9I/AAAAAAAAG_k/O1SlFMMCRs0/s320/logo-neoreader.gif" alt="" id="BLOGGER_PHOTO_ID_5552421626830589906" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;We recommend the NeoReader QR Code Reader:&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;How NeoReader Works&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The NeoReader is a universal barcode scanning application that transforms your mobile phone into a barcode scanner and allows you to access mobile web content by scanning codes from print ads, publication, packaging, billboards, retail display, broadcast media, or any other medium.&lt;br /&gt;&lt;br /&gt;Universal means that the NeoReader scans all the standard code types (Data Matrix, QR codes, Aztec Codes, EAN, UPC, and Code 128), so NeoReader is the only scanning software you’ll need.&lt;br /&gt;&lt;br /&gt;Install the NeoReader barcode scanning software and you're one easy click away from information you want - everywhere you go.&lt;br /&gt;&lt;br /&gt;It's so easy to use - launch the NeoReader, click on the barcode with your camera and ZIP...the content is delivered to your phone. No typing URLs into your browser, no painful search engines, no cumbersome menu's to navigate.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;If you can think it, we can link it!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The possibilities are endless.&lt;/def&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Get NeoReader:&lt;br /&gt;Please visit get.neoreader.com from your mobile device:&lt;br /&gt;Link:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.neoreader.com/get-neoreader/wap-download"&gt;http://www.neoreader.com/get-neoreader/wap-download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;.&lt;/def&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-4349898752439019921?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/4349898752439019921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/this-is-future-qr-code-reader-here-is.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4349898752439019921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4349898752439019921'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/this-is-future-qr-code-reader-here-is.html' title='This is the future: QR-Code Reader. Here is a  QR-Code reader we recommend'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TQ4jmIQjqbI/AAAAAAAAG_c/379Gl3hg_bw/s72-c/qr-real-estate.02.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-2527010124800720465</id><published>2010-12-18T18:08:00.001-08:00</published><updated>2010-12-18T18:08:24.487-08:00</updated><title type='text'>How to make a unique QR-ironed T-shirt?</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;/def&gt;&lt;div id="main"&gt;&lt;div class="featured"&gt;&lt;img src="http://www.kitchenbudapest.hu/files/imagecache/page_header_image/files/qrstickerinstr.jpg" alt="" title="" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;h2 style="color: rgb(0, 0, 0);" class="page-title"&gt;&lt;span style="font-size:130%;"&gt;How to make a unique QR-ironed T-shirt?&lt;/span&gt;&lt;/h2&gt;&lt;div class="node"&gt;&lt;div class="content"&gt;&lt;p&gt;&lt;img style="width: 518px; height: 267px;" src="http://kitchenbudapest.hu/files/qr_instr_01.jpg" /&gt;&lt;br /&gt;You will need to have QR T-shirt package from Kitchen Budapest for making a KIBU styled QR T-shirt. If you don't have one, and are interested in or you would like to have a QR Code T-Shirt please send us an email for this address: &lt;a href="mailto:qrt-shirt@kitchenbudapest.hu"&gt;qrt-shirt@kitchenbudapest.hu&lt;/a&gt;. &lt;/p&gt;Besides our QR T-shirt package, you will need an iron, an iron-table, and a tracing paper to continue.&lt;br /&gt;&lt;p&gt;&lt;img style="width: 526px; height: 267px;" src="http://kitchenbudapest.hu/files/qr_instr_02.jpg" /&gt;&lt;/p&gt;You can generate your QR code for example using the free service on &lt;a href="http://qrcode.kaywa.com/"&gt;qrcode.kaywa.com&lt;/a&gt;. Please check what is the size of your sample QR code sticker - is should be 21x21 or 25x25 matrix. This is important to know, because you have to use a specific lengt of text to target a specific size of QR code while encoding.&lt;br /&gt;&lt;i&gt;&lt;br /&gt;(To read the QR code you will need to install decoder application to your computer or mobile device. You can find help on our &lt;a href="http://kitchenbudapest.hu/en/qr-code-t-shirt-sugarcubes"&gt;T-shirt message&lt;/a&gt; project page under "Resources".)&lt;/i&gt;&lt;br /&gt;&lt;p&gt;For example, to generate a 25x25 pixel QR code you have to use a text containing more than 11 but less than 20 letters.&lt;/p&gt;Here is a help:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;21x21 QR code:      0-11  letters&lt;br /&gt;25x25 QR code:      11-20 letters&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&lt;img style="width: 516px; height: 267px;" src="http://kitchenbudapest.hu/files/qr_instr_03.jpg" /&gt;&lt;/p&gt;&lt;p&gt;a.) If you managed to generate your QR code, the next step is that you will have to reproduce it manually to have an ironable sticker. &lt;/p&gt;Now you have to use the QR code sample sticker found in your package, and remove the exra pixels from it. Be careful, for you will remove pixels form the back side of the sticker, you have to think mirrored. You also have to take care to remove pixels from the white areas of the QR code.&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.flickr.com/photos/kitchenbp/3394629469/" title="QR code experiments by Kitchen Budapest, on Flickr"&gt;&lt;img src="http://farm4.static.flickr.com/3642/3394629469_ddbd712b13.jpg" alt="QR code experiments" height="375" width="500" /&gt;&lt;/a&gt;&lt;/p&gt;One strategy to avoid mistakes to print the QR code mirrored and remove the pixels while keeping one eye on the print.&lt;br /&gt;&lt;p&gt;Even better strategy is to print the QR code in the same size as the sticker, then temporary fasten the print to the sticker by tapes, and then use a pin to punch the white areas systematically to make visible holes on the sticker sheet. After doing this you can easily remove the punched parts from the sheet.&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: rgb(53, 194, 1); color: rgb(255, 255, 255);font-size:130%;" &gt;Don't trouble if you made a couple of mistakes - the QR decoders can handle some errors in the code.&lt;/span&gt;&lt;/p&gt;b.) If you have your QR sticker you have to transfer on the T-shirt by ironing it. You will have to follow these instructions for best result:&lt;br /&gt;&lt;p&gt;&lt;img src="http://kitchenbudapest.hu/files/ironing_qr_t-shirt.jpg" /&gt;&lt;/p&gt;&lt;br /&gt;             &lt;style type="text/css"&gt;  &lt;!--   @page { size: 21cm 29.7cm; margin: 2cm }   P { margin-bottom: 0.21cm }  -&lt;/style&gt;&lt;span style=";font-family:Nimbus Roman No9 L,serif;font-size:130%;"  &gt;1. Put the sticker sheet onto the T-shirt with the plastic glossy side up.&lt;/span&gt;     &lt;p style="margin-bottom: 0cm;"&gt;&lt;span style=";font-family:Nimbus Roman No9 L,serif;font-size:130%;"  &gt;2. Put a sheet of tracing paper or fabric on the top of the transfer sheet to avoid the iron being contacted directly with the plastic side of the transfer sheet.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-bottom: 0cm;"&gt;&lt;span style=";font-family:Nimbus Roman No9 L,serif;font-size:130%;"  &gt;3. Iron it for 15-20 second by 160°C degrees with an average pressure on the sheet.&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin-bottom: 0cm;"&gt;&lt;span style=";font-family:Nimbus Roman No9 L,serif;font-size:130%;"  &gt;4. Wait for a couple of minutes for the sheet to get cold.&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin-bottom: 0cm;"&gt;&lt;span style=";font-family:Nimbus Roman No9 L,serif;font-size:130%;"  &gt;5. Remove the plastic film of the transfer sheet.&lt;br /&gt;Your T-shirt you made in this way is durable and washable&lt;br /&gt;at a maximum of 60°C degrees.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;span style="background-color: rgb(53, 194, 1); color: rgb(255, 255, 255);font-size:130%;" &gt;6. You are ready... smile and wear it!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://kitchenbudapest.hu/files/eszter_holding_qr_tshirt.jpg" /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: rgb(53, 194, 1); color: rgb(255, 255, 255);font-size:130%;" &gt;Last step: customise your geek avatar!&lt;/span&gt;&lt;/p&gt;Using the spare black pixels you removed from the transfer sheet you can customise the "geek" avatar printed on the T-shirt. For a basic idea you can make a feminin or masculin character as you can see on the picture below.&lt;br /&gt;&lt;p&gt;&lt;img src="http://kitchenbudapest.hu/files/geekboygeekgirl.jpg" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://kitchenbudapest.hu/files/geeek02.jpg" /&gt;&lt;/p&gt;Or you can use your creativity at this part - just place the black pixel remains anywhere you want - to make hair, mouth, nose or shoes for the avatar - put a piece of tracing paper onto it and iron it!&lt;br /&gt;&lt;p&gt;&lt;img src="http://kitchenbudapest.hu/files/geeek01.jpg" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://kitchenbudapest.hu/files/geeek03.jpg" /&gt;&lt;/p&gt;Source:&lt;br /&gt;&lt;/div&gt;&lt;a href="http://www.kitchenbudapest.hu/en/howto_make_qrcode_tshirt"&gt;http://www.kitchenbudapest.hu/en/howto_make_qrcode_tshirt&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-2527010124800720465?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/2527010124800720465/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/how-to-make-unique-qr-ironed-t-shirt.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2527010124800720465'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2527010124800720465'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/how-to-make-unique-qr-ironed-t-shirt.html' title='How to make a unique QR-ironed T-shirt?'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://farm4.static.flickr.com/3642/3394629469_ddbd712b13_t.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-2769245483436567500</id><published>2010-12-18T10:48:00.001-08:00</published><updated>2010-12-18T10:48:32.394-08:00</updated><title type='text'>A Little Bit Of QR Code Colour Loving For Dot Tel Domains</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.madox.net/blog/wp-content/uploads/2009/06/madoxnetqr.png"&gt;&lt;img style="cursor: pointer; width: 375px; height: 375px;" src="http://www.madox.net/blog/wp-content/uploads/2009/06/madoxnetqr.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;def&gt;&lt;br /&gt;Others have noted that if you have enough contrast between foreground and background, most readers will still recognise the code – but lets make every block a different colour!  Yup, it still works!  Its a lot more prettier and fancier, but a thing to note is that you should still use colours that are a high contrast to the background.  I guess I could have used a pale yellow instead of a white background to add more…but that’ll be just over doing it.&lt;br /&gt;&lt;br /&gt;Source: &lt;a href="http://www.madox.net/blog/2009/06/18/a-little-bit-of-qr-code-colour-loving/"&gt;http://www.madox.net/blog/2009/06/18/a-little-bit-of-qr-code-colour-loving/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Ok:&lt;br /&gt;So let me make a test with my own code, for www.Triest.Tel:&lt;br /&gt;&lt;br /&gt;&lt;img src="http://qrcode.kaywa.com/img.php?s=12&amp;amp;d=http%3A%2F%2Ftriest.tel" alt="qrcode" /&gt;&lt;/def&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;GIMP Image Editor&lt;br /&gt;&lt;br /&gt;1.)&lt;br /&gt;Werkzeuge&lt;br /&gt;Auswahlwerkzeuge&lt;br /&gt;Rechteckige Auswahl&lt;br /&gt;&lt;br /&gt;2.)&lt;br /&gt;Bild&lt;br /&gt;Modus&lt;br /&gt;RGB&lt;br /&gt;&lt;br /&gt;3.)&lt;br /&gt;Rechter Mouse Klick&lt;br /&gt;Auswahl&lt;br /&gt;Nach Farbe&lt;br /&gt;Bearbeiten&lt;br /&gt;Mit VG Farbe Füllen&lt;br /&gt;VG/HG Farbe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;First Results:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TQubqizOzQI/AAAAAAAAG8s/qMq3STYdTNE/s1600/qrcode.triest.tel.17.dez.V1.png"&gt;&lt;img style="cursor: pointer; width: 320px; height: 320px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TQubqizOzQI/AAAAAAAAG8s/qMq3STYdTNE/s320/qrcode.triest.tel.17.dez.V1.png" alt="" id="BLOGGER_PHOTO_ID_5551702120862764290" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TQuminl_RHI/AAAAAAAAG80/Xj0SknFx8GI/s1600/qrcode.triest.tel.17.dez.V2.png"&gt;&lt;img style="cursor: pointer; width: 320px; height: 320px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TQuminl_RHI/AAAAAAAAG80/Xj0SknFx8GI/s320/qrcode.triest.tel.17.dez.V2.png" alt="" id="BLOGGER_PHOTO_ID_5551714079338349682" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4.)&lt;br /&gt;Auswahl&lt;br /&gt;Auswahleditor&lt;br /&gt;Auswahl&lt;br /&gt;Invertieren&lt;br /&gt;Mit VG Farbe Füllen&lt;br /&gt;Werkzeuge&lt;br /&gt;Auswahlwerkzeuge&lt;br /&gt;Rechteckige Auswahl&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TQutHBlRjKI/AAAAAAAAG88/szL-08AXfSU/s1600/qrcode.triest.tel.17.dez.V4.png"&gt;&lt;img style="cursor: pointer; width: 320px; height: 320px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TQutHBlRjKI/AAAAAAAAG88/szL-08AXfSU/s320/qrcode.triest.tel.17.dez.V4.png" alt="" id="BLOGGER_PHOTO_ID_5551721301859732642" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5.)&lt;br /&gt;Kanäle&lt;br /&gt;Rot&lt;br /&gt;(RGB, 2 Ebenen)&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TQu2UDQEFoI/AAAAAAAAG9M/lPRX5U_fPm8/s1600/qrcode.triest.tel.17.dez.V5.png"&gt;&lt;img style="cursor: pointer; width: 320px; height: 320px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TQu2UDQEFoI/AAAAAAAAG9M/lPRX5U_fPm8/s320/qrcode.triest.tel.17.dez.V5.png" alt="" id="BLOGGER_PHOTO_ID_5551731421250590338" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;6.)&lt;br /&gt;Malwerkzeuge&lt;br /&gt;Füllen&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TQwYGTmtuUI/AAAAAAAAG-U/BpKNPwSOtek/s1600/qr.triest.tel.round.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 489px; height: 480px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TQwYGTmtuUI/AAAAAAAAG-U/BpKNPwSOtek/s1600/qr.triest.tel.round.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/def&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-2769245483436567500?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/2769245483436567500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/little-bit-of-qr-code-colour-loving-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2769245483436567500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2769245483436567500'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/little-bit-of-qr-code-colour-loving-for.html' title='A Little Bit Of QR Code Colour Loving For Dot Tel Domains'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TQubqizOzQI/AAAAAAAAG8s/qMq3STYdTNE/s72-c/qrcode.triest.tel.17.dez.V1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-1416201919438223425</id><published>2010-12-18T08:54:00.001-08:00</published><updated>2010-12-18T08:54:57.256-08:00</updated><title type='text'>Mobile Marketing: Weitere Überlegungen</title><content type='html'>&lt;def&gt;&lt;br /&gt;Nun habe ich:&lt;br /&gt;1.) Webseitennamen kreirt und diese registriert, und mit Inhalten gefüllt.&lt;br /&gt;&lt;br /&gt;2.) Mich mit Suchmaschinenoptimierung ausseinandergesetzt (SEO) und damit experimentiert.&lt;br /&gt;&lt;br /&gt;3.) Des Weiteren, mich mit Mobile Marketing beschäftigt.&lt;br /&gt;&lt;br /&gt;4.) Und wie man QR- (Quick Response) Codes überall einsetzen kann.&lt;br /&gt;&lt;br /&gt;Jetzt wäre es doch an der Zeit, offline zu gehen: Visitenkarten mit Webadressen und QR-Codes zum Scannen drucken und verteilen.&lt;br /&gt;&lt;br /&gt;Einige grossformatige QR-Codes in Schaufenstern, auf Autos, Fahrräder und Tee-Shirts zeigen.&lt;br /&gt;&lt;br /&gt;Denn QR-Codes können Informationen wie Kontaktinfo oder Text enthalten (Werbebotschaften, oder auch politische Wahlbroschüren, etc.), oder auf Produktepackungen Angaben zum Inhalt und Produkt machen.&lt;br /&gt;&lt;br /&gt;Um Ihre Botschaften in Codes zu verpacken, brauchen Sie einen Code-Generator, diese finden Sie online, bei diversen Anbietern. Dort geben sie einfach den Link Ihrer Webseite ein, oder Ihre sonstigen Kontaktinfos, wie Telefonnummern, Email-Adressen, etc., damit man Ihre Info schnell mit dem Handy (Mobile Phone / iPhone) einscannen und einlesen kann.&lt;br /&gt;&lt;br /&gt;Falls Sie bunte Codes haben möchten: Achten Sie immer darauf, dass der Code genügend Kontrast zum Hintergrund hat.&lt;br /&gt;&lt;br /&gt;Das Einlesen von QR-Codes ist die schnellste, direkteste und einfachste Art, wie Jemand Etwas über Sie und Ihre Produkte / Firma erfahren kann.&lt;br /&gt;&lt;br /&gt;Durch Bereitstellung eines Codes zur rechten Zeit, am richtigen Ort, erreichen Sie Menschen einfacher und schneller, wie wenn Sie nun darauf warten würden, bis diese Menschen allenfalls Ihre Webseite im Internet entdecken. Führen Sie die Leute hin, zu Ihrer Webpräsenz: Von Offline zu Online. Und Online, kann wieder zu Offline-Kontakten führen, wenn Sie einen Verkaufsladen, eine Organisation, etc. haben, die von Kundenbesuchen, Mund zu Mund Propaganda, und von ihrem Bekanntheitsgrad lebt.&lt;br /&gt;&lt;br /&gt;Ihre Landingpage im Web, soll die Besucher erst einmal informieren und einladen, mit Ihnen Kontakt aufzunehmen, Ihnen Etwas abzukaufen, und zu guter Letzt, Sie und Ihre Firma weiterzuempfehlen.&lt;br /&gt;&lt;br /&gt;Vor nicht allzulanger Zeit, publizierten Werbeplakate nebst der Botschaft des Werbers seine Geschäftsadresse, oder / und seine Webadresse.&lt;br /&gt;&lt;br /&gt;Heute kommt es noch besser: Da braucht man sich nichts zu notieren oder zu merken: Schnell QR-Code einscannen und später, in aller Ruhe lesen und studieren. Oder gleich unterwegs kurz einen Blick auf die Botschaft werfen, auf dem Handy-Display. Nur sollte das nicht beim Autofahren oder Gehen in der Fussgängerzone geschehen, sondern dort, wo Sie eine Pause einlegen, und es sich bequem gemacht haben. Auf einer Sitzbank, oder im Tram, Zug, Taxi, etc.. Oder noch besser: Zu Hause auf dem Sofa, anstatt das "Pantoffel-Kino" einzuschalten. (Werbe-Botschaften) brauchen Ihre Zeit und Aufmerksamkeit. Nicht nur Fernseh-Werbespots können unterhalten, sondern auch gut aufgemachte Webseiten. Viel Spass. Und lernen Sie viel Gutes und Nützliches. Ich glaube, dass auch die Werbe-Auftraggeber und Werbe-Agenturen eingesehen haben, dass Volksverblödung, Brainwashing, etc., nicht der alleinige Garant für höhere Verkaufs- und Umsatzzahlen sind. Die Konsumenten sind nicht (alle) blöd, und möchten das auch verstanden wissen, durch etwas anspruchsvollere und interessante Werbung, die auch vermittelt, dass die Firma / der Werber sich verantwortlich gibt, und dem Nachhaltigkeit kein Fremdwort ist. Denn nachhaltige und umweltschonende Produkte können auch Teil der Eigenschaften sein, welche die Nachfrage beinhaltet. Es wird gerade diese Art von Werbung sein, die beim Kunden ankommt, und seine Konsumwünsche befriedigen kann.&lt;br /&gt;&lt;br /&gt;Ehrliche und gute Produkte, werden siegen. Kunden-Verarsche is out. Denn mittlerweile können sich die Konsumenten besser und umfangreicher über den Markt und seine Angebote und Produkte informieren. Auch mobile, "on the go" / unterwegs.&lt;br /&gt;&lt;br /&gt;Das Mobile Marketing trifft auf Menschen die mobil sind, und das Internet vermehrt auch mobil benutzen. "Um sehen und gesehen zu werden". Also, um Etwas über Sie und Ihre Firma zu erfahren, oder um sich selber darzustellen und zu zeigen. Bestehende Netzwerke helfen, Botschaften zu verbreiten. "Share" (Teile), Dies und Das, geht nirgendswo einfacher und schneller.&lt;br /&gt;Twitter ist beliebt, und respektiert die Tatsache, dass Ihre Zeit kostbar ist, und sie nicht (unbedingt) Stunden und Tage im Internet verbringen möchten.&lt;br /&gt;&lt;br /&gt;Zum Schluss bleibt dann doch noch die Frage, wo die besseren Angebot zu Finden sind: Unterwegs, in  Zeitungen, oder online im Internet.&lt;br /&gt;&lt;br /&gt;Das Internet bietet den Vorteil, dass man konzentriert und gezielt nach infos Suchen kann.&lt;br /&gt;Wenn sie jedoch Google Search nicht vollumfänglich verstehen und nutzen können, kommen Sie wohlmöglich zu kurz, und es entgehen Ihnen interessante Infos und Angebote.&lt;br /&gt;Eine Vertrautheit in der Bedienung der Suchmaschinen ist deshalb von grossem Vorteil, wenn Sie anstatt der vielen veralteten Botschaft, auch ganz aktuelle "herausfischen" wollen.&lt;br /&gt;Dafür gibt es am linken Rand Ihres Bildschirmes weitere Such-Optionen, die man nutzen sollte.&lt;br /&gt;&lt;br /&gt;Zwar indexiert Google neue Inhalte und Seiten sehr schnell, nur dauert es sehr lange, bis diese allenfalls nach "Vorne" gefunden haben. Das zurückblättern, können Sie sich ersparen, wenn Sie nach den neuesten Nachrichten suchen, indem Sie diese Suche gezielt eingeben:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Method 1&lt;/span&gt;:&lt;br /&gt;Google Search&lt;br /&gt;-&gt; Web&lt;br /&gt;--&gt; Everything&lt;br /&gt;---&gt; More search tools&lt;br /&gt;----&gt; Select from:&lt;br /&gt;Latest&lt;br /&gt;Past 24 hours&lt;br /&gt;Past week&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Method 2&lt;/span&gt;:&lt;br /&gt;Google Search&lt;br /&gt;-&gt; Web&lt;br /&gt;--&gt; Blogs&lt;br /&gt;---&gt; More search tools&lt;br /&gt;----&gt; Select from:&lt;br /&gt;Latest&lt;br /&gt;Past 24 hours&lt;br /&gt;Past week&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Method 3&lt;/span&gt;:&lt;br /&gt;Google Search&lt;br /&gt;-&gt; Web&lt;br /&gt;--&gt; Updates&lt;br /&gt;---&gt; More search tools&lt;br /&gt;----&gt; Select from:&lt;br /&gt;Latest&lt;br /&gt;Past 24 hours&lt;br /&gt;Past week&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;&lt;/def&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-1416201919438223425?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/1416201919438223425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/mobile-marketing-weitere-uberlegungen.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/1416201919438223425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/1416201919438223425'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/mobile-marketing-weitere-uberlegungen.html' title='Mobile Marketing: Weitere Überlegungen'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7541083518555468579</id><published>2010-12-14T12:47:00.001-08:00</published><updated>2010-12-14T12:47:47.184-08:00</updated><title type='text'>www.triest.tel : Must See Super Sexy QR-Code!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TQe6OKwFBCI/AAAAAAAAGsE/Uo0uXEJXoQ0/s1600/QRsexy-T-shirt.triest.tel.jpg"&gt;&lt;img style="cursor: pointer; width: 399px; height: 600px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TQe6OKwFBCI/AAAAAAAAGsE/Uo0uXEJXoQ0/s1600/QRsexy-T-shirt.triest.tel.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);font-size:180%;" &gt;Link: www.Triest.Tel:&lt;br /&gt;&lt;a href="http://triest.tel/"&gt;http://triest.tel/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7541083518555468579?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7541083518555468579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/wwwtriesttel-must-see-super-sexy-qr.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7541083518555468579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7541083518555468579'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/wwwtriesttel-must-see-super-sexy-qr.html' title='www.triest.tel : Must See Super Sexy QR-Code!'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TQe6OKwFBCI/AAAAAAAAGsE/Uo0uXEJXoQ0/s72-c/QRsexy-T-shirt.triest.tel.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-8320210890816305223</id><published>2010-12-13T06:20:00.000-08:00</published><updated>2010-12-13T06:21:08.726-08:00</updated><title type='text'>Read the book, scan the t-shirt, scan my Dot Tel domain, because it is mobilzed for your smart phone</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://chart.apis.google.com/chart?chs=165x165&amp;amp;cht=qr&amp;amp;choe=UTF-8&amp;amp;chld=L%7C2&amp;amp;chl=http://delivr.com/12tpx_qr"&gt;&lt;img style="cursor: pointer; width: 165px; height: 165px;" src="http://chart.apis.google.com/chart?chs=165x165&amp;amp;cht=qr&amp;amp;choe=UTF-8&amp;amp;chld=L%7C2&amp;amp;chl=http://delivr.com/12tpx_qr" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;This is the QR-Code of telpages.com: Simply scan it with your smart (mobile) phone, or copy it, email it, etc., and share it with   your friends and business partners, etc.&lt;br /&gt;&lt;br /&gt;The scanned code, will then generate a weblink, where you can view the website on your smart phone.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.cs4fn.org/mobile/images/qrcode.jpg"&gt;&lt;img style="cursor: pointer; width: 300px; height: 388px;" src="http://www.cs4fn.org/mobile/images/qrcode.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Books are starting to do something old in a new way. A new wave of authors are sending their books to readers via mobile phones, in instalments. Like the creator of Sherlock Holmes, Sir Arthur Conan Doyle did via The Strand magazine, releasing your work in bits can create a real sense of occasion, tension, and so raise your public profile. But today’s mobile phones let this self-promotion go one step further using the clever idea of the QR code.&lt;br /&gt;&lt;br /&gt;Originally developed for tracking car parts, a QR (short for Quick Response) code is a two-dimensional barcode. Most of us have seen one-dimensional barcodes in the shops; these are the tiger striped labels that can be scanned by a laser at the checkout to total our bill. But what can be done in one dimension can be done in two as well, and adding the dimension of height as well as length can increase the amount of information available.&lt;br /&gt;Read all about it&lt;br /&gt;&lt;br /&gt;In Japan most mobile camera phones can now automatically read QR codes. The codes are printed in magazines, on signs, buses, business cards and even t-shirts. When you scan the code the information in it can take your phone direct to the product’s website. For example in 2008 author Alexander Besher's sci-fi book Manga Man was promoted in Japan with T-shirts emblazoned with QR codes that when read took your mobile to the website to download a chapter. So in the future what you wear could become a doorway to the web. As Holmes might say, "Elementary my dear, what’s on?"&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;&lt;a href="http://www.cs4fn.org/mobile/readthebook.php"&gt;http://www.cs4fn.org/mobile/readthebook.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://john.mobile9.com/download/wmpreview/183/1264438209.png"&gt;&lt;img style="cursor: pointer; width: 575px; height: 340px;" src="http://john.mobile9.com/download/wmpreview/183/1264438209.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Generate QR-Code reader:&lt;br /&gt;Kaywa QR-Code Generator&lt;br /&gt;&lt;a href="http://qrcode.kaywa.com/"&gt;http://qrcode.kaywa.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Tags: 2D Code Advertising, 2D Code Marketing, 2D Codes, Mobile, Mobile Advertising, Mobile Marketing, QR Code Advertising, QR Code Marketing, QR Codes&lt;/span&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-8320210890816305223?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/8320210890816305223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/read-book-scan-t-shirt-scan-my-dot-tel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8320210890816305223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8320210890816305223'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/read-book-scan-t-shirt-scan-my-dot-tel.html' title='Read the book, scan the t-shirt, scan my Dot Tel domain, because it is mobilzed for your smart phone'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-6703392178305497676</id><published>2010-12-11T09:12:00.001-08:00</published><updated>2010-12-11T09:12:37.088-08:00</updated><title type='text'>Share the telpages.com URL and QR-Code</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.telnic.org/images/TelPages-image.png"&gt;&lt;img style="cursor: pointer; width: 250px; height: 85px;" src="http://www.telnic.org/images/TelPages-image.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;def&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;About Telpages&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The .tel registry has published "Telpages", a searchable directory service of information stored in .tel domain names. People can search this for your company name, or for keywords and descriptive text listed in your .tel domain name. The information you store in your .tel domain is automatically used in the Telpages. Leading search engines like Google and Yahoo will index .tel names.&lt;br /&gt;&lt;br /&gt;The keywords used in your .tel name can include hobbies, job title, occupation and this is indexed by "Telpages" along with your location. When people visit your .tel page, the links can generate an immediate contact. So, if someone clicks on a link to your email address, their machine will open an email program so the user can send you an email, if they click on a VOIP link a call will be initiated, and so on.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Search for .tel domains in the official .tel directory&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;TelPages search engine is developed specifically for navigating .tel pages and finding relevant contact information quickly and easily.&lt;br /&gt;&lt;br /&gt;TelPages frequently indexes .tel domains focusing on the domain name, text headers, keywords and location. With TelPages, you can search for things or people, or limit your search to a specific geographical location with advanced search.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Search by type or location&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There are many other situations where rather than finding one particular location shown on one .tel page, you want a choice of destinations; for example, when looking for a hotel or flower shop in the area around you.&lt;br /&gt;&lt;br /&gt;For this type of search, use TelPages.com. It will get your current location automatically, and search there – or read the Where field and search for all addresses and locations in that area with the radius specified below the map. Click “Clear location” if you want to search globally.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Filter: Showing only results containing Image, eMail, Phone, Internet Call, Fax or Instant Messenger&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To get quality search results, we also recommend using the Filters, so that you can get well-populated .tel pages with phone numbers, images, IMs and email addresses.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;How to share Telpages, respectively, telpages.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;telpages.com: Find a business or individual with a .tel domain:&lt;br /&gt;telpages.com is a .tel Only Search Engine and mobile friendly web page: Share and scan it:&lt;br /&gt;Click on a social media button, as well as, scan it's QR-Code to your cell phone.&lt;br /&gt;&lt;br /&gt;telpages.com URL and QR-Code:&lt;br /&gt;Share this .tel Only Search Engine and mobile-friendly Delivr URL of telpages.com, with friends and fans.&lt;br /&gt;Delivr has generated the QR Code for the mobile-friendly URL of telpages.com, the .tel Only Search Engine: Distribute it where your audience can see and scan it.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);font-size:180%;" &gt;It is easy to share telpages.com via the Delivr website: Link:&lt;br /&gt;&lt;a href="http://dotteldomain.delivr.com/12tpx*"&gt;http://dotteldomain.delivr.com/12tpx*&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Tags: 2D Code Advertising, 2D Code Marketing, 2D Codes, Mobile, Mobile Advertising, Mobile Marketing, QR Code Advertising, QR Code Marketing, QR Codes&lt;br /&gt;&lt;/span&gt;&lt;/def&gt;&lt;/def&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-6703392178305497676?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/6703392178305497676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/share-telpagescom-url-and-qr-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6703392178305497676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6703392178305497676'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/share-telpagescom-url-and-qr-code.html' title='Share the telpages.com URL and QR-Code'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-3551363769438311947</id><published>2010-12-11T06:11:00.001-08:00</published><updated>2010-12-11T06:11:17.709-08:00</updated><title type='text'>Share the Triest.Tel URL and QR-Code</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TQN659-8hLI/AAAAAAAAGgU/Fxn4LbqnYe4/s1600/qrcb.tel.oval.jpg"&gt;&lt;img style="cursor: pointer; width: 377px; height: 162px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TQN659-8hLI/AAAAAAAAGgU/Fxn4LbqnYe4/s400/qrcb.tel.oval.jpg" alt="" id="BLOGGER_PHOTO_ID_5549414302160290994" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Triest.Tel URL and QR-Code:&lt;br /&gt;Share this mobile-friendly Delivr URL, Triest.Tel, with friends and fans.&lt;br /&gt;Delivr has generated the QR Code for the mobile-friendly URL of Triest.Tel. Distribute it where your audience can see and scan it.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);font-size:180%;" &gt;&lt;br /&gt;Link:&lt;br /&gt;&lt;a href="http://dotteldomain.delivr.com/11t6o*"&gt;http://dotteldomain.delivr.com/11t6o*&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;From the QR-Code Book:&lt;br /&gt;&lt;a href="http://qrcb.tel/"&gt;http://qrcb.tel/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Tags: 2D Code Advertising, 2D Code Marketing, 2D Codes, Mobile, Mobile Advertising, Mobile Marketing, QR Code Advertising, QR Code Marketing, QR Codes&lt;/span&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-3551363769438311947?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/3551363769438311947/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/share-triesttel-url-and-qr-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3551363769438311947'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3551363769438311947'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/share-triesttel-url-and-qr-code.html' title='Share the Triest.Tel URL and QR-Code'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TQN659-8hLI/AAAAAAAAGgU/Fxn4LbqnYe4/s72-c/qrcb.tel.oval.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-5982945344406484584</id><published>2010-12-11T04:28:00.001-08:00</published><updated>2010-12-11T04:28:35.768-08:00</updated><title type='text'>Triest City Maps / Karten Maps Mappe</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TMza83SPu6I/AAAAAAAAFk8/q3kGq1IHFU4/s1600/Compass_rose.svg.med.png"&gt;&lt;img style="cursor: pointer; width: 291px; height: 298px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TMza83SPu6I/AAAAAAAAFk8/q3kGq1IHFU4/s1600/Compass_rose.svg.med.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;def&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);font-size:180%;" &gt;Link:&lt;br /&gt;&lt;a href="http://karten-maps-mappe.triest.tel/"&gt;http://karten-maps-mappe.triest.tel/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;/def&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-5982945344406484584?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/5982945344406484584/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/triest-city-maps-karten-maps-mappe.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5982945344406484584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5982945344406484584'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/triest-city-maps-karten-maps-mappe.html' title='Triest City Maps / Karten Maps Mappe'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TMza83SPu6I/AAAAAAAAFk8/q3kGq1IHFU4/s72-c/Compass_rose.svg.med.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7288360414128971043</id><published>2010-12-10T04:55:00.000-08:00</published><updated>2010-12-10T04:56:05.332-08:00</updated><title type='text'>www.triest.tel</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TQIFNgI5L9I/AAAAAAAAGcc/Z5urc0GgwO4/s1600/schiff.www.triest.tel.jpg"&gt;&lt;img style="cursor: pointer; width: 285px; height: 207px;" src="http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TQIFNgI5L9I/AAAAAAAAGcc/Z5urc0GgwO4/s400/schiff.www.triest.tel.jpg" alt="" id="BLOGGER_PHOTO_ID_5549003420397547474" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://triest.tel/"&gt;&lt;span style="color: rgb(102, 51, 102);font-size:180%;" &gt;http://triest.tel/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;.&lt;br /&gt;&lt;span style="color: rgb(102, 51, 102);font-size:130%;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: rgb(102, 51, 102);font-size:130%;" &gt;www.Triest.Tel ist das neue mobile online Stadtverzeichnis von Triest.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Warum sehen TEL-Seiten anders aus als andere Webseiten? Verwechseln Sie Tel nicht mit anderen Domains! Andere Top-Level-Domains führen zu einer Webseite, während TEL-Domains hingegen zu einer Identität führen.&lt;br /&gt;&lt;br /&gt;Nicht zu vergleichen sind TEL-Domains mit teuren 0700-Rufnummern oder so genannten Vanity-Nummern u.a.! Stattdessen bieten TEL's eine neue Infrastruktur, die eine Schnittstelle zwischen Telefon und Internet realisiert.&lt;br /&gt;&lt;br /&gt;  TEL-Domains haben den Preis für Best Domain Name TV Commercial gewonnen und wurden außerdem für den World Technology Award nominiert.&lt;br /&gt;&lt;br /&gt;  Bei stetig ansteigender Verbreitung werden zukünftig weitere Preise folgen. Am 29.10.09 hat diese neue Technik den renommierten Technologiepreis Models of Excellence 2009 gewonnen. Am 12.11.09 wurde dieser Innovation darüber hinaus auch der United Kingdom IT Industry Award 2009 verliehen.&lt;br /&gt;&lt;br /&gt;  Diese Kommunikationsart wurde gerade erst realisiert; es stehen besonders zukünftig weitere Entwicklungen an. Genau wie bei herkömmlichen Domains entstehen im Laufe der Jahre immer weitere Verwendungsmöglichkeiten.&lt;br /&gt;&lt;br /&gt;  Es gibt kaum ein anderes Produkt, welches so viele andere Funktionalitäten übernehmen und kombinieren kann.&lt;br /&gt;&lt;br /&gt;  So können TEL-Domains Gelbe Seiten, Kontaktverwaltung, SEO, soziales Netzwerk, Open-IDs u. v. a. ersetzen.&lt;br /&gt;&lt;br /&gt;  Die Bereitstellung dieses Services verfolgt die gleichen Umsetzungsziele, die schon von Google realisiert wurden.In einem großen Marktumfeld soll durch Vereinfachung sowie Benutzerfreundlichkeit ein hoher Nutzen entstehen.&lt;br /&gt;  Warum Ihre Firma eine .tel-Domain kaufen sollte …:&lt;br /&gt;&lt;br /&gt;  Mit einer .tel-Domain können Sie eine vollständig interaktive Kommunikationszentrale anlegen, mit der Sie entscheiden, wie und wo Ihre Kunden Sie erreichen können.&lt;br /&gt;&lt;br /&gt;  Mit einer .tel-Domain für Ihre Firma sind Sie im ersten weltweiten Verzeichnis für Kontaktdaten eingetragen.&lt;br /&gt;&lt;br /&gt;Leiten Sie Kunden gezielt an zuständige Abteilungen und Standorte weiter:&lt;br /&gt;&lt;br /&gt;  Mit Ihrer .tel-Domain für die Firma können Sie Kunden einfach an die geeignete Abteilung oder den nächsten Standort weiterleiten. Das Ganze funktioniert mit einer schnellen, intuitiven Navigationsstruktur.&lt;br /&gt;&lt;br /&gt;Halten Sie Kontakt mit Ihren Kunden – mit jedem Gerät:&lt;br /&gt;&lt;br /&gt;  Mit einer .tel-Domain sorgen Sie dafür, dass Ihr Unternehmen oder Ihre Marke mit jedem Gerät mit Internetverbindung sofort erreichbar ist. Ihre Kunden geben einfach die .tel-Domain Ihrer Firma im Browser ein, wählen eine Form der Kontaktaufnahme und initiieren mit einem Klick die Kommunikation.&lt;br /&gt;&lt;br /&gt;Praktisch erreichbar mit Mobilgeräten:&lt;br /&gt;&lt;br /&gt;  Die .tel-Domain Ihrer Firma ist für Mobilgeräte optimiert. Verwendet werden kleine, schnelle DNS-Abfragen, statt die gesamte Website oder den kompletten HTML-Content abzurufen. Dadurch kann Ihre Firma schnell und einfach mit allen Mobilgeräten gefunden werden.&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7288360414128971043?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7288360414128971043/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/wwwtriesttel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7288360414128971043'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7288360414128971043'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/wwwtriesttel.html' title='www.triest.tel'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TQIFNgI5L9I/AAAAAAAAGcc/Z5urc0GgwO4/s72-c/schiff.www.triest.tel.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-8780701352593443459</id><published>2010-12-08T04:13:00.001-08:00</published><updated>2010-12-08T04:13:25.059-08:00</updated><title type='text'>Joyce Museum Triest @ www.triest.tel</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TP9aYEF30yI/AAAAAAAAGWs/kXPYTwFvws4/s1600/joyce.triest.tel.jpeg"&gt;&lt;img style="cursor: pointer; width: 92px; height: 128px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TP9aYEF30yI/AAAAAAAAGWs/kXPYTwFvws4/s400/joyce.triest.tel.jpeg" alt="" id="BLOGGER_PHOTO_ID_5548252635405472546" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);font-size:130%;" &gt;Link:&lt;br /&gt;&lt;a href="http://joyce-museum.museen.geschichte.freizeit.triest.tel/"&gt;http://joyce-museum.museen.geschichte.freizeit.triest.tel/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.retecivica.trieste.it/joyce_ita/admin/Immagini_up/html/20040616094447.jpg"&gt;&lt;img style="cursor: pointer; width: 200px; height: 165px;" src="http://www.retecivica.trieste.it/joyce_ita/admin/Immagini_up/html/20040616094447.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TP9cVy1eOnI/AAAAAAAAGW0/IHG5HtXl4ss/s1600/BeachJoyce1.jpg"&gt;&lt;img style="cursor: pointer; width: 310px; height: 400px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TP9cVy1eOnI/AAAAAAAAGW0/IHG5HtXl4ss/s400/BeachJoyce1.jpg" alt="" id="BLOGGER_PHOTO_ID_5548254795436800626" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);font-size:180%;" &gt;www.Triest.Tel : Your directory of choice, for navigating the city of Triest, Italy.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);font-size:180%;" &gt;&lt;br /&gt;www.Triest.Tel : Ihr Stadt-Verzeichnis für Triest.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Tags:&lt;br /&gt;Joyce, James Joyce, Museum, Triest, Trieste, Italy, Austria, Österreich-Ungarn, Svevo, Saba, Kultur, Kunst, Literatur, Freizeit, Flanieren, Spazieren, Spurensuche, Promenieren, Roman, Buch, Irland, Schweiz, Italien, Zürich, Adria, Hafen, Meer, Verzeichnis, Directory, Culture, Art, Museums. Italy, Dot Tel domain, .Tel, .tel, Dottel, online, Internet.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-8780701352593443459?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/8780701352593443459/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/joyce-museum-triest-wwwtriesttel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8780701352593443459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8780701352593443459'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/joyce-museum-triest-wwwtriesttel.html' title='Joyce Museum Triest @ www.triest.tel'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TP9aYEF30yI/AAAAAAAAGWs/kXPYTwFvws4/s72-c/joyce.triest.tel.jpeg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-8104687880006560770</id><published>2010-12-07T13:12:00.000-08:00</published><updated>2010-12-07T13:13:11.087-08:00</updated><title type='text'>www.buffet.triest.tel</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.hellocrazy.com/reserved/cards/200501201006550.hammozart.gif"&gt;&lt;img style="cursor: pointer; width: 330px; height: 260px;" src="http://www.hellocrazy.com/reserved/cards/200501201006550.hammozart.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Die Buffets in Triest entstanden vor über hundert Jahren zuerst in der Nähe des Hafens und aus einem daraus resultierenden Zweck: Die vielen Hafenarbeiter, deren harte Arbeit bereits mitten in der Nacht begonnen hatte, bereits am Vormittag zu stärken. Klar, dass das am besten mit deftigen Sachen ging. Und auch heute noch sollten Vegetarier einen großen Bogen um die über 50 Buffets in der Stadt machen: Denn sie bieten in erster Linie Würstel, Schinken, gekochtes und geselchtes Fleisch, ganz nach altösterreichischer Tradition, dazu einfachen, süffigen Wein und Bier vom Fass. Gegessen wird traditionell im Stehen – obwohl die meisten Buffets heute bereits mit Tischen ausgestattet sind. Buffets sind kommunikative Orte ohne Standes-Schranken, die von Arbeitern wie von Generaldirektoren gern besucht werden. Auch die Tischkultur ist unprätentiös – Papiertischtücher sind Standard.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);font-size:180%;" &gt;Link:&lt;br /&gt;&lt;a href="http://buffet.triest.tel/"&gt;http://buffet.triest.tel/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;&lt;a href="http://www.55plus-magazin.net/php/buffet_da_pepi_in_triest_italien,13311,16954.html"&gt;http://www.55plus-magazin.net/php/buffet_da_pepi_in_triest_italien,13311,16954.html&lt;/a&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-8104687880006560770?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/8104687880006560770/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/wwwbuffettriesttel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8104687880006560770'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8104687880006560770'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/wwwbuffettriesttel.html' title='www.buffet.triest.tel'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-5338623109957167080</id><published>2010-12-07T05:37:00.000-08:00</published><updated>2010-12-07T05:38:27.396-08:00</updated><title type='text'>Marian Pop [dot] TEL, Linux System Administrator</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TP4iIgyB8-I/AAAAAAAAGVs/U6LwcCwuj54/s1600/MarianPop-dottel.png"&gt;&lt;img style="cursor: pointer; width: 400px; height: 109px;" src="http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TP4iIgyB8-I/AAAAAAAAGVs/U6LwcCwuj54/s400/MarianPop-dottel.png" alt="" id="BLOGGER_PHOTO_ID_5547909320601105378" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div class="article"&gt;&lt;div class="post" id="post-960"&gt;Hello. I created an ‘info corner’ with my contact information. You can find there my phone number, all (almost) of my websites, Gtalk ID and other.&lt;div class="posts2"&gt;&lt;p&gt;I chose .tel because of his simplicity. I don’t have to say my email and other information to anyone. Just type in your browser “&lt;a href="http://marianpop.tel/" target="_blank"&gt;marianpop.tel&lt;/a&gt;” and i’m there &lt;img src="http://www.emarian.net/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /&gt;&lt;/p&gt;&lt;div class="dd_post_share"&gt;&lt;div class="dd_buttons"&gt;&lt;div class="dd_button"&gt;&lt;a href="http://twitter.com/share" class="twitter-share-button" url="http://www.emarian.net/marian-pop-dot-tel/" count="vertical" text="Marian Pop [dot] TEL" via="emarian"&gt;&lt;/a&gt;&lt;script type="text/javascript" src="http://platform.twitter.com/widgets.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;div class="dd_button"&gt;&lt;a name="fb_share" type="box_count" share_url="http://www.emarian.net/marian-pop-dot-tel/" href="http://www.facebook.com/sharer.php"&gt;&lt;/a&gt;&lt;script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" typ=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="respond"&gt;&lt;div class="cancel-comment-reply"&gt;&lt;small&gt;&lt;a rel="nofollow" id="cancel-comment-reply-link" href="http://www.blogger.com/marian-pop-dot-tel/#respond" style="display: none;"&gt;Click here to cancel reply.&lt;/a&gt;&lt;/small&gt;&lt;/div&gt;&lt;form action="http://www.emarian.net/wp-comments-post.php" method="post" id="commentform"&gt;&lt;p&gt;&lt;input name="author" id="author" value="" size="35" tabindex="1" required="true" type="text"&gt;&lt;label for="author"&gt;&lt;small&gt;&lt;i&gt;Name (required)&lt;/i&gt;&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;&lt;p&gt;&lt;input name="email" id="email" value="" size="35" tabindex="2" required="true" type="text"&gt;&lt;label for="email"&gt;&lt;small&gt;&lt;i&gt;Mail (will not be published) (required)&lt;/i&gt;&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;&lt;p&gt;&lt;input name="url" id="url" value="" size="35" tabindex="3" type="text"&gt;&lt;label&gt;&lt;/label&gt;&lt;/p&gt;&lt;/form&gt;&lt;/div&gt;e="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;&lt;div class="dd_button"&gt;&lt;iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.emarian.net%2Fmarian-pop-dot-tel%2F&amp;amp;layout=box_count&amp;amp;action=like&amp;amp;width=50&amp;amp;height=60&amp;amp;colorscheme=light%20scrolling=" no="" style="border: medium none ; overflow: hidden; width: 50px; height: 60px;" allowtransparency="true" frameborder="0"&gt;&lt;/iframe&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TP4lv_cBrDI/AAAAAAAAGV8/x_eZcy_LYzE/s1600/linuxmobile.jpg"&gt;&lt;img style="cursor: pointer; width: 127px; height: 150px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TP4lv_cBrDI/AAAAAAAAGV8/x_eZcy_LYzE/s400/linuxmobile.jpg" alt="" id="BLOGGER_PHOTO_ID_5547913297380092978" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="meta2"&gt;&lt;p style="margin-left: 15px;"&gt; Tags: &lt;a href="http://www.emarian.net/tag/marian-pop/" rel="tag"&gt;marian pop&lt;/a&gt;, &lt;a href="http://www.emarian.net/tag/marianpop-tel/" rel="tag"&gt;marianpop.tel&lt;/a&gt;, &lt;a href="http://www.emarian.net/tag/tel/" rel="tag"&gt;tel&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-5338623109957167080?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/5338623109957167080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/marian-pop-dot-tel-linux-system.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5338623109957167080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5338623109957167080'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/marian-pop-dot-tel-linux-system.html' title='Marian Pop [dot] TEL, Linux System Administrator'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TP4iIgyB8-I/AAAAAAAAGVs/U6LwcCwuj54/s72-c/MarianPop-dottel.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-4290175976805598305</id><published>2010-12-06T03:31:00.001-08:00</published><updated>2010-12-06T03:31:52.786-08:00</updated><title type='text'>.tel Community Forum: Join today!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TPysERAWIEI/AAAAAAAAGKM/BBvUDaUv774/s1600/telcommunityforum.png"&gt;&lt;img style="cursor: pointer; width: 400px; height: 211px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TPysERAWIEI/AAAAAAAAGKM/BBvUDaUv774/s400/telcommunityforum.png" alt="" id="BLOGGER_PHOTO_ID_5547498030297915458" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);font-size:180%;" &gt;Ask questions, share experiences and exchange ideas. View messages by selecting a forum.&lt;br /&gt;Do you have a .tel name? Are you a fan? Meet other members of our fast-growing .tel community and get the advice you need.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);font-size:180%;" &gt;&lt;br /&gt;Using your .tel  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Questions, tips &amp;amp; tricks, know-how&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);font-size:180%;" &gt;.tel Products &amp;amp; Services&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Discussing new and existing software and services for .tel domains&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);font-size:180%;" &gt;Forum &amp;amp; Website support&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Support issues for this forum and the telnic.org website&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);font-size:180%;" &gt;.tel the World&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Tell the world about you: submit your .tel of the week, .tel story or video&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 204);font-size:180%;" &gt;&lt;br /&gt;Sales  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;.tel related sales and pricing discussions, ad offers&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;.tel Community Forum Statistics &lt;br /&gt;Threads: 872, Posts: 7,183, Members: 585, Active Members: 83 &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);font-size:180%;" &gt;Link:&lt;br /&gt;&lt;a href="http://www.telnic.org/forum/"&gt;http://www.telnic.org/forum/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-4290175976805598305?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/4290175976805598305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/12/tel-community-forum-join-today.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4290175976805598305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4290175976805598305'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/12/tel-community-forum-join-today.html' title='.tel Community Forum: Join today!'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TPysERAWIEI/AAAAAAAAGKM/BBvUDaUv774/s72-c/telcommunityforum.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-4853136769133731954</id><published>2010-11-24T22:56:00.000-08:00</published><updated>2010-11-24T22:57:03.379-08:00</updated><title type='text'>www.Triest.Tel / Art History in Triest</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.postersplease.com/images/image.php?id=36_419&amp;a=1"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 324px; height: 450px;" src="http://www.postersplease.com/images/image.php?id=36_419&amp;a=1" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://rubell.files.wordpress.com/2009/04/tosca-069.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 599px; height: 875px;" src="http://rubell.files.wordpress.com/2009/04/tosca-069.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;-------------&lt;br /&gt;&lt;br /&gt;&lt;def&gt;&lt;br /&gt;Leopoldo Metlicovitz (Triest, 1868 – 1944)&lt;br /&gt;He was a commercial artist, lithographer, painter, and graphic artist. He did many opera designs and many of his creations found their way to posters, postcards, and other paper media.&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;rubell.wordpress.com:&lt;br /&gt;&lt;a href="http://rubell.wordpress.com/2009/04/01/my-italian-opera-postcards/"&gt;http://rubell.wordpress.com/2009/04/01/my-italian-opera-postcards/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;Enjoy www.Triest.tel&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Links:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://kunst.geschichte.triest.tel/"&gt;http://kunst.geschichte.triest.tel/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://jugendstil.geschichte.triest.tel/"&gt;http://jugendstil.geschichte.triest.tel/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://triest.tel/"&gt;http://triest.tel/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;LEOPOLDO METLICOVITZ (1868-1944)&lt;br /&gt;&lt;br /&gt;One of Italy's most prolific posterists, Metlicovitz was born in the Adriatic port city of Trieste, and appears to have become a painter and portraitist without any formal training. In 1891, he showed up in Milan at Ricordi's print shop as a lithography trainee, proving to be such a quick study he was promoted to technical director within a year. Though Metlicovitz was more than capable of adjusting his style to the needs of his clientele, his best works are highlighted by a fever-pitch sense of fantasia, a palpable sense of sensual mythology being unleashed on pedestrian paper. Case in point this promotion for a Milanese distributor of of petroleum burning heating elements, who conjures forth a sylphic embrace to promote the "economy of oil." Is such a beautiful indulgence warranted for lamps and heaters? The point is absolutely moot, as we are simply fortunate enough to have had it occur.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TO3584qGX1I/AAAAAAAAF3U/wYB8B-iZLL4/s1600/triest.tel.art.01.php.jpeg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 288px; height: 400px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TO3584qGX1I/AAAAAAAAF3U/wYB8B-iZLL4/s400/triest.tel.art.01.php.jpeg" border="0" alt=""id="BLOGGER_PHOTO_ID_5543361540759379794" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;postersplease.com:&lt;br /&gt;&lt;a href="http://www.postersplease.com/index.php?FAFs=a34fe78e3050fe74fe9334495b33202c&amp;amp;FAFgo=/Auctions/LotDetail&amp;amp;LotID=1503&amp;amp;sr=138&amp;amp;t=C&amp;amp;ts=&amp;amp;AID=6"&gt;http://www.postersplease.com/index.php?FAFs=a34fe78e3050fe74fe9334495b33202c&amp;amp;FAFgo=/Auctions/LotDetail&amp;amp;LotID=1503&amp;amp;sr=138&amp;amp;t=C&amp;amp;ts=&amp;amp;AID=6&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;Enjoy www.Triest.tel&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Links:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://kunst.geschichte.triest.tel/"&gt;http://kunst.geschichte.triest.tel/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://jugendstil.geschichte.triest.tel/"&gt;http://jugendstil.geschichte.triest.tel/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://triest.tel/"&gt;http://triest.tel/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/def&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-4853136769133731954?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/4853136769133731954/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/11/wwwtriesttel-art-history-in-triest.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4853136769133731954'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4853136769133731954'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/11/wwwtriesttel-art-history-in-triest.html' title='www.Triest.Tel / Art History in Triest'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TO3584qGX1I/AAAAAAAAF3U/wYB8B-iZLL4/s72-c/triest.tel.art.01.php.jpeg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-9214766971537935442</id><published>2010-11-18T15:56:00.001-08:00</published><updated>2010-11-18T15:56:27.197-08:00</updated><title type='text'>Search for mycompany.tel</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;br /&gt;Search for mycompany.tel:&lt;br /&gt;&lt;br /&gt;Eine verbesserte SEO, lässt sich wohl mit vervielfachter Interaktivität erreichen (multiple interaction), welches auch parallell und sinchron laufen kann.&lt;br /&gt;&lt;br /&gt;Es sei also eine Ordner-Baum-Struktur aufzubauen, wo alle potentiellen Suchmaschinen-Optimierer miteinander verknüpft sind.&lt;br /&gt;&lt;br /&gt;Bei meinen Experimenten, geht es nicht nur dabei, Google besser zu kontrollieren und zu beeinflussen (manche Leute sagen „manipulieren“), sondern auch alle Besitzer von Triest bezogenen Webseiten zu übertrumpfen. Rein, durch eine in hohem Masse intelligente Strategie, Verknüpfung und Anordnung von Informationen und Ordnerinhalten.&lt;br /&gt;&lt;br /&gt;Es gilt, den Suchenden Benutzer abzufangen, zu dirigieren, zu führen, um ihn dort hin zu lenken, wo wir unsere Infos gerne gelesen haben möchten.&lt;br /&gt;&lt;br /&gt;Das ist nur in wenigen Fällen möglich. Oder so oft möglich, wie es Suchwörter und Suchbegriffe gibt, welche in die Suchmaschine eingegeben werden, damit sie von ihr eingelesen werden kann.&lt;br /&gt;Google, zum Beispiel, liest, was Sie schreiben, und von Google gelesen haben möchten, damit Sie wiederum das finden und lesen können, was Sie interessiert und für Sie nützlich sein könnte.&lt;br /&gt;&lt;br /&gt;Anstatt ein eng abgestecktes System mit allen möglichen Suchszenarien zu kreiren, wo man deren Treffer quasi abfängt und umleitet, belassen wir eine Menge Spielraum, und überlassen somit Google den Rest der Arbeit, oder dem Benutzer und Suchenden.&lt;br /&gt;&lt;br /&gt;In der Tat, präsentieren sich die Google-Suchergebnisse als etwas chaotisch, mit sehr vielen veralteten Nachrichten und Mitteilungen, welche nicht in Archiven archiviert, oder entfernt/gelöscht wurden. Und dieses Chaos, ist ein Problem jedes „SEO-Menschen“.&lt;br /&gt;&lt;br /&gt;Des Weiteren, bedenken wir bitte, dass wenn Etwas was zuvor nicht optimal, oder fehlerhaft lief, und nun einwandfrei läuft, das Ergebnis eines Menschen sind, der am Problem herumgefummelt hat. Viel schlechter, kann's ja jeweils nicht werden, jedoch immer viel besser. Sehen manche Programmierer, dass man sich Mühe gibt, und ihre Programme schätzt und eifrig benutzt, so steigen diese noch einmal in die Hose, und leisten gerne einen Sondereinsatz, damit wieder alles rund, und zur vollsten Zufriedenheit des Benutzers, oder, in meinem Fall: Des Experimentierers ist. Letztenendes, dienen die Resultate zur weiteren Verbesserung eines Programms, Konzeptes, oder Systems.&lt;br /&gt;&lt;br /&gt;Es gibt eine Vielzahl, von wenig oder unbekannten kleinen Programmen, Hilfsmittel und Apps, die noch jung sind, aber sehr viel Potential besitzen. Voraussetzung, für deren Erfolg, sind die rege Benutzung, Verbreitung, und ein OpenSource-Spirit, der in die Projekte einfliesst, und sie fruchtbarer machen. Die Vergangenheit, zeigt uns, dass was sehr Vielen nutzt und Spass macht, auch erfolgreich ist. Weshalb, vor einer Kommerzialisierung, die weite Verbreitung (Distribution) steht. Bei SEO-Bestrebungen und Bemühungen, sieht es etwas komplizierter aus. Zwar gibt es nicht wenige SEO-Spezialisten, doch sind diese im Verglich zu einer Twitter- oder Facebook-Gemeinschaft nur eine kleine Gruppe. Nichtsdestotrotz, wendet sich mein Beitrag and diese, aber auch an Jedermann, der „es einmal versuchen möchte“, seine Internet-Domain (weiter) nach Vorne „zu puschen“.&lt;br /&gt;&lt;br /&gt;And dieser Stelle sei noch anzumerken, dass in nachfolgend präsentiertem System, eine Vielzahl von Ordner mit gleichem Inhalt sind: Diese stehen jedoch nicht alleine in einem Ordner.&lt;br /&gt;Trotzdem, scheint es wohl für das SEO hilfreich zu sein, wenn diese besagten Ordner geöffnet werden, und somit rotieren und aktiviert werden. Jeder Klick könnte gut für die SEO sein.&lt;br /&gt;Es liegt an uns, diese Chancen zu nutzen, und möglichst viele solcher SEO-Klicks zu generieren.&lt;br /&gt;&lt;br /&gt;Letztenendes, soll jeder Ordner, jeder Ordner-Inhalt, jede Info in Überschriften und Titelbezeichnungen, jede sonstige Text-Info, etc., ihren Sinn und festen (und optimalen) Platz im ganzen System und Gebilde haben. Das ist nicht nur Technik, sondern auch Kunst, so dass Alles optimal miteinander verbunden und verknüpft ist. Es heisst ja auch: „Search Engine Optimization“, oder zu deutsch „Suchmaschinenoptimierung“.&lt;br /&gt;&lt;br /&gt;Eine Bemerkung zur Ordnerstruktur und Navigation von „www.Triest.tel“: Es muss auch nicht jeder Ordner angesteuert und geöffnet werden: Diese Ordner und deren Inhalte erscheinen auch bei den Suchergebnissen von Google Search, und können auch dort durch Anklicken des betreffenden Textes  generiert und eingelesen werdcn. Womit sich auch erklärt, weshalb die nachfolgend aufgeführten und beschriebenen Ordner am Schluss des „Folder Tree“ stehen. Diese Ordner wollen auch nicht von den wichtigsten Verzeichnis-Infos und -Inhalten ablenken.&lt;br /&gt;&lt;br /&gt;SEO, sollte zwar auch SEO sein und bleiben, jedoch nicht (allzusehr) irritieren.&lt;br /&gt;&lt;br /&gt;Aber nun, zum konkreten Beispiel:&lt;br /&gt;Experimental:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;smartsearch.triest.tel&lt;br /&gt;&lt;br /&gt;Titel header: Smart Search&lt;br /&gt;&lt;br /&gt;...........&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;search.triest.tel&lt;br /&gt;&lt;br /&gt;Titel header: Triest Search&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;google.triest.tel&lt;br /&gt;&lt;br /&gt;Titel header: Google Triest&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;intellisearch.triest&lt;br /&gt;&lt;br /&gt;Titel header: Intelligent Search&lt;br /&gt;&lt;br /&gt;Auf die Beschriftung dieser Titel/Header, wurde vorläufig verzichtet.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Gruppierungen mit Linklisten:&lt;br /&gt;&lt;br /&gt;1.)&lt;br /&gt;smartsearch.triest.tel&lt;br /&gt;--&gt; link: search.triest.tel&lt;br /&gt;--&gt; link: google.triest.tel&lt;br /&gt;--&gt; link: intellisearch.triest.tel&lt;br /&gt;plus weitere Links&lt;br /&gt;&lt;br /&gt;2,)&lt;br /&gt;search.triest.tel&lt;br /&gt;--&gt; link: smartsearch.triest.tel&lt;br /&gt;--&gt; link: google.triest.tel&lt;br /&gt;--&gt; link: intellisearch.triest.tel&lt;br /&gt;plus weitere Links&lt;br /&gt;&lt;br /&gt;3,)&lt;br /&gt;google.triest.tel&lt;br /&gt;--&gt; link: smartsearch.triest.tel&lt;br /&gt;--&gt; link: search.triest.tel&lt;br /&gt;--&gt; link: intellisearch.triest.tel&lt;br /&gt;plus weitere Links&lt;br /&gt;&lt;br /&gt;4.)&lt;br /&gt;intellisearch.triest.tel&lt;br /&gt;--&gt; link: smartsearch.triest.tel&lt;br /&gt;--&gt; link: search.triest.tel&lt;br /&gt;--&gt; link: google.triest.tel&lt;br /&gt;plus weitere Links&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Links:&lt;br /&gt;&lt;a href="http://intellisearch.triest.tel/"&gt;http://intellisearch.triest.tel/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://google.triest.tel/"&gt;http://google.triest.tel/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://search.triest.tel"&gt;http://search.triest.tel&lt;/a&gt;&lt;br /&gt;&lt;a href="http://smartsearch.triest.tel/"&gt;http://smartsearch.triest.tel/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-9214766971537935442?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/9214766971537935442/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/11/search-for-mycompanytel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/9214766971537935442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/9214766971537935442'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/11/search-for-mycompanytel.html' title='Search for mycompany.tel'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7060677776338610565</id><published>2010-11-16T12:36:00.001-08:00</published><updated>2010-11-16T12:36:38.113-08:00</updated><title type='text'>Dominios .tel para crear tu tarjeta de visita</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;br /&gt;Desde hace casi un año adquirí el dominio &lt;a href="http://yurena.tel/"&gt;yurena.tel&lt;/a&gt; para almacenar ahí información de contacto como si fuera una tarjeta de visita.&lt;br /&gt;&lt;br /&gt;Estos dominios están restringidos a albergar este tipo de información y tienen la ventaja de que permiten publicar información de contacto sin tener que contratar un hosting y/o crear una web para ello. Está claro que estos dominios no pretenden sustituir a las webs, pueden considerarse más bien como un listín telefónico.&lt;br /&gt;&lt;br /&gt;Parece una tontería, pero te puedes ahorrar el dinero que gastarías en imprimir las tarjetas de papel "&lt;i&gt;mi tarjeta... ah si, apunta... yurena.tel&lt;/i&gt;", o reducir la información que incluyes en la tarjeta poniendo el logo, el nombre, dominio, tu teléfono... y ahorrandote meter el Twitter, el Facebook, el correo corporativo, el personal...&lt;br /&gt;&lt;/span&gt;&lt;table class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;" align="center" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;span style="font-size:100%;"&gt;&lt;/span&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://3.bp.blogspot.com/_ml9jKfqasfw/THTdiZYnU9I/AAAAAAAAB-Y/FuJhie9VMwM/s1600/pantallazo+yurena.tel.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img src="http://3.bp.blogspot.com/_ml9jKfqasfw/THTdiZYnU9I/AAAAAAAAB-Y/FuJhie9VMwM/s320/pantallazo+yurena.tel.jpg" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;Pantallazo de yurena.tel&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;La gestión del contenido se realiza a través del panel de control de &lt;a href="http://telnic.org/"&gt;Telnic&lt;/a&gt;.&lt;br /&gt;&lt;/span&gt;&lt;table class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;" align="center" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://3.bp.blogspot.com/_ml9jKfqasfw/THTMqm4-W6I/AAAAAAAAB-A/0nzDUNyM8as/s1600/panel+control+telnic.JPG" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img src="http://3.bp.blogspot.com/_ml9jKfqasfw/THTMqm4-W6I/AAAAAAAAB-A/0nzDUNyM8as/s320/panel+control+telnic.JPG" border="0" height="308" width="320" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;Panel de control. Tablero de control&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt; En el Tablero de control es donde se gestiona el contenido de la web que puede organizarse en varias subcarpetas que se verán como subdominios en la URL.&lt;/span&gt;&lt;/li&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/ul&gt;&lt;span style="font-size:100%;"&gt;Vuelvo a recalcar que se trata sólo de información de contacto y no permiten añadir módulos externos, ni código HTML... Aunque hay algunas herramientas como TelMachine que permiten hacer algunas cosillas más sobre la web y que explicaré más adelante.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;De las pestañas Privacidad y Amigos no voy a hablar, principalmente porque no las uso, pero decir que están ligadas a usuarios &lt;a href="http://telfriends.tel/"&gt;TelFriends&lt;/a&gt; y creo que es algo que no está muy extendido... Yo lo tengo todo público porque, al menos de momento, esto es pa lo que es : )&lt;/span&gt;&lt;/li&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;En el apartado Diseño podemos controlar un poquito el aspecto de la web. Elegir entre 4 tipos de plantillas diferentes y cambiar los colores de las diferentes zonas (no es gran cosa, pero algo es algo)&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;table class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;" align="center" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;span style="font-size:100%;"&gt;&lt;/span&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://4.bp.blogspot.com/_ml9jKfqasfw/THTRIdOkAzI/AAAAAAAAB-I/JxhJ58uoQYw/s1600/panel+control+telnic+dise%C3%B1o.JPG" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img src="http://4.bp.blogspot.com/_ml9jKfqasfw/THTRIdOkAzI/AAAAAAAAB-I/JxhJ58uoQYw/s400/panel+control+telnic+dise%C3%B1o.JPG" border="0" height="400" width="297" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;Panel de control. Diseño&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;span style="font-size:100%;"&gt;También podemos cambiar algunos parámetros de configuración como el correo electrónico principal asociado a la cuenta, la contraseña de acceso al panel de control, la conexión con TelFriends si lo utilizas, configurar el buscador que incluye Telnic para que busque localmente o en todo .tel (o desactivarlo). Y se pueden incluir hasta dos anuncios de Google Adsense que aparecerán en la parte derecha de la web y lo que es más importante, desde aquí se puede hacer una copia de seguridad del contenido o restaurar una que tuvieramos guardada (se guarda en XML).&lt;br /&gt;&lt;/span&gt;&lt;table class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;" align="center" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://2.bp.blogspot.com/_ml9jKfqasfw/THTVUHRH1jI/AAAAAAAAB-Q/Ct4oqlUBYgM/s1600/panel+control+telnic+config.JPG" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img src="http://2.bp.blogspot.com/_ml9jKfqasfw/THTVUHRH1jI/AAAAAAAAB-Q/Ct4oqlUBYgM/s320/panel+control+telnic+config.JPG" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;Cambiar la configuración&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;span style="font-size:100%;"&gt;&lt;u&gt;&lt;i&gt;¿Cómo se contrata esto?&lt;/i&gt;&lt;/u&gt; Este servicio tienes que contratarlo con un registrador de dominios autorizado. Aunque no es un tipo de dominio que esté disponible en todas las empresas registradoras hay muchas que lo tienen.&lt;br /&gt;&lt;br /&gt;De lo que si me he dado cuenta durante este año es que el coste anual sí que varía bastante de uno a otro... &lt;a href="http://www.acens.com/productos/dominios-tel.html"&gt;Acens&lt;/a&gt; (26.95€), &lt;a href="http://www.arsys.es/registro-dominios/index.htm"&gt;Arsys&lt;/a&gt; (25€), &lt;a href="http://dinahosting.com/es/dominios"&gt;Dinahosting&lt;/a&gt; (10€), &lt;a href="http://www.europeregistry.com/"&gt;EuropeRegistry&lt;/a&gt; (45€ :-OOO No sé si venderán alguno), &lt;a href="http://www.dondominio.com/productos/registro_de_dominios_gtlds/"&gt;DonDominio&lt;/a&gt; (9.95€)... La verdad que para lo que es no entiendo semejante diferencia de precios, pero bueno, cada uno a lo suyo.&lt;br /&gt;&lt;br /&gt;Por hacerles un poco de publicidad gratuita, este año migré a Dinahosting y a pesar de haber tenido algún problemilla al principio, creo que por ser de las primeras en utilizar alguna funcionalidad, estoy muy contenta con el servicio.&lt;br /&gt;&lt;br /&gt;OJO: si cambiais de proveedor tenéis que migrar vosotros mismos el contenido de la web, porque creo que cada proveedor de servicios tiene su propio espacio en Telnic.&lt;br /&gt;&lt;br /&gt;Otro día hablaré de TelMachine, que tiene algunas utilidades para inteactuar con estos dominios y este post ya me ha quedado bastante largo.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="post-footer"&gt;Publicado por&lt;br /&gt;&lt;div class="post-footer-line post-footer-line-1"&gt;&lt;span class="post-author vcard"  style="font-size:100%;"&gt;&lt;span class="fn"&gt;Yurena&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="post-timestamp"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7060677776338610565?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7060677776338610565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/11/dominios-tel-para-crear-tu-tarjeta-de.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7060677776338610565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7060677776338610565'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/11/dominios-tel-para-crear-tu-tarjeta-de.html' title='Dominios .tel para crear tu tarjeta de visita'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_ml9jKfqasfw/THTdiZYnU9I/AAAAAAAAB-Y/FuJhie9VMwM/s72-c/pantallazo+yurena.tel.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-48973567622460284</id><published>2010-11-13T16:18:00.001-08:00</published><updated>2010-11-13T16:18:31.271-08:00</updated><title type='text'>Weekend in Triest / Trieste</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TN8aMdTKheI/AAAAAAAAFoQ/0EylkWAr48E/s1600/trieste-vogue.jpg"&gt;&lt;img style="cursor: pointer; width: 400px; height: 258px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TN8aMdTKheI/AAAAAAAAFoQ/0EylkWAr48E/s400/trieste-vogue.jpg" alt="" id="BLOGGER_PHOTO_ID_5539174868014761442" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:180%;"&gt;Use www.Triest.Tel: your mobile website.&lt;br /&gt;Link: &lt;a href="http://triest.tel/"&gt;http://triest.tel/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-48973567622460284?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/48973567622460284/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/11/weekend-in-triest-trieste.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/48973567622460284'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/48973567622460284'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/11/weekend-in-triest-trieste.html' title='Weekend in Triest / Trieste'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TN8aMdTKheI/AAAAAAAAFoQ/0EylkWAr48E/s72-c/trieste-vogue.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7861039444381860609</id><published>2010-11-07T12:05:00.001-08:00</published><updated>2010-11-07T12:05:54.737-08:00</updated><title type='text'>The first mobile directory for Triest: triest.tel</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TNbtDpc10NI/AAAAAAAAFnM/LyzdClfmi50/s1600/promotriesttel01.jpg"&gt;&lt;img style="cursor: pointer; width: 268px; height: 400px;" src="http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TNbtDpc10NI/AAAAAAAAFnM/LyzdClfmi50/s400/promotriesttel01.jpg" alt="" id="BLOGGER_PHOTO_ID_5536873438820815058" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Link to Triest.tel:&lt;br /&gt;&lt;a href="http://triest.tel/"&gt;http://triest.tel/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7861039444381860609?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7861039444381860609/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/11/first-mobile-directory-for-triest.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7861039444381860609'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7861039444381860609'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/11/first-mobile-directory-for-triest.html' title='The first mobile directory for Triest: triest.tel'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TNbtDpc10NI/AAAAAAAAFnM/LyzdClfmi50/s72-c/promotriesttel01.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7210931764007951893</id><published>2010-11-03T18:39:00.001-07:00</published><updated>2010-11-03T18:39:23.495-07:00</updated><title type='text'>www.triest.tel: It's a mobile website. Scan it!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TNH9PU9h-KI/AAAAAAAAFls/lO3dUoxV_oU/s1600/triest-qr-promo.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 308px; height: 284px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TNH9PU9h-KI/AAAAAAAAFls/lO3dUoxV_oU/s400/triest-qr-promo.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5535483856781703330" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7210931764007951893?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7210931764007951893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/11/wwwtriesttel-its-mobile-website-scan-it.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7210931764007951893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7210931764007951893'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/11/wwwtriesttel-its-mobile-website-scan-it.html' title='www.triest.tel: It&apos;s a mobile website. Scan it!'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TNH9PU9h-KI/AAAAAAAAFls/lO3dUoxV_oU/s72-c/triest-qr-promo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7909150374712557033</id><published>2010-10-25T06:48:00.000-07:00</published><updated>2010-10-25T06:49:10.542-07:00</updated><title type='text'>Triest.Tel: A new mobile directory for German speaking Italy tourists</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TMVp0kiaPOI/AAAAAAAAFe8/kZCrycXPei4/s1600/triesttel-iphone-pic.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 294px; height: 400px;" src="http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TMVp0kiaPOI/AAAAAAAAFe8/kZCrycXPei4/s400/triesttel-iphone-pic.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5531944069176638690" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Why I made this directory in German language:&lt;br /&gt;Because of the rich and important background history from the Austrian Habsburg empire (ca. 1250 until precisely 1918) who ruled the town, until Italy was allowed to take over the town.&lt;br /&gt;&lt;br /&gt;Pros and cons of Triest:&lt;br /&gt;&lt;br /&gt;Pros:&lt;br /&gt;&lt;br /&gt;--&gt; very low criminal rate / no pick pockets / no violence in the streets&lt;br /&gt;--&gt; good food at restaurants&lt;br /&gt;--&gt; interesting housing market with lots of available and reasonable offers&lt;br /&gt;--&gt; promising economic situation: good outlook for the future&lt;br /&gt;--&gt; job offers &lt;br /&gt;--&gt; very mild and healthy climate&lt;br /&gt;--&gt; lots of sports activity options, just right there...&lt;br /&gt;--&gt; many fish markets and some good fish restaurants (sea food)&lt;br /&gt;--&gt; loads of reasonable pasta dishes at fast food places&lt;br /&gt;--&gt; lots of theaters, museums and cultural activities/events&lt;br /&gt;--&gt; fairly clean city&lt;br /&gt;--&gt; strict laws and high fines for air polluters, dog owners and motorists, who violate the rules&lt;br /&gt;--&gt; overall good quality of live, getting better, all the time&lt;br /&gt;--&gt; low tourism, compared with Venice and other Italien towns&lt;br /&gt;--&gt; good food and wine, everywhere&lt;br /&gt;--&gt; good and cheap public transportation &lt;br /&gt;--&gt; interesting and rich history of the city&lt;br /&gt;--&gt; lots of nice tea rooms (coffee) and bakeries&lt;br /&gt;--&gt; loads of stunning architecture/buildings, mainly historic palaces and art nouveau buildings&lt;br /&gt;--&gt; inhabitants helpful and reliable (punctual, etc.)&lt;br /&gt;--&gt; nearby Slovenia and Croatia, for trips and holidays &lt;br /&gt;--&gt; nice, for shopping, walking, or sitting in- or outside of cafe's &lt;br /&gt;--&gt; some nice communication with natives of the region (Italian language), at bus stops, for example, or the yearly sailing regatta, etc.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cons:&lt;br /&gt;&lt;br /&gt;--&gt; high cost for food at shops &lt;br /&gt;--&gt; weak economic situation at present&lt;br /&gt;--&gt; low income rate&lt;br /&gt;--&gt; many old inhabitants (30% over age 65) / highest number of old inhabitants town in Italy&lt;br /&gt;--&gt; a lot of traffic and dangerous drivers, who think that they own the road&lt;br /&gt;--&gt; not so friendly or cheerful people, compared with the rest of Italy (more Slovenia mentality)&lt;br /&gt;--&gt; most inhabitants neither speak English, nor German, but only Italian or Slovenian &lt;br /&gt;--&gt; not very bicycle friendly town and area: no bike sharing offers in the center, or nearby, and trains mainly don't transport bicycles. Better have your own folding bike...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Get your updated info about Triest, now! Right from the palm of your hand, via your smart phone (iPhone, for example)! Simply dial "www.triest.tel", or scan the QR-Code, which you can find in the sub-folder "www.links.triest.tel".&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Link to Triest.Tel:&lt;br /&gt;&lt;a href="http://triest.tel/"&gt;http://triest.tel/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Find loads of stunning pictures/photographs and slide shows, etc.&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7909150374712557033?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7909150374712557033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/10/triesttel-new-mobile-directory-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7909150374712557033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7909150374712557033'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/10/triesttel-new-mobile-directory-for.html' title='Triest.Tel: A new mobile directory for German speaking Italy tourists'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TMVp0kiaPOI/AAAAAAAAFe8/kZCrycXPei4/s72-c/triesttel-iphone-pic.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-8816283872120458389</id><published>2010-10-14T09:51:00.001-07:00</published><updated>2010-10-14T09:51:30.137-07:00</updated><title type='text'>QR-Code usage for Dot Tel domains</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://qrcode.kaywa.com/img.php?s=6&amp;d=http%3A%2F%2Fdot-tel-domain.tel"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 186px; height: 186px;" src="http://qrcode.kaywa.com/img.php?s=6&amp;d=http%3A%2F%2Fdot-tel-domain.tel" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;QR-Code for "dot-tel-domain.tel"&lt;br /&gt;&lt;br /&gt;&lt;def&gt;&lt;br /&gt;A quick refresher on QR codes for the uninitiated. QR codes are a very useful tool for pointing people to more information about your product.&lt;br /&gt;&lt;br /&gt;You take a photo of the two-dimensional bar code with your phone and you are automatically taken to the web site that is embedded in the code.&lt;br /&gt;This only works with smartphones such as the iPhone, BlackBerry or Droid phones, but these are the most popular phones these days.&lt;br /&gt;&lt;br /&gt;Quick Response Codes (QR codes), are the easiest and fasted way to acces a mobile webpage, or mobile website, or a piece of information, on a smart phone (mobile phone with internet access).&lt;br /&gt;&lt;br /&gt;For Dot Tel usage, the QR-codes, should be either displayed on a mobile site, or on a paper business card.&lt;br /&gt;&lt;br /&gt;Or from all sorts of stickers, from T-shirts, through shop windows, from print media (magazine pages, adverts), etc., etc.&lt;br /&gt;&lt;br /&gt;It is easy, to access and read/scan the codes, from smartphone to smartphone, and to read the info on the smartphone.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Get QR reader:&lt;br /&gt;i-nigma reader &lt;br /&gt;&lt;a href="http://www.i-nigma.com/i-nigmahp.html"&gt;http://www.i-nigma.com/i-nigmahp.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Kaywa reader&lt;br /&gt;&lt;a href="http://reader.kaywa.com/"&gt;http://reader.kaywa.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Glass reader&lt;br /&gt;&lt;a href="http://www.activeprint.org/download.html"&gt;http://www.activeprint.org/download.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Generate QR-Code reader:&lt;br /&gt;Kaywa QR-Code Generator&lt;br /&gt;&lt;a href="http://qrcode.kaywa.com/"&gt;http://qrcode.kaywa.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;How to provide a QR-Code on your Dot Tel domain:&lt;br /&gt;Create a separate folder (sub-domain) and upload the QR-Code within the logo space of the header.&lt;br /&gt;Name the folder something like: "Get QR-Code for this domain".&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;Get QR-Code stickers:&lt;br /&gt;&lt;a href="http://klebebox.de/index.php?page=categorie&amp;cat=16"&gt;http://klebebox.de/index.php?page=categorie&amp;cat=16&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Get QR-Code T-shirts:&lt;br /&gt;&lt;a href="http://shirt-shop.biz/qr-code-t-shirts.php"&gt;http://shirt-shop.biz/qr-code-t-shirts.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.getdigital.de/products/Dein_QR_Code"&gt;http://www.getdigital.de/products/Dein_QR_Code&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_SZ-lSI4GK1w/SI2JLj5O0qI/AAAAAAAABho/jPDt78Hu5tI/s400/google-maps-with-qr-code.jpg"&gt;Other ideas:&lt;br /&gt;http://4.bp.blogspot.com/_SZ-lSI4GK1w/SI2JLj5O0qI/AAAAAAAABho/jPDt78Hu5tI/s400/google-maps-with-qr-code.jpg&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://idi.treelogic.com/ing/noticias/fotos/zoom/foto10_6.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 700px; height: 700px;" src="http://idi.treelogic.com/ing/noticias/fotos/zoom/foto10_6.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Where to print:&lt;br /&gt;Offline .Tel name branding:&lt;br /&gt;Create your business cards, online, with your .Tel name on it, at "goodprint".&lt;br /&gt;Nice quality, and good service:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.goodprint.co.uk/"&gt;http://www.goodprint.co.uk/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Or:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.nametag.me/qrbiz.php?n=&amp;c=&amp;z=1&amp;y=tbc1&amp;f=p&amp;t1=YOUR%20COMPANY&amp;tf=imprisha&amp;tc=purple&amp;t2=www.yourcompany.tel&amp;nf=goudos&amp;nc=black&amp;bt=&amp;bf=arial&amp;bc=teal&amp;random=563356644"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 191px;" src="http://www.nametag.me/qrbiz.php?n=&amp;c=&amp;z=1&amp;y=tbc1&amp;f=p&amp;t1=YOUR%20COMPANY&amp;tf=imprisha&amp;tc=purple&amp;t2=www.yourcompany.tel&amp;nf=goudos&amp;nc=black&amp;bt=&amp;bf=arial&amp;bc=teal&amp;random=563356644" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;A dotTEL business card image can be saved for linkage from your website!&lt;br /&gt;Print one off, read it on your cell phone, let it dial your number. &lt;a href="http://www.mobile-barcodes.com/qr-code-software/"&gt;QRCode Readers here.&lt;/a&gt;&lt;br /&gt;Learn more about QR codes in this &lt;a href="http://www.youtube.com/watch?v=2vS3R2u7sXA"&gt;video&lt;/a&gt;.&lt;br /&gt;Zazzle.com will &lt;a href="http://www.zazzle.com/knowledgeprobe"&gt;print and ship unique QR Code .tel business cards&lt;/a&gt;.&lt;br /&gt;Online form:&lt;br /&gt;Link:&lt;br /&gt;&lt;a href="http://www.nametag.me/qr-code-dot-tel-business-cards.php?y=tbc1&amp;t1=YOUR%20COMPANY&amp;t2=www.yourcompany.tel&amp;f=p&amp;tf=imprisha&amp;tc=purple&amp;m=1"&gt;http://www.nametag.me/qr-code-dot-tel-business-cards.php?y=tbc1&amp;t1=YOUR%20COMPANY&amp;t2=www.yourcompany.tel&amp;f=p&amp;tf=imprisha&amp;tc=purple&amp;m=1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-8816283872120458389?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/8816283872120458389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/10/qr-code-usage-for-dot-tel-domains.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8816283872120458389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8816283872120458389'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/10/qr-code-usage-for-dot-tel-domains.html' title='QR-Code usage for Dot Tel domains'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-435370928518128897</id><published>2010-10-09T03:45:00.000-07:00</published><updated>2010-10-09T03:46:23.534-07:00</updated><title type='text'>How To: Creating an extra profile within a Dot Tel domain</title><content type='html'>How To: Creating an extra profile within a Dot Tel domain:&lt;br /&gt;&lt;br /&gt;Your existing profile, is named „default“ profile.&lt;br /&gt;And so, I will describe an extra set up profile, as „other“ profile, but you should name it according to its usage (city, ore holiday area, where you will be spending a few days or weeks).&lt;br /&gt;&lt;br /&gt;How to set up a profile, and what you should know about:&lt;br /&gt;Working within the control panel of the Dot Tel domain:&lt;br /&gt;&lt;br /&gt;First, you go to your .Tel, and click on „Manage“, top right corner, which brings up your login panel. Then, you fill in your username and password, and the control panel of your .Tel will show up.&lt;br /&gt;&lt;br /&gt;To create an extra profile, you go to the „Profiles“ section, right on the top, and select „Create new profile“, from the drop down menu.&lt;br /&gt;You get promted with a pop up window, asking you „What would you like to call this profile?“: So, here, you can for example write the name of the place where you will be spending your holidays, or doing business, away from home, or where you will be attending a congress or event, away from home.&lt;br /&gt;&lt;br /&gt;Select this profile, to be shown as the present profile. Then, click on „Activate“, within the same „Profiles“ section, which will then confirm, that your „other“ profile is activeated („Other“ (active)).&lt;br /&gt;&lt;br /&gt;Now your .Tel control panel shows you a other profile panel, where you can add the new (other) contact information for your short stay away from home (and when you come back home, you can switch back to your „default“ profile, which will show the contact info of your .Tel, you entered into your control panel, for the very first time, when you started populating your .Tel.)&lt;br /&gt;&lt;br /&gt;Now you can start populating your other profile, with other contact information. (Basically, you are able to create a few profiles on your .Tel domain, and where each profile shows you an other contact  info card, or an other business card, but having the same .Tel domain name.)&lt;br /&gt;&lt;br /&gt;You can add text information within your text header, and save it („The current profile has no text header set.“).&lt;br /&gt;&lt;br /&gt;The bit of „nitty gritty work“, starts within the „Contact Information“ section:&lt;br /&gt;Here, you must select all active contact information (tag them with a hook), and go to „Actions“, and „Coose an action“ within that drop down menu, which should be:&lt;br /&gt;--&gt; Profiles&lt;br /&gt;----&gt; Remove from profiles&lt;br /&gt;so that they get masked and unvisible in your other profile and contact info section.&lt;br /&gt;&lt;br /&gt;Now, you can start adding new contact info to your other profile, which is „this“ profile we are currently working on:&lt;br /&gt;Go to the top right button „Add“ (Add record), which will bring up the familiar pop up window „Add new item“, where you can select any contact info from the drop down menu „Contact Information“, on the top left corner of this window. Add also „Descripton“ and „Value“, and save the newly added information, by clickin on the „Save“ button.&lt;br /&gt;This will add your new contact info to your newly created profile. It is unmasked, within other masked contact info (the contact info of your other profile(s)).&lt;br /&gt;&lt;br /&gt;The tricky bit, is comming now:&lt;br /&gt;This newly added contact info is showing on all of your other existing profiles (default profile, and any other existing profile).&lt;br /&gt;Please check this fact, by switchin to one of your other profiles for this domain (go to the profiles secton, and select any other existing profile, respectively, the „default“ profile): Here you can see, what I mean. But the contact info is masked, and so not disturbing or conflicting other profiles.&lt;br /&gt;But if you do not need it on your other profiles, you should maybe delete it on those other profiles.&lt;br /&gt;If you have, for example two other exisitng profiles („default“ and „other02“) than you will see the newly added contact info twice, and masked: &lt;br /&gt;„Choose an action:“&lt;br /&gt;--&gt; Other&lt;br /&gt;----&gt; Delete&lt;br /&gt;Do this every time you have added contact info to your newly created profile, which is in progress:&lt;br /&gt;Switch back and fore, between all existing profiles, just to keep them the way the where, and without any other (masked) contact info, that only clutters up the contact information section of that  specific profile.&lt;br /&gt;&lt;br /&gt;Always go back to the (other) profile, you are currently working on: Adding contact information, but then again, removing it from the other existing profiles, at the same time.&lt;br /&gt;&lt;br /&gt;Another tricky problem, is, that every newly created profile, is showing the same „Keywords section  information“, as your default profile. However, it was/is not possible to „remove“ it, from the new profile. And please, be very careful, here: You should neither „Delete“, „Copy to“, or „Move to“ this info within the „Keywords“ section, because there is only „one keywords section for all profiles“, however, which is a bit awkward.&lt;br /&gt;&lt;br /&gt;I have solved this problem, by storing and devided the keyword info within different subfolders, for example I named them „Contact“ and „Info“.&lt;br /&gt;If you have multiple profiles on one and the same .Tel domain name, your Keyword section should remain empty, if you do not want to show the same Keywords on all profiles.&lt;br /&gt;Again: Split your previous keyword info into portions, and put them into subfolders of your different profiles. Each profile will probably want other keyword informaion. &lt;br /&gt;&lt;br /&gt;I think, populating keyword information witin sub-domains (=subfolders), do not conflict with other  subfolders from other profiles: Only the keywords section of the main profile control panel would be conflicting with the other main control panels of the other existing profiles (for example, the „default“ profile).&lt;br /&gt;&lt;br /&gt;Why the keywords section of the main control panel of a profile, is the same, for all other profile main control panels, I do not know: But it would be much easier to work on other profiles, if they would only relate to the profile, one is working at. &lt;br /&gt;Again: By leaving the keywords section empty, for individual contact info, you can avoid, having keyword info on other profiles, that you do not want to show.&lt;br /&gt;&lt;br /&gt;By the way: I just figured out, that you only have to delete added and masked contact info, which shows up on other profiles, on one profile, and it will dissapear from all other profiles, except the new profile you are working on (delete the masked contact info, on only one other existing profile).&lt;br /&gt;&lt;br /&gt;However, you will soon understand, what I mean, and how to proceed, when you have tried to set up an extra profile on your Dot Tel domain. Switching back and fore, between profiles, is importand, during creating new profiles, as new contact info gets multiplied and masked on the other existing profiles, which you have to constantly delete (they are arleady quasi „removed“, because they show as masked info, but if not needed, you might as well delete them, if you may never want to add them to the profile, by unmasking them, as they only clutter up your contact information section, as masked and unused info).&lt;br /&gt;&lt;br /&gt;Ok, I hope this helps you, when taking a go at creating a new profile within the same Dot Tel domain. Basically, all Dot Tel control panels are self explaining. But if not aware, you could make some silly mistakes, during creating new profiles. If not careful, you may mess up all your profiles, and it would be time consuming to reverse them to their previous state: Better know about the problems, and sort them out, while working on creating new profiles, and you still have the overview. Not later, when you do not know anymore, which contact or keyword info you wanted to show, and which info you dont wanted to show on the profiles of your Dot Tel domain.&lt;br /&gt;&lt;br /&gt;Last, but not least: Very important:&lt;br /&gt;Each selected profile that you want to show on your Dot Tel domain („Profiles“ section, on the top of your control panel), you must activate, so that it shows „profile name (active)“, in the „Profile“ drop down menu. Your Dot Tel domain, can only show the profile, which is currently activated, within the drop down menu. It will not show the selected profile, if it is not active („profile name (active)“).&lt;br /&gt;&lt;br /&gt;To activate an other profile, you must select it, and then „Activate selected profile“, by clicking on „Activate“. &lt;br /&gt;&lt;br /&gt;For renaming or deleting a profile, just either click on „Rename“, or „Delete“. But you cant delete an active profile: You would have to activate an other profile, and delete non-active profiles:&lt;br /&gt;„Delete? Yes No“.&lt;br /&gt;&lt;br /&gt;Otherwhise, populating subfolders, is the same familiar procedure, as usual. It is just the main profile display, that causes some problems, when creating multiple profiles on one .Tel domain.&lt;br /&gt;&lt;br /&gt;Every active profile shows contact information of the other existing profiles as masked („removed“) information, on the control panel, within the „Contact Information“ section. That should not confuse you...&lt;br /&gt;&lt;br /&gt;Default profiles, are active, by default, and do not show, that they are active. Whereas an other profile, if it is active, would show/signal „other profile (active)“, with „active“ set in brakets.&lt;br /&gt;&lt;br /&gt;Log out of your control panel, and you should be done, with your Dot Tel domain name, showing the profile that corresponds to your present location, away from home, or your location at home, if you are back home. &lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-435370928518128897?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/435370928518128897/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/10/how-to-creating-extra-profile-within.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/435370928518128897'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/435370928518128897'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/10/how-to-creating-extra-profile-within.html' title='How To: Creating an extra profile within a Dot Tel domain'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-2787323945660747675</id><published>2010-09-23T08:03:00.001-07:00</published><updated>2010-09-23T08:03:38.770-07:00</updated><title type='text'>Dot Tel Superbook for iPhone</title><content type='html'>&lt;def&gt;&lt;br /&gt;The Superbook application allows you to quickly and easily navigate .tel data and add .tel domains to your address book.&lt;br /&gt;&lt;br /&gt;Superbook extends capabilities of your iPod Touch or iPhone 3.0 or later to read and use your contacts' .tel domains. Look up any public .tel domains instantly to access your friends' latest contact information, keywords and location maps.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://static7.photo.sina.com.cn/middle/6a5b23ddt74d242c9d306&amp;690"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 460px; height: 690px;" src="http://static7.photo.sina.com.cn/middle/6a5b23ddt74d242c9d306&amp;690" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://static15.photo.sina.com.cn/middle/6a5b23ddt90369fb58f8e&amp;690"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 460px; height: 690px;" src="http://static15.photo.sina.com.cn/middle/6a5b23ddt90369fb58f8e&amp;690" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://static8.photo.sina.com.cn/middle/6a5b23ddt9036a2fa4ca7&amp;690"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 460px; height: 690px;" src="http://static8.photo.sina.com.cn/middle/6a5b23ddt9036a2fa4ca7&amp;690" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://static5.photo.sina.com.cn/middle/6a5b23ddt9036a613d174&amp;690"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 460px; height: 690px;" src="http://static5.photo.sina.com.cn/middle/6a5b23ddt9036a613d174&amp;690" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://static3.photo.sina.com.cn/middle/6a5b23ddt9036a90a5452&amp;690"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 460px; height: 690px;" src="http://static3.photo.sina.com.cn/middle/6a5b23ddt9036a90a5452&amp;690" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://static9.photo.sina.com.cn/middle/6a5b23ddt9036ac864df8&amp;690"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 460px; height: 690px;" src="http://static9.photo.sina.com.cn/middle/6a5b23ddt9036ac864df8&amp;690" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://static5.photo.sina.com.cn/middle/6a5b23ddt9036b31fe404&amp;690"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 460px; height: 690px;" src="http://static5.photo.sina.com.cn/middle/6a5b23ddt9036b31fe404&amp;690" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://static15.photo.sina.com.cn/middle/6a5b23ddt9036b75741ae&amp;690"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 460px; height: 690px;" src="http://static15.photo.sina.com.cn/middle/6a5b23ddt9036b75741ae&amp;690" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://static7.photo.sina.com.cn/middle/6a5b23ddt9036b9e05a46&amp;690"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 460px; height: 690px;" src="http://static7.photo.sina.com.cn/middle/6a5b23ddt9036b9e05a46&amp;690" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://static4.photo.sina.com.cn/middle/6a5b23ddt9036bd363653&amp;690"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 460px; height: 690px;" src="http://static4.photo.sina.com.cn/middle/6a5b23ddt9036bd363653&amp;690" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Superbook Application&lt;br /&gt;Key Point  Description&lt;br /&gt;Full name  Superbook iPhone® Application&lt;br /&gt;Current release  1.2.0&lt;br /&gt;Purpose  Standalone application for speedily looking up .tel domains and using touch-to-communicate to get connected.&lt;br /&gt;Key features  - View and navigate all publicly available .tel information quickly and with minimal data connectivity&lt;br /&gt;- Touch-to-communicate for all supported contact types&lt;br /&gt;- View locations of your friends with an embedded map&lt;br /&gt;Supported languages  English only&lt;br /&gt;Supported OS / Device  iPhone OS 2.0 and higher&lt;br /&gt;Programming  Requires Mac OS X® 10.5, XCode 3.1 and the iPhone SDK 2.0; written in Objective-C and C&lt;br /&gt;Download  900KB&lt;br /&gt;Source code  Available via SVN checkout, see Repository Browser.&lt;br /&gt;Install procedure  Download and install from the Apple App Store.&lt;br /&gt;Uninstall procedure  Standard&lt;br /&gt;Configuration  No additional configuration needed.&lt;br /&gt;Known Limitations  - Private information not supported.&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.telnic.org/images/Superbook-download.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 124px; height: 145px;" src="http://www.telnic.org/images/Superbook-download.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;a href="http://www.telnic.org/tools-iphone-superbook.html"&gt;http://www.telnic.org/tools-iphone-superbook.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-2787323945660747675?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/2787323945660747675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/09/dot-tel-superbook-for-iphone.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2787323945660747675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2787323945660747675'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/09/dot-tel-superbook-for-iphone.html' title='Dot Tel Superbook for iPhone'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-5917198779349247108</id><published>2010-09-20T10:23:00.000-07:00</published><updated>2010-09-20T10:24:03.107-07:00</updated><title type='text'>Telnic's beta version of Telchina.org is online</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.ccidcom.com/uploads/userup/1009/061554525118.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 1048px; height: 594px;" src="http://www.ccidcom.com/uploads/userup/1009/061554525118.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;.&lt;br /&gt;Telnic's beta version of Telchina.org is online:&lt;br /&gt;&lt;br /&gt;Despite all the disagreements, problems, failures and scandals in the domestic market, Telnic has created a website (beta status) for the Chinese market:&lt;br /&gt;&lt;br /&gt;Link to Telchina.org /. Tel Beta:&lt;br /&gt;&lt;a href="http://www.telchina.org/"&gt;http://www.telchina.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;. TEL 的 商务 应用&lt;br /&gt;&lt;br /&gt;Telchina.org website in the news:&lt;br /&gt;&lt;a href="http://www.ccidcom.com/html/hulianwang/201009/06-121126.html"&gt;http://www.ccidcom.com/html/hulianwang/201009/06-121126.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;--------&lt;br /&gt;&lt;br /&gt;Telnic's Beta-Version von Telchina.org ist online:&lt;br /&gt;&lt;br /&gt;Trotz allen Unstimmigkeiten, Problemen, Misserfolgen und Skandalen auf dem heimischen Markt, hat Telnic eine Webseite (Beta Status) für den chinesischen Markt gestaltet:&lt;br /&gt;&lt;br /&gt;Link zu Telchina.org / .Tel Beta::&lt;br /&gt;&lt;a href="http://www.telchina.org/"&gt;http://www.telchina.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;.TEL的商务应用&lt;br /&gt;&lt;br /&gt;Telchina.org Webseite in den Medien:&lt;br /&gt;&lt;a href="http://www.ccidcom.com/html/hulianwang/201009/06-121126.html"&gt;http://www.ccidcom.com/html/hulianwang/201009/06-121126.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;销售.TEL&lt;br /&gt;&lt;br /&gt;作为.tel　域名的注册运营商，Telnic 通过 ICANN 认证的注册商及其分销商网络独家分配.tel域名。&lt;br /&gt;&lt;br /&gt;如果您希望成为.tel 的注册商，分销.tel网络名片，请在此填写申请表格。同时，您也可以找到经 Telchina认证的.tel 注册商列表。&lt;br /&gt;&lt;br /&gt;作为.tel注册商，在营销活动中，您可以从Telnic 的推广和培训资源中受益。如果您有任何疑问或想拥有合作营销的机会，请通过registrar-team@telchina.org与我们联系。&lt;br /&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;若您需要联系相关业务负责人，请按照以下信息查询： &lt;/p&gt;&lt;br /&gt;			 &lt;ul&gt;&lt;br /&gt;               &lt;li&gt;&lt;strong&gt;CEO&lt;/strong&gt;：&lt;a href="http://Lucywang.tel" target="_blank"&gt;Lucywang.tel&lt;/a&gt;&lt;/li&gt;		 &lt;br /&gt;                 &lt;li&gt;&lt;strong&gt;COO&lt;/strong&gt;: &lt;a href="http://Liguanghao.tel"&gt;Liguanghao.tel&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;   &lt;br /&gt;			  &lt;li&gt; &lt;strong&gt;商务拓展总监&lt;/strong&gt;：&lt;a href="http://Kevinkong.tel"&gt;Kevinkong.tel&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;			   &lt;li&gt;&lt;strong&gt;市场总监&lt;/strong&gt;：&lt;a href="http://Celineyang.tel"&gt;Celineyang.tel&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;			   &lt;li&gt;&lt;strong&gt;注册商总监&lt;/strong&gt;：&lt;a href="http://Lihongrui.tel"&gt;Lihongrui.tel&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;			   &lt;li&gt;&lt;strong&gt;技术总监&lt;/strong&gt;：&lt;a href="http://Yangjun.tel"&gt;Yangjun.tel&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;			   &lt;li&gt;&lt;strong&gt;产品总监&lt;/strong&gt;：&lt;a href="http://Jethwang.tel"&gt;Jethwang.tel&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;               &lt;li&gt;&lt;strong&gt;客服高级经理&lt;/strong&gt;：&lt;a href="http://lizhenni.tel" target="_blank"&gt;lizhenni.tel&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;               &lt;/ul&gt;&lt;br /&gt;				&lt;br /&gt;Link:&lt;br /&gt;&lt;a href="http://www.telchina.org/contact.html"&gt;http://www.telchina.org/contact.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;新闻发布&lt;br /&gt;&lt;br /&gt;欧洲最具创新产品登陆中国 Tel区引爆沟通新趋势&lt;br /&gt;--通过整合联系方式和社交网络，Tel区帮助用户轻松构建网上信息和生活管理平台，且可以随时随地无缝访问&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;中国北京——2010年9月6日——创新的互联网服务提供商Tel 中国（www.telchina.org）今日宣布，在全球备受赞誉的.tel产品正式进入中国市场，中国广大个人及企业用户可以立刻构建自己的个性化特区，轻松享受便捷沟通和社交网络管理的新方式。&lt;br /&gt;&lt;br /&gt;.tel 由Telnic公司负责注册运营，在2009年初开始商用以来，屡获各项创新大奖，包括“欧洲e-Excellence大奖”、“英国IT行业大奖”、 “世界技术大奖”等。Tel中国将.tel引入中国，在保持原有产品优势的同时，针对中国用户进行了多项改进，以Tel区的产品名称来服务中国用户。&lt;br /&gt;&lt;br /&gt;作为一个全新的跨平台网络服务，Tel区一站式汇聚了用户的多种联系方式和社交网络，不仅能在Android、iPhone等主流移动互联终端上高速呈现，其天然的搜索引擎优化特性也能够大大提高用户在网上的知名度。此外，Tel区开通和管理极其简单，用户无需购买空间和建设网站就能迅速获得。&lt;br /&gt;&lt;br /&gt;“Tel 区提供了一种最为快速、简单，且性价比最高的信息传播和沟通方式。”Telnic公司首席执行官Khashayar Mahdavi先生表示：“在如今互联网日益发达的环境下，无论你是商务人士还是中小企业主，能让别人随时随地找到你变得日益重要。Tel区将联系方式和社交网络集成在用户名字的网址下，能够随时随地更新和管理，可以被包括手机在内的任何终端访问，在国外一经推出便得到了广大用户的高度认可。”&lt;br /&gt;&lt;br /&gt;Tel 中国首席执行官王晓菁女士表示：“我们很高兴在中国全面运营和推广.Tel，将这种世界上最创新、最先进的互联网沟通方式带给中国用户。中国的手机用户已经超过8亿，互联网用户也高达4.2亿，不断增加的通讯方式，日益复杂的社交网络，使得用户对于信息整合和社交圈管理的需求日益迫切，Tel区致力于帮助用户构建网上信息和生活管理平台，从而为用户的生活和工作带来无限便利和极大价值。”&lt;br /&gt;&lt;br /&gt;为了充分满足中国用户的需求，Tel 区已经开通个性皮肤等诸多个性化功能，更多特色功能将在未来逐步添加。现在，无论是个人还是企业用户，可以立即登录Tel中国的官方网站（www.telchina.org）或者通过Tel中国授权的代理商获得自己的Tel区。欲知更多有关Tel区的信息，请通过如下方式访问：&lt;br /&gt;&lt;br /&gt;Tel中国的官方网站：http://www.telchina.org &lt;br /&gt;Tel中国的官方博客：http://blog.sina.com.cn/telchina/telchina&lt;br /&gt;Tel中国的官方微博：http://t.sina.com.cn/telchina/telchina&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;如需更多信息，敬请联系：&lt;br /&gt;&lt;br /&gt;Tel中国                                                  &lt;br /&gt;联系人：杨晓颖                            &lt;br /&gt;电  话：010-85997136-606&lt;br /&gt;E-mail：celineyang@telchina.org   &lt;br /&gt;&lt;br /&gt;宣亚国际品牌管理顾问有限公司&lt;br /&gt;联系人：王艳红   &lt;br /&gt;电  话：010-85079448 &lt;br /&gt;E-mail:tina.wang@shunyagroup.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5 Responses to “Innovation and .tel in China”&lt;br /&gt;&lt;br /&gt;   1.&lt;br /&gt;      Mike Seaton says:&lt;br /&gt;      September 17, 2010 at 1:37 pm&lt;br /&gt;&lt;br /&gt;      That’s good news Justin – just the sort of high-profile boost that Dot Tel needs. Have tweeted about it to my followers.&lt;br /&gt;&lt;br /&gt;      &lt;br /&gt;   2.&lt;br /&gt;      Chris Vanderhorst says:&lt;br /&gt;      September 17, 2010 at 2:19 pm&lt;br /&gt;&lt;br /&gt;      Telnic is obviously in it for the long term. Continued acceptance globally while advancing internally is key. Absolutely fantastic news !&lt;br /&gt;     &lt;br /&gt;&lt;br /&gt;   3.&lt;br /&gt;      marco flaviani says:&lt;br /&gt;      September 17, 2010 at 2:55 pm&lt;br /&gt;&lt;br /&gt;      great news .tel wil be the future for movile e computers congratulations !&lt;br /&gt;      &lt;br /&gt;&lt;br /&gt;   4.&lt;br /&gt;      Russell Harper says:&lt;br /&gt;      September 17, 2010 at 8:53 pm&lt;br /&gt;&lt;br /&gt;      Glad to see .Tel is starting to get global recognition and support, especially from the likes of China. Looking forward to seeing future developments as they unfold….&lt;br /&gt;      &lt;br /&gt;&lt;br /&gt;   5.&lt;br /&gt;      Cees says:&lt;br /&gt;      September 18, 2010 at 9:47 pm&lt;br /&gt;&lt;br /&gt;      Nice positive news, I’ve celebrated by purchasing another China centric name, with a few more in mind.&lt;br /&gt;      &lt;br /&gt;.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-5917198779349247108?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/5917198779349247108/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/09/telnics-beta-version-of-telchinaorg-is.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5917198779349247108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5917198779349247108'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/09/telnics-beta-version-of-telchinaorg-is.html' title='Telnic&apos;s beta version of Telchina.org is online'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-2013027023756470040</id><published>2010-09-17T12:31:00.001-07:00</published><updated>2010-09-17T12:31:44.038-07:00</updated><title type='text'>Telnic's China Adventure: To become a laughing stock?</title><content type='html'>Telnic's China-Abenteuer&lt;br /&gt;&lt;br /&gt;Wie Telnic, die Registry für die Dot-Tel-Internet-Domain (.tel), in ihrem Blog verlauten liess, will sie den chinesischen Markt erobern.&lt;br /&gt;&lt;br /&gt;Wie will sie das bewerkstelligen, wenn sie bisher nicht einmal lokale Märkte erschliessen konnte.&lt;br /&gt;Jede Firma muss zuerst an lokalen Orten Prüfungen bestanden haben, und Erfolgreich gewesen sein, bevor sie International einen Erfolg anstrebt, und allenfalls verzeichnen kann.&lt;br /&gt;&lt;br /&gt;Weder erfolgreich in London oder Paris, will Telnic gleich den chinesischen Markt erobern....&lt;br /&gt;Das sind nicht gerade die besten Aussichten für einen Erfolg. Und auch angesichts der Vorgeschichte von Telnic: Bisher keine nennenswerten Vekaufserfolge. &lt;br /&gt;&lt;br /&gt;Was soll die Träumerei? Ist der Misserfolg schon wieder vorprogrammiert? Wie oft noch, will Telnic ins Fettnäpfchen treten. Vorprogrammierte Selbstverschuldungen, und demonstriete Unfähigkeit, versprochenes zu liefern: Angefangen, beim „Integrieren einer .Tel in eine andere Webseite, bis zum fehlgeschlagenen „Einpflegen von Kundenwerbung innerhalb einer Dot-Tel-Domain“. Alles beim ersten Anlauf fehlgeschlagen. Das Kundenwerbungprojekt, wurde schon gar nicht mehr weiterverfolgt, sondern einem Drittanbieter überlassen. Schliesslich, wurde dann, aber erst viel später, „Integrieren eine .Tel in eine andere Webseite“,   dann doch noch von Telnic selbst.  auf einen funktionsfähigen Stand gebracht. Telnics Hauptaufmerksamkeit, betreffend eigner Programme oder Software, etc., gilt der iPhone Applikation „My.Tel“, was ja auch offenbar zu gebrauchen ist. &lt;br /&gt;&lt;br /&gt;Im Bereich von Marketing, hat Telnic selber praktisch Nichts gemacht. Seit der Verhaftung ihres Haupt-Vizedirektors Fabien Chalandon, wurde es sehr still um Telnic. Es folgen quasi zwei Monate Schweigen. Und die Kommunity, wusste nicht, wies es denn weitergen soll, mit der .Tel.&lt;br /&gt;Es purzelten weiterhin ganze Lawinen von nicht mehr erneuerten .Tel-Domains.&lt;br /&gt;&lt;br /&gt;Nach mehr Misserfolgen, Lapsus und Faux-Pas, will nun Telnic China erobern...&lt;br /&gt;&lt;br /&gt;Unfähig, im Kleinen eine gute Figur abzugeben, riskiert Telnic mit seinem Vorstoss nach China, dass das Telnic-China-Abenteuer zu einer der grössten Lachnummer wird, in der Geschichte des Internets.&lt;br /&gt;&lt;br /&gt;Google Übersetzung in englisch:&lt;br /&gt;&lt;br /&gt;How Telnic, the registry for the dot-Tel Internet domain (. Tel), had announced in her blog will she conquer the Chinese market.&lt;br /&gt;&lt;br /&gt;How they will do that when they previously could not even open up local markets.&lt;br /&gt;Every company must have first existed as to local places examinations, and have been successful, before seeking an International success, and can list at most.&lt;br /&gt;&lt;br /&gt;Neither successful in London or Paris, Telnic will immediately conquer the Chinese market ....&lt;br /&gt;They are not exactly the best prospects for success. And given the history of Telnic: So far no significant Vekaufserfolge.&lt;br /&gt;&lt;br /&gt;What is the dream? Is the inevitable failure again? How many more, will enter Telnic put my foot. Preprogrammed own neglect, and demonstriete inability to deliver, promised: Starting with the 'Integrate a. Tel in another web site, to the failed "Entering from canvassing within a Dot-Tel-domain". All failed at the first attempt. The canvassing project, was pursued not matter at all, but left a third party. Finally, it was then, and only much later, "Integrate a. Tel in another website, but then still made by Telnic itself to a working state. Telnics main attention on his own programs or software, etc. is, the iPhone application "My.Tel", which is to be used, too obvious.&lt;br /&gt;&lt;br /&gt;In the field of marketing, Telnic himself has done virtually nothing. Since the arrest of the principal deputy director Fabien Chalandon, it was very quiet around Telnic. It followed almost two months silence. And the Kommunity, did not know it was going to weitergen pointed to load. Tel&lt;br /&gt;It tumbled further avalanches of all no longer renewed. Tel-Domains.&lt;br /&gt;&lt;br /&gt;After more failures, lapses and Faux Pas, now wants to conquer Telnic China ...&lt;br /&gt;&lt;br /&gt;Unable to make a good impression on a small scale, Telnic risked his foray into China, that the Telnic-China adventure is one of the biggest laughing stock in the history of the Internet.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-2013027023756470040?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/2013027023756470040/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/09/telnics-china-adventure-to-become.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2013027023756470040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2013027023756470040'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/09/telnics-china-adventure-to-become.html' title='Telnic&apos;s China Adventure: To become a laughing stock?'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-4519054228413892507</id><published>2010-09-03T05:23:00.001-07:00</published><updated>2010-09-03T05:23:42.798-07:00</updated><title type='text'>strategietel.pl</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TIB0ktJFJgI/AAAAAAAAE8I/ws6hE7iRFGI/s1600/strategietel01.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 261px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TIB0ktJFJgI/AAAAAAAAE8I/ws6hE7iRFGI/s400/strategietel01.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5512534117843281410" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Link:&lt;br /&gt;&lt;a href="http://www.strategietel.pl/"&gt;http://www.strategietel.pl/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-4519054228413892507?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/4519054228413892507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/09/strategietelpl.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4519054228413892507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4519054228413892507'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/09/strategietelpl.html' title='strategietel.pl'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_0CwEMUJ8OwQ/TIB0ktJFJgI/AAAAAAAAE8I/ws6hE7iRFGI/s72-c/strategietel01.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-6279551490903324849</id><published>2010-09-02T16:51:00.001-07:00</published><updated>2010-09-02T16:51:45.906-07:00</updated><title type='text'>Telnic co-founder Fabien Chalandon bailed out of jail, for 75'000 Euros</title><content type='html'>Publié le 13/07/2010  /  Le Point.fr&lt;br /&gt;&lt;br /&gt;The Court of Appeal of Paris has accepted the request for release of Fabien Chalandon, son of former Justice Minister Albin Chalandon, indicted for violating the law on games of chance, if a rule important bond, officials said a judicial source. The trial chamber of the Court of Appeal of Paris has accepted that sort of prison or under court supervision but must Fabien Chalandon previously able to pay a bail of 75,000 euros, the source said.&lt;br /&gt;&lt;br /&gt;In custody since July 1, Fabien Chalandon, 57, has served as technical consultant of the company Visionex, suspected of making internet terminals allowing illegal paris.&lt;br /&gt;He is suspected of having intervened with the Justice Minister, Michele Alliot-Marie, when the latter was Minister of the Interior to encourage the installation of Internet terminals. The manager of the company Visionex based in Nantes (Loire-Atlantique), Olivier Sigoignet, for his part, was indicted last May for "violation of the laws on gambling" and remanded.&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;&lt;a href="http://www.lepoint.fr/societe/forte-caution-pour-sortir-de-prison-pour-le-fils-de-l-ex-ministre-chalandon-13-07-2010-1214113_23.php"&gt;http://www.lepoint.fr/societe/forte-caution-pour-sortir-de-prison-pour-le-fils-de-l-ex-ministre-chalandon-13-07-2010-1214113_23.php&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-6279551490903324849?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/6279551490903324849/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/09/telnic-co-founder-fabien-chalandon.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6279551490903324849'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6279551490903324849'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/09/telnic-co-founder-fabien-chalandon.html' title='Telnic co-founder Fabien Chalandon bailed out of jail, for 75&apos;000 Euros'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-8907009591936409955</id><published>2010-09-02T02:26:00.001-07:00</published><updated>2010-09-02T02:26:32.441-07:00</updated><title type='text'>Telnic Vice Chairman Fabien Chalandon indicted and jailed</title><content type='html'>02.07.2010 / leparisien.fr&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.ciol.com/resources/UserFiles/Fabien200.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 261px;" src="http://www.ciol.com/resources/UserFiles/Fabien200.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;Quote Fabien Chaladon: ".tel is the biggest innovation in the Internet since the launch of .com."&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Fabien Chalandon, son of former Justice Minister Albin Chalandon, was indicted Thursday for violating the law on gambling and incarcerated. Technical Consultant Company Visionex, suspected of making internet terminals allowing illegal paris, man aged 57 was arrested and taken into custody late Tuesday morning in Paris at the premises of the Brigade of repression banditry (BRB).&lt;br /&gt;&lt;br /&gt;Paid up to € 10,000 per month for a year and a half Visionex society in exchange for his advice, Fabien Chalandon is suspected of having intervened with Michèle Alliot-Marie, when the latter was Minister of the Interior, to promote the installation of Internet terminals.&lt;br /&gt;&lt;br /&gt;During his hearing, Fabien Chalandon reportedly said "being deceived" about the use of these machines by Sigoignet Olivier, the manager of this company based in Nantes (Loire-Atlantique). He acknowledged that the terminals of actually housed illegal gambling. Machines on which players can "lose" fat.&lt;br /&gt;&lt;br /&gt;In an interview with Le Parisien, Aujourd'hui en France, son of former Minister of Justice had held that "Olivier Sigoignet underwent grossly unfair", saying even "a conspiracy hatched by several police departments in the balance of PMU and French games (JDF).&lt;br /&gt;&lt;br /&gt;INDICTED May 20 for "infringement on the law on games of chance," Olivier Sigoignet has since been remanded in custody.&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.leparisien.fr/faits-divers/visionex-fabien-chalandon-mis-en-examen-et-incarcere-02-07-2010-986774.php"&gt;http://www.leparisien.fr/faits-divers/visionex-fabien-chalandon-mis-en-examen-et-incarcere-02-07-2010-986774.php&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-8907009591936409955?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/8907009591936409955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/09/telnic-vice-chairman-fabien-chalandon.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8907009591936409955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8907009591936409955'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/09/telnic-vice-chairman-fabien-chalandon.html' title='Telnic Vice Chairman Fabien Chalandon indicted and jailed'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-6864574227196527716</id><published>2010-08-30T18:04:00.001-07:00</published><updated>2010-08-30T18:04:29.780-07:00</updated><title type='text'>dot-tel-domain.tel with new look</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/THxLd5iHz1I/AAAAAAAAE7Q/mpNwpA4LHFI/s1600/dottel-duck.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 140px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/THxLd5iHz1I/AAAAAAAAE7Q/mpNwpA4LHFI/s400/dottel-duck.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5511363021026873170" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Link:&lt;br /&gt;&lt;a href="http://dot-tel-domain.tel/"&gt;http://dot-tel-domain.tel/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-6864574227196527716?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/6864574227196527716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/08/dot-tel-domaintel-with-new-look.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6864574227196527716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6864574227196527716'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/08/dot-tel-domaintel-with-new-look.html' title='dot-tel-domain.tel with new look'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/THxLd5iHz1I/AAAAAAAAE7Q/mpNwpA4LHFI/s72-c/dottel-duck.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7257604785682387072</id><published>2010-08-30T15:39:00.001-07:00</published><updated>2010-08-30T15:39:23.919-07:00</updated><title type='text'>Why dottel?: Reach me, the exact me you were looking for!</title><content type='html'>If I had a nickel for every time I've missed an opportunity to get to know a good looking woman on a train because my email is hard to spell or my phone number is too long and random to remember, like the situation in this video, I'd be only slightly richer at this point in my life.  In all seriousness though, there is real value in controlling your online identity and providing one easy to remember/shortened mechanism for people to interact with the data that you want them to interact with online.  This is the entire premise behind the .tel top-level-domain (TLD) available to everyone via Telnic.  A little background as to why this is significant for me.  You see the unfortunate thing is this; I have a doppelgänger that lives in South Dakota.  I'm quite positive he's not my evil twin however when it comes to sorting out our identities on the Internet things get a little confusing.  The "other" Brent Kastner looks similar, likes technology, is a photographer, and loves to waterski.  All similar activities that one could mistake for my activities.  He also owns brentkastner.com; how that happened I'll never know.  This is precisely what I like about .tel.  With .tel I can assemble all of the stuff that is "mine" into one page about me along with my picture, bio, interests, and contact info.  This in turn will get picked up and indexed by search engines; hopefully above his.  Check and Mate other Brent Kastner; we meet again!&lt;br /&gt;&lt;br /&gt; Some details about my experience with it:&lt;br /&gt;&lt;br /&gt;In the span of about an hour yesterday I set up http://brentk.tel for my personal contact information and ramblings and http://brentkastner.tel for my professional contact information and business affiliations.  I registered my domains with name.com and used the .tel profile management tool to add relevant information about me into each domain.  Just like creating a regular domain on the Internet I did still need to wait about 24 hours before the DNS changes propagated to DNS servers in my area, but as of this morning it's all up and running fine.&lt;br /&gt;&lt;br /&gt;The above is cool, no question about it.  What really blew my hair back about this though was the seamless integration of my brentk.tel domain with google apps!  In about another 30 minutes I have mail, chat, voice, docs, and calendaring (to name a few apps) for me and up to 50 people that want a &lt;something&gt;@brentk.tel address...  For FREE!  For me, this takes the capabilities of the .tel concept to the next level of cool.  Now I can confidently use a google voice phone number (that isn't my actual cell phone number) as my "global" contact me phone number.  I can screen calls, emails, chats, etc all through my .tel email account hosted on google without fear of exposing myself to unwanted spam, cold calls, etc.&lt;br /&gt;&lt;br /&gt;Now, the next time I'm on a train I can confidently give brentk.tel for my contact info.  She'll be totally impressed!  I think I'll order some business cards, plain white, with just brentk.tel on it.  Think of this for a moment. Introductions can now be part intro, part research project :).&lt;br /&gt;&lt;br /&gt;My wishlist for additional capabilities:&lt;br /&gt;&lt;br /&gt;1.) I think it would be great to have a twitter widget that links with my account on my .tel page subject to the same privacy profiling that .tel does so well now.  I'd like to show in real-time whats happening in my world as I update it.&lt;br /&gt;2.) It would be awesome if friending features could be integrated with friending in say LinkedIn, Facebook, Ning networks, etc?  I'd really appreciate an integrated friends management approach vs. having to maintain a new separate list of friends.  &lt;br /&gt;3.) I'd like people without .tel accounts to request to see my information.  See point 2, even telfriends is a bit weak in this regard.&lt;br /&gt;4.) I'd like to be able to hang a blog off of blog.brentk.tel, create html content, or do other basic website related stuff here.  Envision a day when I don't need any personal site at all, just the stuff contained here.&lt;br /&gt;5.) I'd like to be able to "share" articles, websites, documents, anything available on the web via ShareThis, AddThis, or other sharing platforms directly to my .tel page&lt;br /&gt;&lt;br /&gt;-- &lt;br /&gt;~Brent Kastner&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;Business cards with Dot Tel name:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/THwiFhEQmSI/AAAAAAAAE7I/4ibAGwcz1qE/s1600/Murphy.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/THwiFhEQmSI/AAAAAAAAE7I/4ibAGwcz1qE/s400/Murphy.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5511317522165569826" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Latest business cards with dot tel name arrived from &lt;a href="http://goodprint.co.uk"&gt;http://goodprint.co.uk&lt;/a&gt;. Nice quality and service, as usual.&lt;br /&gt;&lt;br /&gt;-------------&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7257604785682387072?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7257604785682387072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/08/why-dottel-reach-me-exact-me-you-were.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7257604785682387072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7257604785682387072'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/08/why-dottel-reach-me-exact-me-you-were.html' title='Why dottel?: Reach me, the exact me you were looking for!'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/THwiFhEQmSI/AAAAAAAAE7I/4ibAGwcz1qE/s72-c/Murphy.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7057563762079513526</id><published>2010-08-29T05:41:00.000-07:00</published><updated>2010-08-29T05:42:09.971-07:00</updated><title type='text'>How to spice up your Dot Tel domain:</title><content type='html'>Here are the available templates, from which you can select:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.teldomaintel.com/images/telsucks/Template1.jpg" rel="nofollow" style="border-width: 0px; margin: 0px; padding: 0px; color: rgb(25, 81, 144); font-family: inherit; font-style: inherit; font-weight: inherit; outline-style: none; text-decoration: none; vertical-align: baseline;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;img alt="" src="http://www.teldomaintel.com/images/telsucks/Template1.jpg" style="border-width: 0px; margin: 0px; padding: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; max-width: 544px; outline-width: 0px; vertical-align: baseline;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.teldomaintel.com/images/telsucks/Template2.jpg" rel="nofollow" style="border-width: 0px; margin: 0px; padding: 0px; color: rgb(25, 81, 144); font-family: inherit; font-style: inherit; font-weight: inherit; outline-style: none; text-decoration: none; vertical-align: baseline;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;img alt="" src="http://www.teldomaintel.com/images/telsucks/Template2.jpg" style="border-width: 0px; margin: 0px; padding: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; max-width: 544px; outline-width: 0px; vertical-align: baseline;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.teldomaintel.com/images/telsucks/Template3.jpg" rel="nofollow" style="border-width: 0px; margin: 0px; padding: 0px; color: rgb(25, 81, 144); font-family: inherit; font-style: inherit; font-weight: inherit; outline-style: none; text-decoration: none; vertical-align: baseline;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;img alt="" src="http://www.teldomaintel.com/images/telsucks/Template3.jpg" style="border-width: 0px; margin: 0px; padding: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; max-width: 544px; outline-width: 0px; vertical-align: baseline;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.teldomaintel.com/images/telsucks/Template4.jpg" rel="nofollow" style="border-width: 0px; margin: 0px; padding: 0px; color: rgb(25, 81, 144); font-family: inherit; font-style: inherit; font-weight: inherit; outline-style: none; text-decoration: none; vertical-align: baseline;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;img alt="" src="http://www.teldomaintel.com/images/telsucks/Template4.jpg" style="border-width: 0px; margin: 0px; padding: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; max-width: 544px; outline-width: 0px; vertical-align: baseline;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.teldomaintel.com/images/telsucks/Template5.jpg" rel="nofollow" style="border-width: 0px; margin: 0px; padding: 0px; color: rgb(25, 81, 144); font-family: inherit; font-style: inherit; font-weight: inherit; outline-style: none; text-decoration: none; vertical-align: baseline;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;img alt="" src="http://www.teldomaintel.com/images/telsucks/Template5.jpg" style="border-width: 0px; margin: 0px; padding: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; max-width: 544px; outline-width: 0px; vertical-align: baseline;" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How to set colours for the header and background for Dot Tel domains, using the .tel control panel:&lt;br /&gt;&lt;br /&gt;When you are at your controll panel, respectively, dashboard, you go top left and click on the card "Design", and go from there. It is self explaining...&lt;br /&gt;&lt;div id="post_message_7976"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://www.toutpointtel.fr/wp-content/uploads/2010/03/onglet-apparence-tch.png" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Which brings you up this controll panel:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://www.toutpointtel.fr/wp-content/uploads/2010/03/couleurs-arriare-plan.png" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Select a colour space number (1, 2 or 3):&lt;br /&gt;&lt;br /&gt;The colour customising mini panel, that will pop up, looks like this:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://www.toutpointtel.fr/wp-content/uploads/2010/03/palette.png" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;In the vertical colour bar, you select a basic colour, for aditional fine tuning:&lt;br /&gt;&lt;br /&gt;Then (within the left window) you place the cross on the ring, and move the ring to the right area, that brings up the colour you wish to have. Your selected colour then shows in one of the two small windows, top right within the small controll panel. --&amp;gt; Save your colour choice, with the "save" button, bottom, right side.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To add a logo, you must go back to the main control panel.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://www.toutpointtel.fr/wp-content/uploads/2010/03/logo-cth-1.png" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;However, there are two tutorials. One in french, and another one in German (which will be continued):&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.) &lt;a href="http://www.toutpointtel.fr/index.php/2247/nouvelle-interface-tel-mode-d-emploi/" target="_blank"&gt;http://www.toutpointtel.fr/index.php...mode-d-emploi/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.tel-blog.de/domaingestaltung/das-neue-design-der-tel-seiten-ist-freigeschaltet/" target="_blank"&gt;http://www.tel-blog.de/domaingestalt...reigeschaltet/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;And this is what is possible to create, within the limits...:&lt;br /&gt;&lt;br /&gt;&lt;h3 class="post-title entry-title"&gt;&lt;br /&gt;&lt;a href="http://dottel.blogspot.com/2010/08/example-of-beautifully-designed-dot-tel.html"&gt;An Example of a Beautifully Designed Dot Tel Domain&lt;/a&gt;&lt;br /&gt;&lt;/h3&gt;&lt;br /&gt;&lt;div class="post-header-line-1"&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="post-body entry-content"&gt;&lt;br /&gt;We are all aware of the major design shortcomings of Dot Tel Domains. I, for example, will not use anything but the single colour Retro template. However, this Dot Tel Domain &lt;a href="http://organictea.tel/"&gt;organictea.tel&lt;/a&gt;, is an excellent example of what can be achieved. It's the best one I have seen yet. Click on the image to see it full size. I like the attention to detail, the rouge on the girls face is the same colour as part of the template. 10/10!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_KX78wF-anfQ/TGuNjMVag4I/AAAAAAAAALs/XkYzaYq3pi0/s1600/Alexander_Design.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_KX78wF-anfQ/TGuNjMVag4I/AAAAAAAAALs/XkYzaYq3pi0/s400/Alexander_Design.png" border="0" height="187" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="clear: both;"&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="post-footer"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And the following example is shown, if you prefer the "classic" template:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TEdc7vXr38I/AAAAAAAAEXc/R7b3q6GBoEo/s1600/ecycler2.jpg"&gt;&lt;img style="cursor: pointer; width: 400px; height: 380px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TEdc7vXr38I/AAAAAAAAEXc/R7b3q6GBoEo/s400/ecycler2.jpg" alt="" id="BLOGGER_PHOTO_ID_5496464051626827714" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7057563762079513526?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7057563762079513526/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/08/how-to-spice-up-your-dot-tel-domain.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7057563762079513526'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7057563762079513526'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/08/how-to-spice-up-your-dot-tel-domain.html' title='How to spice up your Dot Tel domain:'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_KX78wF-anfQ/TGuNjMVag4I/AAAAAAAAALs/XkYzaYq3pi0/s72-c/Alexander_Design.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-5924373235512934472</id><published>2010-07-27T09:17:00.001-07:00</published><updated>2010-07-27T09:17:43.062-07:00</updated><title type='text'>The Love Train</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Adding to the Dot Tel launch hoopla was the infamous Ben.tel video depicting two hormone-laden Brits fighting for the attention of an uptown blonde – all while riding an intercity train. The one who scribbled “Ben.tel” on the window with his opponent’s latte won the girl.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript" src="http://www.diffusion-tracker.com/includes/js/swfobject.js"&gt;&lt;/script&gt;&lt;script type="text/javascript" src="http://www.diffusion-tracker.com/embed/embed.js?a=sa&amp;amp;t=qmm&amp;amp;p=f"&gt;&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-5924373235512934472?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/5924373235512934472/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/07/love-train.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5924373235512934472'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5924373235512934472'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/07/love-train.html' title='The Love Train'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-1585614361203290476</id><published>2010-07-27T03:09:00.001-07:00</published><updated>2010-07-27T03:09:47.210-07:00</updated><title type='text'>Preselecting phone numbers: Calling from a mobile website integrated .Tel sub domain, via a main .Tel domain. Prior to calling, watch a slide show.</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TE6Nttwio4I/AAAAAAAAEbg/0AJ4zSewRtE/s1600/icon_ideas.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 90px; height: 90px;" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TE6Nttwio4I/AAAAAAAAEbg/0AJ4zSewRtE/s1600/icon_ideas.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;def&gt;&lt;br /&gt;The basic idea:&lt;br /&gt;&lt;br /&gt;Viewing a related slide show, prior to making a phone call. Something like this (App.: "Ting!"):&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://symbianfoundation.files.wordpress.com/2010/01/ting_screenshot.gif?w=240&amp;h=320"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 240px; height: 320px;" src="http://symbianfoundation.files.wordpress.com/2010/01/ting_screenshot.gif?w=240&amp;h=320" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Going from the "Ting!" concept, I suggest the following idea, for a preselect phone dialing:&lt;br /&gt;&lt;br /&gt;1.) A Dot Tel domain.&lt;br /&gt;&lt;br /&gt;2.) A mobile website.&lt;br /&gt;&lt;br /&gt;On that mobile website you have the following:&lt;br /&gt;&lt;br /&gt;3.) A slide show, about yourself or your company.&lt;br /&gt;&lt;br /&gt;4.) A integrated Dot Tel sub domain which only displays your phone number and email:&lt;br /&gt;&lt;br /&gt;(This would better be a sub domain, for economic reasons, as you will want have more contact information on your main Dot Tel domain.)&lt;br /&gt;&lt;br /&gt;Conclusion:&lt;br /&gt;&lt;br /&gt;Before dialing a number, the potential contact person, can learn a bit more about your company ("mycompany").&lt;br /&gt;&lt;br /&gt;Basically, you only provide your phone numbers, on such mobile websites, with a slide show, each, and don't only publish a single phone number on a .Tel.&lt;br /&gt;&lt;br /&gt;Because you have a integrated Dot Tel page, in a website, you can do "click to call", from that website.&lt;br /&gt;&lt;br /&gt;So, instead of providing a phone link, you would be providing a web link ("Go To my phone number") to a mobile website, that has a mini slide show, providing some specific info about the owner of the phone number, which you might want to contact. This info, will make your decision, weather to call, or not, a hole lot easier.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Can you see, where I am going?...&lt;br /&gt;&lt;br /&gt;The smartest thing, would be, to create a mobile website with contact info, as well as a  integrated short slide show about you or your company, and have a link going to it, from your Dot Tel domain, instead of providing single phone number links on a Dot Tel domain.&lt;br /&gt;&lt;br /&gt;On that mobile website, you would integrate a sub domain of that Dot Tel domain.&lt;br /&gt;&lt;br /&gt;Does it sound complicated?:&lt;br /&gt;Well, here is a mind map:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Link to mind map:&lt;/span&gt;&lt;br /&gt;&lt;a href="http://bubbl.us/view.php?sid=701414&amp;amp;pw=ya5GnofBhbpYAMjJlWUw4Wm0zWHpWbw"&gt;http://bubbl.us/view.php?sid=701414&amp;amp;pw=ya5GnofBhbpYAMjJlWUw4Wm0zWHpWbw&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;www.mycompany.com/mobile&lt;br /&gt;includes:&lt;br /&gt;&lt;br /&gt;www.subdomain.mycompany.tel&lt;br /&gt;(from where you can "click to call"),&lt;br /&gt;as well as a&lt;br /&gt;&lt;br /&gt;mini slideshow about "mycompany" (which you look at, before you decide to make a call).&lt;br /&gt;&lt;br /&gt;The call, is two clicks away, as you click on the link to the (other) mobile website, and from there, you click on the phone number, which is a link on the displayed .Tel sub domain of the .Tel domain, from where you started navigating.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;.&lt;/def&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-1585614361203290476?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/1585614361203290476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/07/preselecting-phone-numbers-calling-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/1585614361203290476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/1585614361203290476'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/07/preselecting-phone-numbers-calling-from.html' title='Preselecting phone numbers: Calling from a mobile website integrated .Tel sub domain, via a main .Tel domain. Prior to calling, watch a slide show.'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TE6Nttwio4I/AAAAAAAAEbg/0AJ4zSewRtE/s72-c/icon_ideas.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-6523016424940318471</id><published>2010-07-26T04:32:00.001-07:00</published><updated>2010-07-26T04:32:59.152-07:00</updated><title type='text'>Click to Call concepts</title><content type='html'>Here is a idea:&lt;br /&gt;&lt;br /&gt;1.) Dot Tel web page.&lt;br /&gt;&lt;br /&gt;2,) Link to Lady Nastya: nastya.russiangirls.tel&lt;br /&gt;&lt;br /&gt;3.) Link goes to picture with click to call option, smilar to the concept of "Ting!"&lt;br /&gt;&lt;br /&gt;    But my idea, might enable people to decide, if they want to make a call, or not:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://symbianfoundation.files.wordpress.com/2010/01/ting_screenshot.gif?w=240&amp;h=320"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 240px; height: 320px;" src="http://symbianfoundation.files.wordpress.com/2010/01/ting_screenshot.gif?w=240&amp;h=320" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;"Ting!" shows a full screen slideshow of a caller’s pictures during incoming calls. So  the caller can assign to a particular contact several (or at least one) photos. And when this person calls the user can enjoy full screen photos of the contact. &lt;br /&gt;&lt;br /&gt;Actually there are apps that act as a full screen caller on the market, but they mostly show just one picture. I assume that the ability to see several contact’s pictures during incoming call at once brings some fun and personalization to Symbian devices.&lt;br /&gt;&lt;br /&gt;The application is written in Symbian C++ and consists of 2 parts: service and UI. Service is hidden and used to catch incoming calls, get incoming call number and check if it is added to the application database. If it is in the database, the application starts the slideshow with predefined pictures. The UI part is used to communicate with the application database and manage contacts.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Where to get the app?:&lt;br /&gt;&lt;br /&gt;The most exciting thing in making mobile app is ability to use telephony functions and improve user experience in using mobile phone. This has led a developer to "Ting!", being recently launched. More of "Ting!" below.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://symbianfoundation.files.wordpress.com/2010/01/ting.png?w=204&amp;h=204"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 203px; height: 203px;" src="http://symbianfoundation.files.wordpress.com/2010/01/ting.png?w=204&amp;h=204" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;At the same time the developer has realized, that since he is an independent developer and do most of the work himself, so there is no sense in trying to work with all possible mobile operating systems. In his situation, the only way to succeed as a mobile software vendor is to concentrate on one operating system and to do my best, developing high quality products for this platform. As you may expect he has chosen Symbian, since it is the only operating system which gives him as a developer deep access to telephony and device functions and at the same time gives him as a software vendor access to a really huge audience.&lt;br /&gt;&lt;br /&gt;He was lucky enough to realize early that software development is the most easy task in selling product. What really takes most  of your time is application promotion.&lt;br /&gt;&lt;br /&gt;Implementing license manager, getting publisher id, signing, getting agreements with distributors, etc. That’s why his first product was partly aimed at building essential distribution relations like Handango, Ovi Store, Nokia Download, local Nokia stores here in Russia, etc. But at the same time it was a serious product called Blacklist Mobile which is very successful at the moment.&lt;br /&gt;&lt;br /&gt;While working on Blacklist Mobile and it’s modification Whitelist Mobile, he had managed to gather all the telephony-based functionality you can gather using S60 APIs (including some Nokia’s partnering API’s). After that, he started to think how to use this in his next products. And how to use it in a product that can be targeted at  a wide audience that has entertainment value. That’s how the idea of Ting! came to his head.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Read more, about "Ting!":&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blog.symbian.org/2010/01/25/4463/"&gt;http://blog.symbian.org/2010/01/25/4463/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;"Ting!" blog:&lt;br /&gt;&lt;a href="http://dtarasov.ru/ting.html"&gt;http://dtarasov.ru/ting.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-6523016424940318471?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/6523016424940318471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/07/click-to-call-concepts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6523016424940318471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6523016424940318471'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/07/click-to-call-concepts.html' title='Click to Call concepts'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-6105237965403005272</id><published>2010-07-25T06:43:00.000-07:00</published><updated>2010-07-25T06:44:09.252-07:00</updated><title type='text'>.Tel in eine gleichlautende .Mobi einbinden</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://c2.ac-images.myspacecdn.com/images02/134/m_708a2358e9894f45b5b1c22c74bc7701.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 170px; height: 150px;" src="http://c2.ac-images.myspacecdn.com/images02/134/m_708a2358e9894f45b5b1c22c74bc7701.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Soeben habe ich eine neue Theorie ausgedacht, bei dem man eine .Tel-Businesskarte in eine gleichlautende .Mobi Handywebsite einbinden kann:&lt;br /&gt;Die Kosten für das Einrichten und Unterhalten einer .Mobi Domain, wären somit so tief wie nur möglich, und das kann man als Laie selber bewerkstelligen.&lt;br /&gt;Der .Mobi benutzer bekommt dann eine .Tel-Website zu sehen.&lt;br /&gt;Der Benutzer wählt eher eine .Mobi, weil ihm diese Domain bereits vertraut ist. Da das Redirekting auf eine .Tel zur Zeit technisch nicht möglich ist (weil man keinen eigenen Host hat), wäre hiermit ein Problem schon gelöst.&lt;br /&gt;Siehe auch die Diskussion:&lt;br /&gt;&lt;a href="http://www.toutpointtel.fr/forum/viewtopic.php?f=5&amp;t=222"&gt;http://www.toutpointtel.fr/forum/viewtopic.php?f=5&amp;t=222&lt;/a&gt;&lt;br /&gt;Fazit: So schnell, einfach und kostengünstig, hat noch Niemand eine .Mobi Webseite erstellt und online eingestellt. &lt;br /&gt;&lt;br /&gt;Es macht nun auf einmal viel Sinn, .Tel und .Mobi Domains zu registrieren (vorzugsweise, paarweise, mit je einer anderen Domain-Suffix .mobi/.tel).&lt;br /&gt;&lt;br /&gt;In anderen Worten, heisst das, dass man viel Traffic auf seine .Tel-Data erhalten kann, aber nicht auf seine .Tel-Domain selbst. Was auch nicht allzu schlimm ist.&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-6105237965403005272?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/6105237965403005272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/07/tel-in-eine-gleichlautende-mobi.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6105237965403005272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6105237965403005272'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/07/tel-in-eine-gleichlautende-mobi.html' title='.Tel in eine gleichlautende .Mobi einbinden'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-1656197381509396909</id><published>2010-07-22T14:16:00.001-07:00</published><updated>2010-07-22T14:16:58.986-07:00</updated><title type='text'>Integrate .TEL into your Website using iFrames</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Since the release of .Tel last year, many people have asked "what can I do with my .Tel name"? There are many great ways youmcan use it, but here's a new development that got me excited.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;Telnic recently released a string of code to easily integrate .Tel on your website using iFrames.  &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;An iFrame tag (eg. &amp;lt;iframe&amp;gt; ) defines an inline frame that contains another document.&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;The code is EXTREMELY easy to incorporate and took me less than 2 minutes to setup (no joke) on my personal website which uses a modified WordPress blog template.&amp;nbsp; &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Take a look&lt;o:p&gt;: &lt;/o:p&gt;&lt;a href="http://www.ramifilms.com/contact/"&gt;http://ramifilms.com/contact&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;span class="mt-enclosure mt-enclosure-image" style="display: inline;"&gt;&lt;img alt="ramifilms85.png" src="http://blog.webnames.ca/images/ramifilms85.png" class="mt-image-center" style="margin: 0pt auto 20px; text-align: center; display: block;" width="396" height="372" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;By integrating your .Tel name into your website you can effectively change your contact information simply by updating your .TEL. Once it is setup, you just login to your .TEL interface and make changes to your contact information and you are done. &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;Picture a company with 100 employees who each use a .Tel name. By integrating all their Tel names on one website, you can easily build an online directory that is independently updated by a 100 different individuals.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;Can't picture it? Here's an example of a small &lt;a href="http://www.webnameswb.ca/trial/5210B423DD144DABA0D74374D11EE405/"&gt;.Tel directory embedded into a Webnames.ca WebBuilder site&lt;/a&gt;. &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: Arial;"&gt;To embed your .TEL into your website, just follow Telnic's easy &lt;o:p&gt;&lt;/o:p&gt;integration &lt;a href="http://telnic.org/tools-website-integration.html"&gt;instructions:http://telnic.org/tools-website-integration.html.&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;Source:&lt;br /&gt;&lt;a href="http://blog.webnames.ca/tel/"&gt;http://blog.webnames.ca/tel/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-1656197381509396909?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/1656197381509396909/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/07/integrate-tel-into-your-website-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/1656197381509396909'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/1656197381509396909'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/07/integrate-tel-into-your-website-using.html' title='Integrate .TEL into your Website using iFrames'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7240004830101569117</id><published>2010-07-21T14:41:00.001-07:00</published><updated>2010-07-21T14:41:43.587-07:00</updated><title type='text'>.tel of the Week: ecycler.tel</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TEdc7vXr38I/AAAAAAAAEXc/R7b3q6GBoEo/s1600/ecycler2.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 380px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TEdc7vXr38I/AAAAAAAAEXc/R7b3q6GBoEo/s400/ecycler2.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5496464051626827714" /&gt;&lt;/a&gt;&lt;br /&gt;To demonstrate the functionality and what can be achieved with a .tel domain, Telnic will be selecting examples, which it will promote on this page. We are primarily interested in .tels that are helpful, well-populated and discover innovative ways to keep in touch.&lt;br /&gt;&lt;br /&gt;This page will feature a new .tel domain each week. Please note that ".tel of the week" is not sponsored by any .tel domain owner, and is based exclusively on arbitrary choice of Telnic as the registry operator. If you would like your .tel to be featured on our site, please write on our forum. Not all submitted domains will be featured. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.tel domain: &lt;a href="http://ecycler.tel/"&gt;ecycler.tel&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Description: – innovative recycling business&lt;br /&gt;&lt;br /&gt;Link: &lt;a href="http://ecycler.tel/"&gt;http://ecycler.tel/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7240004830101569117?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7240004830101569117/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/07/tel-of-week-ecyclertel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7240004830101569117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7240004830101569117'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/07/tel-of-week-ecyclertel.html' title='.tel of the Week: ecycler.tel'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_0CwEMUJ8OwQ/TEdc7vXr38I/AAAAAAAAEXc/R7b3q6GBoEo/s72-c/ecycler2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-796649137660683075</id><published>2010-07-21T12:50:00.001-07:00</published><updated>2010-07-21T12:50:25.632-07:00</updated><title type='text'>A dotTEL business card image can be saved for linkage from your website!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.nametag.me/qrbiz.php?n=&amp;c=&amp;z=1&amp;y=tbc1&amp;f=p&amp;t1=YOUR%20COMPANY&amp;tf=imprisha&amp;tc=purple&amp;t2=www.yourcompany.tel&amp;nf=goudos&amp;nc=black&amp;bt=&amp;bf=arial&amp;bc=teal&amp;random=563356644"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 191px;" src="http://www.nametag.me/qrbiz.php?n=&amp;c=&amp;z=1&amp;y=tbc1&amp;f=p&amp;t1=YOUR%20COMPANY&amp;tf=imprisha&amp;tc=purple&amp;t2=www.yourcompany.tel&amp;nf=goudos&amp;nc=black&amp;bt=&amp;bf=arial&amp;bc=teal&amp;random=563356644" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;A dotTEL business card image can be saved for linkage from your website!&lt;br /&gt;Print one off, read it on your cell phone, let it dial your number. &lt;a href="http://www.mobile-barcodes.com/qr-code-software/"&gt;QRCode Readers here.&lt;/a&gt;&lt;br /&gt;Learn more about QR codes in this &lt;a href="http://www.youtube.com/watch?v=2vS3R2u7sXA"&gt;video&lt;/a&gt;.&lt;br /&gt;Zazzle.com will &lt;a href="http://www.zazzle.com/knowledgeprobe"&gt;print and ship unique QR Code .tel business cards&lt;/a&gt;.&lt;br /&gt;Online form:&lt;br /&gt;Link:&lt;br /&gt;&lt;a href="http://www.nametag.me/qr-code-dot-tel-business-cards.php?y=tbc1&amp;t1=YOUR%20COMPANY&amp;t2=www.yourcompany.tel&amp;f=p&amp;tf=imprisha&amp;tc=purple&amp;m=1"&gt;http://www.nametag.me/qr-code-dot-tel-business-cards.php?y=tbc1&amp;t1=YOUR%20COMPANY&amp;t2=www.yourcompany.tel&amp;f=p&amp;tf=imprisha&amp;tc=purple&amp;m=1&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-796649137660683075?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/796649137660683075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/07/dottel-business-card-image-can-be-saved.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/796649137660683075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/796649137660683075'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/07/dottel-business-card-image-can-be-saved.html' title='A dotTEL business card image can be saved for linkage from your website!'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-2379445939454578434</id><published>2010-07-20T07:13:00.001-07:00</published><updated>2010-07-20T07:13:55.741-07:00</updated><title type='text'>Summary of available Dot Tel contact info icons</title><content type='html'>Link:&lt;br /&gt;&lt;a href="http://d0.webproxy.nic.tel/desktop/images/default/icons.png"&gt;http://d0.webproxy.nic.tel/desktop/images/default/icons.png&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-2379445939454578434?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/2379445939454578434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/07/summary-of-available-dot-tel-contact.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2379445939454578434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2379445939454578434'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/07/summary-of-available-dot-tel-contact.html' title='Summary of available Dot Tel contact info icons'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-3861042223205420243</id><published>2010-07-19T11:52:00.001-07:00</published><updated>2010-07-19T11:52:51.591-07:00</updated><title type='text'>Converting from Dot Mobi to Dot Tel: Mobile users tell their story</title><content type='html'>&lt;def&gt;&lt;br /&gt;I guess it has been about 3 years ago I started working with the mobi domains. For my windshield repair business, it seemed like a natural fit. After all if you’re out on the road and you get a chip on your windshield, you could get the information you need on your cell phone.&lt;br /&gt;&lt;br /&gt;I knew though, that there was one weakness to the mobi domain; it was a website that could be set up with a sub-page written for mobile devices. Some examples of an alternative way to create mobile content would be, ”m.example.com” or “example.com/mobile”.&lt;br /&gt;&lt;br /&gt;As I see it, another problem was a host that would provide the program to meet mobi specs. Besides being limited at best, I was faced with either a good price and limited ability, or a high price. To solve the problem, I found an open source that cost nothing as long as I provided the storage. The storage wasn’t an issue as I have 40 gigabyte of storage through my company’s website host, not to mention several hundred gigabyte of bandwidth each month. When you consider, that by mobi specs, a page is limited to 20 kilobytes of data, using my existing host for storage wouldn’t be an issue.&lt;br /&gt;&lt;br /&gt;As time has progressed, cell phones have gotten better and can handle a lot more data. This I believe has had an effect on mobi, because the restrictive requirements aren’t needed for the newer smart phones. As a result earlier this year, dot mobi was sold. Based on what I’ve read about the reason for the sale and all of the above issues, this showed me that storm clouds were forming.&lt;br /&gt;&lt;br /&gt;Dot tel, another domain, also is a way to provide mobile content at a competitive price. Shortly after the dot tell domains were opened for sale to the public I purchased a dot tel for my windshield repair business and have seen my business grow due to customers using it on their cell phones.&lt;br /&gt;&lt;br /&gt;Since the mobi sale, on several occasions I found a portion of all 3 mobi sites I have, didn’t function properly. On every occasion I had to go in and fix code that mysteriously had changed. While I know that the change of ownership of the domain had nothing to do with the code problems, it appears there are more issues.&lt;br /&gt;&lt;br /&gt;Recently I received notice that the open source provider of the mobile program would soon be charging for the service. That in itself wouldn’t be a problem, the price being charged is. How ridiculously high? Well consider that the storage and bandwidth is a very small fraction of what I use for a conventional website. Yet the cost to keep my mobi sites up would be nearly 2 ½ times what I pay for my conventional website.&lt;br /&gt;&lt;br /&gt;Okay, the question then becomes what should I do with WipeOutMS.mobi. Moving that material to WipeOutMS.tel was one option. Placing the material on OnCell411.tel another site I own that is dedicated to providing information while out on the road was a second choice. I had placed MS information on the mobi version of that website.&lt;br /&gt;&lt;br /&gt;After thinking it over I decided to merge the information on WipeOutMS.mobi with OnCell411.mobi and put it on OnCell411.tel. Doing this I believe will create more awareness of multiple sclerosis (MS) and help the cause. A second reason is that to get to MS events you need to travel, and this website is designed for travel.&lt;br /&gt;&lt;br /&gt;So what becomes of the old mobi domains? Well I’ve pointed OnCell411.mobi at OnCell411.tel, so if you use OnCell411.mobi you will end up at the new website. WipeOutMS.mobi is another story, efforts to redirect that domain with the current registrar has failed. A transfer to another registrar is taking place which will give me total control of the domain. I expect that to be completed by the coming weekend. Finally when I tested the new website with ready mobi it scored a 4, which means it will still load on most cell phones.&lt;br /&gt;&lt;br /&gt;OnCell411.tel is still under development so if you have a problem please let me know. My hope is that this project will bring more MS awareness and more support to find a cure to Wipe Out MS-like diseases like polio has been.&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;&lt;a href="http://www.wipeoutms.com/blog/_archives/2010/6/28/4565478.html"&gt;http://www.wipeoutms.com/blog/_archives/2010/6/28/4565478.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-3861042223205420243?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/3861042223205420243/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/07/converting-from-dot-mobi-to-dot-tel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3861042223205420243'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3861042223205420243'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/07/converting-from-dot-mobi-to-dot-tel.html' title='Converting from Dot Mobi to Dot Tel: Mobile users tell their story'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-5704359345234728977</id><published>2010-06-27T01:34:00.001-07:00</published><updated>2010-06-27T01:34:47.897-07:00</updated><title type='text'></title><content type='html'>&lt;object width="640" height="385"&gt;&lt;param name="movie" value="http://www.youtube.com/v/bj5JKTmKX4I&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/bj5JKTmKX4I&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-5704359345234728977?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/5704359345234728977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/06/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5704359345234728977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/5704359345234728977'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/06/blog-post.html' title=''/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-3712368811972570495</id><published>2010-06-24T08:13:00.001-07:00</published><updated>2010-06-24T08:13:15.707-07:00</updated><title type='text'>dialaroom.tel on Mobile Phones!</title><content type='html'>&lt;def&gt;&lt;br /&gt;&lt;span style="font-size: large;"&gt; Select Country&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://dialaroomdottel.co.uk/images/iphone.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://dialaroomdottel.co.uk/images/iphone.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-size: large;"&gt;Select County&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dialaroomdottel.co.uk/images/iphone2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://dialaroomdottel.co.uk/images/iphone2.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: large;"&gt;Select Village, Town or City&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dialaroomdottel.co.uk/images/iphone3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://dialaroomdottel.co.uk/images/iphone3.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: large;"&gt;Select a room in a house or hotel&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dialaroomdottel.co.uk/images/iphone4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://dialaroomdottel.co.uk/images/iphone4.png" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-3712368811972570495?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/3712368811972570495/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/06/dialaroomtel-on-mobile-phones.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3712368811972570495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3712368811972570495'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/06/dialaroomtel-on-mobile-phones.html' title='dialaroom.tel on Mobile Phones!'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-2870194631292058786</id><published>2010-06-24T06:57:00.001-07:00</published><updated>2010-06-24T06:57:23.286-07:00</updated><title type='text'>Dot Tel directories booming: here are some fine examples: www.tuxpan.tel and www.talfen.tel, and mayo.tel</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TCM7CrkhLUI/AAAAAAAAEWA/samvmXMd5Ws/s1600/tuxpan.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="250" src="http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TCM7CrkhLUI/AAAAAAAAEWA/samvmXMd5Ws/s400/tuxpan.jpg" width="400" /&gt;&lt;/a&gt;&lt;a href="http://talfen.net/images/header_A_1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://talfen.net/images/header_A_1.png" /&gt;&lt;/a&gt;&lt;a href="http://www.mayotoday.ie/wp-content/uploads/2010/02/mayo.tel-logo1.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://www.mayotoday.ie/wp-content/uploads/2010/02/mayo.tel-logo1.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-2870194631292058786?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/2870194631292058786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/06/dot-tel-directories-booming-here-are.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2870194631292058786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2870194631292058786'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/06/dot-tel-directories-booming-here-are.html' title='Dot Tel directories booming: here are some fine examples: www.tuxpan.tel and www.talfen.tel, and mayo.tel'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_0CwEMUJ8OwQ/TCM7CrkhLUI/AAAAAAAAEWA/samvmXMd5Ws/s72-c/tuxpan.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-3484083912432116388</id><published>2010-06-24T01:07:00.001-07:00</published><updated>2010-06-24T01:07:22.650-07:00</updated><title type='text'>How to save time and money for seller and potential client, by communicating via a Dot Tel name</title><content type='html'>About Dot Tel has a new and interesting article, a week ago, which I just discovered, at:&lt;br /&gt;&lt;br /&gt;http://www.aboutdottel.com/drive-by-dot-telling/&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;"Wednesday, June 16th, 2010&lt;br /&gt;&lt;br /&gt;When you drive by a For Lease or For Rent sign on a commercial property you may be lucky to make a note of the realtor or the phone number. If you do get one of those, you’re going to contact the realtor and ask the follwoing things: what’s the square footage and what’s price per square foot.&lt;br /&gt;&lt;br /&gt;So now you’ve found out it’s 8000 square feet and it’s $60 a square foot. Too big and way too expensive! So you’ve wasted your time and you’ve wasted the realtor’s time.&lt;br /&gt;&lt;br /&gt;If, on the other hand, the only thing on the sign was the dot tel name, the realtor would have a prequalified lead when phone rang. “How” you ask?&lt;br /&gt;&lt;br /&gt;If you add the price, the square footage and links to the pictures in to the .tel, the customer just has to type the .tel name into their smart phone and in an instant all the key information they need to know is available.&lt;br /&gt;&lt;br /&gt;When they “click to call” on the realtor’s phone number that is also available in the .tel, the realtor is getting an interested party on the end of the line not just an information inquiry.&lt;br /&gt;&lt;br /&gt;So commercial realtors everywhere – heed my call: Put dot tel on your For Lease and For Rent signs – you’ll thank me for it." End of quote.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How I understand the idea:&lt;br /&gt;&lt;br /&gt;1.) &lt;br /&gt;A advert (offline advert) shows well visible, a Dot Tel name, for contacting.&lt;br /&gt;&lt;br /&gt;2.)&lt;br /&gt;The potential client looks up the .tel address from his computer browser, respectively, in his smart phone.&lt;br /&gt;&lt;br /&gt;3.) &lt;br /&gt;The relevant Dot Tel domain already shows the most relevant information, such as size/volume/square meters, and the price for leasing/renting or for buying. &lt;br /&gt;And offers links, to look at more pictures/photographs of the item/object.&lt;br /&gt;&lt;br /&gt;4.)&lt;br /&gt;So, then the client is able to decide, if he wants to contact the seller / company that set up the advert/offer. And he can contact him directly by selecting the sellers phone number, clicking, to make a call.&lt;br /&gt;&lt;br /&gt;Conclusion:&lt;br /&gt;If you have things, cars, boats, houses for rent or for sale, etc., you should publish the related Dot Tel name, for potential clients to finding more information about the advert.&lt;br /&gt;&lt;br /&gt;Which means also, that you save money on printed adverts, because you don't need to publish a lot of information, nor pictures, which are both costly.&lt;br /&gt;&lt;br /&gt;You set up this specific Dot Tel domain, just the one item (or a few more). And you could still use that Dot Tel domain for other future sale offers, if the Dot Tel name is a general one.&lt;br /&gt;Which means, that you don't have to register a new Dot Tel domain, every time.&lt;br /&gt;&lt;br /&gt;Again:&lt;br /&gt;&lt;br /&gt;1.) You set up a Dot Tel domain, or you have a existing Dot Tel domain, where you place a advert, or put a lot of information that is related to a offline-advert, which is showing that Dot Tel domain name.&lt;br /&gt;&lt;br /&gt;2.) &lt;br /&gt;You set up a offline-advert, where you show well visible a related Dot Tel domain name, for getting more information, and for contacting the seller.&lt;br /&gt;&lt;br /&gt;3.)&lt;br /&gt;This option allows the potential client to save money, by not having to make a phone call, at first, or never.&lt;br /&gt;&lt;br /&gt;Further, more, if he likes the information he sees on his smart phone, he can continue reading it at home, on his laptop or PC, which is cheaper, again, than using the mobile device.&lt;br /&gt;Nevertheless, looking up a Dot Tel domain, is cheaper, than looking up a heavy weight, and heavy loaded website.&lt;br /&gt;&lt;br /&gt;Final conclusion:&lt;br /&gt;You, as well as your potential client saves time and money, and can perhaps, make a mutual agreement on a sales contract / deal (seller and buyer):&lt;br /&gt;&lt;br /&gt;You save time, on the phone, as well as advert costs.&lt;br /&gt;&lt;br /&gt;The potential client saves his time and money, for saving a phone call, and for being able to select and decide easier, because he can find all relevant information online.&lt;br /&gt;(He does not have to make a phone call, and note the info on a note paper.)&lt;br /&gt;&lt;br /&gt;Link to mind map:&lt;br /&gt;&lt;a href="http://bubbl.us/view.php?sid=679030&amp;pw=ya5GnofBhbpYAMjJ1djhnOVhDWWhFcw"&gt;http://bubbl.us/view.php?sid=679030&amp;pw=ya5GnofBhbpYAMjJ1djhnOVhDWWhFcw&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Mind map:&lt;br /&gt;&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="450" height="340" id="bblviewer"&gt; &lt;param name="movie" value="http://bubbl.us/sys/view.swf?sid=679030&amp;pw=ya5GnofBhbpYAMjJ1djhnOVhDWWhFcw" /&gt;&lt;param name="quality" value="high" /&gt;&lt;param name="SeamlessTabbing" value="false" /&gt;&lt;param name="AllowScriptAccess" value="always" /&gt;&lt;param name="FlashVars" value="_sid=679030&amp;_title=Dot%20Tel%20for%20sellers&amp;_z=75&amp;_pw=ya5GnofBhbpYAMjJ1djhnOVhDWWhFcw" /&gt;&lt;embed src="http://bubbl.us/sys/view.swf?sid=679030&amp;pw=ya5GnofBhbpYAMjJ1djhnOVhDWWhFcw" FlashVars="_sid=679030&amp;_title=Dot%20Tel%20for%20sellers&amp;_z=75&amp;_pw=ya5GnofBhbpYAMjJ1djhnOVhDWWhFcw" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="340" allowscriptaccess="always" SeamlessTabbing="false" name="bblviewer"&gt;&lt;/embed&gt; &lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-3484083912432116388?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/3484083912432116388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/06/how-to-save-time-and-money-for-seller.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3484083912432116388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3484083912432116388'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/06/how-to-save-time-and-money-for-seller.html' title='How to save time and money for seller and potential client, by communicating via a Dot Tel name'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7820976518551361125</id><published>2010-05-19T14:54:00.001-07:00</published><updated>2010-05-19T14:54:37.470-07:00</updated><title type='text'>Symsource releases its first Android application, for award-winning .tel names</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.symsource.com/images/abt.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://www.symsource.com/images/abt.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Symsource Limited, the mobile engineering experts behind some of today’s most widely used applications, has announced the release of the My.tel application running on the Android platform.&lt;br /&gt;&lt;br /&gt;Developed on behalf of Telnic Limited (http://telnic.tel) - which created the award-winning communications-focused .tel names - Symsource’s My.tel for Android management app allows users to manage their .tel contact information in real time. The application developed by Symsource supports Android OS 1.5 and is oriented to popular devices from HTC and other providers.&lt;br /&gt;&lt;br /&gt;Gareth Jehu, Director of Operations at Telnic, commented: “Telnic has been impressed by Symsource's professional approach to product development, competitive pricing and their ability to meet our expectations within tight cost and quality constraints. These attributes have enabled us to move quickly and launch the .tel client into the Android marketplace at a time when market share for the Android operating platform is gaining rapid momentum."&lt;br /&gt;&lt;br /&gt;Omid Rezvani, CEO of Symsource (http://symsource.tel), said: “We are delighted to be part of the .tel names ecosystem. The management application we have developed gives Android users the power to manage their instant mobile presence, enabling contacts to find them as soon as contact information, location and keywords have been published. Our app allows users to benefit from Telnic’s innovative technology, which reduces the cost of downloading data from the mobile web and significantly increases the speed of accessing real-time information. This is critical for smart phone users.”&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;&lt;a href="http://www.sourcewire.com/releases/rel_display.php?relid=mgiTT"&gt;http://www.sourcewire.com/releases/rel_display.php?relid=mgiTT&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.symsource.com/"&gt;&lt;br /&gt;http://www.symsource.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7820976518551361125?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7820976518551361125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/05/symsource-releases-its-first-android.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7820976518551361125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7820976518551361125'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/05/symsource-releases-its-first-android.html' title='Symsource releases its first Android application, for award-winning .tel names'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-4385052677363568605</id><published>2010-05-16T12:40:00.003-07:00</published><updated>2010-05-19T12:24:40.038-07:00</updated><title type='text'>Dot Tel Sale May 2010</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://ez4uguru.com/DWSales/images/LimitSpec.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://ez4uguru.com/DWSales/images/LimitSpec.gif" /&gt;&lt;/a&gt;&lt;/div&gt;Contact:&lt;br /&gt;Alexander Schiesser&lt;br /&gt;schiesser@2wire.ch&lt;br /&gt;&lt;br /&gt;Prices in Euros.&lt;br /&gt;&lt;br /&gt;First come, first serve.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;cashgame.tel 160&lt;br /&gt;cashgamer.tel 160&lt;br /&gt;cashgames.tel 160&lt;br /&gt;casinogamer.tel 160&lt;br /&gt;casinogaming.tel 160&lt;br /&gt;casinomobi.tel 80&lt;br /&gt;dialaescort.tel 160&lt;br /&gt;&lt;br /&gt;dottelplaza.tel 80&lt;br /&gt;&lt;br /&gt;eco-coffee.tel 160&lt;br /&gt;eco-commerce.tel 160&lt;br /&gt;eco-cottage.tel 160&lt;br /&gt;eco-home.tel 160&lt;br /&gt;eco-homes.tel 160&lt;br /&gt;eco-tea.tel 160&lt;br /&gt;ecocoating.tel 160&lt;br /&gt;ecocoffee.tel 260&lt;br /&gt;ecocommerce.tel 180&lt;br /&gt;ecocompliance.tel 180&lt;br /&gt;ecocompliant.tel 180&lt;br /&gt;ecoconform.tel 180&lt;br /&gt;ecocottage.tel 180&lt;br /&gt;ecodynamic.tel 160&lt;br /&gt;ecodynamics.tel 180&lt;br /&gt;ecoenterprise.tel 260&lt;br /&gt;ecofashion.tel 180&lt;br /&gt;ecofinance.tel 180&lt;br /&gt;ecoheating.tel 180&lt;br /&gt;ecokid.tel 180&lt;br /&gt;ecokids.tel 180&lt;br /&gt;ecopaint.tel 180&lt;br /&gt;ecopainting.tel 180&lt;br /&gt;ecopaints.tel 180&lt;br /&gt;ecopaper.tel 260&lt;br /&gt;ecopartners.tel 260&lt;br /&gt;ecopet.tel 260&lt;br /&gt;ecoservice.tel 260&lt;br /&gt;ecoshopping.tel 260&lt;br /&gt;ecosocial.tel 160&lt;br /&gt;ecotea.tel 260&lt;br /&gt;green-home.tel 160&lt;br /&gt;green-homes.tel 260&lt;br /&gt;green-hotels.tel 180&lt;br /&gt;greencompliance.tel 180&lt;br /&gt;greencompliant.tel 180&lt;br /&gt;greenprofessionals.tel 260&lt;br /&gt;greentax.tel 360&lt;br /&gt;mobilegamer.tel 240&lt;br /&gt;rushpoker.tel 240&lt;br /&gt;schweizerhof.tel 240&lt;br /&gt;strawbale.tel 240&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-4385052677363568605?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/4385052677363568605/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/05/dot-tel-sale-may-2010.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4385052677363568605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4385052677363568605'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/05/dot-tel-sale-may-2010.html' title='Dot Tel Sale May 2010'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-6064377025953640099</id><published>2010-05-16T12:40:00.001-07:00</published><updated>2010-05-16T12:40:00.112-07:00</updated><title type='text'></title><content type='html'>Contact:&lt;br /&gt;Alexander Schiesser&lt;br /&gt;schiesser@2wire.ch&lt;br /&gt;&lt;br /&gt;Prices in Euros.&lt;br /&gt;&lt;br /&gt;First come, first serve.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;cashgame.tel 160&lt;br /&gt;cashgamer.tel 160&lt;br /&gt;cashgames.tel 160&lt;br /&gt;casinogamer.tel 160&lt;br /&gt;casinogaming.tel 160&lt;br /&gt;casinomobi.tel 80&lt;br /&gt;dialaescort.tel 160&lt;br /&gt;&lt;br /&gt;dottelplaza.tel 80&lt;br /&gt;&lt;br /&gt;eco-coffee.tel 160&lt;br /&gt;eco-commerce.tel 160&lt;br /&gt;eco-cottage.tel 160&lt;br /&gt;eco-home.tel 160&lt;br /&gt;eco-homes.tel 160&lt;br /&gt;eco-tea.tel 160&lt;br /&gt;ecocoating.tel 160&lt;br /&gt;ecocoffee.tel 260&lt;br /&gt;ecocommerce.tel 180&lt;br /&gt;ecocompliance.tel 180&lt;br /&gt;ecocompliant.tel 180&lt;br /&gt;ecoconform.tel 180&lt;br /&gt;ecocottage.tel 180&lt;br /&gt;ecodynamic.tel 160&lt;br /&gt;ecodynamics.tel 180&lt;br /&gt;ecoenterprise.tel 260&lt;br /&gt;ecofashion.tel 180&lt;br /&gt;ecofinance.tel 180&lt;br /&gt;ecoheating.tel 180&lt;br /&gt;ecokid.tel 180&lt;br /&gt;ecokids.tel 180&lt;br /&gt;ecopaint.tel 180&lt;br /&gt;ecopainting.tel 180&lt;br /&gt;ecopaints.tel 180&lt;br /&gt;ecopaper.tel 260&lt;br /&gt;ecopartners.tel 260&lt;br /&gt;ecopet.tel 260&lt;br /&gt;ecoservice.tel 260&lt;br /&gt;ecoshopping.tel 260&lt;br /&gt;ecosocial.tel 160&lt;br /&gt;ecotea.tel 260&lt;br /&gt;green-home.tel 160&lt;br /&gt;green-homes.tel 260&lt;br /&gt;green-hotels.tel 180&lt;br /&gt;greencompliance.tel 180&lt;br /&gt;greencompliant.tel 180&lt;br /&gt;greenprofessionals.tel 260&lt;br /&gt;greentax.tel 360&lt;br /&gt;mobilegamer.tel 240&lt;br /&gt;rushpoker.tel 240&lt;br /&gt;schweizerhof.tel 240&lt;br /&gt;strawbale.tel 240&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-6064377025953640099?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/6064377025953640099/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/05/contact-alexander-schiesser.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6064377025953640099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/6064377025953640099'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/05/contact-alexander-schiesser.html' title=''/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-8930725216615977344</id><published>2010-05-08T16:42:00.001-07:00</published><updated>2010-05-08T16:42:46.559-07:00</updated><title type='text'>Why .tel?</title><content type='html'>&lt;def _moz-userdefined=""&gt;&lt;br /&gt;&lt;object height="300" width="400"&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4022836&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" /&gt;&lt;embed src="http://vimeo.com/moogaloop.swf?clip_id=4022836&amp;amp;server=vimeo.com&amp;amp;show_title=0&amp;amp;show_byline=0&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/def&gt;&lt;br /&gt;&lt;a href="http://vimeo.com/4022836"&gt;Domainvestors.tv - Why .tel?&lt;/a&gt; from &lt;a href="http://vimeo.com/dninvesting"&gt;Domainvestor&lt;/a&gt; on &lt;a href="http://vimeo.com/"&gt;Vimeo&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In this video I discuss the reasons why I think .tel domains could be a good investment. While .tel may never be successful in the Domaining world, I have reason to believe this will be a success in the business world.&lt;br /&gt;&lt;br /&gt;.tel is the first time I have seen Domainers close their mind to a new idea so quickly. I think the reason for this is simple – .tel is not a TLD for Domainers. We are oftentimes afraid of what we do not know, or what we do not understand. Look at Alexander Graham Bell – when he first invented the telephone many people were terrified of the new device. It is easy to be afraid of what we do not understand, but closing your mind might only cause you miss-out on an incredible opportunity.&lt;br /&gt;&lt;br /&gt;I share some great quotes from a recent post by Kevin Jackson of &lt;a href="http://www.ebusinessdomains.com/domainblog/domain-tlds/tel-reveals-that-domainers-are-not-necessarily-business-minded-people/"&gt;ebusinessdomains.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Along with my own thoughts on .tel I have included an on-screen demo of how to configure your .tel domain as well as an example of a strong application for .tel – &lt;a href="http://www.ebusinessdomains.com/domainblog/domain-tlds/tel-reveals-that-domainers-are-not-necessarily-business-minded-people/"&gt;cancel.tel&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-8930725216615977344?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/8930725216615977344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/05/why-tel.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8930725216615977344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8930725216615977344'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/05/why-tel.html' title='Why .tel?'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-2952583365698443208</id><published>2010-04-15T10:44:00.001-07:00</published><updated>2010-04-15T10:44:57.173-07:00</updated><title type='text'></title><content type='html'>&lt;span style="font-size: large;"&gt;How to set colours for the header and background for Dot Tel domains, using the .tel control panel:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When you are at your controll panel, respectively, dashboard, you go top left and click on the card "Design", and go from there. It is self explaining...&lt;br /&gt;&lt;div id="post_message_7976"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://www.toutpointtel.fr/wp-content/uploads/2010/03/onglet-apparence-tch.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Which brings you up this controll panel:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://www.toutpointtel.fr/wp-content/uploads/2010/03/couleurs-arriare-plan.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Select a colour space number (1, 2 or 3):&lt;br /&gt;&lt;br /&gt;The colour customising mini panel, that will pop up, looks like this:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://www.toutpointtel.fr/wp-content/uploads/2010/03/palette.png" /&gt;&lt;br /&gt;&lt;br /&gt;In the vertical colour bar, you select a basic colour, for aditional fine tuning:&lt;br /&gt;&lt;br /&gt;Then (within the left window) you place the cross on the ring, and move the ring to the right area, that brings up the colour you wish to have. Your selected colour then shows in one of the two small windows, top right within the small controll panel. --&amp;gt; Save your colour choice, with the "save" button, bottom, right side.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To add a logo, you must go back to the main controll panel.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://www.toutpointtel.fr/wp-content/uploads/2010/03/logo-cth-1.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;However, there are two tutorials. One in french, and another one in German (which will be continued):&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.) &lt;a href="http://www.toutpointtel.fr/index.php/2247/nouvelle-interface-tel-mode-d-emploi/" target="_blank"&gt;http://www.toutpointtel.fr/index.php...mode-d-emploi/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.) &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.tel-blog.de/domaingestaltung/das-neue-design-der-tel-seiten-ist-freigeschaltet/" target="_blank"&gt;http://www.tel-blog.de/domaingestalt...reigeschaltet/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-2952583365698443208?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/2952583365698443208/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/04/how-to-set-colours-for-header-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2952583365698443208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2952583365698443208'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/04/how-to-set-colours-for-header-and.html' title=''/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-3148774980044201133</id><published>2010-04-15T08:25:00.001-07:00</published><updated>2010-04-15T08:25:28.376-07:00</updated><title type='text'></title><content type='html'>&lt;div class="smallfont"&gt;&lt;b&gt;For making your perfect .tel logo: www.picnik.com&lt;/b&gt;&lt;/div&gt;&lt;hr size="1" style="background-color: #1f1a52; color: #1f1a52;" /&gt;&lt;br /&gt;&lt;div id="post_message_8069"&gt;&lt;br /&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: purple;"&gt;Dot Tel Logo Management&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://telhosting.1api.net/g2/shared/img/logo-telnic.gif" /&gt;..........&lt;span style="font-size: x-large;"&gt;&lt;span style="color: purple;"&gt;with&lt;/span&gt;&lt;/span&gt;&lt;img alt="" border="0" src="http://lazybytes.com/wp-content/uploads/2009/10/picnik-logo-post.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre id="line130"&gt;&lt;/pre&gt;&lt;span style="font-size: large;"&gt;For making your perfect .tel logo: &lt;a href="http://www.picnik.com/" target="_blank"&gt;www.picnik.com&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;Two examples of a Dot Tel domain, made with Picnik.com:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.kapstadt.tel/" target="_blank"&gt;www.kapstadt.tel&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.cw-service.tel/" target="_blank"&gt;www.cw-service.tel&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Free! No registration required.&lt;br /&gt;&lt;br /&gt;For making your perfect .tel logo: &lt;a href="http://www.picnik.com/" target="_blank"&gt;www.picnik.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;It's fast, easy, and fun.&lt;br /&gt;&lt;br /&gt;What is Picnik?:&lt;br /&gt;&lt;br /&gt;Picnik is a fast, fun, easy to use and powerful set of photo editing tools for editing, sharing and printing images using any internet browser on any computer platform. Picnik is integrated with a wide variety of websites like Picasa Web Albums, Facebook, Flickr, Yahoo! Mail and Photobucket. With Picnik, you can edit your photos wherever they are from wherever you are.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;FAQ's:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.picnik.com/app#/home/faq" target="_blank"&gt;http://www.picnik.com/app#/home/faq&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;&lt;br /&gt;Photo editing made fun:&lt;br /&gt;&lt;br /&gt;Picnik makes your photos fabulous with easy to use yet powerful editing tools. Tweak to your heart’s content, then get creative with oodles of effects, fonts, shapes, and frames. &lt;br /&gt;&lt;br /&gt;# Fix your photos in just one click&lt;br /&gt;&lt;br /&gt;# Use advanced controls to fine-tune your results&lt;br /&gt;&lt;br /&gt;# Crop, resize, and rotate in real-time&lt;br /&gt;&lt;br /&gt;# Tons of special effects, from artsy to fun&lt;br /&gt;&lt;br /&gt;# Astoundingly fast, right in your browser&lt;br /&gt;&lt;br /&gt;# Awesome fonts and top-quality type tool&lt;br /&gt;&lt;br /&gt;# Basketfuls of shapes from hand-picked designers&lt;br /&gt;&lt;br /&gt;# Works on Mac, Windows, and Linux&lt;br /&gt;&lt;br /&gt;# No download required, nothing to install&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Click to grab your photos from where you store them:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* Picasa Web Albums&lt;br /&gt;&lt;br /&gt;* Flickr&lt;br /&gt;&lt;br /&gt;* Facebook&lt;br /&gt;&lt;br /&gt;* Photobucket&lt;br /&gt;&lt;br /&gt;* MySpace&lt;br /&gt;&lt;br /&gt;* Webshots&lt;br /&gt;&lt;br /&gt;* Webs&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;...or your computer!&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://cdn.picnik.com/graphics/picnik_screenshots.jpg?rel=20100412165703" /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-3148774980044201133?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/3148774980044201133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/04/for-making-your-perfect.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3148774980044201133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3148774980044201133'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/04/for-making-your-perfect.html' title=''/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-3836763968557665681</id><published>2010-04-15T04:55:00.001-07:00</published><updated>2010-04-15T04:55:26.830-07:00</updated><title type='text'></title><content type='html'>.tel Website Integration.&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;&lt;a href="http://telnic.org/tools-website-integration.html"&gt;http://telnic.org/tools-website-integration.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Quickly create a "Contact Us" web page from your .tel.&lt;br /&gt;&lt;br /&gt;Use a simple iFrame to embed your .tel into your website with Telnic's hosted service. Use parameters to control the display of information, see below.&lt;br /&gt;Key Benefits&lt;br /&gt;&lt;br /&gt;* Click to Connect with integrated contact details&lt;br /&gt;* Brand your .tel data to match your website&lt;br /&gt;* Update contact details in real time without editing your main site&lt;br /&gt;* Manage emergency contacts in time of crisis&lt;br /&gt;* Switch between .tel profiles to update your contact details&lt;br /&gt;&lt;br /&gt;To embed your .tel into your webpage quickly and easily, simply add this snippet to your web page (include "&lt;" at the beginning, an "&gt;" at  the end...).&lt;br /&gt;&lt;br /&gt;iframe src="http://hosted.telnic.org/cgi-bin/contact/contact.cgi?domain=yourname.tel" width="600" height="500" /&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe height="500" src="http://hosted.telnic.org/cgi-bin/contact/contact.cgi?domain=yourname.tel" width="600"&gt;&amp;amp;lt;p&amp;amp;gt;&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; &amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; Test results:&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; http://thedailyonliner.blogspot.com/&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; &amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; To adjust the display of the .tel information, adjust the following parameters:&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; &amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * domain - The .tel domain to display ("yourname.tel" in the example)&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * no-text - Set to 1 to hide TXT records&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * no-naptr - Set to 1 to hide the contact records&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * no-ntn - Set to 1 to hide links to your sub-folders&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * no-loc - Set to 1 to hide the location record&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * no-keywords - Set to 1 to hide the keywords&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * no-icons - Set to 1 to hide the icons&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * no-domain-name - Set to 1 to hide the domain name (title)&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * no-photo - Set to 1 to hide the photo&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * map - Set to 1 to show a Google map next to the location record (no effect if no-loc = 1)&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * popout-links - Set to 1 to launch Go To links in a new browser window (0 launches them within Contact Us)&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; * css - The path to the stylesheet to use, for example:&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; http://hosted.telnic.org/cgi-bin/con...h.com/your.css&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; &amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; You can use ampersands or semicolons to separate arguments, for example:&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; http://hosted.telnic.org/cgi-bin/con...;no-keywords=1&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; http://hosted.telnic.org/cgi-bin/con...&amp;amp;amp;amp;amp;no-keywords=1&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; &amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; .&amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;gt; &amp;amp;lt;/p&amp;amp;gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;Test results:&lt;br /&gt;&lt;a href="http://thedailyonliner.blogspot.com/"&gt;http://thedailyonliner.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To adjust the display of the .tel information, adjust the following parameters:&lt;br /&gt;&lt;br /&gt;* domain - The .tel domain to display ("yourname.tel" in the example)&lt;br /&gt;* no-text - Set to 1 to hide TXT records&lt;br /&gt;* no-naptr - Set to 1 to hide the contact records&lt;br /&gt;* no-ntn - Set to 1 to hide links to your sub-folders&lt;br /&gt;* no-loc - Set to 1 to hide the location record&lt;br /&gt;* no-keywords - Set to 1 to hide the keywords&lt;br /&gt;* no-icons - Set to 1 to hide the icons&lt;br /&gt;* no-domain-name - Set to 1 to hide the domain name (title)&lt;br /&gt;* no-photo - Set to 1 to hide the photo&lt;br /&gt;* map - Set to 1 to show a Google map next to the location record (no effect if no-loc = 1)&lt;br /&gt;* popout-links - Set to 1 to launch Go To links in a new browser window (0 launches them within Contact Us)&lt;br /&gt;* css - The path to the stylesheet to use, for example:&lt;br /&gt;http://hosted.telnic.org/cgi-bin/con...h.com/your.css&lt;br /&gt;&lt;br /&gt;You can use ampersands or semicolons to separate arguments, for example:&lt;br /&gt;http://hosted.telnic.org/cgi-bin/con...;no-keywords=1&lt;br /&gt;http://hosted.telnic.org/cgi-bin/con...&amp;no-keywords=1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-3836763968557665681?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/3836763968557665681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/04/blog-post_15.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3836763968557665681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3836763968557665681'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/04/blog-post_15.html' title=''/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-7781151952906033119</id><published>2010-04-14T13:55:00.001-07:00</published><updated>2010-04-14T13:55:14.702-07:00</updated><title type='text'></title><content type='html'>&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="entry-asset asset" id="entry-2101"&gt;&lt;div class="asset-header"&gt;&lt;h1 class="asset-name"&gt;&lt;span style="font-size: small;"&gt;Monetizing your .TEL Domain Name with Google AdSense&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/h1&gt;&lt;div class="asset-meta"&gt;&lt;span class="byline" style="font-size: small;"&gt;         By Matt on April 13, 2010  2:03 PM&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="asset-content"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="asset-body"&gt;&lt;div align="left"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;An Illustrated Guide to Setting up AdSense for your .TEL&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;If like many of us, you invested in a few .TEL names that you hope to sell one day, you might have been interested in Telnic's announcement that from the beginning of April, they would be supporting &lt;a href="https://www.google.com/adsense/"&gt;Google AdSense&lt;/a&gt;. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Google AdSense is the program that pays you to put mini-ads on your web site. While AdSense has several models, AdSense for Content examines the content of your web site (or .TEL) and matches applicable ads to the content. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;For our trial, we took one of our .TEL names, &lt;a href="http://soccer.tel/"&gt;soccer.tel&lt;/a&gt; and hooked in AdSense for Content in three easy steps:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Create an AdSense account&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Create an "AdSense for Content" ad unit&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Setup the .TEL to display the ads&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;I'm going to skip over the creating an AdSense account section as it's a simple process of visiting &lt;a href="http://www.google.com/adsense"&gt;www.google.com/adsense&lt;/a&gt; and following the sign up process. Instead, I'm going to insert a small but important step, which is getting your .TEL content-ready.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;AdSense for Content works on the content of your .TEL, so you need to ensure there's some content there. Fortunately my son and his friend are avid soccer fans and agreed to take over the management and population of content for the .TEL. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Over the past few days they've put together a great resource, tying in:&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Twitter: &lt;a href="http://twitter.com/SoccerDotTel"&gt;http://twitter.com/SoccerDotTel&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Facebook: &lt;a href="http://www.facebook.com/soccer.tel"&gt;http://www.facebook.com/soccer.tel&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;A&amp;nbsp;blog: &lt;a href="http://soccerdottel.blogspot.com/"&gt;http://soccerdottel.blogspot.com/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;All are promoting &lt;a href="http://soccer.tel/"&gt;soccer.tel&lt;/a&gt; and are driving traffic to it.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;So with some content in our .TEL and an AdSense account created, we're ready to create some ads.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Create an AdSense for Content Ad Unit&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Login to your AdSense Account and with the AdSense Setup tab selected, click AdSense for content to start the wizard.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;For the first ad, leave the default Ad Type set to "Ad unit: Text and image ads (default)". Click the Continue button.&lt;/span&gt;&lt;br /&gt;&lt;span class="mt-enclosure mt-enclosure-image" style="display: inline; font-size: small;"&gt;&lt;img alt="adsense-for-dot-tel-01.png" class="mt-image-none" height="368" src="http://blog.webnames.ca/images/adsense-for-dot-tel-01.png" width="450" /&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: small; line-height: 115%;"&gt;&lt;v:shapetype _moz-userdefined="" coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f"&gt;&lt;span style="color: black;"&gt; &lt;/span&gt;&lt;/v:shapetype&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;The 'Choose Ad Format and Colors' step requires a change. In the Format section, select 250x250 Square from the drop down. The Colors, Fonts, Corner Styles and More options sections can be left as default. Click the Continue button.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt; &lt;span class="mt-enclosure mt-enclosure-image" style="display: inline; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span class="mt-enclosure mt-enclosure-image" style="display: inline; font-size: small;"&gt;&lt;img alt="adsense-for-dot-tel-02.png" class="mt-image-none" height="380" src="http://blog.webnames.ca/images/adsense-for-dot-tel-02.png" width="450" /&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;The 'Choose Ad Channels' step can be skipped over by clicking the Continue button. Channels allow more detailed tracking of your ad performance but this is an advanced topic and not required to get up and running.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;On the 'Save and Get Ad Code' you can name your AdSense unit name. You can leave the default name and click the Submit and Get Code button to create your ad.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="mt-enclosure mt-enclosure-image" style="display: inline; font-size: small;"&gt;&lt;img alt="adsense-for-dot-tel-03.png" class="mt-image-none" height="302" src="http://blog.webnames.ca/images/adsense-for-dot-tel-03.png" width="450" /&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;The final screen of the wizard confirms creation of the AdSense unit. A notice advices that Changes may not appear for up to 10 minutes. The screen also provides an area that contains a code snippet, but this is not needed when you are going to use AdSense with a .TEL. Click the Manage Ads link below the AdSense Setup tab.&lt;/span&gt;&lt;br /&gt;&lt;span class="mt-enclosure mt-enclosure-image" style="display: inline; font-size: small;"&gt;&lt;img alt="adsense-for-dot-tel-04.png" class="mt-image-none" height="339" src="http://blog.webnames.ca/images/adsense-for-dot-tel-04.png" width="450" /&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp; &lt;br /&gt;The Manage Ads screen displays a list of active AdSense units. You can use this screen to edit the ad but for the moment we are interested in two references; the Ad Code and Publisher ID.&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;The Ad Code is the grey text number in parenthesis immediately below the AdSense unit name in the list of ad units. &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;The Publisher ID can always be found in the top right of the screen below your login details.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span class="mt-enclosure mt-enclosure-image" style="display: inline; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span class="mt-enclosure mt-enclosure-image" style="display: inline; font-size: small;"&gt;&lt;img alt="adsense-for-dot-tel-05.png" class="mt-image-none" height="306" src="http://blog.webnames.ca/images/adsense-for-dot-tel-05.png" width="450" /&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Copy these two numbers or open a new web browser window for TelHosting, so that you can easily copy the codes from AdSense to TelHosting.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Setup a .TEL to Display AdSense Ads&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Waiting a few moments before you start setting up the .TEL is a good idea to give Google the 10 minutes it needs to process the ad. If the ad isn't set up by the time you add it to the .TEL, you will see a Page Cannot be Displayed error in the space where you would expect to see the ad. You don't need to do anything, and the ad will start to be displayed once its ready.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Log into your TelHosting account where you manage your .TEL name. If you have more than one .TEL name, remember to select the correct one from the dropdown list in the top right corner.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Click the "Settings" link at the top of the TelHosting screen and then select "Google AdSense Setup" from the left hand menu. If the AdSense link isn't visible in the Edit Settings popup you will need to contact your provider to activate it. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Copy and paste the Publisher ID and Avert ID - 1 into the appropriate boxes and click the Save button. &lt;br /&gt;&lt;/span&gt; &lt;span class="mt-enclosure mt-enclosure-image" style="display: inline; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;span class="mt-enclosure mt-enclosure-image" style="display: inline; font-size: small;"&gt;&lt;img alt="adsense-for-dot-tel-06.png" class="mt-image-none" height="447" src="http://blog.webnames.ca/images/adsense-for-dot-tel-06.png" width="450" /&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;That's it. You have now added an &lt;a href="https://www.google.com/adsense/login/en_US/"&gt;AdSense&lt;/a&gt; ad to your .TEL name. Enter the .TEL name in a browser to see the results. As an example, see &lt;a href="http://soccer.tel/"&gt;http://soccer.tel&lt;/a&gt;. If the ad doesn't show up immediately, don't worry. Remember it can take a few minutes for your .TEL to update and Google AdSense needs up to 10 minutes to process the ad request.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Depending on the content of your .TEL, you should notice that the ads are closely matched. Sometimes the ads don't appear to be directly related to the nature of your content, but if you examine the words in your content, you should be able to determine why an ad is showing up. The more unambiguous your content, the more closely the ads will match your .TEL. AdSense also takes into account your browsing history and the ads&amp;nbsp;it has served to you on other sites, so this can be a factor too.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Once you've added your first ad you can go back and create a second AdSense for Content unit. &lt;a href="http://soccer.tel/"&gt;http://soccer.tel&lt;/a&gt; has two units. The first is a "Text and images ads" like the one created above. The second is an "Images ads" unit which only displays image ads. No matter what type you choose, you must always select the size 250x250, otherwise the content will not fit properly on your .TEL.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Try refreshing the page at &lt;a href="http://soccer.tel/"&gt;http://soccer.tel&lt;/a&gt; a few times. You'll notice that sometimes it displays a set of text ads together with an image ad and sometimes it displays two image ads. Clicking an AdSense ad opens the destination site in the same window, so visitors will navigate away from your site, but you make a few cents every time someone clicks an ad. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;You can test out your .TEL ad, but don't be expect to make money every time you click. Google monitors and tracks where the clicks are coming from to determine what is a real clickthough and what isn't. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Note that depending on how much information you provided when you created your AdSense account, you may be required to provide additional information, including tax details before Google can release payment for your account. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;We were delighted to see that within the first hour of setting up the ad we were already starting to make money and in the hours that followed, the Total Estimated Earnings continued to rise. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;If you've registered a .TEL name, whatever you do, don't just let it sit there. AdSense is a great way to pay for the renewal and make a little profit or pay for a few more .TEL names for your portfolio. Developing the .TEL and submitting it to the search engines, gets you on the path to better page ranking and traffic. Over the past year, we've continually seen .TEL names make the first page of the major search engines and in a number of cases, the Google Pagerank of .TEL names out performs their .COM and .CA counterparts.&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Remember to tie your .TEL into Twitter, Facebook and Linkedin, as well as your blog and web site. It can be a valuable and integral part of your social media and search engine marketing strategies, driving traffic, providing a mobile presence and improving your overall online visibility.&lt;/span&gt;&lt;br /&gt;&lt;blockquote dir="ltr" style="margin-right: 0px;"&gt;&lt;span style="font-size: small;"&gt;&lt;i&gt;P.S. As a quick postscript to this article, I'd like to extend my gratitude and tip my hat to the editors of soccer.tel. What started off as a weekend exercise to illustrate AdSense for .TEL has for them turned into a labour of love and what can only be described as a remarkable resource for anyone interested in the game of soccer (and yes, that means football). Billy Walker-Lane and Ashley Perry, two lifelong Chelsea supporters with a passion for the game have continued to build out soccer.tel and will be continuing to develop it in the months and possibly years ahead. If you'd like to give them some feedback or have suggestions for soccer.tel, you can reach them at&lt;a href="http://billywalkerlane.tel/"&gt; billywalkerlane.tel&lt;/a&gt; and &lt;a href="http://ashleyperry.tel/"&gt;ashleyperry.tel&lt;/a&gt;.&lt;/i&gt;&lt;/span&gt; &lt;/blockquote&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;Share this post:&lt;/span&gt;&lt;/div&gt;&lt;div class="asset-footer"&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://digg.com/favicon.ico" /&gt;&lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http%3A%2F%2Fblog.webnames.ca%2F2010%2F04%2Fmonetizing-your-tel-domain-nam.html&amp;amp;title=Monetizing%20your%20.TEL%20Domain%20Name%20with%20Google%20AdSense&amp;amp;topic="&gt;digg&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://reallystatic.reddit.com/static/favicon.ico" /&gt;&lt;a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.webnames.ca%2F2010%2F04%2Fmonetizing-your-tel-domain-nam.html&amp;amp;title=Monetizing%20your%20.TEL%20Domain%20Name%20with%20Google%20AdSense"&gt;reddit&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://www.newsvine.com/favicon.ico" /&gt;&lt;a href="http://www.newsvine.com/_wine/save?popoff=0&amp;amp;u=http%3A%2F%2Fblog.webnames.ca%2F2010%2F04%2Fmonetizing-your-tel-domain-nam.html&amp;amp;h=Monetizing%20your%20.TEL%20Domain%20Name%20with%20Google%20AdSense"&gt;Newsvine&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://www.google.com/favicon.ico" /&gt;&lt;a href="http://www.google.com/bookmarks/mark?op=add&amp;amp;title=Monetizing%20your%20.TEL%20Domain%20Name%20with%20Google%20AdSense&amp;amp;bkmk=http%3A%2F%2Fblog.webnames.ca%2F2010%2F04%2Fmonetizing-your-tel-domain-nam.html"&gt;Google Bookmark&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://www.facebook.com/favicon.ico" /&gt;&lt;a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.webnames.ca%2F2010%2F04%2Fmonetizing-your-tel-domain-nam.html&amp;amp;t=Monetizing%20your%20.TEL%20Domain%20Name%20with%20Google%20AdSense"&gt;FaceBook&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://www.stumbleupon.com/images/icon_su.gif" /&gt;&lt;a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.webnames.ca%2F2010%2F04%2Fmonetizing-your-tel-domain-nam.html&amp;amp;title=Monetizing%20your%20.TEL%20Domain%20Name%20with%20Google%20AdSense"&gt;Stumble Upon&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-7781151952906033119?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/7781151952906033119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/04/monetizing-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7781151952906033119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/7781151952906033119'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/04/monetizing-your.html' title=''/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-3239610393121390030</id><published>2010-04-11T08:17:00.001-07:00</published><updated>2010-04-12T06:42:15.604-07:00</updated><title type='text'>Setting Up Adsense On A .Tel Domain Name</title><content type='html'>&lt;embed src="http://blip.tv/play/hawagdO2WgI%2Em4v" type="application/x-shockwave-flash" width="480" height="300" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-3239610393121390030?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/3239610393121390030/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/04/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3239610393121390030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3239610393121390030'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/04/blog-post.html' title='Setting Up Adsense On A .Tel Domain Name'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-8700599946102964326</id><published>2010-03-01T07:06:00.001-08:00</published><updated>2010-03-01T07:06:13.458-08:00</updated><title type='text'>Mayo Directory</title><content type='html'>&lt;div class="col-full" id="content"&gt;&lt;div class="col-left" id="main"&gt;&lt;div class="box"&gt;&lt;div class="post"&gt;&lt;div class="entry"&gt;&lt;br /&gt;&lt;b&gt;Mayo.tel – the new way to communicate&lt;/b&gt;&lt;br /&gt;Mayo.tel is the mobile phone network of directories for County Mayo, Ireland, linking Mayo businesses, local organisations and communities to the mobile web.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mayo.tel/" target="_blank"&gt;Mayo.tel&lt;/a&gt; is optimised for the mobile internet and can be accessed seamlessly by any device connected to the web – mobile phones, smart phones, iPhone, Blackberry, netbook etc.&lt;img alt="Mayo .tel Directory Logo" class="aligncenter size-full wp-image-623" height="95" src="http://www.mayotoday.ie/wp-content/uploads/2010/02/mayo.tel-logo1.jpg" title="mayo.tel logo" width="202" /&gt;&lt;br /&gt;&lt;br /&gt;It is still early days for Mayo.tel as we continue to build and enhance the service.&lt;br /&gt;Try Mayo.tel on your mobile now to see how fast it loads.&lt;br /&gt;Click on a link below to experience &lt;i&gt;your&lt;/i&gt; local .tel mobile phone directory.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://achill.tel/" target="_blank"&gt;Achill&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ballina.tel/" target="_blank"&gt;Ballina&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ballinrobe.tel/" target="_blank"&gt;Ballinrobe&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: black;"&gt;&lt;a href="http://belmullet.tel/" target="_blank"&gt;Belmullet&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://castlebar-mayo.tel/" target="_blank"&gt;Castlebar&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://charlestown.comayo.tel/" target="_blank"&gt;Charlestown&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://crossmolina.tel/" target="_self"&gt;Crossmolina&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://erris.tel/" target="_blank"&gt;Erris&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://kiltimagh.tel/" target="_blank"&gt;Kiltimagh&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://newport-mayo.tel/" target="_blank"&gt;Newport&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://westport-mayo.tel/" target="_blank"&gt;Westport&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://comayo.tel/" target="_blank"&gt;Other Locations&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://mayo-directory.mayo.tel/" target="_blank"&gt;Email&lt;/a&gt; if you would like your business or organisation listed for free in one of the local directories.&lt;br /&gt;Mayo.tel - linking Mayo to the mobile web.&lt;br /&gt;&lt;b&gt;Related Sites&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://mayotoday.mobi/" target="_blank"&gt;Tel Ireland&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://telnic.org/" target="_blank"&gt;Telnic&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://squidoo.com/mayodottel" target="_blank"&gt;MayoDotTel&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="fix"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-8700599946102964326?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/8700599946102964326/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/03/mayo-directory.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8700599946102964326'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/8700599946102964326'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/03/mayo-directory.html' title='Mayo Directory'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-991351371541096097</id><published>2010-02-24T12:05:00.001-08:00</published><updated>2010-02-26T09:48:04.195-08:00</updated><title type='text'>Dot Tel Domains - New Display Features</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/S4f6eWs3oSI/AAAAAAAADr0/gEXaMTkQbc4/s1600-h/new_telproxy.jpg"&gt;&lt;img style="cursor: pointer; width: 144px; height: 200px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/S4f6eWs3oSI/AAAAAAAADr0/gEXaMTkQbc4/s200/new_telproxy.jpg" alt="" id="BLOGGER_PHOTO_ID_5442594074097328418" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;def&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/S4V24DaGjEI/AAAAAAAADjk/cMKGbeNL3eM/s1600-h/Bill-Rutherfurd_485742.jpg"&gt;&lt;img style="cursor: pointer; width: 125px; height: 136px;" src="http://2.bp.blogspot.com/_0CwEMUJ8OwQ/S4V24DaGjEI/AAAAAAAADjk/cMKGbeNL3eM/s200/Bill-Rutherfurd_485742.jpg" alt="" id="BLOGGER_PHOTO_ID_5441886430106651714" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div id="body"&gt;      By           &lt;a href="http://ezinearticles.com/?expert=Bill_Rutherfurd"&gt;Bill Rutherfurd&lt;/a&gt;&lt;p&gt;The new Dot Tel Domain display is a significant change for this top level extension. The new display will be released in March, 2010. I am somewhat positive about the new display design. However, it seems to have drawn its inspiration from Tax Department forms; especially those of New Zealand, a country South-East of Australia.&lt;/p&gt;&lt;p&gt;Telnic is the promoter of Dot Tel. Their timing with the new design is excellent. It was no doubt planned for the month before the domain's first year renewals which are due on 24th March, 2010. The display changes are dramatic, and welcomed. They are the shot in the arm that this internet top level domain extension needed. I mean, who got any pleasure out of showing anyone their Dot Tel with the current display?&lt;/p&gt;&lt;p&gt;Colour customisation will be offered through a series of templates. I do not know the details yet of those templates. The components of the design appear to be square, whereas the old design was curved. I liked the shape of the previous design. It was the drab colour scheme that was the problem. I am ambivalent on colour customisation because I do not know if it will detract from the Dot Tel brand. I favour just one template with a fantastic design to keep the brand strong and recognisable.&lt;/p&gt;&lt;p&gt;Strong and colourful borders are better. Although colours increase the data amount per page, data costs are falling. Perhaps in time, as data costs drop the display will evolve into something that people really love to see.&lt;/p&gt;&lt;p&gt;The Tel logo will be moved to the bottom of the page. This is a shame because it completed the text header for the current web site page. The current design also put the logo right in the user's face when they pulled up the page. It now has a semi-tube or lens-like design. I preferred the previous Tel logo for its simplicity and I think that the change was not required. It will also affect brand recognition as it will sit below the fold of the page on many computers and mobile phones. Perhaps, the logo position will be adjustable.&lt;/p&gt;&lt;p&gt;The VCard is now at the top right of the page. This an improvement because it makes this important feature more accessible, or noticeable than when it was at the bottom right of the page.&lt;/p&gt;&lt;p&gt;Custom icons have been allowed for popular web sites such as LinkedIn, and Facebook. This is an improvement because well known and colourful symbols can now be placed on a Dot Tel page making the page more exciting. The previous display lacked this excitement factor.&lt;/p&gt;&lt;p&gt;The placing of well-known icons on the page improves the perceived quality of that page because they are some of the best known symbols in the world. They give a web page status whether that status is deserved or not. This is a major improvement which adds value to all Dot Tel Domains. There are also new contact type icons.&lt;/p&gt;&lt;p&gt;One thing missing from the new display is the breadcrumb trail that is on the current display. Studies of usability indicate that the breadcrumb is an indispensable part of a web page. I hope this is an error because it is a significant mistake to remove it. It could be at the very top left of the page on the same line as the new management tools. I hope they do not leave it out!&lt;/p&gt;&lt;p&gt;There are two new features which are critical. One is absolutely necessary and that is a way to search the current Dot Tel or all Dot Tels. Top marks here! The other addition is the top-of-the-page management and login functions. If I am not mistaken, this means that the previously roundabout route to managing a domain is gone. Excellent stuff and in the correct position, as is the search box.&lt;/p&gt;&lt;p&gt;Telnic are also introducing Google AdSense on Dot Tels which will be greatly appreciated by owners. It will provide another income stream for Dot Tel owners, and add credibility to the domain extension. Hopefully, it will not involve any third party applications. This is another step in the right direction.&lt;/p&gt;&lt;p&gt;Telnic at long last have done some things right. There are still things to improve. After being available to the public for nearly a year, there are at last grounds for cautious optimism about the future of Dot Tel.&lt;/p&gt; &lt;/div&gt;                    &lt;div id="sig" class="sig"&gt;       &lt;p&gt;Bill Rutherfurd is an early Dot Tel adopter. He likes the fast access to contact data and information especially on mobile phones. It is also a very cheap web presence. To visit his Lake Taupo Region of New Zealand Dot Tel directory please use the link at &lt;a target="_new" href="http://www.squidoo.com/Taupodottel"&gt;http://www.squidoo.com/Taupodottel&lt;/a&gt;. He also has a dottel blog at &lt;a target="_new" href="http://www.dottel.blogspot.com/"&gt;http://www.dottel.blogspot.com&lt;/a&gt;.&lt;/p&gt;     &lt;/div&gt;           &lt;p style="margin-bottom: 1em;"&gt;Article Source:       &lt;a href="http://ezinearticles.com/?expert=Bill_Rutherfurd"&gt;        http://EzineArticles.com/?expert=Bill_Rutherfurd      &lt;/a&gt;      &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-991351371541096097?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/991351371541096097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/02/dot-tel-domains-new-display-features.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/991351371541096097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/991351371541096097'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/02/dot-tel-domains-new-display-features.html' title='Dot Tel Domains - New Display Features'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_0CwEMUJ8OwQ/S4f6eWs3oSI/AAAAAAAADr0/gEXaMTkQbc4/s72-c/new_telproxy.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-4480615582610524000</id><published>2010-02-21T07:35:00.001-08:00</published><updated>2010-02-21T07:35:43.059-08:00</updated><title type='text'></title><content type='html'>&lt;object width="400" height="225"&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9432813&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" /&gt;&lt;embed src="http://vimeo.com/moogaloop.swf?clip_id=9432813&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;p&gt;&lt;a href="http://vimeo.com/9432813"&gt;.TEL demo at Macworld&lt;/a&gt; from &lt;a href="http://vimeo.com/namedotcom"&gt;Name.com&lt;/a&gt; on &lt;a href="http://vimeo.com"&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-4480615582610524000?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/4480615582610524000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/02/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4480615582610524000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/4480615582610524000'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/02/blog-post.html' title=''/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-397243451023744307</id><published>2010-02-21T03:27:00.000-08:00</published><updated>2010-02-21T03:28:55.400-08:00</updated><title type='text'>how to setup google apps with a telnic domain</title><content type='html'>&lt;a href="https://sites.google.com/a/haussmann.tel/how-to-setup-google-apps-with-a-telnic-domain/"&gt;&lt;br /&gt;https://sites.google.com/a/haussmann.tel/how-to-setup-google-apps-with-a-telnic-domain/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-397243451023744307?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/397243451023744307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/02/how-to-setup-google-apps-with-telnic.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/397243451023744307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/397243451023744307'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/02/how-to-setup-google-apps-with-telnic.html' title='how to setup google apps with a telnic domain'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-3607996358315967225</id><published>2010-01-02T16:06:00.000-08:00</published><updated>2010-01-02T16:09:54.422-08:00</updated><title type='text'>How to place adverts within .tel: Use Linux.</title><content type='html'>How to place adverts within .tel: Use Linux. &lt;br /&gt;Link:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.telnic.org/forum/showpost.php?p=3804&amp;postcount=7"&gt;http://www.telnic.org/forum/showpost.php?p=3804&amp;postcount=7&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-3607996358315967225?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/3607996358315967225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2010/01/how-to-place-adverts-within-tel-use.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3607996358315967225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/3607996358315967225'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2010/01/how-to-place-adverts-within-tel-use.html' title='How to place adverts within .tel: Use Linux.'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8310884549739354753.post-2012745136610505324</id><published>2009-12-25T07:30:00.000-08:00</published><updated>2009-12-27T11:07:26.875-08:00</updated><title type='text'>How to place advertising with Perl and WebService-Telnic module (Solution for Linux and Mac OS)</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/SzTlMGgoMaI/AAAAAAAAC-E/3E0JHQcnM7I/s1600-h/pointtel.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 234px;" src="http://3.bp.blogspot.com/_0CwEMUJ8OwQ/SzTlMGgoMaI/AAAAAAAAC-E/3E0JHQcnM7I/s400/pointtel.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5419208247702204834" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Telnic forum. Thread about advertising within .tel, for Linux and Mac OS:&lt;br /&gt;Quote:&lt;br /&gt;&lt;br /&gt;It looks like WebService-Telnic module from Peter Makholm is working.&lt;br /&gt;&lt;br /&gt;Here is small KNOW-HOW, on how to place advertising on Dot Tel domain by using Perl, although part is hand made, part with Perl.&lt;br /&gt;&lt;br /&gt;1. Use the supplied small script, where you will change on bottom the advertising title, URL, description and position priorities.&lt;br /&gt;&lt;br /&gt;2. Run the script like this:&lt;br /&gt;perl tel-putads2.pl -domain=yourdomainhere.tel -user=Z12345678 -pass=123pass111&lt;br /&gt;&lt;br /&gt;Soon, you will be enjoying the placement of advertising on your Dot Tel, like here shown http://adresar.tel&lt;br /&gt;&lt;br /&gt;If you need help, let me know, and I can help you on this simple task.&lt;br /&gt;&lt;br /&gt;I don't know, but for some reason I really like Dot Tel. It has search engine power, and most of all, you don't need nothing but domain to run it.&lt;br /&gt;&lt;br /&gt;-------------------&lt;br /&gt;&lt;br /&gt;Who is on Mac or Linux, opens up terminal, and run the updated script attached below like this:&lt;br /&gt;&lt;br /&gt;perl tel-putads2.pl -domain=example.tel -user=MyNameHere -pass=Incorrect -adtitle="Here comes the Blue Title" -adgreen="www.greenurl.com" -adurl="http://www.example.com" -addesc="Text description with not that much text." -position=bottom&lt;br /&gt;&lt;br /&gt;This is not run over website. It is run locally on the computer. This script does not delete previous ads, it simply ads new advertising. Position can be specified as top, bottom or right.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------&lt;br /&gt;&lt;br /&gt;#!/usr/bin/perl&lt;br /&gt;&lt;br /&gt;use strict;&lt;br /&gt;use warnings;&lt;br /&gt;&lt;br /&gt;use WebService::Telnic::Client;&lt;br /&gt;use WebService::Telnic::Client::RR;&lt;br /&gt;use List::Util qw(shuffle);&lt;br /&gt;use Getopt::Long;&lt;br /&gt;&lt;br /&gt;my ($endpoint, $domain, $user, $pass);&lt;br /&gt;GetOptions(&lt;br /&gt;    'endpoint=s' =&gt; \$endpoint,&lt;br /&gt;    'domain=s'   =&gt; \$domain,&lt;br /&gt;    'user=s'     =&gt; \$user,&lt;br /&gt;    'pass=s'     =&gt; \$pass,&lt;br /&gt;);&lt;br /&gt;&lt;br /&gt;die 'domain, user, and pass is all needed' unless&lt;br /&gt;    $domain &amp;&amp; $user &amp;&amp; $pass;&lt;br /&gt;&lt;br /&gt;my $client = WebService::Telnic::Client-&gt;new(&lt;br /&gt;    endpoint =&gt; $endpoint,&lt;br /&gt;    domain   =&gt; $domain,&lt;br /&gt;    user     =&gt; $user,&lt;br /&gt;    pass     =&gt; $pass,&lt;br /&gt;);&lt;br /&gt;&lt;br /&gt;my $qotd;&lt;br /&gt;&lt;br /&gt;$qotd = WebService::Telnic::Client::RR-&gt;new(&lt;br /&gt;        type =&gt; 'TXT',&lt;br /&gt;        name =&gt; $domain,&lt;br /&gt;  owner =&gt; '_ad'&lt;br /&gt;    );&lt;br /&gt;&lt;br /&gt;# Net::DNS::RR::TXT doesn't have a nice accessor?&lt;br /&gt;$qotd-&gt;{'char_str_list'} = [ &lt;br /&gt;    ".tad", "1", "1", "1", "Thetabiz™ Offshore Services", "www.offshore-services.biz", "uri", "http://www.offshore-services.biz", "desc", "Global corporate registration provider with banking and financial resources."&lt;br /&gt;];&lt;br /&gt;&lt;br /&gt;$client-&gt;storeRecord($qotd);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;------------------------&lt;br /&gt;&lt;br /&gt;#!/usr/bin/perl&lt;br /&gt;&lt;br /&gt;use strict;&lt;br /&gt;use warnings;&lt;br /&gt;&lt;br /&gt;use WebService::Telnic::Client;&lt;br /&gt;use WebService::Telnic::Client::RR;&lt;br /&gt;use List::Util qw(shuffle);&lt;br /&gt;use Getopt::Long;&lt;br /&gt;&lt;br /&gt;my ($endpoint, $domain, $user, $pass, $adtitle, $adgreen, $adurl, $addesc, $position, $priority);&lt;br /&gt;GetOptions(&lt;br /&gt;    'endpoint=s' =&gt; \$endpoint,&lt;br /&gt;    'domain=s'   =&gt; \$domain,&lt;br /&gt;    'user=s'     =&gt; \$user,&lt;br /&gt;    'pass=s'     =&gt; \$pass,&lt;br /&gt; 'adtitle=s'  =&gt; \$adtitle,&lt;br /&gt; 'adgreen=s'  =&gt; \$adgreen,&lt;br /&gt; 'adurl=s'    =&gt; \$adurl,&lt;br /&gt; 'addesc=s'   =&gt; \$addesc,&lt;br /&gt; 'position=s' =&gt; \$position,&lt;br /&gt; 'priority=s' =&gt; \$priority&lt;br /&gt;);&lt;br /&gt;&lt;br /&gt;die 'domain, user, and pass is all needed' unless&lt;br /&gt;    $domain &amp;&amp; $user &amp;&amp; $pass;&lt;br /&gt;&lt;br /&gt; if($position) {&lt;br /&gt;  unless($position ne 'top' or $position ne 'bottom' or $position ne 'right') {&lt;br /&gt;   die "Position not defined.\n";&lt;br /&gt;  } else {&lt;br /&gt;   if($position eq 'top') { $position = 1; }&lt;br /&gt;   if($position eq 'right') { $position = 2; }&lt;br /&gt;   if($position eq 'bottom') { $position = 3; }&lt;br /&gt;  }&lt;br /&gt; } else {&lt;br /&gt;  $position = '1';&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; if($priority) {&lt;br /&gt;  unless($priority &gt; 0 ) {&lt;br /&gt;   die "Priority not defined.\n";&lt;br /&gt;  }&lt;br /&gt; } else {&lt;br /&gt;  $priority = '1';&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;my $client = WebService::Telnic::Client-&gt;new(&lt;br /&gt;    endpoint =&gt; $endpoint,&lt;br /&gt;    domain   =&gt; $domain,&lt;br /&gt;    user     =&gt; $user,&lt;br /&gt;    pass     =&gt; $pass,&lt;br /&gt;);&lt;br /&gt;&lt;br /&gt;my $advert;&lt;br /&gt;&lt;br /&gt;$advert = WebService::Telnic::Client::RR-&gt;new(&lt;br /&gt;        type =&gt; 'TXT',&lt;br /&gt;        name =&gt; $domain,&lt;br /&gt;  owner =&gt; '_ad'&lt;br /&gt;    );&lt;br /&gt;&lt;br /&gt;print ".tad 1 $position $priority $adtitle $adgreen uri $adurl desc $addesc\n";&lt;br /&gt;&lt;STDIN&gt;;&lt;br /&gt;# Net::DNS::RR::TXT doesn't have a nice accessor?&lt;br /&gt;$advert-&gt;{'char_str_list'} = [ &lt;br /&gt;    ".tad", "1", $position, $priority, $adtitle, $adgreen, "uri", $adurl, "desc", $addesc&lt;br /&gt;];&lt;br /&gt;&lt;br /&gt;$client-&gt;storeRecord($advert);&lt;br /&gt;&lt;br /&gt;------------------------------------------&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;Telnic forum:&lt;br /&gt;&lt;a href="http://www.telnic.com/forum/showthread.php?t=464"&gt;http://www.telnic.com/forum/showthread.php?t=464&lt;/a&gt;&lt;br /&gt;.&lt;br /&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8310884549739354753-2012745136610505324?l=telforlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://telforlinux.blogspot.com/feeds/2012745136610505324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://telforlinux.blogspot.com/2009/12/how-to-place-advertising-with-perl-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2012745136610505324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8310884549739354753/posts/default/2012745136610505324'/><link rel='alternate' type='text/html' href='http://telforlinux.blogspot.com/2009/12/how-to-place-advertising-with-perl-and.html' title='How to place advertising with Perl and WebService-Telnic module (Solution for Linux and Mac OS)'/><author><name>Alexander Schiesser MacLeod</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='30' height='32' src='http://4.bp.blogspot.com/_0CwEMUJ8OwQ/TLWm0C-86VI/AAAAAAAAFSs/wnHfaqxl_9k/S220/mobileinteractivedotteldomain.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_0CwEMUJ8OwQ/SzTlMGgoMaI/AAAAAAAAC-E/3E0JHQcnM7I/s72-c/pointtel.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
