SaxoMT4


Oil Of Asia iOption

Advertise here

Search:

Type: Posts; User: sydneytot

Page 1 of 5 1 2 3 4

Search: Search took 0.18 seconds.

  1. Re: sydneytot - 1st Payout Request[AP] Verifying.....leash

    why is my request is rejected admin. . What will i do so that i can cash out here..
    :( . Can you tell me admin
  2. JavaScript Break and Continue Statements

    The break Statement

    The break statement will break the loop and continue executing the code that follows after the loop (if any).

    Example

    <html>
    <body>
    <script type="text/javascript">
    var...
  3. Replies
    11
    Views
    454

    JavaScript While Loop

    The while Loop

    The while loop loops through a block of code while a specified condition is true.

    Syntax

    while (variable<=endvalue)
    {
    code to be executed
    }
  4. Replies
    39
    Views
    476

    JavaScript For Loop

    Loops execute a block of code a specified number of times, or while a specified condition is true.

    JavaScript Loops

    Often when you write code, you want the same block of code to run over and...
  5. Replies
    40
    Views
    530

    JavaScript Functions

    A function will be executed by an event or by a call to the function.

    JavaScript Functions

    To keep the browser from executing a script when the page loads, you can put your script into a...
  6. Replies
    31
    Views
    632

    JavaScript Popup Boxes

    JavaScript has three kind of popup boxes: Alert box, Confirm box, and Prompt box.

    Alert Box

    An alert box is often used if you want to make sure information comes through to the user.

    When an...
  7. sydneytot - 1st Payout Request[AP] Verifying.....leash

    Username: sydneytot
    Amount: 500 = $5
    Payment Processor: AP
    ID: friday_sydney@yahoo.com

    Thank You Admin I Hope I get approved and paid
  8. Replies
    7
    Views
    352

    JavaScript Switch Statement

    Conditional statements are used to perform different actions based on different conditions.

    The JavaScript Switch Statement

    Use the switch statement to select one of many blocks of code to be...
  9. Replies
    5
    Views
    337

    JavaScript If...Else Statements

    Conditional statements are used to perform different actions based on different conditions.

    Conditional Statements

    Very often when you write code, you want to perform different actions for...
  10. Replies
    119
    Views
    682

    JavaScript Operators

    JavaScript Arithmetic Operators

    Arithmetic operators are used to perform arithmetic between variables and/or values.

    Given that y=5, the table below explains the arithmetic operators:
    ...
  11. Replies
    69
    Views
    506

    JavaScript Variables

    Variables are "containers" for storing information.

    Do You Remember Algebra From School?

    Do you remember algebra from school? x=5, y=6, z=x+y

    Do you remember that a letter (like x) could be...
  12. Replies
    3
    Views
    348

    JavaScript Comments

    JavaScript Comments

    Comments can be added to explain the JavaScript, or to make the code more readable.

    Single line comments start with //.

    The following example uses single line comments to...
  13. Replies
    5
    Views
    356

    JavaScript Statements

    JavaScript is a sequence of statements to be executed by the browser.

    JavaScript is Case Sensitive

    Unlike HTML, JavaScript is case sensitive - therefore watch your capitalization closely when...
  14. Replies
    2
    Views
    266

    JavaScript Where To

    JavaScripts can be put in the <body> and in the <head> sections of an HTML page.

    JavaScript in <body>

    The example below writes the current date into an existing <p> element when the page loads:...
  15. Replies
    2
    Views
    313

    JavaScript How To

    Writing to The HTML Document

    The example below writes a <p> element with current date information to the HTML document:

    Example

    <html>
    <body>

    <h1>My First Web Page</h1>
  16. Replies
    14
    Views
    454

    JavaScript Introduction

    JavaScript is the most popular scripting language on the internet, and works in all major browsers, such as Internet Explorer, Firefox, Chrome, Opera, and Safari.

    What You Should Already Know
    ...
  17. Replies
    4
    Views
    319

    PHP String Introduction

    PHP String Functions

    PHP: indicates the earliest version of PHP that supports the function.

    Function Description PHP
    addcslashes() Returns a string with backslashes in front of the specified...
  18. Replies
    6
    Views
    741

    PHP FTP Functions

    PHP FTP Introduction

    The FTP functions give client access to file servers through the File Transfer Protocol (FTP).

    The FTP functions are used to open, login and close connections, as well as...
  19. Replies
    4
    Views
    196

    PHP Functions

    The real power of PHP comes from its functions.

    In PHP, there are more than 700 built-in functions.

    PHP Built-in Functions

    For a complete reference and examples of the built-in functions,...
  20. Thread: Templates

    by sydneytot
    Replies
    11
    Views
    516

    Re: Templates

    i have done some templates in photoshop because it is easy to make one in using that software. . . . . . . . .
  21. Replies
    23
    Views
    581

    Re: Background Color

    he does the many color so it has a lot of code. HTML can done in many ways but the same output. . . . . . . . . .
  22. Replies
    140
    Views
    11,310

    Re: Friendster - http://www.friendster.com/

    hahaha i do not remember when was my last log-in in my friendster account. Friendster is my first social networking account . . . .
  23. Replies
    16
    Views
    7,465

    Re: Get 100 FREE followers every 24 hours

    what software are using mate.I really really need that to have many followers in twitter so that i can earn mo from them
  24. Re: Do you think facebook can last long unti; 20 or 30 years

    i hope facebook will not just be like friendster. . . . . . Friendster is now the place of jejemons out there . . . .
  25. Replies
    140
    Views
    5,562

    Re: Posers on Facebook

    I hate people who use some beautiful and handsome people just to have other people become interested with them. or what we called POSERS
Results 1 to 25 of 115
Page 1 of 5 1 2 3 4