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




Sunday, October 28, 2012

TUTORIAL MADE CHAIRS


Hello my friends, now I want giving you tutorial using sketch up. this software used for design. let's try this...

Tutorial made chairs:

1. Tools - tools used:
a. Select, its usefulness is to memiliih a line
b. Line, making a straight line, horizontally or vertically
c. Circle, a circle embuat
d. Arc, creating a line that can bend.
e. Eraser, delete a line
f. Paint bucket, give color to the selected section.
g. Push, provide space on an object
h. Orbit, doing the rounds on the selected object
i. Follow me, providing a circular nature

2. The first step in making use tool "Arc" to make the chair. In making the first point of the curve should be connected to the last point.

3. If the dots are connected push the "push" in order to have space.

4. After that, remove the middle, it is done so that each side of the handle to the side of the chair two (location and position).

5. Use the "line" to make the backrest to draw the line. And for the back end gnakan "arc" that can bend the line.

6. And for a place to put the foot just use the "line". Keep in blocks, if it is remove the top, so that the top open.

7. To be balanced when the seat was occupied, make a stand. Here I use the tool "circle". The trick for a small circle at the bottom of the seat, then pull down using a "push". And for a loop again with a larger size than before. And use "push" to pull.

8. And to make paying extra, by using the "circle". And do the same thing by creating a buffer seat in making umbrella pole.

9. For part of the umbrella itself, make a circle using the "circle" on the pole with a larger size. Then create a triangle facing up to the "line". Use the tools "follow me" to make a cone by pulling laterally side end connected to one another ..

10. Garnish with the tool adds color "paint bucket". And use the color as you like.

11. And TARA .... You have managed to make it.


ok just for it...
I hope you can..
see you later..

Monday, October 22, 2012

PROGRAM LANGUAGE C - CONDITION USING IF


Welcome to my blog.. now in this article, I want giving you tutorial language C using IF.. Previously, you must the program C for making the program. You can copy this coding, and paste in your program or notepad, but if you copy on notepad, you must change save as become “C”.

Example 1 :

#include <conio.h>
#include <stdio.h>

int main()
{
again:
clrscr();
int your_select, countinue, select_again;
printf("============ Welcome Premier Inggris Lovers ============ \n");
printf("    This Is My Sample Program Language C About ISL \n");
printf("                 Only On Or Just On \n");
printf("                  WE ARE KNOWLEDGE \n");
printf("            Lets Choice Your Favorit Team FC \n \n");
printf("        Press Any Number And Enter To Countinue ...");
scanf("%d",&countinue);
clrscr();
printf("Please Your Favorite Football Club : \n");
printf("========== Football Club =========== \n");
printf("1. Persija Football Club \n");
printf("2. Persib Football Club \n");
printf("3. Sriwijaya Football Club \n");
printf("4. Arema Football Club \n");
printf("5. Persipura Football Club \n");
printf("6. Persela Football Club \n \n \n");
printf("Masukan Pilihan Menu Anda : ");
scanf("%d",&your_select);
if (your_select == 1)
{
printf("\n You Are Choice PERSIJA \n");
}
else if (your_select == 2)
{
printf("\n You Are Choice PERSIB \n");
}
else if (your_select == 3)
{
printf("\n You Are Choice SRIWIJAYA \n");
}
else if (your_select == 4)
{
printf("\n You Are Choice AREMA \n");
}
else if (your_select == 5)
{
printf("\n You Are Choice PERSIPURA \n");
}
else if (your_select == 6)
{
printf("\n You Are Choice PERSELA \n");
}                  
else
{
printf("\n Oh no... you are wrong !!! \n \n \n");
}
printf("You Will Choice Your Favorit FC Again ?? [Y = 1/ N = 0] : ");
scanf("%d",&select_again);
if (select_again == 1)
{
goto again;
}
else
{
printf("Thanks You");
}
getch ();
return 0;
}


Logic :

Clrscr >> for cleaning the output window.

Conio.h and stdio.h >> for calling on folder it.

Printf >> for printing in output window

Scanf >> for input on output window.

Getch and retutn >> for return the value and ending the program.

If >> is conditional, to be found : iF, IF then else, if else if else.



Ok..just it..
I hopr you understand…
See you later

Saturday, October 20, 2012

PROGRAM LANGUAGE C - CONDITION USING SWITCH


