• Image 1
  • Image 2
  • Image 3
  • Image 4
  • Image 5
  • Image 6
  • Image 7




Friday, June 29, 2012

TUTORIAL TAQ SELECT & OPTION HTML FOR NEWBIE

Hello my friends you are on my blog at "We Are Knowedge".. You eill getting many it knowledge in here. I was provided for you IT knowledge from dekstop programming until web programming...

HTML.... HTML.....and HTML......
Yeah... That's right... I want giving you tutorial about HTML again... But with different tutorial...
This time about taq "OPTION" and "SELECT"...

Before... You was known...???
If not... Let's do reading my article....

Taq option in HTML like as combo box in VB.6.... Likely menu...
But.. if in VB.6 just click knop or tool... And in HTML made with coding....
Ok this is method...

you can copy This coding... Or write self in your aplication....
I using notepad++ in order to more eazy with making...



<html>
<head>
<title>Atribut Taq Select & Option</title>
</head>
<body>
Look On... This is example in use option
<br><br>
please Choice Your Favorit Food
<br><br>
<select name="food">
<option value="">choice
<option value="food_1">Gudek
<option value="food_2">Ketoprak
<option value="food_3">Gado-Gado
</select>
</body>
</html>


And paste in your software... And result like this..



Look one many color in my software.. Because I using notepad++.. If you using normal notepad, want more difficult in making program...

And if done you must save with save as type : "HTML"....
ex... : namefile.html.

And double click in your file want to appear like this..





Try click COICE menu.. and to appear other word....

Ok very simply...
Mybe just it... Please read my other article.. exactly want add your knowledge...


Logic ::

Select name
>> this syntax for giving global name for option, and name must different from other.. if you giving same name, syntax no error but to result not what you expect.

option value 
>> this syntax for to fill option. You can fill in as you wish. but likely previosly don't same of name

Thanks for reader and.. exactly visitors....
See You later...


If you will Download source code


Tutorial for file document  >> This
Tutorial for file HTML      >> This

Thursday, June 28, 2012

TUTORIAL TAQ OL, Li, & UL HTML FOR NEWBIE

Welcome to my site in  "W E  A R E  K N O W L E D G E"
Thanks you... Thanks you was visit in my page.... And I want giving you litle tutorial HTML about "LI,  UL, and OL"... Calm down... Although I say little, but you want be the master.. Because something I giving is element...

You must using this syntax in order to Your blog has an interesting look, as if the appearance of your blog interesting then better to read the article on our blog
Ok direct to tutorial....
Copy this coding in or write in your aplication...I hope you write self.. That more eazy with you understand...



<html>
<head>
<title>Atribut Taq OL, UL, & LI</title>
</head>
<body>
<b>Using Taq OL With LI</b><br>
<ol>
                <li>We Are Knowledge</li>
                <li>Place Of Sharing</li>
                <li>Take And Give Knowledge</li>
                <li>have Fun and Enjoy</li>
</ol>
<br><br>
<b>Using Taq UL With LI</b><br>
<ul>
                <li>This bullet 1</li>
                <li>This bullet 2</li>
                <li>This bullet 3</li>
</ul>
<br><br>
<b>Using Together Taq OL, UL, and LI</b>
<br>
<ol>
                <li>Number 1
                                <ul>
                                                <li>This bullet 1</li>
                                                <li>This bullet 2</li>
                                                <li>This bullet 3</li>
                                </ul>
                </li>
                <li>Number 2
                                <ul>
                                                <li>This bullet 1</li>
                                                <li>This bullet 2</li>
                                                <li>This bullet 3</li>
                                </ul>
                </li>
</ol>


And paste in your aplication... 
And result like this...



Ok if done... you must change of "save as type" and change be "Hyper Text Markup Language"...
example saving : namefile.html...

And you can working with double click your in file...
And this your project....



I was making three example with tutorial this...
If you not understand you can leaving comment... Please wait.. And I want answer...

And One again.. If you will download source code in here..

Tutorial for file document  >> This
Tutorial for file HTML         >> This

Ok thanks for you... was visit in my page...
C'mon reading my other article... I have many tutorial about HTML or dekstop programing...

