You can access this blog via Cell Phones by typing the address http://dwi-r3tno.blogspot.com/?m=1
"Want to increase traffic and visitors your web popularity fast and unlimited ...? ... Leave it to me ..., I'll do it for you FREE ...! ...click Here-1 anda here-2"

Saturday, September 10, 2011

Create A Simple Design Website with Adobe Photoshop and Script HTML


on the material before, we've learned about HTML tags that have a variety of functions, including creating tables, hyperlinks, and many others.
this time we will try to learn to make website design simple, with the Framework Website created using the Tag Table and Banner or the head of Website Designing Using Adobe Photosop.

1. first make sure your computer has Adobe Photoshop installed, if it please you open the application, for who do not know what it is Adobe Photoshop, sialhkan you searching only in search engines, because there are so many websites or blogs that discuss or explain about Adobe Photoshop.
2. if it is then create a new document by clicking File -> New and then set the resolution of an image like the image below

on creating new document contained a description and width = 900 height = 150, the point is we will make heads website with width 900 and height 150, you can adjust the size to your liking, but generally the size of a standard banner size is 900 x 150 , because if the banner is too big not too good and too small banner is also less good in view, but yes all in accordance with the wishes of each.
3. if it please you give the text on your newly created document by clicking the Horizontal Type Tool (T) that exist on the tool menu on the left
and then place the cursor and click again where would you place the location of text, examples like the image below:


4. we can also insert an existing image or photo into a document that we want to make a website banner, to insert photos into a banner, how to please you click File -> Open -> then take where you save the photos if you have click Open, if it is then drag & drop the image into the document that we will make banners. example, you can see the picture below:

5. then change the background color that had been colored white to color gradations, how can you look like the picture below:


6. if it is done, then we save the document by clicking File -> Save and save the type of PSD. why we must save it with the Type PSD? yes because if one day we want to change our Website Banners, we can open the document using Adobe Photoshop PSD and the arrangements we have made such as gradients, text, and others we can still change, but if we directly save the image extension such as . JPG, PNG, etc. then one day we want to change the image then it can not anymore.

7. if it is save with the type of PSD, we then re-save the JPG extension, by clicking File -> Save As and change the type to JPG.


adobe photoshopnya finished playing, then the next we will try to frame their websites, to create a framework website please type the script below:

<html>
<head>
<title> Simple Website Design </ title>
</ Head>
<body bgcolor="#666666">
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    colspan="2"> <img src="banner.jpg" <td width="900" height="150" /> </ td>
  </ Tr>
  <tr>
    <td height="28" colspan="2" bgcolor="#0600F8"> </ td>
  </ Tr>
  <tr>
    <td bgcolor="#F0F0F0"> </ td>
    <td bgcolor="#FFFFFF"> </ td>
  </ Tr>
  <tr>
    <td width="225" height="336" align="center" valign="top" bgcolor="#F0F0F0"> </ td>
    <td align="center" width="675" valign="top" bgcolor="#FFFFFF"> </ td>
  </ Tr>
  <tr>
    <td colspan="2" bgcolor="#0600F8"> </ td>
  </ Tr>
</ Table>
</ Body>
</ Html>

if so, please try and good luck, to understand the script above, you must learn the material HTML tags with the title "HTMLs Tags: Table" and "HTMLs Tags: images" which I have previously posted on this blog

Memory or Hard Drive Using the crystal / glass?


Believe not currently exist Hardisk created using crystals, you may not believe even I myself was not initially believe it, but it turns out we have to believe, because there is already a developed HDD / memory using crystal / glass, because it was inspired from the movie "Superman"

quoted from detikinet that Martynas Baresna (Scientists Great Britain) and his team at Southampton University using a laser to rearrange the atoms in a piece of glass, then turn it into a new type of computer memory.