Welcome to my blog at “We Are Knowledge”. Now I want discuss program language C. And my tutorial is using condition with “switch”. Using switch in program language C likely used in other program language like as : program language C++, pasca, and other.
And this sample coding. Previously you must software for making program language C like as 
: Borland C++ or turbo C. if it is, you can copy this and paste in your compiller.


Example 1 :

#include <stdio.h>
#include <conio.h>
int main()
{
int choice, next;
printf("============ Welcome Customer ============ \n");
printf("    This Is Sample Program Language C \n");
printf("                Only On \n");
printf("  Only On have-fun-and-enjoy.blogspot.com \n");
printf("              Ayam Goreng \n \n");
printf("Press Any Number And Enter To Countinue ...");
scanf("%d",&next);
clrscr();
printf("Please Your Favorite Football Club : \n");
printf("========== Football Club =========== \n");
printf("1. Chelsea Football Club \n");
printf("2. Arsenal Football Club \n");
printf("3. Man.United Football Club \n");
printf("4. Liverpool Football Club \n");
printf("5. Tottenham United Football Club \n");
printf("6. Man. City United Football Club \n \n \n");
printf("Masukan Pilihan Menu Anda : ");
scanf("%d",&choice);
switch(choice)
{
case 1:
printf("\n You Are Choice CHELSEA \n");
break;
case 2:
printf("\n You Are Choice ARSENAL \n");
case 3:
printf("\n You Are Choice MAN. UNITED \n");
break;
case 4:
printf("\n You Are Choice LIVERPOOL \n");
break;
case 5:
printf("\n You Are Choice TOTTENHAM \n");
break;
case 6:
printf("\n You Are Choice MAN. CITY \n");
break;
default:
printf("\n Oh no... you are wrong !!! \n");
}
getch ();
return 0;
}


Logic :

Choice, next
>> is variable with integer data type.

Printf
>> for print in output window

Scanf
>> for input number or char in output window

%d
>> for data type integer.

Clrscr
>> for cleaning output window

Switch..
>> is conditional . to be found 2 (two) condition on language C, IF and switch.



Ok.. just it..
I hope you understand…
See you later

Monday, October 15, 2012

PROGRAM LANGUAGE C - CONSTANT


Hi. Hi.. Hi… Hi The IT knowledge lovers, thanks to your visit, yes that’s right you are on my blog at “We Are Knowledge”.. In here you will getting IT knowledge.. Because I was provided you about it..


Likely this article to fill IT knowledge, because in this article,, I want discuss abot progralm language C. And topic is Constant in program language C.. you will know ? let’s do read this article.. have fun friend to read this…


You know constant in program language C ? Constant on program language C is its absolute value, this is absolute in the sense that its value does not change - change despite repeated program - again to stop.


Example constant :

A = A + 2;
B = 2 + C;
C = A + B + 3;


and for the constant is the number 2 (two) and 3 (three), although the program will continue to repeat, figure 2 (two) and 3 three) is always the same no change. Unlike case with the character "A, B, and C" is called varabel, and the variable is a value that is always changing - change up a program to stop execution.


To be found 4 (four) constant on program language C, that is :

      1.       Integer Numeric Constants
>> constants in this form is a constant with a value rounded. 
      Ex : 34, 23, -12

      2.       Numerical Constant Fraction
>> constants in this form is a constant with a value of fractions or decimals. 
      Ex : .75

      3.       Character Constants And String Constants
>> for these constants form, written or clamped between single ethical mark. 
     Ex : ‘y’

      4.       Escape Character Constants
>> to form these constants, are used to seeing the end result of the program, and usually to embellish the output. 
     Ex : \a, \n, \r



Ok.. just for it..
I hope this usefully
See you later

Sunday, October 14, 2012

PROGRAM LANGUAGE C - USING VARIABLE


Hi… Hi. Hi.. Hello the IT knowledge (science) lovers.. you are on my blog, in here to be found many IT knowledge from desktop programming until web programming. Like as : Php, Html, MySQ, that is a web programming, and for desktop programming like as : cobol, c, c++, visual basic, and other.


What do you find ? about program language C ? if yes, you are was choice the right blog, because in this  article I want discuss about program language C. and I want giving you sample simple program using language C with variable. You are ready ? so let’s do read this article, have fun to read…


Previously you making the program language C you must having the compiler program, like as : Borland C++ or Turbo C. you can using it.


Variables in C programming language is a value that are changing - a fox for prooses execution continues. or value which would stop changing when ekseskusi stop
Characters in the C programming language is that its value remains, though in a state run program continued or repeated - constantly. or character is a fixed rate until the execution is terminated


