Wednesday 30 December 2009

How do you make contact?



This is how a .tel "Contact Us" page, integrated in a existing website, looks like:
Example:
http://www.cakeinabox.co.uk/shop/pages/contactus.html

.

Wednesday 9 December 2009


Friday 2 October 2009

3 (.com) + 3 (.tel) = 18 possible .com pageviews:




All businesses, who have a .tel domain, won't only have a .tel.

They will be using their .tel to point to their .com.

.Tel is only the working donkey, who directs the clients to the .com website.

If you have got a .com, you can set up a few donkeys: "i-aaaaa, ii-aaaa-iii-aaaaa...": One donkey is good, three donkeys, are even better:

Example:

fruitdish.com
fruitdish.tel (donkey directing to fruitdish.com)
allsortsfruit.tel (donkey2 directing to fruitdish.com)
fruitland.tel (donkey3 directing to fruitdish.com)
.
:blink:
.
If you wanna be big biz:

Get:
allsortsfruit.com
fruitland.com

And teach your positioned donkeys to direct to those websites as well (by adding them to your .tel's)
.
Conclusion:
If you got a few biz websites, get a few .tel's, and direct-direct (matching domain names), and cross-direct to your .com's (non-matching domain names).
.
If you where able to follow me: Here is another szenario:

Ok:
You have the tree (.com)'s, as well as the three (.tel)'s, and can do:

3 times direct-direct to .com's.
2 times cross-direct
antother 2 times cross-direct
and anoter 2 times cross-direct

That is pointing to three .com's: 9 times. By using three tel's.

Anyway:
You can set up more pointers:
How?:

Put a "Contact Us" .tel page, on each .com website:

This way, you simply repeat the szenario:
3 times direct-direct to .com's.
2 times cross-direct
antother 2 times cross-direct
and anoter 2 times cross-direct

And get totally 18 pointers to your three .com websites.

Take away 3 self pointers, and you got 15 useful pointers.

Conclusion:
By using "Contact Us" .tel pages, you can double your number of pointer links.
.
Recapitulation:
To get 15 pointer links, you have:

3 .com websites
3 .tel webpages
3. "Contact Us" .tel pages on the three existing websites.

Which give you: 3 direct hits, and 15 indirect pointer hits to .com websites, and a total of 18 posibilities to click on your 3 .com domains (here, you have 6 domains and 18 possibilities to get a click to one of your 3 .com websites.).

Without 3 .tel domains, you would only get 3 direct hits, instead of 18 hits to your 3 .com domains.

Wednesday 30 September 2009

Custom Logo: When will it be true?

Before Transformation:

After Transformation:

Wednesday 9 September 2009

Integrate a .Tel Domain Into Your Existing Website

Integrate a .Tel Domain Into Your Existing Website

By Barry Fenning - Marketing Manager

Calling all .tel domain owners!

.tel domain image

Following the request from numerous customers, Telnic has released a new tool enabling .tel’s innovative technology to be fully integrated into a traditional website.

This allows corporations that have invested heavily into branding their websites to maintain their look and feel while taking advantage of .tel’s improved SEO and click-to-communicate technology.

How it works

.tel domain owners can integrate all their .tel details into their contact us page simply by downloading the .tel integration tool and using the code provided. You may choose to use the existing format (font, colors, icons, etc.) or fully customize their .tel details to fit their current branding.

Real-Life Example

To view a real life example of how .tel can be integrated into a .tel domain, please visit: http://www.telnic.org/contact.html.

Download the Integration Tool

To download the .tel Integration Tool, please visit http://telnic.org/community-applications-contact.html and download the zip file.

The file contains all of the code and instructions you need to get your .tel integrated in a matter of minutes.

---------

Or get this:
http://dev.telnic.org/pages/php/contact-us.html


If you want to have the contact information of your .Tel site also on your website?


Then we have 2 options for you.
Deutsche Version

Show the content of your .Tel Site on your Website by using PHP.

You need PHP (it should work with PHP4 if you have the Soap Modul)
This version works with the Tel API and through this your .Tel Admininterface access data are needed.


Here the DEMO and DOWNLOAD .

Configuration Notes:
var $conf_login = '********'; // Login for your Tel Webinterface
var $conf_password = '********'; // Password for your Tel Webinterface
var $conf_wsdl = 'client.wsdl'; // client.wsdl ()read below how to got it
var $conf_domain = 'jepaa.tel'; // the .Tel domain which is to show

var $google_api_code = 'ABQIAAAABdztET-yqcibcl4LaJHichTnE-meIsVg9kXEUHvkPkoibvyS3BTHpFexbWiVZSP9wZFMLacLvGj1ZQ'; // if you enter this code you will see the map directly on this page.
// to get a Google API code go to: http://code.google.com/intl/en-US/apis/maps/signup.html#agreeTerms
// there you enter the URL, where this page will be shown, up to the last / (not more) by "My web site URL", mark that you read the terms and submit, then you will find it on the top "Your key is:"
var $debug = false;
var
$lang = ''; // you can set it to "de" / "en" when you like a static language. Else the system will choose the browser language. If you make new translations, please mail it to henning@movetec.ch thanks (look at line 40 and place files in the lang directory)
var $noCss = false;
var
$cacheTime = 1440; // <<- 60*24=1440 = 1d Time in minutes how often it should be relodead. For this it is an contact.cache.html needed to be writeable 0 is off /* ############################################## END OF CONFIGURATION DONT MAKE ANY CHANGES BELOW ############################################## */ /* this class should run under PHP4 i hope written by Heiko Henning http://www.jepaa.tel PLease visit: http://www.jepaa.com http://www.tel-domain-forum.de/ http://www.movetec.ch/ whre you will finde the WSDL File. go to the Page where you edit your Tel Domains IT should be like: http://example.com/g2/login.action Then change it in http://example.com/client?wsdl Than you will see an XML File. Save this with : file -> save page under to the same folder as this script.
Than you have to edit it with a programm like notepad
around row 51 you will find:
http://www.w3.org/2003/05/soap/bindings/HTTP/
change it in
http://schemas.xmlsoap.org/soap/http
and save
now you are Fine
*/

If you ask why we do not have used the DNA variant:
http://de.php.net/manual/de/function.dns-get-record.php
http://pear.php.net/package/Net_DNS
Those both do not understand the LOC Record and have problems with the TXT records (only show the header text)



Show the content of your .Tel Site on your Website by using JavaScript.

DEMO

For this you only need to embed the following code into your page:

########

#



For this simply replace jepaa.tel with your Domain.

This software determines over the browser language what language will be displayed. You can force it whith &lang=en.
At the moment only German and English are available, but you can translate it yourself by usign this template:
www.jepaa.com/contact_lang/en.phps
We would be pleased if you could also send us a copy to henning@movetec.ch

If you dont like the layout, you can change it with this: &noCss=1 stop loading the CSS file and build your own by using this template
www.jepaa.com/css/proxy_source.css

The results of this system are always up to 7 days out of date because of performance reasons it is cached. If you need current, please use the tool from the top.