Esato

Forum > Regional > Asia Pacific > tutorials in making wap and website with some html and js code

123 ... 181920  Next
Author tutorials in making wap and website with some html and js code
r3dzy
C905 Gold
Joined: Oct 10, 2009
Posts: 23
From: Pila, Laguna
PM
Posted: 2009-10-28 12:44
Reply with quoteEdit/Delete This PostPrint this post
Before tayu magproceed sa proper tuturials and working with HTML.We must first have a little notion on what is HTML and how it works in your pages.

What is HTML?


HTML is a language for describing web pages.
HTML stands for Hyper Text Markup Language
HTML is not a programming language, it is a markup language
A markup language is a set of markup tags
HTML uses markup tags to describe web pages
.

what is HTML TAGS?


HTML tags are keywords surrounded by angle brackets () like
HTML tags normally come in pairs like <b> and </b>
The first tag in a pair is the start tag, the second tag is the end tag
Start and end tags are also called opening tags and closing tags.

Below are SOME COMMON TAGS na ginagamit natin sa isang simple html page.


Defines the document's body
<big> Defines big text
<b> bold text
<u> underlined text
<i> italic text
<em> Defines emphasized text
<br> Defines a single line break
Defines a push button
<p> paragraph
Deprecated.Defines centered text
Defines an HTML form for user input
Defines an inline frame
<img scr=""> Defines an image
<a href=""> url links

tandaan na dapat may end tags ang bawat start tags OK.
marami pang mga tags at mahirap ubusin at itype dito..Hope na kahit paanu nagka idea tayu sa HTML at Tags.


Now lets proceed to PAGE CREATION..dito pagsasamahin natin ang mga tags para makabuo tayu ng isang html page.I assumed na bawat isa ay may alam na sa paggawa ng site mapa wen.ru pa yan or kahit saan.


Now on your html page put this codes sa pagitang ng tags na and end tag nya..


BACKGROUND COLOR CODE:



PARAGRAPH FONT,COLOR,SIZE CODE:

<p forbidden="font-family:courier new; color:red; font-size:20px;">YOUR TEXT</p>


PARAGRAPH ALIGNING CODES:
CENTER
<p align="center">YOUR TEXT</p>

PARAGRAPH ALIGNING CODES:
LEFT
<p align="left">YOUR TEXT</p>

PARAGRAPH ALIGNING CODES:
RIGHT
<p align="right">YOUR TEXT</p>

URL LINKS CODES:
<a href="YOUR LINK HERE">Name of link Here</a>

IMAGE CODE:
<img src="IMAGE URL">image name</img>

BACKGROUND IMAGE CODE:
body { background-image: url(../files/fire.jpg); background-position: center; background-attachment: fixed }

note:put this code in between tags.

IMAGE AS LINK CODE:
<a href="PAGE URL">
<img src="IMAGE URL" width="65" height="38">
</a>

FONT COLOR COLOR:
RED TEXT

MUSIC BACKGROUND CODE:

note:use only .mid file
at LAGAY NYU sa loob ng tags.

some javascript
Enter MESSAGE POPUP CODE:
Lagay nyu ito sa pagitan ng at .

alert("Welcome to my site")


BACKGROUND IMAGE CODE
put below's code between your tags.Change the preset image url of your choice.if (document.all||document.getElementById)document.body.style.background="url('http://datu.uuuq.com/wap/bg.gif') black center repeat fixed"

CURRENT URL DISPLAYER WITH DATE
put below's code where you want it to be.var today=new Date()document.write('' today.toString() '<br>' window.location '')

USER BROWSER INFO
put below's code where you wish it to be seen.if (document.all)var version=/MSIE d .d /if (!document.all)document.write("You are using " navigator.appName " " navigator.userAgent)elsedocument.write("You are using " navigator.appName " " navigator.appVersion.match(version))

Exit MESSAGE POPUP CODE:
note: lagay nyu ito sa pagitan ng tags


VISITOR AND COUNTER CODE:




USING CCS FOR TEXT COLOR CODE:
note:put this between you tags