they claim the memory storage made of glass is much more stable and resilient than other types of hard drive memory that we commonly use today.
toughness of this memory can hold up to thousands of years without loss of data or information stored, in addition to the memory of this type of glass can withstand temperatures up to 1,800 degrees Fahrenheit and water resistance.

existing data in memory can be write, delete or re-written into the molecular structure of glass using the laser.

This process changes the way light travels through glass, creating a vortex that polarized light which can then be read in the same way as the data is delivered seratoptik.

According to information in the can "when this new memory can store data equivalent to the contents or pieces of blu-ray that is up to 50GB. The size of data storage made of glass is smaller than the screen smartphone. Martynas word"

inspired by the movie Superman?
Memory is like a crystal glass made from the existing memory in the film Superman. in which there are video recordings and other data stored both parents. when inserted in a player device, Superman can see all the data in it.

HTML Tags : Images

To add to the appeal we view an HTML document, which must be done is in addition to displaying information of interest and text formatting are also needed another element that is the picture. In addition, the images we may ditampilan HTML document will support or clarify the information displayed. To display the image is required other than the image itself, we also need the HTML tags that serve to display the image. In this chapter will be learned: Know the types of images, tags that are used in displaying images, image format, placing text on an image, create a frame on the image and provide text alternatives.

Know the type of Fig.
Numerous types of images, but not all types of images can be displayed in an HTML document. Before we begin to learn to display the image into view our documents, we should know the type of images that are often or commonly used in an HTML document to avoid problems at our display in the browser later. The following may be some format or type of images that can be used, but these are just some type of image.
Image Type Extensions Extensions extension
JPEG = ".jpg / .jpeg" Joint Photographic Expert Group
TIFF / TIF = ". Tif" Tagged Image File Format
PNG = ". Png" Portable Network Graphics
GIF = ". Gif" Graphic Interchange Format

A. Displaying Images
The tags are used to display the image in an HTML document is <img>. Attributes that accompany this tag a lot, but the tag should always be included only one, namely the src attribute. <img> Literary form of the tag are as follows:

<IMG SRC = "your_image">

The following code provides examples of using the tag <img>:

image.html

<html>
<head>
<title> Images </ title>
<body>
My Picture <br>
<img src = "mypicture.jpg">
</ Body>
</ Html>

Description:
after you write the HTML code above, note the code <img src = "mypicture.jpg">, inside the code there mypicture.jpg command, it is the name of image file you want to insert into a web page.
image file should be a folder or in a sub folder with the HTML script above, for example, we have a website folder, inside the website folder there is file "image.html" and the folder "images" and inside the folder "images" there is an image file "mypicture . jpg "then the script that we have to type in the format like this <img src = "images/mypicture.jpg">

B. Background Image
Background or the background of a web than to use a color we can also use a background image. it is necessary to increase the appeal of a document is created. But to make the background of the picture, we must be good at selecting the images used, not to the presence of the image makes people who see a less comfortable. To include an image as the background, you can use the background attribute on the tag <img>. The shape is as follows:

<body =" background image file name ">

Sample HTML code that uses the background image can be viewed at the following code:

Background.html

<html>
<head>
<title> background image </ title>
<body background="mypicture.jpg">
</ Body>
</ Html>

C. Border Attributes
To give the border / frame on a picture, we can use the border attribute on the tag <img>. To display the border is way is to provide numbers on a border attribute, such as numbers 1, 2, 3, and so on in accordance with what we want. The value on these attributes declare the thickness of the frame in units of pixels. The following code provides an example of using the border attribute:

<img src="mypicture.jpg" border=5>

D. Attribute Manager Text To Image
On the tag there is attribute named align <img> used to adjust the text placement of the image.
The value contained in the align attribute is:
• BOTTOM: Text at the bottom
• MIDDLE: The text is located in the middle
• TOP: Text located at the top

For more details, consider writing the following code:
Letakteks.html

<html>
<head>
<title> laying text </ title>
<body>
<img src = "mypicture.jpg" align="left">
</ Body>
</ Html>

In the attributes align, top can be replaced with the middle and bottom position to get what we want.

E. Providing Text Alternatives
Images that have been shown there is a possibility can not arise or be seen on certain conditions, such as the browser used does not support the image. To anticipate something like this, can be given alternate text instead of images. The trick is to provide an ALT attribute on the tag <img>. As an example, consider the following code:

Alternate.html

<html>
<head>
<title> create alternate text </ title>
<body>
hello my friend
<img src = alt ="(Foto "mypicture.jpg" Ferdian Rahabista)" align ="middle">
This is the image that
has been given a text alternative <br>
good luck
</ Body>
</ Html>

F. Attribute To Set the image size
The size of the image that appears generally adjust to the original state of the image. If we menginkan change the image size according to the areas that we provide, we can provide attributes on the tag <img> consisting of height and width attributes.
HEIGHT to set the image height
• to set the image width WIDTH
To adjust the size of the image we have to give a specific value on both these attributes. The values ??given in the second attribute is a value with units of pixels. To determine the use of both these attributes look at the line following program:

<img src = "mypicture.jpg"> <br>
<img src = "mypicture.jpg" height=100 width=100>
<img src = "mypicture.jpg" height=50 width=50>

G. Attribute To set the Space Pictures
Attributes that will be used in this case is vspace and hspace attributes. This attribute can be used to adjust the distance the image of the text. To provide vertical spacing in accordance with the given value we can provide attribute vspace. While the distance horizontally to provide in accordance with the given value we can provide attribute hspace. The values ??given in this attribute in units of pixels. To see how the use of both these attributes, consider the following program lines:

<img src="mypicture.jpg" hspace="25" align="left">
<img src="mypicture.jpg" vspace="25" align="left">

H. Picture Animation
This type of image display are diverse, there is an image still and moving images there. Moving pictures are usually referred to as animated images. Gif format is the format of moving images are often used in HTML documents. Animated gif image formats, can be created with animation software makers such as Macromedia Flash, Adobe Premier, Ulead Gif Animator, etc.. In addition to using the extension. Gif, also other extensions can also use one of them is an extension. Swf output generated by the software is Macromedia Flash Macromedia.

To display the image in the form of animation in the same way as your browser type the code to put images that are not animated. for details see the following codes:

Animation.html

<html>
<head>
<title> animated images </ title> </ head>
<body>
<img src="image/animation.gif">
</ Body>
</ Html> 

Friday, September 9, 2011

Smoking is very dangerous in the Morning


Nearly everyone may know the dangers of smoking, because the content in it is not good for health, and can lead to death. But you do not know that smoke in the morning was two times more dangerous?

ebuah studies involving 7000 smokers, conducted by scientists from Penn State College of Medicine, USA. In that study found that people who smoke a cigarette, 30 minutes after waking up had a risk of lung cancer is twice as large.

Of all study participants are 4776 smokers who had suffered from lung cancer, while other healthy smokers. Compared with those who smoked at one hour after waking, people who smoke immediately after waking up having a 79% chance of getting cancer. But viewed as a whole, how many cigarettes are smoked did not affect the numbers.

"Smokers morning to have high levels of nicotine and other toxins from tobacco in his body. They are also more addicted than smokers who refrained from smoking a half hour or so after waking up," said one researcher, Joshua Muscat, as quoted from Genius Beauty.

In another study that includes 1850 smokers, 1055 of them suffered head and neck cancer. The results of these studies concluded that those who smoke within 30 minutes when you wake up 59% risk of cancer makes the disease more dangerous than those who waited an hour.

Researchers say the findings could help identify smokers who are at very high risk of lung cancer, brain, and neck as well as benefit from a targeted smoking cessation programs. Even so, the risk of cancer would still continue to increase if you continue doing the smoking habit without knowing the time.

Google's Blogspot for IPhone Released

This morning I open a news website whose contents Blogger Releases iPhone Applications, this application is
issued the first official application by the service blogspot.