And this simple program, you can copy or write on notepad or direct to the program :
Example 1 :


#include <stdio.h>
main()
{
int n, i;
long int factorial= 1;
printf ("Input factorial: ");
scanf ("%d", &n);
for (i = 2; i <= n; i++)
factorial= factorial* i;
printf ("%d factorial= %d", n, factorial);
scanf ("%d", &n);
}


Logic

#include <stdio.h>
>> for include file in folder “stdio.h>

main()
>> for starting the program

{
>> opening brace

int a,b;
>> declare variables a and b

long int factorial = 1;
>> declare a variable factorial equals 1

printf ("Please Input factorial your : ");
>> for print sentence “Please Input factorial your”

scanf ("%d", &a);
>> for input the factorial

for (b = 2; b <= a; b++)
>> looping

Factorial = factorial * b;
>> operator

printf ("%d factorial= %d", a, factorial);
>> print value

scanf ("%d", &a);
>> (optional) only to see the value that is not straight out

}
>> closing braces



Ok.. just it…
See you laters

Friday, October 12, 2012

EXAMPLE OF SIMPLE PROGRAM LANGUAGE C

Hi IT knowledge lovers, you are on the blog to fill many science. Yes, that is my mind. I making this blog for you, and other people, because I like sharing science, but about IT knowledge. I sharing IT knowledge about dekstop programming, web programming, and design graphic program.


Now, I want next tutorial about “program language C”. Previously I was starting with introduction about it. If you do not reading, you can get and take in my blog, at we are knowledge blog. That is I giving what it the program language, who made it ?, and etc.
Previously if you will making program language C you must having the program, like as : turbo C or borland C++. You can choice 1 (one) of the two. For this article, I want giving you example of a simple program with using program language “C”. you can copy and paste this coding in your notepad or your program.


Example 1 :

#include <conio.h>
#include <stdio.h>
main()
{
clrscr();
printf("Hello You Are On We Are Knowledge Blog \n");
printf("I very like Program Language C \n");
printf("Lets Do Try The Other Program \n");
printf("See You Tomorrow \n");
getch();
}


Logic :

#include <conio.h>

function to include files in the folder conio.h, and in order to function “clrscr” can be used


#include <stdio.h>

function to include files in the folder stdio.h, and in order to function “printf” can be used


main

for starting your program, before you inut the syntax.


clrscr

for cleanig output window which had previously been printed


printf

this statement for command print in to output window


/n

You can use it, if you will making new line


Getch

For closing your program.


To result :

Hello You Are On We Are Knowledge Blog
I very like Program Language C
Lets Do Try The Other Program
See You Tomorrow


Ok.. just it…
May be useful…
See you later

Thursday, October 11, 2012

INTRODUCTION OF PROGRAM LANGUAGE C


     Hello my friends, welcome to my blog at “We Are Knowledge”. In here you willl getting andtaken many IT knowledge, because I was provided for you many Programming and tutorial using. What do you looking for about IT knowledge ? if yes it.. You are was choicethe right blog, because this blog to fill IT knowledge from desktop programming until programming.


     Now in this article I want giving you about program language “Language C”. Please remember, this is program language C not program language C++. Program language C andprogram language C++ almost the same. The exact programming language C + + is a C language development proceeds. Youwill known ?? let’s do read this artilce, have fun to read friends.


     Program language C is desktop-based programs that have their own computers as well as language pemrogarman c +, Pascal, Visual Basic 6 and yet others. Likely other program language, in program language C to be found :
    Condition like as : if, if then else, switch.
    Looping like as    : for, do while


     But for using the syntax different of general form. If the programming language C + + there are syntax "cout" then the C programming language to "printf". and the programming language C + + has syntax "cin" berebeda with the C language, with syntax scanf. Yes indeed similar to the Java programming language C.


     If you do not know who the author is making the C language "Brian W. and Dennis M. Ritchie Kerninghan from AT & T Laboratories' year 1978 or the 20th century. If you are will makingthe program C you must having the program like as : turbo C or borland C++. Youv can looking for and downloading without make a payment, because this program is FREE.. and let’s do download the program and try to make it..



Ok.. just it..
This is introduction program language C for you
Se you later.

Monday, October 8, 2012

EDIT WINDOWS WITHOUT SOFTWARE