h1 {color: red}
h3 {color: blue}
h2 {color: green}


lagay nyu naman to sa pagitan ng tags

<h1>your text here is color RED</h1>
<h3>your text here is color BLUE</h3>
<h2>your text here is color GREEN</h2>


COLOR CODES:

AQUA = #00FFFF
AQUAMARINE = #7FFFD4
BLUE = #0000FF
FICHSIA = #FF00FF
GOLD = #FFD700
GRAY = #808080
GREEN = #008000
NAVY = #000080
OLIVE = #808000
PURPLE = #800080
RED = #FF0000
SILVER = #C0C0C0
TEAL = #008080
WHITE = #FFFFFF
YELOW = #FFFF00
MEDIUMVIOLETRED = #C71585
MIDNIGHTBLUE = #191970
MINTCREAM = #F5FFFA
MISTYROSE = #FFE4E1
MOCCASIN = #FFE4B5
NAVAJOWHITE = #FFDEAD
PEACHPUFF = #FFDAB9
PERU = #CD853F
PINK = #FFC0CB
PLUM = #DDA0DD
POWDERBLUE = #B0E0E6
ROSYBROWN = #BC8F8F
ROYALBLUE = #4169E1
SADDLEBROWN = #8B4513
SALMON = #FA8072
SANDYBROWN = #F4A460
SEAGREEN = #2E8B57
SEASHELL = #FFF5EE
SIENNA = #A0522D
SKYBLUE = #87CEEB
SLATEBLUE = #6A5ACD
SLATEGRAY = #708090
SNOW = #FFFAFA
SPRINGGREEN = #00FF7F
STEELBLUE = #4682B4
TAN = #D2B48C
THISTLE = #D8BFD8
TOMATO = #FF6437
TURQUOISE = #40E0D0
VIOLET = #EE82EE
WHEAT = #F5DEB3
WHITESMOKE = #F5F5F5
YELLOWGREEN = #9ACD32


credits to sir datumama of PD
[ This Message was edited by: r3dzy on 2009-12-04 09:52 ]
boy.in.PINK
Xperia X10 Mini Black
Joined: Aug 28, 2009
Posts: > 500
From: Sa may Nilad
PM, WWW
Posted: 2009-10-28 13:31
Reply with quoteEdit/Delete This PostPrint this post
gawa po kayo ng account sa wen.ru

tignan nyo po wapsite ko: ktu.wen.ru
"Tell me what you have and I'll tell you who you are."
K700>G502>N82>GT-S5360>U20i>Innos D9
r3dzy
C905 Gold
Joined: Oct 10, 2009
Posts: 23
From: Pila, Laguna
PM
Posted: 2009-10-28 14:18
Reply with quoteEdit/Delete This PostPrint this post
U mean,me wapsite k n but,wla png laman?after u gumawa ng acc0unt,an0ng su2n0d n ggwin?
boy.in.PINK
Xperia X10 Mini Black
Joined: Aug 28, 2009
Posts: > 500
From: Sa may Nilad
PM, WWW
Posted: 2009-10-28 14:25
Reply with quoteEdit/Delete This PostPrint this post
i'm just 2 days old at wen.ru

but if you know the basics of html, xhtml, and wml, it will be easier for you to create a site..^_^
"Tell me what you have and I'll tell you who you are."
K700>G502>N82>GT-S5360>U20i>Innos D9
tranced
LG Nexus 4
Joined: Jan 19, 2006
Posts: > 500
From: Santo Domingo, wonDeRland
PM
Posted: 2009-10-28 14:26
Reply with quoteEdit/Delete This PostPrint this post
You would like to see this thread:

Make your own WAP site- no payment required
I jay0726 | (+3, 0) | Clara, Evita, Mimmi & Victoria | My Pics | Do your job!
rochel_o8
Model not set
Joined: Sep 04, 2009
Posts: 52
From: Philippines
PM, WWW
Posted: 2009-10-28 14:37
Reply with quoteEdit/Delete This PostPrint this post
. .pwd q pLa iupLoAd nLng uNg gNawa qNg html? kc bfOrE may subjEct kmi abOut crEatiNg a wEbsite. .
r3dzy
C905 Gold
Joined: Oct 10, 2009
Posts: 23
From: Pila, Laguna
PM
Posted: 2009-10-28 14:48
Reply with quoteEdit/Delete This PostPrint this post
@all,pwd bng gumawa ng wapsite thr0ugh cp?
Bheng18
C902 Red
Joined: Jul 07, 2009
Posts: 264
From: resort capital of ph
PM
Posted: 2009-10-28 14:49
Reply with quoteEdit/Delete This PostPrint this post
after m0 mgregister u have t0 change or cust0mize ur wap site..ung wapsite q tagal q ng d naaay0s..pan0 laging nak0c0rrupt ung image after few days..grr..sa wapego aq gumawa daming ba2guhin..
I asked Jesus ...
"How much do you love
me?"
And Jesus said ...
"This much."
Then He stretched out His
arms
and died.
rochel_o8
Model not set
Joined: Sep 04, 2009
Posts: 52
From: Philippines
PM, WWW
Posted: 2009-10-28 14:51
Reply with quoteEdit/Delete This PostPrint this post
Mkagawa nga riN. .intErEstiNg. .
boy.in.PINK
Xperia X10 Mini Black
Joined: Aug 28, 2009
Posts: > 500
From: Sa may Nilad
PM, WWW
Posted: 2009-10-28 14:52
Reply with quoteEdit/Delete This PostPrint this post
ako meron ako sa mga sumusunod na sites:
wen.ru = ktu.wen.ru
wapzan.com = ktu.3mx.biz (uala pang ginagawa)

will try to create a site at wapego.com

while mqwap.com doesn't seem to be working..^_^
"Tell me what you have and I'll tell you who you are."
K700>G502>N82>GT-S5360>U20i>Innos D9
Bheng18
C902 Red
Joined: Jul 07, 2009
Posts: 264
From: resort capital of ph
PM
Posted: 2009-10-28 14:53
Reply with quoteEdit/Delete This PostPrint this post

On 2009-10-28 14:48:05, r3dzy wrote:
@all,pwd bng gumawa ng wapsite thr0ugh cp?
yap..sa f0ne q lng gnwa accnt q sa wapego..jz h0ld ur h0rses..matagal kc minsan..hehe..
I asked Jesus ...
"How much do you love
me?"
And Jesus said ...
"This much."
Then He stretched out His
arms
and died.
broad.mind
W550 black
Joined: Jul 13, 2009
Posts: 227
From: cavite/manila
PM, WWW
Posted: 2009-10-28 15:08
Reply with quoteEdit/Delete This PostPrint this post
about upl0ading ur offline website, upl0ad mu xa 110mb.com replace mu lng ung index.html xa main directory nung xau, or upl0ad mu xa mga fileh0sting sites 2lad ng fileave, 110mb then use d0t.tk para my xarile kang d0main name..

ei: http://br0admind.tk
r3dzy
C905 Gold
Joined: Oct 10, 2009
Posts: 23
From: Pila, Laguna
PM
Posted: 2009-10-28 15:15
Reply with quoteEdit/Delete This PostPrint this post
Actually,meron aqng c0de s n0tes ng cp q..pwd n kea un?basic p lng un eh.
broad.mind
W550 black
Joined: Jul 13, 2009
Posts: 227
From: cavite/manila
PM, WWW
Posted: 2009-10-28 15:18
Reply with quoteEdit/Delete This PostPrint this post
mas madali thr0ugh pc ka gumawa,..
r3dzy
C905 Gold
Joined: Oct 10, 2009
Posts: 23
From: Pila, Laguna
PM
Posted: 2009-10-28 15:25
Reply with quoteEdit/Delete This PostPrint this post
Gnun b?hmm,try q nga...help me ha...gus2 q kc gwa ng wapsite ung riders club namin.
Access the forum with a mobile phone via esato.mobi
123 ... 181920  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic