Wednesday, March 18, 2009

Autorun Script

Did you know how program or virus can run automatically from you disc or other storage device (USB flash disc for example) or give label on your storage device.

It Easy to make it

just need notepad.exe from your computer.

type in your new file


[autorun]
label="your name wanted"
icon="your icon addres (.../..../icon.ico)"
autorun="your Software addres (.../..../software.exe)"


After that Safe As your write with label "autorun.inf"

you can chose any or all from above.

there more other you can write
I just mentioned this one this time.

Cow Meatball

Meatball
typical Food in Jakarta, try making your own -
It's easy to make meatball and Delicious too.



Ingredient:

beef 1 / 2 kg

3 pcs garlic mashed.

Sago flour 50 grams

salt sufficiently. (1 tsp)

1 egg



Provide:

Hot water / boiling basin 1

Cold water / ice water 1 basin



How to make a Cow meatball:

Mixed all ingredients well and not inherent. with the use of the hands and spoons. wet the hands with water, take the meat mixture with your hands and remove the click and hold the capture orb meatball drop with a spoon and hot water to float up to then move to ice water for 5 minutes. Do everything to finish.



Sauce broth:

Prepare the sauce add flavor beef broth salt, pepper, and sugar. After the water where boil, input the meatball beef and cook briefly.



Serve:
helping to prepare the content of the noodle or rice noodle that is boiled, fill sauce and Meatball add celery and onion fries.

It easy to make it.

Wednesday, March 11, 2009

Work Breakdown Structure

Work Breakdown Structure (WBS)

This Method use to break a classification for any work that will be held on.

first you have to determine the main part of your work. In example to made a house you have a Civil Work, ME Work, Architecture work, so on....
This is the main part to made a house, then you divide the main part to get the specific work to complete this part. you do it until there no more work you can describe from the work.

Example
Level 1
A Living House

Level 2
A.1 Civil Work
A.2 ME Work
A.3 Architecture Work
A.4 Yard Work
A.5 Finishing Work

Level 3
A.1.1 Sub Structure Work
A.1.2 Structure Work
A.1.3 Wall Work
A.1.4 ....etc

Level 4
A.1.1.1 Foundation Work
A.1.1.1 Retaining Wall Work

.................

You do it until there no more work can be divide.

WBS use to determine the cost post for the project.
for the Estimate there is no problem to made this base on their experience.

VBS (VBScript) - part 1

VBS Or Visual Basic Script is programing language . It Can be made use notepad in widows, you just to save as *.vbs

VBScript stands for Visual Basic Script, a scripting language developed by Microsoft to be used with Microsoft products, mainly Internet Explorer. It has gone through many changes over the years and is now mainly used as the default scripting language of ASP


VBScript was created to allow web page developers the ability to create dynamic web pages for their viewers who used Internet Explorer. With HTML, not a lot can be done to make a web page interactive, but VBScript unlocked many tools like: the ability to print the current date and time, access to the web servers file system, and allow advanced web programmers to develop web applications

VBScript is a prerequisite for ASP developers and should be learned thoroughly before attempting any sophisticated ASP programming. Programmers who have used Visual Basic in the past will feel more at home when designing their dynamic web pages with VBScript, but it should be known that only visitor's using Internet Explorer will be able to access your code, while other browsers will not be able to process the VBScript code.

VBS Sample
Write in notepad

'start

msgbox="hello world"

' end

save as *.vbs

run it