Hi.. Hi.. Hi.. hello the IT knowledge lovers.. you are on myblog, at “We Are Knowledge” you was choice the right blog, ih here you will getting and taken many IT knowledge. You can get IT knowledge from desktop programming until web programming. So you must read my article, because an add insight.


You can leave a comment if you not understand with my article and please wait, and I want question your answer, but calm down sure you understand, as I will discuss in detail and slowly. so you can easily understand.


Now this article with label of “Other”. And tutorial about “edit windows without software”. how can that be? but we need a software to edit windows. this tutorial is quite easy, because we are only going to change the tone or sound when the computer is turned on (windows sound when turned on)


to do this you need to have a voice recorder if you want to use your voice, or you can also use an existing sound, such as a song - a song or ring tone. but the tone or sound should be thinking about the format of "Wafe sound format" if you can not change the tone or voice into the format.
and if you have done the above, you can get to the location "media" which are located on the "windows".
click >> start >> drive c windows >> media
or
This copy "C: \ WINDOWS \ Media" without the quotes.
and in the windows are sound banya. and you just choose which voice you want to rename, sound, startup, ding, notify a \ and others. but remember you have to equate to replace the 


file with the file name you want to rename. you simply copy and paste and replace (if any warning hit "ok")


If you change the sound when the windows are turned on, to try it out please turn off and turn on the computer is or your laptop.

Ok.. just it..
I hope you like
see you later friend

Sunday, October 7, 2012

INTRODUCTION OF SQL


Hi.. IT knowledge lover you are on my blog, yes you are right, we are be “We Are Knowledge”. What do you find ? about program language ? if yes, you are was choice the right blog, because in this blog to be found many program language like as : Php, MySQL, cobol, C ++, visual basic. That is program language based desktop  programming and web programming.


You can looking for in here, if about program language. I hope you getting you are find. If you will search about program language, you can choice in beside the blog template. And you must click and want to appear many title about the program language.


But, if you searching about program language “SQL” you can get it in here, because this article was discuss  about it. And tutorial fo today is “Introduction of SQL”. Because this is first time, you must understand what is program language SQL ?. you will know it ?? let’s do read this article, have fun and enjoy friend to read this article…


Program language SQL (structure query language) is program language a standard computer language ANSI (American National Standard Institute) that can store data is a record of a regular record in a table. uses SQL as well as MySQL uses, because same for saving the data.


1. Character

Charactr is smallest part contained in the SQL programming language. Set the number of characters and data types that we can use for a character.


2. Record

Record is a collection of some character. or for more details, "a" is charcater and "name" it is a record.


3. Field

And the field is a collection of some of the records form one or more rows.


4. Database

And the database is a collection of some of the fields that form a sort of table.


Or for more short sequence like this :

Character >> Record >>Field >> Database


Ok.. just it..
I hope you understand…
See you later..

Saturday, October 6, 2012

LOOPING IN MYSQL


Hi.. welcome to my blog.. You are on “We Are Knowledge”. The blog with to fill many IT knowledge.. IT knowledge from basic until hard. I was present many it knowledge for you, from desktop programming until web programming.


Sample of desktop programming is program language Pascal, cobol, c++ and other. And sample for web programming is Php, MySQL, javascript. I also present you about design graphic likely adobe photoshop. But bit tutorial about it.
Now.. I want giving you tutorial about “MySQL” again, but with different tutorial. 


Proeviously I was made tutorial about “condition In Mysql”. And for this article about “Looping  In Mysql”.. you will know ?? let’s do it now… have fun to read friends..


1. Looping

looping's purpose all the same with if's purpose, since core of both to sort statement until meets expected point it.


So looping at Mysql is condition to make a statement will perpetually happen until that statement as statement which is expected.


this is function of looping :

1. to print same process
2. to print same statement
3. to sort point


there is three repetitive form in Mysql, which is:

1. LOOP – AND LOOP

General form :

[ label : ] LOOP
            Statement
END LOOP [ label ];


2. REPEAT – UNTIL – END REPEAT

General form :

[ label : ] REPEAT
Statement
UNTIL expression
END REPEAT [ label ]


3. WHILE – END WHILE

General form :

[ label : ] WHILE expression DO
            Statements
END WHILE [ label ]


And this example looping, you can try it !!

Example 1 :

SET a = 1
V_loop : WHILE a <= 5 DO
            IF MOD (a, 2) = 0 THEN
                        SELECT CONCAT (a, “  Is round”);
            END IF