Thanks for visitors and the readers..
if you like this blog, please bookmark or share to your friends...
Ok see you later....


Wednesday, June 27, 2012

TUTORIAL TAQ LINK & IMG HTML FOR NEWBIE

Hi.... Welcome to my site.... For you was came... I want giving you tutorial HTML about "LINK and IMG"...

Link usually using for go to other url... or go to other site.... In made order to more eazy user in browser site... 
In HTML using "LINK" must starting with "<a>" and finish with "</a>"... If you not closing with "</a>".. all sentence from you start using "<a>" want readed as LINK....

And for IMG element form is "img src ="place_of_file.exetention"...
In input your image to web you must know place your image.... If your image at outside you can using "../"..

In to apper picture you can too setting width and height... in order to likely you want...

Ok this coding was I made.. You can Copy or write in your aplication... Or you can too paste in your notepad, but if you done, don't forget to change save as type become ".html".  ex : link.html.



<html>
<head>
<title>Atribut Taq Link & Img</title>
</head>
<body>
This Is Example From Taq Link<br>
You must start with "<a>" and finish with </a>
<br>
Because, If not... Not want readed as "LINK"
<br><br>
<b>This Example "LINK"</b><br>
<a href="http://www.have-fun-and-enjoy.blogspot.com">
We Are Knowledge</a>
<br><br>
<b>For Link With Atribut "BLANK"<b>
<br>
<a target="_blank" href="http://www.have-fun-and-enjoy.
blogspot.com">We Are Knowledge</a><br><br>
This example Insert Image<br><br>
<img src="place.jpg" width="170" height="170">
<br><br>
Example image not one folder<br><br>
<img src="../place2.jpg" width="150" height="170">
<br><br>
</body>
</html>




If was copy... Paste in your aplication...
And result like this




























And nest you must save as type "HTML"... If not... your program bot working...
example... namefile.html...

If done.. you can double click for working.... will to appear in your web browser. And you just click the "link" and you want move to address of link




Ok just it..

If you will download source code you can do it...


Tutorial for file document  >> This
Tutorial for file HTML         >> This


Thanks for you...
have fun and enjoy it...
see you later...

Tuesday, June 26, 2012

TUTORIAL TAQ FORM HTML FOR NEWBIE

Hi.... welcome again in "W E  A R E  K N O W L E D G E"....
C'mon... C'mon read this my article..
Mayby what do you look for... be in here.... hehehehe...

Ok... Let's read...

This time i want giving you about Taq "FORM" in HTML....
Form in HTML include.. text, password, radio, checbox, submit, and reset...
Calm down... don't panic... I want giving you until you be the master.. haha..

This tutorial just element... and just you can uping...
Ok..

copy this coding...



<html>
<head>
<title>Atribut Taq Form</title>
</head>
<body>
Taq Input with type properties = "text" <br><br>
<input type="text" name="text"> <br><br>
Taq Input with type properties = "password" <br><br>
<input type="password" name="password"> <br><br>
Taq Input with type properties = "radio" <br><br>
<input type="radio" name="radio" value="fill_1">radio 1
<br>
<input type="radio" name="radio" value="fill_2">radio 2
<br><br>
Taq Input with type properties = "checkbox" <br><br>
<input type="checkbox" name="box" value="fill_3">Box 3
<br>
<input type="checkbox" name="box" value="fill_4">Box 4
<br><br>
Taq Input with type properties = "submit" <br><br>
<input type="submit" name="box" value="submit">
<br><br>
Taq Input with type properties = "reset" <br><br>
<input type="reset" value="clear">
</body>
</html>

Little Logika :

  • Input Text
For form text.. Usually for input your data. like as : name, and your live
  • Input Password
For input password.. And data in input want to hidden
  • Input Radio
In making name radio must same.... if not... want occurs errors... And you just choice one from many option
  • Input Checbox
In Checbox you can choice more than one from many option...
  • Input Submit
Usually for send data was your input
  • Input Reset
Using for cleaning data was your input

Ok Copy in your aplication...
And result like this



If done... save.. and save as type must "HTML"
example... Namefile.html

