Slow Internet is always annoying especially when you are in urgent need to access any website, send important email to your friends, and so on. Here, in this article, you will come to know about the possible reasons behind the slow internet connection. You will get an answer to the questions "5 Possible Reasons Why Your Internet is Slow." Listed below are those five possible reasons behind slow internet: Mari Berbagi Pengetahuan
a little knowledge may be more useful if we want to share to the others
Senin, 04 April 2011
How Fast is Your Internet?
Slow Internet is always annoying especially when you are in urgent need to access any website, send important email to your friends, and so on. Here, in this article, you will come to know about the possible reasons behind the slow internet connection. You will get an answer to the questions "5 Possible Reasons Why Your Internet is Slow." Listed below are those five possible reasons behind slow internet: What Is the Difference Between Graphic Design and Web Design?
The world of web design is becoming a bit blurred as it mixes with programming and other forms of web manipulation, but one distinction that must always be made is that between web design and graphic design. Before you start out in either world, you must know the difference, and you must understand which of these you would want to pursue in the long term.
CSS of course is the most common language and it serves to form some rather impressive layouts. Keep in mind that unlike HTML this IS a programming language and it will require a fair amount of experience. Other web design methods will involve PHP and even ASP database programming which can be difficult for some. That being said, others might find the graphic design aspect of the industry to be a bit more appealing.
Note that the graphics used will need to match the context of the website, which means you will need to do some research before you actually begin working on any graphic design project. Note that there are many different graphic design programs out there from Photoshop, to Gimp, and even Corel. The one you use will be a matter of taste and ability.
As you can see, there is a huge difference between the two, but it is always necessary to use both of these in tandem. If you fail to do so, your website will be rather bland and it will not pull many users in. That being said, it is important to either learn both aspects of design or know someone that can create decent graphics in your stead. It's a difficult industry these days but it has become much more efficient.
Internet
Literally, the Internet (short for interconnected-networking) is a global system of the entire network of computers connected together using standard Internet Protocol Suite (TCP / IP) to serve billions of users around the world. When the Internet (the letter 'I' large) is a public computer systems, which connect globally and using TCP / IP as the protocol exchange packet (packet switching communication protocol.) The series of the largest Internet called the Internet. How to connect the circuit with kaedah is called internetworking.
What is E-Book?
What is an Ebook?
According to wikipedia, E-book comes from the abbreviation electronic book, or e-book, also known as digital books, e-text is a form of digital media and sometimes protected by digital copyright. E-book can be a pdf file, word, html, text, etc..
But more is known, usually E-book form pdf file that can be read by programs such as acrobat reader which can be downloaded for free earlier.
With the presence of E-book, then readers are permitted to not keep her favorite books in the physical (conventional book) and also makes it easier for writers to disseminate his writings, because through the E-book is one does not need to come to a publisher only just wanted his writings to be published. If an author wants to sell or publish it with the e-book is one of the shortcut, and this applies also to the reader or the seekers of science on the internet.
E-book file format of the most popular is usually made in the form. pdf where manufacturing using a program such as Pdf955, PrimoPDF, PDFCreator, CutePDF Writer, OpenOffice, etc., which are more user friendly? it depends on your own course by taking into account the needs of the features that will be used. The excess files. pdf This I personally think the file size small could even be optimized for image-images that are embedded in it, comfortably read / printed, and most importantly there are facilities to use passcode setting both in the reading, editing, or for printing.
Hopefully the above information useful for you all.
Thank you.
According to wikipedia, E-book comes from the abbreviation electronic book, or e-book, also known as digital books, e-text is a form of digital media and sometimes protected by digital copyright. E-book can be a pdf file, word, html, text, etc..
But more is known, usually E-book form pdf file that can be read by programs such as acrobat reader which can be downloaded for free earlier.
With the presence of E-book, then readers are permitted to not keep her favorite books in the physical (conventional book) and also makes it easier for writers to disseminate his writings, because through the E-book is one does not need to come to a publisher only just wanted his writings to be published. If an author wants to sell or publish it with the e-book is one of the shortcut, and this applies also to the reader or the seekers of science on the internet.
E-book file format of the most popular is usually made in the form. pdf where manufacturing using a program such as Pdf955, PrimoPDF, PDFCreator, CutePDF Writer, OpenOffice, etc., which are more user friendly? it depends on your own course by taking into account the needs of the features that will be used. The excess files. pdf This I personally think the file size small could even be optimized for image-images that are embedded in it, comfortably read / printed, and most importantly there are facilities to use passcode setting both in the reading, editing, or for printing.
Hopefully the above information useful for you all.
Thank you.
How to Create Buttons with Blogspot
Maybe some of you the visitor or fellow blogger, know who is "Button"?
A visualization of the button that appears in your monitor screen, and when clicked, there will be a process which we have formulated in the form of HTML code and he would do something like what we ordered.
And this time, I will give you information on How to Create a Blog or Website Button in us.
For the HTML code that I meant was, write this code:
Thus, the result will be as below:
There are several other codes for Button that we can make more interesting, like the example below:
and to generate the button as above, you can create the HTML code as below:
Description:
- background : background color button.
- color : color of text / text.
- padding : Distance edge of button with text in it, 0 10px 0 10px padding above mean value or = 0; right = 10px; bottom = 0, left = 10px.
- margin : the distance button with the image area to the outer edge, 5px 0 5px 0, it means the margin
top = 5px; right = 0, bottom = 5px; left = 0.
- font : text font.
And there are many other HTML code that you can add to further beautify the Button you want to create.
Maybe you need more than one button to fill in your blog, and if the contents of the button you want to add, the same as an existing button, of course, you will repeatedly write the same code. And of course by writing the HTML code repeatedly, it causes us to be less efficient job right?
Therefore, we must set the html code can cover the entire button that will be created using CSS, where a collection of HTML elements, made in the form of CSS like the code below:
And the CSS code is usually located between the code:
<b:skin><![CDATA[ ... ]]></b:skin>
Next just set its HTML like this:
<button id="buttonku" type="button">Tekan Disini !</button>
<button id="buttonku" type="button">Klik Disini !</button>
<button id="buttonku" type="button">Klik Sekali lagi !</button>
The result will look like this:
If you want to insert a link in the button, then write the HTML code link as below:
Description:target = "blank" may be, the link will be redirected to a new tab.
Examples that use the link button:
The result:
Okay, till here the discussion about how to create a button in our blogspot, hopefully useful, and this trick actually you can develop further, so it looks the way you want.
Good luck and,
Thank you.
A visualization of the button that appears in your monitor screen, and when clicked, there will be a process which we have formulated in the form of HTML code and he would do something like what we ordered.
And this time, I will give you information on How to Create a Blog or Website Button in us.
For the HTML code that I meant was, write this code:
<button type="button">Ketik teks Anda di sini</button>
Thus, the result will be as below:
There are several other codes for Button that we can make more interesting, like the example below:
and to generate the button as above, you can create the HTML code as below:
<button type="button" style="background:#000000; color:#FFFFFF; font:bold 20px Verdana, Geneva, sans-serif; margin:5px 0 5px 0; padding: 0 10px 0 10px;">Klik Disini !</button>
Description:
- background : background color button.
- color : color of text / text.
- padding : Distance edge of button with text in it, 0 10px 0 10px padding above mean value or = 0; right = 10px; bottom = 0, left = 10px.
- margin : the distance button with the image area to the outer edge, 5px 0 5px 0, it means the margin
top = 5px; right = 0, bottom = 5px; left = 0.
- font : text font.
And there are many other HTML code that you can add to further beautify the Button you want to create.
Maybe you need more than one button to fill in your blog, and if the contents of the button you want to add, the same as an existing button, of course, you will repeatedly write the same code. And of course by writing the HTML code repeatedly, it causes us to be less efficient job right?
Therefore, we must set the html code can cover the entire button that will be created using CSS, where a collection of HTML elements, made in the form of CSS like the code below:
#buttonku {
background:#000000;
color:#FFFFFF;
font:bold 20px Verdana, Geneva, sans-serif;
margin:5px 0 5px 0;
padding: 0 10px 0 10px; }
color:#FFFFFF;
font:bold 20px Verdana, Geneva, sans-serif;
margin:5px 0 5px 0;
padding: 0 10px 0 10px; }
And the CSS code is usually located between the code:
<b:skin><![CDATA[ ... ]]></b:skin>
Next just set its HTML like this:
<button id="buttonku" type="button">Tekan Disini !</button>
<button id="buttonku" type="button">Klik Disini !</button>
<button id="buttonku" type="button">Klik Sekali lagi !</button>
The result will look like this:
If you want to insert a link in the button, then write the HTML code link as below:
<a href="...alamat yang dituju..." target="blank"><button type="button">Tulis teks kamu di sini</button></a>
Description:target = "blank" may be, the link will be redirected to a new tab.
Examples that use the link button:
<a href="http://www.tentang-komputer-internet.co.cc/"><button type="button">Tentang Komputer Internet</button></a>
<a href="http://dreamlandhost.com/" target="blank"><button type="button">Hosting Murah Berkualitas</button></a>
<a href="http://dreamlandhost.com/" target="blank"><button type="button">Hosting Murah Berkualitas</button></a>
The result:
Okay, till here the discussion about how to create a button in our blogspot, hopefully useful, and this trick actually you can develop further, so it looks the way you want.
Good luck and,
Thank you.
Langganan:
Komentar (Atom)


