LET'S MEET ONLINE

LET'S MEET ONLINE! Call (512)560-2609 or email helpimnotageek@gmail.com and set up a time for a session. It works really well. We talk on the phone while I see your screen.
Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

Friday, April 25, 2014

What is encryption?

Since there has been so much news lately about the Heartbleed bug and other viruses I thought it would be a good time to talk a bit about encryption.


S
Illustration from http://www.engineeringafamily.com/
Encryption is an important part of Internet Safety although it is something that you do not see or do anything about. It takes what you type on the computer (input) and puts it into a code so that while it is traveling over the wires no one can intercept it and steal that information. When your message arrives at the other end it is decrypted so that it can be read.

At this time most Banks, PayPal, and other Websites that involve money or information that needs to stay secure use strong encryption. It is also a major concern of Doctors and Hospitals as they put patient information online. 

Unlike most posts this does not end with something that you should do. Encryption is good to know about. It is automatically done at many sites.

Good security is an important part of doing business online. The good thing for us users is that the companies are possibly more concerned with safety than we are. They know that if they are unable to provide secure transmissions on their site they will lose customers. 

Encription according to http://dashlane.com





Tuesday, August 30, 2011

Embed Code

On Flickr, YouTube and many other sites you get the choice to use "embed code" in order to put any media (picture, video or audio) on Facebook or another website. Here are the steps for using the embed code:
Go to the site that has the picture or video you want to use. To find the embed code choose SHARE. You will be given a choice to post to various places or get the link to copy and an embed code (on Flickr it was called HTML or BBedit code). Copy the embed code.  


    Go back to the page you want the media to be on. To go back to the place that you want the picture to show up, choose EDIT HTML or whatever you need to do in order to edit the code. You can guess where you think the picture should go by looking at the code on the page. It includes the words that are on the page, so if you do a search (CTRL-F or F3 on a Mac) for those words you can paste the code directly into the HTML. Here is an example: (I searched for the words "Here is an Example:)

    Hephaistos Temple
    When I pasted the code into the HTML on my blog this is what actually showed up!
    Now you can save, publish or preview to see that the picture or video that you wanted to show is now on your webpage.

    The reason to use embed code is that the picture STAYS on the site where it was originally and you just put in a pointer to that place. When someone looks at your page the computer automatically gets the picture or video from the other place and puts it on your page.

    Tomorrow we are back to Facebook!