Showing posts with label english. Show all posts
Showing posts with label english. Show all posts

Wednesday, April 24, 2013

how to create a textarea in html

Copy and paste box or textarea we normally use to make the text in the column is reserved to allow the visitors to quote and copy word we put in that column. Textarea is usually used to put the script code, html code or other words that are commonly used. To be able to make real easy texarea you only need to use the following html code:
<FORM>< textarea rows ="10"cols ="50">Write your text here</textarea></FORM>
There are three things that you should look in the html code above, the first is the number 10. Figure 10 shows the width of the textarea that you will create, replace it according to your needs. The second is number 50, number 50 indicates the height of the textarea that you will create. Third is the text "your text here" replace it with text that you want to write in textarea. For example I wrote a textarea with html code below:
<FORM><textarea rows="10" cols="3"> I like you like you like I</textarea></FORM>
Then the result will be as bellow



To install the textarea in the posting blogger, the first entry on the page for a post then click html and put the code there. Again click on compose to see the results.

Monday, April 22, 2013

how to create table without coding (blogger)

Good morning all, on this sunny morning this time we will discuss how to create a table without having to use html code and think about other very complicated code. To be able to produce the table without having to use html code we will use microsoft office word, this software will help us to create a table without html code. How do I take a simaka below:

The first step open microsoft office word
Then click insert and select the table
The table image you want
After you finish drawing the table please press ctrl + a on the keyboard
After that press ctrl + c on your keyboard
Then go to blogger and make postings, on the content of the posting please press ctrl + V and the table will be reflected there.

How easy is not the way to make the table without having to use html codes and easily can we make? If you still feel confusion can comment below. I beg pardon for possible quality and this article isn't too short, this is due to the time and the bustle and laziness in myself. The end of the Word may bring benefit for those of you who read it.

Sunday, April 21, 2013

How to download 4shared without waiting and log in


4shared, who never visited the site of the free file storage?. Consistently provides free service ended up now provide a service 4shared started annoying, the first user who wants to download files on 4shared are required to have an account and log in. Both users still had to wait about 20 seconds to download the file. Not only there download speed is also limited by 4shared, if you want full speed you must become a premium member and of course you have to spend money.

This time in this short article I will share tips on how to download on 4shared without thirst waiting for, log in and so on. If we can use free why should we use a paid. The saturation moment began when waiting for loading 4shared I end up browsing the internet and found a way to overcome the 4shared oblige us to wait. The following are tips on how to download on 4shared without having to log in and wait.

The first step specify the file you want to download in 4 shared, note the url of the file you want to download the copy. For example the url of the fila I want to download is http://www.4shared.com/mp3/PrXGIUhs/Wali_-_Cabe__Cari_Berkah_.html, copy the url.

Then go to this link and paste the url into the box provided as shown below.


After the url in the paste and then click generate link and the download will start automatically in soon.

Saturday, April 20, 2013

difference between http and https



Http and Https are both often we encounter while using the internet, it might be a bit foreign to https you because of its appearance which not long ago. What exactly is meant by http and htps? What is the difference of http and https? To answer this question we discuss below:


Http
Http stands for the Hypert Text Transfer Protocol is a communication system that connects the server to the client. Http is the standard format used to access a web page on the internet.

Https
Https stands for Hyper Text Transfer Protcol Secure which is a more secure version of http. All communication is done using https encryption that will be safer in the event of a transaction data on the internet.

The difference http and https
The striking difference from http and https is in terms of its security, https is typically used for sites that require a high level of security like paypal.com, google accounts, ymail.com, gmail.com, facebook.com and other websites which aim to secure users ' personal information. Thus it can be concluded that https is more secure than http, though also not compulsory for us to use https because if we only have a site that does not use internet communications then we don't need to use https. Https is used by sites that usually have a feature to log in, if you want to log in to a site to consider whether the site using https or not. All this may be useful.