Author |
tutorials in making wap and website with some html and js code |
boy.in.PINK Joined: Aug 28, 2009 Posts: > 500 From: Sa may Nilad PM, WWW
|
Nice one mine q.. You got it right..
@r3dzy i don't think html is appropriate.. It must be xhtml para mas madali sa mga cp..ü
"Tell me what  you have and I'll tell you who you are." K700>G502>N82>GT-S5360>U20i>Innos D9 |
|
wawangkoboy Joined: Feb 10, 2009 Posts: 43 From: Pacific ring of fire [nobalam] PM, WWW
|
@absolute zero nvisit q site mu nkta q profile mu taga malabon k san k s malbon? malabon din kxe q hehe curios lng..
@redzy meron chat dun s wapzan db duon s may module i add mu lng ung code link..
I am only 1. but still i am 1. I cannot do everything, but still i can do something and because i cannot do everything. I will not refuse to do the something that i can do. moto user~<*}}}><~ REDPIRATEWAP |
r3dzy Joined: Oct 10, 2009 Posts: 23 From: Pila, Laguna PM |
On 2009-12-09 12:41:48, wawangkoboy wrote:
@absolute zero nvisit q site mu nkta q profile mu taga malabon k san k s malbon? malabon din kxe q hehe curios lng..
@redzy meron chat dun s wapzan db duon s may module i add mu lng ung code link..
Ngawa q n po un kso iba ang nalbas. |
rochel_o8 Joined: Sep 04, 2009 Posts: 52 From: Philippines PM, WWW
|
@wawang> sa tugat0g aq. .san ka banda? Sa tinajer0s aq nag aral. . |
rochel_o8 Joined: Sep 04, 2009 Posts: 52 From: Philippines PM, WWW
|
Plz visit my wapsite
 |
wawangkoboy Joined: Feb 10, 2009 Posts: 43 From: Pacific ring of fire [nobalam] PM, WWW
|
ui tugatog k pla..tonsuya aq.
same tyo ng school aq din sa tinajeros mula elementary hanggang hs..hehe
bkt hnd k sa tugatog nag aral sarap dun ah lage ala paxok dhil sa baha..haha
@redzy bka mali id nalagay mu kxe aq dti mali id nalagay q guestbook ng ibang syt lumabas..
I am only 1. but still i am 1. I cannot do everything, but still i can do something and because i cannot do everything. I will not refuse to do the something that i can do. moto user~<*}}}><~ REDPIRATEWAP |
GhostRaider Joined: Oct 26, 2009 Posts: 32 From: Benguet PM |
@kua lite,tnx a lot...maraming salamat...add kta sa mga site ko...
@zero,nu gamit mo pang edit sa wen.ru?php po ba? Panu malampasan ung cercumventor? Ung freesite kasi lageng nalabas...tnx po... |
rochel_o8 Joined: Sep 04, 2009 Posts: 52 From: Philippines PM, WWW
|
@ghost raider > o.m 4.2 po gm8 q sa pag gawa ng wappy, pwde rn naman sa built in using php kaya lng maxadong mbagal, but if un tlga guz2 m0, ok lng. .
Cnun0d m0 b ung settings sa thread q? Wat nga pla netw0rk m0? |
Champoy Joined: Dec 09, 2009 Posts: 1 PM, WWW
|
Salamat po dito |
r3dzy Joined: Oct 10, 2009 Posts: 23 From: Pila, Laguna PM |
@all-pwd b taung mglagay ng mga useful c0des or links di2 f0r the benefits of othrs?especially th0se html tut0rial,css,my sql...at web designing...it c0uld b a great help for a beginner...tia.m0re p0wer esato.. |
gean04 Joined: Apr 30, 2009 Posts: -1 From: Tanay, Rizal Phillipines PM |
<div class="pquote">
On 2009-10-28 12:44:10, r3dzy wrote:
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
<div class="forumeditby">[ This Message was edited by: r3dzy on 2009-12-04 09:52 ]</div>
</div>
kuya pansin ko lang po nsaan ung mga codes ng mga:
background color code
music background code
enter message popup code
background image code
current url displayer
user browser info
exit msg pop up code
visitor and counter code
un lng po! :D gusto ko po sana kcng gumwa ng wapsite ee.. 
[ This Message was edited by: gean04 on 2009-12-10 16:41 ] I Will Stand No Matter Where You Throw Me |
r3dzy Joined: Oct 10, 2009 Posts: 23 From: Pila, Laguna PM |
@gean-i will provide the link later. |
Physix Joined: Aug 12, 2009 Posts: > 500 From: Tabontabon, Leyte PM, WWW
|
Ahehe, pa post ng site ko, http://physixcrew.xtgem.com
gandang umaga.
Avatar fan ka ba? Then join here <a href="http://s2.avatar-rpg.net">RPG</a> Cute sa ibaba.
|
r3dzy Joined: Oct 10, 2009 Posts: 23 From: Pila, Laguna PM |
@gean-click the lin bel0w
jsc0de
html code |
gean04 Joined: Apr 30, 2009 Posts: -1 From: Tanay, Rizal Phillipines PM |
slamat bro rhedzy!! whahhahaha...
I Will Stand No Matter Where You Throw Me |
|