SET a = a + 1;
END WHILE v_loop;


To result :

0 is round
2 is round
4 is round


Ok.. just it..
I hope you likely..
See you laters

Thursday, October 4, 2012

CONDITION IN MYSQL


Hi.. welcome to my blog at “We Are Knowledge”.. In here you will getting amany IT knowledge, from desktop programming until web programming you can get it.. You can take it Free, so you must readcthis article in order to you having IT knowledge about it..


Still with tutorial about “MySQL” and now, I want giving you IT knowledge about “Condition In MySQL”.. You know it ?? if do not, let’s do read this article..


Condition in mysql is syntax used for doing selection from many options, and we must choice I (one) from many options. Likely other program language, condition in MySQL also using “IF”.


In MySQL to be found 3 (three) conditions, namely :

1. IF;
2. IF ELSE and;
3. CASE


Ok .. I want start from number 1 (one) until number 3 (three)


1. IF

Statement if used if only 1 (one) option or condition. If the value is right then getting result. And this general form :

IF select_condition THEN
Your_command_if_condition_is_right;
END IF;


Example 1 :

IF x > 5 THEN
Set sal = ‘biggest’;
END IF


2. IF ELSE

Statement “IF ELSE” used if you having more than one condition or option.
General form :

IF select_condition THEN
Your_command_if_condition_is_true;
ELSE
Your_command_if_condition_is_false;
END IF;


Example 2:

IF x > 5 THEN
Set sal = ‘biggest’;
ELSE
Set sal = ‘smallest’;
END IF


3. CASE

Likely if command, this syntax also for choice one option from other options. But usually this syntax used if you having many options, and if the condition has been true then program direct exit without execute other command.
General form :

CASE select_expression
WHEN value THEN
Write_statement_1;
[WHEN value THEN
Write_statement_2 … ]


Example 3:


CASE
WHEN (sal > 10) THEN
SET commission = 200;
WHEN (sal > 5) THEN
SET commission = 100;
WHEN (sal > 2) THEN
SET commission = 50;
ELSE SET commission = 20;
END CASE;



Ok just it..
Thanks was reading my article…
See you later..

Tuesday, October 2, 2012

MAKING, CHANGE, DELETING FUNCTION AND PROCEDURE IN MYSQL


Hai friends… this article is the next from function and procedure… C’mon read this.. previosuly I giving you tutorial about “function and procedure in MySQL”, that is introduction, and now I want giving you method making it (function and procedure)… 


And tutorial for this article :

1. Making Function And Procedure
2. Change Function And Procedure
3. Deleting Function And Procedure

Yes, that is material for today.. Ok.. I want start from number 1 (one)..


1. Making Function And Procedure

For making Function And Procedure we can using the syntax “create”. And this general form :

Example 1 :

CREATE
[ DEFINER = { user | CURRENT_USER } ]
FUNCTION select_sp_name ( [ select_function_paremeter [ , . . . ] ] )
RETURNS type
[ select_characteristic …] routine_body


And this example  procedure :

Example 2 :

DELIMETER $$
CREATE PROCEDURE hardware_count()
BEGIN
SELECT COUNT (*) FROM hardware;
END$$
DELIMETER;


And for working (execute) we are can used “call” and this query :

CALL hardware_count(@hardware)

Then

SELECT @hardware AS ‘hardware_count’ ;

hardware_count
7


2. Change Function And Procedure

Following function to change the function and procedure. This function is used apabaila we want to change the function and procedure without removing it first. And this is the general form :

ALTER [ PROCEDURE | FUNCTION ] select_pf_name
[ characteristic … ]

Example 3 :

DELIMETER $$
ALTER PROCEDURE hardware_count()
BEGIN
SELECT MAX (*) FROM hardware;
END$$
DELIMETER;


3. Deleting Function And Procedure

In accordance with the command (DML) are: insert, update, delete. then the function and procedure there is also a command to remove it. and this general form :

DROP [ PROCEDURE | FUNCTION ] [ IF EXISTS ] select_fp_name

Explanation :

Drop
>> syntax to remove the function and procedure

Procedure
>> if you are going to remove is the procedure the procedure to select the function you do not need to write

Function
>> opposite of the procedure, ie if you are going to remove is a function then select the function you do not need to write the procedure

If Exists
>> to see where the file is there or not

Select_fp_name
>> to select a function or procedure to be deleted

Ok.. just it…
See you later friends