And after saving... you can double click your file for execution or working...
and result like this...


Try you input in text and password... exactly different

And in radio you just choice one.. But in Checkbox you can choice more than one..


Ok.. I fell enough,,,
Thanks was reading may article and was visit in my page...
Thanks for you...

If you will Download source code

Tutorial for file document  >> This
Tutorial for file HTML         >> This


Ok.. just it...
I hope you like and understand with this all...
Don't forget read my other article...
See you later friends

Monday, June 25, 2012

FILE & STREAM C++

Copy And Paste...Code Program





#include <iostream.h>
#include <fstream.h>
#include <conio.h>


void main()
{
clrscr();
int x;
char y[100],a[100],b[100],c[100],d[100],e[100];
cout << "CHOICE YOU WANT" << endl << endl;
cout << "1. Create File.txt In your Drive" << endl;
cout << "2. Fill Text in File.txt" << endl;
cout << "3. Add Word In Your File.txt" << endl;
cout << "4. Remove All text In File.txt" << endl;
cout << "5. EXIT" << endl << endl;
cout << "Your Number : ", cin >> x;
if (x == 1)
{
ofstream textbaru;
cout << "Input File Name and Location File" << endl;
cout << "example :" << endl;
cout << "C:/fileame.txt" << endl;
cout << "D:/fileame.txt" << endl;
cout << "E:/fileame.txt" << endl;
cout << "C:/fileame.cpp" << endl;
cout << "D:/fileame.php" << endl << endl;
cout << "In Here : ", cin >> y;
textbaru.open(y);
textbaru.close();
cout << "Ok.. Done.. Look On Your Drive";
getch();
}
if (x == 2)
{
ofstream textbaru;
cout << "Frist You Must Open Your File" << endl;
cout << "example :" << endl;
cout << "C:/fileame.txt" << endl;
cout << "D:/fileame.txt" << endl;
cout << "E:/fileame.txt" << endl << endl;
cout << "In Here : ", cin >> y ;
textbaru.open(y);
cout << endl;
cout << "Enter Your Word Without Space" << endl << endl;
cout << "1. ", cin >> a;
cout << "2. ", cin >> b;
cout << "3. ", cin >> c;
cout << "4. ", cin >> d;
cout << "5. ", cin >> e;
textbaru << a << endl;
textbaru << b << endl;
textbaru << c << endl;
textbaru << d << endl;
textbaru << e << endl;
textbaru.close();
cout << "Ok.. Done.. Look On Your Drive";
getch();
}
if (x ==3)
{
ofstream textbaru;
cout << "Frist You Must Open Your File" << endl;
cout << "example :" << endl;
cout << "C:/fileame.txt" << endl;
cout << "D:/fileame.txt" << endl;
cout << "E:/fileame.txt" << endl << endl;
cout << "In Here : ", cin >> y ;
textbaru.open(y, ios::app);
cout << endl;
textbaru<<endl;
cout << "Enter Your Word Without Space" << endl << endl;
cout << "1. ", cin >> a;
cout << "2. ", cin >> b;
cout << "3. ", cin >> c;
cout << "4. ", cin >> d;
cout << "5. ", cin >> e;
textbaru << a << endl;
textbaru << b << endl;
textbaru << c << endl;
textbaru << d << endl;
textbaru << e << endl;
textbaru.close();
cout << "Ok.. Done.. Look On Your Drive";
getch();
}
if (x == 4)
{
ofstream textbaru;
cout << "WARNING !!! Existing Word Lost" << endl << endl;
cout << "Frist You Must Open Your File" << endl;
cout << "example :" << endl;
cout << "C:/fileame.txt" << endl;
cout << "D:/fileame.txt" << endl;
cout << "E:/fileame.txt" << endl << endl;
cout << "In Here : ", cin >> y ;
textbaru.open(y, ios::trunc);
textbaru.close();
cout << "Ok.. Done.. Look On Your Drive";
getch();
}
if (x == 5)
getch();
}




Download Source Code...


Download File.cpp  >> Link
Download File.doc  >> Link

Sunday, June 24, 2012

TUTORIAL TAQ TABLE HTML FOR NEWBIE

