Results 1 to 7 of 7
  1. #1

    Default Web Experienced [On Service - Part 2]


    Greetings,
    My thread was closed so I made new one.
    https://www.istorya.net/forums/websit...n-service.html


    Btw, Just want to clarify.
    This is not for business purpose. This thread is for free website building and coding tutorials/lessons for those who wants to have their own. I forgot the word free. Sorry about that.

    Ok let's get started

    [Basic and Simple HTML]

    • Open notepad and create new file.
    • Type the following codes:


    HTML Code:
    <html>
    <head><title>This is the title</title></head>
    <body>
    This is the body
    </body>
    </html>
    • Save your file file.html not file.html.txt[Most common error in saving the file as html].
    • Open file.html using Int. Explorer, Firefox, Opera or what they call web browser.

    <html></html> To determine it is an html code.
    <head></head> Your web page title.
    <body</body> It is the body of your html.

    You can see this This is the body on your browser and This is the title above the browser window or in the tab window.

    You can change this This is the body andThis is the title on your desired text.
    Save it again and refresh your browser. You will see the changes.

    There are also several codes you can add to customize your page.

    Replace [Link Here] for the link of the image.
    <img src="[Link Here]"> For Images
    <br> Break - To move to another line.

    Input codes:
    <input type="text"> Input For Text
    <input type="password"> Input For Password
    <input type="button" value="Button"> Buttons
    <input type="file"> File Upload
    Many more......

    You can now add the codes like this below:

    HTML Code:
    <html>
    <head><title>This is the title</title></head>
    <body>
    This is the body<br>
    <input type="text"> Input For Text<br>
    <input type="password"> Input For Password<br>
    <input type="button" value="Button"> Buttons<br>
    <input type="file"> File Upload<br>
    </body>
    </html>
    Save and see the results.


    That's for now and I hope you have learned something.

    [Optional] - My sad story on paypal.
    I got problems about my paypal
    I'm using co.cc subdomain on my website. I'm planning to have a domain but I can't purchase a domain cause my bank account [Chinatrust] was used before I cancel my account and when I signup again and added my bank account, my bank account cannot be transfered and when I contacted them about it, representatives reply that they cannot alter their system and I have to use other bank account. I have only 1 bank account.

    Do you know some legal websites that register domains using bank accounts here in the philippines? I have saw many on google but I'm not sure bec. I have to deposit on their bank accounts and I'm afraid to be SCAMMED so I search for official ICANN certified registrars. domains.ph is too expensive.

  2. #2
    again, If you like to share CODES with us, the stuff you are showing are tooooo simple!!!!!

    for the newbies out there, it's still incomplete!!!!, you didn't even explain the purpose of text field, text area, submit button and <form> tag and it's behaviours and what would be the effect between POST and GET. That makes the newbies confuse.

    for the codes <input></input> <--- not complete
    it should have attributes like name="..." value="..." to identify each fields.


    it should be like this.

    Code:
    <form name="form1" method="POST" action="session_login_target_page">
    <input type="text" name="user" value=""> <br>
    <input type="password" value="" name="pass"><br>
    <input type="button" value="Login" name="submit"><br>
    </form>
    EXPLAINATION:
    * For additional security, Javascript is used to identify the form and the fields using the NAME attribute. That makes the error trapping comes in.
    * The METHOD attribute makes the variable visible or not, if using POST that makes the variables hidden thru server.
    * Form FIELDS are identified with NAME attribute in order for easy tracking as variables when receiving into the next action page.



    @elmerino
    If you want to share with us, please put into details
    don't make the new learners confuse.


    Why you can afford to buy domain? It's very nonsense. There are my webhosting providers in cebu, and you can pay thru CASH without involving your bank account . You can pay thru monthly, quarterly or annual.

    Website Development involves MONEY! You can't be in design busines if you are not prepared for it.

  3. #3
    Ok ni nga thread, kaso incomplete lagi. Maynta madungagan para di sad kaayo maglisod atong mga higala.
    Bai, pwede man ta magsugod ug kat-on nga libre

    @Elmerino - Maybe I can help you. Link.
    Last edited by Dondon; 08-15-2008 at 09:32 AM.

  4. #4
    Quote Originally Posted by Dondon2d View Post
    Bai, pwede man ta magsugod ug kat-on nga libre
    korrek si bai Dondon2d

    Dapat, dili nalang unta mag tuga-tuga ug palit ug domain kung wala kwarta. Pwede ra man ta gamit ug free hosting para pang-praktise.

    Pwed pud ka mag setup ug VIRTUAL SERVER sa imu local pc, using WAMPP OR XAMPP. Or Apache or IIS on microsoft.

  5. #5
    Yup, if ganahan mo live na gyud. Just use free hosting, visit the link in my signature hehe. Unya na ta mubayad if full tank na ato development.

  6. #6
    Quote Originally Posted by dodie View Post
    korrek si bai Dondon2d

    Dapat, dili nalang unta mag tuga-tuga ug palit ug domain kung wala kwarta. Pwede ra man ta gamit ug free hosting para pang-praktise.

    Pwed pud ka mag setup ug VIRTUAL SERVER sa imu local pc, using WAMPP OR XAMPP. Or Apache or IIS on microsoft.
    Way problema sa kwarta. Sa pagpalit lng sa domain prblema.

    Hosting sa website naa na sad.

    Quote Originally Posted by Dondon2d View Post
    Ok ni nga thread, kaso incomplete lagi. Maynta madungagan para di sad kaayo maglisod atong mga higala.
    Bai, pwede man ta magsugod ug kat-on nga libre

    @Elmerino - Maybe I can help you. Link.
    TT wla union bank sa bancnetonline.com

  7. #7
    or just visit this link para dli na mahago ug malibog,ma google rani.

    W3Schools Online Web Tutorials

    pls close,lol

  8.    Advertisement

Similar Threads

 
  1. Looking For: I.T. Technician (on-call/part-time/full time)
    By bha-iegz in forum Jobs
    Replies: 13
    Last Post: 11-27-2012, 11:13 AM
  2. Looking For: Web Site Development Service Provider
    By gregg_g in forum Specialty Services
    Replies: 0
    Last Post: 01-04-2010, 07:53 PM
  3. Hackers deface PRC Web site on April Fools Day
    By cliff_drew in forum Websites & Multimedia
    Replies: 6
    Last Post: 04-05-2009, 04:34 PM
  4. Web Experienced [On Service]
    By elmerino in forum Websites & Multimedia
    Replies: 3
    Last Post: 08-14-2008, 02:49 PM
  5. Any experienced on Pro Duo mem bought at PC Express?
    By princezehc in forum Computer Hardware
    Replies: 3
    Last Post: 11-14-2007, 01:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top