Archive for the 'Learning' Category

Bede 1MB / s with a 1Mb / s

July 8th, 2009 by Fachrul Stream

Sob Hmm what's the difference? : Ponder_tb: Prasaan no difference deh ga : Annoyed_tb: ngada_ngada aja neh wah. : Furious_tb:

Eits wait rilex sob. . It is indeed, if at first glance there's nothing much different from the two options above. But, try if studied in more detail was the difference cuman capital letters on a B or b. tuh make any difference what I said: tongue2_tb:

But, in this measurement has considerable influence, which is eight times as much!

Gini sob critanya, One binary digit represented by two digits option, if baseball 0 (zero), O 1 (one). Well, one binary digit is called a bit (denoted by b). Meanwhile, the byte is a combination of eight bits, permutasinya 2 ^ 8 [2 rank 8], there are 256 possibilities.

Thus, the range is between 0-byte numbers until 255 (denoted by B). Besides, there is also a word, that is a combination of two fruit-byte number or 16 digit number of bits. In total there are 65 536 combinations. [A kayak dicheat engine if ya ga slh]:?

Typically, the measurement in a file using a byte size. This has caused confusion because they think ordinary people bits and bytes that would be ....

So do not ngimpi internet connection if one Mb / s want to download sekenceng 1 MB / s for
1 Mb / s = 128 KB / s and 1 MB / s = 8 Mb / s (internet connection times when yes 8MB / s in Indonesia) : Nono_tb:

thx remedeal

Popularity: 2%

Ghost Online Hack

June 15th, 2009 by Fachrul Stream

Dighost want to cheat online? nih here there is ghost online hack tutorial like mp hack , hack skill , run & jump hack online ghost.

Shuriken Infinitie

  1. Open CE 5.5
  2. Scan number of shuriken
  3. Try to throw a shuriken and see a moving address
  4. Move to address list and change the value to 1000 then the freeze
  5. Tough and try the Ghost keluarin one skill you

The next tutorial MP Hack
Unlimited MP & Hack Skill, Run & Jump Hack

  1. Open CE 5.5
  2. Login to ghost online, find a place who deserted
  3. Scan number mp
  4. Use skills continue to scan the current number of addresses you
  5. If dah get one enter into the Address list Address
  6. Address lo continue in the right click select what write for this address
  7. Then the box will appear, turn it over to the game then okay skills such as chi
  8. Later came tuh data
  9. Of data in the first select a show dissasamber
  10. Later came the box, then lo ampe naek upward slightly to see who types it addresses
  11. slamet using cheat unlimited MP & Skill : Clap_tb:

This tutorial is derived from Lumajang

Popularity: 2%

Know javascript

April 15th, 2009 by Fachrul Stream

As I promised, I will introduce   what is javascript. java script with the event was tied once. Lho event rather than an event? tragedy? event? directly aja deh we discussed what that event. .

Event

By using JavaScript, we have the ability to create dynamic web pages. Event is here is an action that can be detected by JavaScript.

Every element on a web page that has several activities that could trigger a JavaScript function. For example, we can use the onclick event of the key elements that indicate that one function will run when the user clicks on the button. I set the events in HTML tags.

Event examples:

Mouse Click:

- A web page or image loading.
- Mousing through the hot spots on web pages.
- Selecting the input boxes in HTML.
- HTML submit the form.

Keystroke:

Activities that are typically used in conjunction with functions, and functions will not be executed before the event takes place.


onload and onUnload
And onUnload onload event triggered when users enter or leave the page.

Onload event that is often used to check the browser type and version of browser, and load the correct version of the web pages based on the information.

Both the onload and onUnloa d event is also often used to handle the cookies should be set when users enter or leave the yard. For example, you can have a popup asking the user the name of the first arrival to your page. This name is then stored in cookies. Next time visitors arrive at your page, you can have a popup saying something like: "Welcome again Stream 'yah kira2 like that.


onFocus, onBlur and onchange
onFocus, onchange event onBlur and most often used in conjunction with the validation form.

Below are examples of how to use onchange event. checkEmail function () will be called when the user changes the contents of the column:

<Input type = "text" size = "30"
id = "email" onchange = "checkEmail ()">

onMouseOver and onMouseOut

onMouseOver and onMouseOut often used to create "animated" buttons.

Below are examples from a onMouseOver event. Mark the box appears when onMouseOver event is detected:

<A href = "http://fachrul.com"

onmouseover = "alert ('mouse over event sample"); return false ">

<img src="fachrul.com/logo.gif" width="100" height="30">

</ A>

Thus a little introduction about javascript I already knew, apologize if there is a typo or my coding. for the already expert in the programming language may also put a comment here, so I can become expert is also of course. . See u

Popularity: 1%

Knowing CSS yuk

March 28th, 2009 by Fachrul Stream

In this post I discuss a little about CSS. It's about what you know CSS? nah, if not know yet, well read on this post. .

CSS is a collection of formats that are used to adjust the layout or content of a web page becomes more flexible.

Some Basic Element Types CSS:

1. Selector is a tag / normal elements in HTML

Two. Declarations are one or several command / value from css which shows type / shape applied to the selector which consists of:

a. Property (Property)

b. Property value (value)

selector (property: value)

Terms and writing in CSS is almost the same or not much different from the html, look. .

1.Inline CSS Style

Inline styles are styles that we can paste on a particular web element within a document.

example:

Displays the text color to blue and set the left margin of a paragraph to 25

<p style="color: blue; margin-left: blue 25px"> this Paragraph </ p>

2.Internal CSS Style

CSS Style, written / pasted directly in an HTML document header (CSS Style of writing combined with the HTML document and placed in the header).

more example:

Creating a background image browser into the sunset (picture sunset.jpg located on drive C:)

<style type="text/css">

body (background-image: url ("C: Sunset.jpg"))

</ Style>

3.External CSS Style

CSS Style that is stored separately with the HTML document.

examples that need to be deeper (hehe, well MULU from earlier examples):

Create a background image browser to sunset (picture sunset.jpg located on drive C:) and css files in your drive C:

EXTERNAL.CSS (CSS file name)

/ * CSS Document * /

hr (color: sienna)

p (margin-left: 20px)

body (background-image: url ("c: Sunset.jpg"))

EXTERNAL.HTML (HTML file that calls the CSS file)

EXTERNAL.HTML (HTML file name)

<html>

<head>

<link rel="stylesheet" type="text/css" href="c:/css_lib.css">

</ Head>

<body>

... ...

... ...

</ Body>

</ Html>

nah with little explanation from me, I hope this explanation bermafaat for the reader. Next time I will give explanations about javascript and hopefully can give some examples of programs to be shared on this blog. :-)

Popularity: unranked

Simple java programs

March 22nd, 2009 by Fachrul Stream

hehe after being given a task latihan2 and some college, now is the time to share this diblog science. . although only a modest, but these results alone loh .. hehe uda create a master, please be advised because this blog belongs to a newbie who wants to be somebody.

liat aja deh direct image 2 below:

Calculating Program Salary:

menghitung-gaji-copy

Popularity: 1%