Ok.. This is continue from my tutorial....
Yesterday I was make tutorial taqs at HTML... This time I want giving you tutorial about "Taq Table". Maybe this more than difficult.But if you fire.. exactly want be eazy...

Table at HTML very avail, because can more beauty showing your blog...
Ok Let's reading..

You can copy and paste this code... Or you can too write in order to you more eazy understand..



<html>
<head>
<title>Atribut Taq From Table</title>
</head>
<body>
<b>Making Table</b><br><br>
<table border="1" bordercolor="brown">
<tr>
<td>This column 1 and line 1</td>
<td>This column 2 and line 1</td>
</tr>
<tr>
<td>This column 1 and line 2</td>
<td>This column 2 and line 2</td>
</tr>
</table>

<br><b>Making Table With Background Color</b><br><br>
<table border="1" bordercolor="brown">
<tr>
<td bgcolor="yellow">This column 1 and line 1</td>
<td>This column 2 and line 1</td>
</tr>
<tr>
<td>This column 1 and line 2</td>
<td bgcolor="yellow">This column 2 and line 2</td>
</tr>
</table>

<br><b>Making Table In Table</b><br><br>

<table border="1" bordercolor="brown" cellpadding="8"
cellspacing="0">
<tr><td>
<table border="1" bordercolor="yellow" cellpadding="8"
cellspacing="0">
<tr><td>Text "We Are Knowlege" At Table in Table</td></tr>
<tr><td>C'mon... Let's Try Making Too..         </td></tr>
<tr><td>This Is Enough Eazy, If you Trying      </td></tr>
</table>
</td></tr>
</table>


And result if you was write in aplication














































"bgcolor" is for color in backgrond table...
"cellspacing" is spacing word in table
"bordercolor" is color for line table


And if done.. you can save with save as type "HTML"...
ex : table. html...

And double click in your file... and to appear.. Like this..



Look on my picture. One picture with other picture different because I using different syntax.

First picture just making two column and two line... And be sentence
Second picture be backgroung in column and line...
tridh picture is table in table...


If you will download, I was making in document and Hyper Text Markup Language

Tutorial for file document  >> This
Tutorial for file HTML      >> This

Ok.. just it..
I hope you like it..
See you later

Saturday, June 23, 2012

TUTORIAL TAQ FONT HTML FOR NEWBIE

Hi...Visitors.... Thanks you from visit in my blog... Maybe, I can help you. Try to read my article. Exactly you want understand...

This time I want giving you... Tutorial about HTML with to study "Taq Font In HTML"...
In HTML if you starting with taq, then you must finishing with taq.. Like as :
starting  : <font>

finishing : </font>

If you not close with it, then your coding want break.. and happened error...

Ok you can copy this code and paste in your aplication...
I using Notepad++ in order to eazy in making...



<html>
<head>
<title>Atribut Taq From Font</title>
</head>
<body>
<p><font face="courier new">Font tipe "We Are Knowledge" is COURIER NEW</font>
<p><font face="Comic Sans MS">Font tipe "We Are Knowledge" is COMIC SANS MS</font>
<p><font face="Times New Roman">Font tipe "We Are Knowledge" is TIMES NEW R.</font>
<p><font color="blue">Font color "We Are Knowledge" is BLUE</font>
<p><font color="red">Font color "We Are Knowledge" is RED</font>
<p><font color="green">Font color "We Are Knowledge" is GREEN</font>
</body>
</html>


And result



And If done... you must save with save as type "HTML"...
ex : Font.html

And for working you can double click your file, you was make...
And want likely this..



Logic :::

<html> … </html>
>>This is syntax for starting making program in HTML

<head> … </head>
>> using this syntax if you want making your sentence on top

<title> … </title>
>> if you write the sentence between this syntax, then this syntax become the title your page

<p>
>> the syntax for new line or new paragraph

<font face>
>> using this syntax if you will change type your font

<font color>
>> and using using this syntax if you want change color your font become blue, red or green.



How....Very eazy not.....
try to continue you want be master...

Oy visitors.... if you will download this tutorial you can download at under..


Tutorial for file document  >> This
Tutorial for file HTML      >> This