For the bloggers who use the Iphone, must be very happy to hear the good news. because in this application we are permitted to publish blog posts directly from our mobile phones.

The facilities at sedikan in the application currently only able to perform major activities, such as save, edit and publish your post, including uploading photos and adding location information.

Facilities are available for users who use IOS Operating System 3.2 to the top, the front view of this blog like blogger for Android applications.

HTML Tags : Tag Form


A page can contain information that is static and those that are dynamic. Static means that the information presented tends to remain, if you want to change the information has to change its program. While that is dynamic, the information can be changed without having to change the program. To create a web that is dynamic, we need the existence of supporting components. The required supporting components may be text input and can also be the execution and usually presented in a form. To be able to use existing components on the form, it takes a special mastery of the relevant HTML code. In this chapter will be studied using the codes forming a form.

Basic Use of Forms
In a web page sometimes we come across a guest book for visitors, feedback and member registration. Among the three forms of the view must have used a form component. To form a necessary form tag pair <form> and </ form>. And use the support form the action attribute and method.
• ACTION is used to determine the destination if a button on a form is run ..
• METHOD used to determine the technical delivery of information after the run button to access or send an information. Generally the method consists of two types of get and post. When using get meaningful information displayed will be obtained on the page itself in this case the url in the action. While the post that information will be sent separately from the url.
For more details, use the action and the method can be seen on pieces of the following programs:

<Form action = "send.html" ">......</ form method = post>

A. Tag Input In Form
To input a data or text required a clear area. Area there are many different forms in the form of a field there is also a small box or circle a way to fill it simply by clicking on the area and there are still other forms. To shape it takes on the form tag and some attributes <input> supporters and to be located in pairs <form> tag and </ form>. Input tag has several attributes. Attributes as shown in the following table:

NAME = To determine the name of the data
SIZE = size Specifies the input box for text and password
MaxLength = Specifies the amount of text can be entered in a particular area such as the input text and password
VALUE = Provide initial values ??for the input box before starting the new text entered
CHECKED = Given that in a state of selected check boxes.
TYPE = Specifies the type of input box, such as passwords, text, submit, reset, etc.

The following example shows the use of a form that involves a text field, submit button and reset.
type the script below and save it as form.html :
<html>
<head>
<title> form </ title>
</ Head>
<body>
<form ="information.html" action method = "post">
Name:
<input type = "text" name="nama" size = "20" MaxLength = "20">
<br>
Hobby:
<input type = "text" name ="hobby" size = "25" MaxLength = "40">
<br>
<input type = "submit" value = "Kirim">
<input type = "reset" value = "Clear">
</ Form>
</ Body>
</ Html>

then create a new file and save it as information.html:
<html>
<head> <title> </ title>
</ Head>
<body>
Information you need is right here
</ Body>
</ Html>

To address that if the submit button is clicked then the HTML file named in the action attribute on the tag will be loaded <form> .. Once you learn PHP, ASP or other web database, you will know how to capture the values ??entered in the second text field above.

B. Determining Textarea
text area usually used for this type of input that a lot of character. Tag is used Couple <textarea> tag and </ textarea>. textarea can cover multiple lines. The attributes used in <textarea> tag can be seen in the following courses:
create a new file and save it as textarea.html and type the script below:
<html>
<head>
<title> textarea </ title>
</ Head>
<body>
<form>
Note: <br>
<textarea name = "catatan" ="5" rows cols = "40"> </ textarea>
</ Form>
</ Body>
</ Html>

C. Select the Use of Form
To determine the choice by choosing its own against that shown on a particular list can be created by using a tag pair <select> and </ select>, another term is to select the combo box (drop down) or select list pilihan.contoh usage shown in the example following:

create a new file with the name select.html, and then type the script below:
<html>
<head>
<title> textarea </ title>
</ Head>
<body>
<form>
Most food you like: <br>
<select name = "Makanan">
<option value = "Car"> Car </ option>
<option value = "Bikes "> Bikes </ option>
<option value = "scooter "> scooter </ option>
</ Select>
</ Form>
</ Body>
</ Html>

D. Usage Type Checkbox
Selecting an information by clicking on a particular box and then there are special characters that mark the box, on a form are called type checkbox. The characters are generally shaped a checklist / tick.
The following are examples of the use of type checkbox

create a new file and save it as Checkbox.html, then type the script below:
<html>
<head>
<title> radio </ title>
<body>
<form>
Vegetable your passions: <br>
<input type = name = "bayam" checked> "checkbox" Spinach <br>
<input type = "checkbox" name = "kol"> Kol <br>
<input type = "checkbox" name = "Sawi"> mustard <br>
<input type = "checkbox" "lain" name => Other <br>
</ Form>
</ Body>
</ Html>

E. Usage Type Radio
Its use is generally the same type of radio to checkbox. Only if the checkbox is boxy and sign a character check, if the sphere-shaped radio with a marked character of black dots if we had chosen. Here is an example for the use of radio type:
create a new file and save it as Radio.html, then type the script below:
<html>
<head>
<title> radio </ title>
</ Head>
<body>
<form>
   Sex: <br>
   <Input type = "radio"
          Name = "sex" checked> men <br>
   <Input type = "radio"
          Name = "sex"> women <br>
   <hr>
   Religion: <br>
   <Input type = "radio"
          Name = "religion" value "i"> Islam <br>
   <Input type = "radio"
          Name = "religion" value "k"> Christian <br>
   <Input type = "radio"
          Name = "religion" value "t"> catholic <br>
   <Input type = "radio"
          Name = "religion" value "b"> budha <br>
   <Input type = "radio"
          Name = "religion" value "h"> hindu <br>
   <Input type = "radio"
          Name = "religion" value "l"> others <br>
</ Form>
</ Body>
</ Html>

F. Usage Type Password
Passwor is the password used to open or access any information. The password is generally a good character that the numbers and letters. How to enter the password normally have been provided a special area which was written and the characters do not look like the original word. characters that have been incorporated are generally interpreted in a certain code and a common form of the character "*". Here is an example HTML code:
create a new file and save it as Password.html, then type the script below:
<html>
<head>
<title> password </ title>
<body>
<form>
User Name:
<input type = "text" "Nama" name = size = "20" MaxLength = "20">
<br>
Password:
<input type = "password" "kata_kunci" name = size = "8" MaxLength = "8">
<br>
<input type = "submit" value = "Kirim">
<input type = "reset" value = "Clear">
</ Form>
</ Body>
</ Html>

G. Button On Input Attributes
Button that we use in the examples above there are two, namely the submit and reset. By using <input> tag, you can form your own buttons with different functions with the two buttons that have used it. How to make is to give the value "button" on the attribute type. As seen in the following programs:

create a new file and save it as Button.html, then type the script below:
<html>
<head>
<title> for the </ title>
</ Head>
<body>
<form> Click the button below: <br>
<input type = "button" value = "Kembali" onclick = "self.history.back();"> <br>
</ Form>
</ Body>
</ Html>

please try, and good luck.

HTML Tags : HYPERLINK

HTML according to the nature of hypertext, which means using a short text that could be a reference to move from one page to another page to get information. To be able to create the text / button that is used to transfer the required special tags that can run this command. This chapter will explain about how to create hyperlinks sebuat used for the purpose of transfer of the page as we want.

Hyperlinks to Web Pages
It said in a hypertext if there is a hyperlink tambilan web pages. Site on the Internet is almost entirely using hyperlinks. Hyperlinks in nature there are two: first, moving from one page to another page and the second, but can move only in one page. The tags are used to create a hyperlink is tag pair <A> ... </ A> or commonly called the anchor tag or anchor tag. The simplest form of the use of the anchor tag are as follows:
<a href = "url"> Label Link </ a>. URL (Uniform resource Locator) may be the address of a web of documents, images, or declared a another protocol (eg FTP).

For More Clearly, Can You See the example below:
Please You Make File:
1. name.html
and type the script below:

<html>
<head> <title> Make Link </ title> </ head>
<body>
<pre>
My Name: Ferdian Rahabista
<a href="home.html"> Back to Home </ a>
</ Pre>
</ Body>
<html>


if so, please type the script into two, on a new page:
2. website.html

<html>
<head> <title> Make Link </ title> </ head>
<body>
<pre>
My Website: bi-r3tno.blogspot.com

<a href="home.html"> Back to Home </ a>
</ Pre>
</ Body>
<html>


Next, save the file and create a new file to the 3
3. home.html

<html>
<head> <title> Make Link </ title> </ head>
<body>
<pre>
           - - - - DWI R3tno Blog - - - -
Please Click Your Choice:
<a href ="name.html"> My Name </ a>
<a href ="website.html"> My Website </ a>
</ Pre>
</ Body>
<html>


result, if when we run the home.html page, it will display two links namely My Name and My Website, if one link we click, it will automatically open a new page in accordance with the link we choose


Links to Other Web Sites
Hyperlinks are not just for transfer from one page to web-halamn which are on the same system as we practice in the previous exercise. Hyperlinks can also be used to get to the other sites that are on the internet. For more details see the following code:

Example: create a new file and berinama, otherlink.html and type the script below:

<html>
<head> <title> Make Link </ title> </ head>
<body>
<pre>
           --- Other Links ---
Please Select Link:
<a href ="http://www.fr-system.web.id"> CV. FR-SYSTEM </ a>
<a href ="http://www.frwebhost.com"> Free Web Hosting </ a>
<a href ="http://dwi-r3tno.blogspot.com"> My Blog </ a>
</ Pre>
</ Body>
<html>


HYPERLINK more about, you can try it with the example I gave above, for another example I will discuss in the next article

Wednesday, September 7, 2011

Internet Protection For Your Children by using the K9 Web Protection

for parents who already have children, maybe a little worried if we stay at work and at home have Internet facilities, and children to try to access the Internet without the guidance of sepengatuan or tau, afraid even to try to access forbidden sites that are not in desired by all parents.

then, how to prevent your children from accessing unwanted sites,
no one a free software that may be you can try to wake up our children from the disorder,
yes indeed, if we talk internet security issues will not be there constantly, because there is little security but it can penetrate any other way, but help us to this little matter of concern that exist in our minds when we left the kids play on the internet without the guidance of old.

The name of the software is K9 WEB protector, which has facilities including the following
K9 Features to protect your children:

    1. Web site blocking by category, including pornography, illegal drugs, personals / dating, violence / hate / racism
    2. Easy pre-set levels to choose from Depending on the age of your children
    3. SafeSearch enabled on all search engines to show cleaner search results
    4. Time restrictions, including NightGuard (tm), to disallow Internet access During designated times
    5. Custom "always allow" and "always block" lists for your personal preferences
    6. Ability to override a block with the parent password
    7. Tamper resistant for more savvy kids
    8. Reports showing activity to categories of web sites
    9. Real-time Categorization of new web sites
    10. Compatible with Windows or Mac machines

for how to get this application, we can directly access its official website with the address http://http://www1.k9webprotection.com/ 


and

1. you try to click on free download
2. then fill out the form provided and must use an active email
3. if so, please check your email and later you will get an email reply from the contents of the K9 Web Protectors download Software K9 Web address Protectors and serial number for activation.
4. if it is downloaded, please install and later on if we are asked to enter a Serial Number, please enter in accordance with the Serial delivered via email.




to all parents in the world, please try, and good luck.
"Want to increase traffic and visitors your web popularity fast and unlimited ...? ... Leave it to me ..., I'll do it for you FREE ...! ...click Here-1 anda here-2"

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | cheap international voip calls