Lombok Komodo Rinca

Lombok-Komodo-Rinca-Lombok with Perama Tour (www.peramatour.com)

Information about destinations:

More details about publishing KML/KMZ

a) Publishing your KML for Google Earth, Google Maps and Beyond on www.nearby.org.uk/gadget-for-kml.php

b) Check for Google Maps compatibility
View Larger Map

c) Open in Page Creator and get the script http://www.gmodules.com/ig/creator?synd=open&url=http://maps.google.com/maps/gx?q=http://apis.people.cz/download/Lombok-Komodo-Rinca.kmz%26output=ghapi

d) If you want Google Earth Plug-in on your site, then use a similar code:

< iframe width="500" height="200" frameborder="0"
src="
http://www.gmodules.com/ig/ifr?url=http://maps.google.com/maps/gx?q=http://apis.people.cz/download/Lombok-Komodo-Rinca.kmz%26output%3Dghapi%26hl%3Den
&up__mpl_type=gf
&up__mpl_data=http%3A%2F%2Fapis.people.cz%2Fdownload%2FLombok-Komodo-Rinca.kmz
&synd=open
&w=500
&h=200
&title=Lombok-Komodo-Rinca-Lombok+(Perama)
&border=%23ffffff%7C3px%2C1px+solid+%23999999
"></iframe>

Social Media Code of Ethics

Social Media Code of Ethics defines the rules of communication in social media, with which compliance is voluntary, but for successful business communication is assumed to be binding.

In the real world, we understand the need for good manners and social networks have perhaps even more sensitive users. Therefore, we have to determine minimum rules of communication before seriously intentioned promotion.

Social Media Code of Ethics of communication

  • Write reasonably often according to the type of communication (company, news, community), Non-spam.
  • Write in natural language, namely, no unnecessary marketing sentences.
  • No censorship.
  • No lie.
  • Don't fight with your fans, customers and competitors. Just don't. Even if you win the battle, you will always loose the war.
  • Respond to questions with patience and understanding.
  • Be able to admit error, apologize, and to correct.

 

Crisis of communication

The crisis may occur in social media not only like violation of these rules as well as non-communication, if such company does not respond to the cause, which to us attacks every day from newspapers, then it will respond others, and it probably will not be very positive.

If you don't do it for you, others do it on your behalf.

No basically depends in which media crisis started, the company can hit a bad begin and a big scandal will be spreading across the Internet.

 

Sources:

 

3D video transmission

First 3D video transmission live from space

ESA-developed camera produced live-streaming 3D images for the first time in the history of space travel. On 6 August, NASA astronaut Ron Garan operated the Erasmus Recording Binocular (ERB-2) camera in Europe's Columbus laboratory, showing the International Space Station as never before in high-definition quality. While talking about the work on board the Station, he enhances the sense of depth and presence by playing with an inflatable Earth globe.

For more details see http://www.esa.int/esaCP/SEMWLEOT9RG_index_0.html

Wireless data from light bulb

What if light bulb could also transmit data? At TEDGlobal, Harald Haas demonstrates, for the first time, a device that could do exactly that. By flickering the light from a single LED, a change too quick to for the human eye to detect, he can transmit far more data than a cellular tower, and do it in a way that’s more efficient, secure and widespread. (Recorded at TEDGlobal 2011, July 2011, in Edinburgh, Scotland. Duration: 12:52.)

Cool URI don't change

URIs don't change: people change them.

There are no reasons at all in theory for people to change URIs, but millions of reasons in practice.

Very nice and snappy article about the reasons for the changes is available on cool URI:

http://www.w3.org/Provider/Style/URI

 

Explanation (source http://nb.vse.cz/~gala/4it383/pomucky/uri.htm):

URI - Uniform Resource Identifier. The generic set of all names/addresses that refer to any source.

URL - Uniform Resource Locator. The unofficial term (no longer used in technical specifications), which is associated with popular URI schemes such as http:, ftp:, mailto:, etc.

URN - Uniform Resource Name. It has two meanings:

  1. it is a URI, which is institutionally defined duration, availability, etc.
  2. is one of the URI scheme

For more information see  URIs, URLs, and URNs: Clarifications and Recommendations (http://www.w3.org/TR/uri-clarification/).

Dual Boot Windows 7 with XP

Initial conditions:
  1. C:\ drive to install Windows 7,
  2. drive for example F:\ ready to install Windows XP.
Problem: If you install Windows XP operating system on a Windows 7-based computer, Windows 7 no longer starts. In this case, only the Windows XP operating system starts. Solution for dual boot Windows 7 with XP:
  1. Start Windows 7 System Recovery Discs and repair existing Windows 7 instalation (if you don't have any, you can download Windows 7 System Recovery Discs).
  2. As administrator copy file F:\ntldr and F:\boot.ini into root C: (because to run a version of Windows operating systems based on Microsoft Windows NT, these files are necessary).
  3. Edit file C:\boot.ini
    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(3)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Windows XP" /fastdetect /NoExecute=OptIn
    Note: You can change bold written text, partition number depends on the partitioning:
    default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
  4. Restart the computer.
Post-installation verification:
Media_httpwwwmars69co_jebbp
Click Start, click Accessories, right-click the command-prompt shortcut, and then click Run as Administrator. Use Bcdedit.exe for verification entry in the BCD Boot.ini file for the earlier version of the Windows operating system, more http://support.microsoft.com/?scid=kb%3Ben-us%3B919529&x=18&y=10