Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[HELP] Web Programming

jamezon3_18

Symbianize Shadow
Advanced Member
Messages
1,705
Reaction score
44
Points
48
Hello po! Beginner po ako, ang alam ko palang is xhtml and java script. Di pa inaral yung css kasi for design lang daw yun. Eto naman po ang nabase kong mga basic daw for programming.

The structure must be like this:

1. Database. platform ex. mysql - design the tables, create a relationship to identify primary and foreign key.
1.1 May recommended application po ba kayo?
1.2 Pa hingi di po ng pdf textbook kung pwede.

Medjo may alam naman po ako konti sa tables and relationships pati kung paano natin papangalanan yung table.

2. PHP. usually to make your system more functional
2.1 May recommended application po ba kayo? Pero sa tingin ko parang hard coding po ito. Correct me if im wrong.
2.2 Pa hingi din po ng pdf textbook kung pwede.​

3. html. to structure or atleast make your design looks fine.
3.1 Notepad++ po gamit ko for this.​

4. css (bootstrap) - to beatify your basic design (html)
4.1 Ngayon ko palang to naririnig.

Sana po matulungan nyo ako.​
 
Last edited:
Para gumana ang 1 and 2 mo, mag-download ka ng either WAMP or XAMMP. Personally, I used WAMP (WAMP - Windows Apache MySQL PHP) for 5 years so far wala naman ako na-encounter na problem. Gamitin mo lang yung phpmyadmin para mai-set yung database and tables mo. May GUI na yan na medyo madali pag-aralan.

Para naman sa problems 2 and 3 mo, Notepad++ would suffice. May autocomplete function ang Notepad++ para mas madali mo mai-code ang HTML at PHP codes mo. Para medyo mas madali mo ang HTML coding mo, I'd suggest na mag-download ka na din ng ZenCoding plugin for Notepad++ (some demo)

Para sa number 4, subukan mo muna mag-aral ng syntax and properties sa CSS, kasi kapag nag-bootstrap ka agad, hindi mo malalaman kung ano anong properties ng CSS ang ina-apply sa mga classes na declared sa isang HTML object. Kapag rektang bootstrap lang, baka magtaka ka, bakit ganito ang nangyari kapag naglagay ako ng 'class="col-md-12"' o kaya bakit nag-iba ang kulay ng button nung nilagyan ko ng 'class="btn-primary"'. So mas maganda kung may konting basics ka pa din ng CSS lalo na kapag ico-customize mo na yung ibang classes sa bootstrap. Also, sa Bootstrap, magkahalo na diyan yung CSS at Javascript / jQuery library para sa cross browser compatibilities.
 
Para gumana ang 1 and 2 mo, mag-download ka ng either WAMP or XAMMP. Personally, I used WAMP (WAMP - Windows Apache MySQL PHP) for 5 years so far wala naman ako na-encounter na problem. Gamitin mo lang yung phpmyadmin para mai-set yung database and tables mo. May GUI na yan na medyo madali pag-aralan.

Para naman sa problems 2 and 3 mo, Notepad++ would suffice. May autocomplete function ang Notepad++ para mas madali mo mai-code ang HTML at PHP codes mo. Para medyo mas madali mo ang HTML coding mo, I'd suggest na mag-download ka na din ng ZenCoding plugin for Notepad++ (some demo)

Para sa number 4, subukan mo muna mag-aral ng syntax and properties sa CSS, kasi kapag nag-bootstrap ka agad, hindi mo malalaman kung ano anong properties ng CSS ang ina-apply sa mga classes na declared sa isang HTML object. Kapag rektang bootstrap lang, baka magtaka ka, bakit ganito ang nangyari kapag naglagay ako ng 'class="col-md-12"' o kaya bakit nag-iba ang kulay ng button nung nilagyan ko ng 'class="btn-primary"'. So mas maganda kung may konting basics ka pa din ng CSS lalo na kapag ico-customize mo na yung ibang classes sa bootstrap. Also, sa Bootstrap, magkahalo na diyan yung CSS at Javascript / jQuery library para sa cross browser compatibilities.

Salamat Sir,

Sir may textbook ka ng Apache Msql?
 
IMHO it would be a big help also if you learn the architecture of the web, like knowledge of the protocols HTTP, TCP/IP, SMTP, tsaka yung nasa OSI kasi yung mga protocols na yan ang gateways ng data eh, and programming languages regardless of ano man yun, simply access this data so it can be manipulated and transported or anything na gusto mong gawin. i mean, kung alam mo ang protocol you can do anything you want, regardless what programming language you use, kahit pa madagdagan ang technologies natin, im sure kelangan nilang maging compatible sa mga luma, these protocols will be with us for a long time, so tingin ko malaking bagay yan if you really want to learn web programming.

anyways a good site for ebooks is https://ebooks-it.org/, pero don't just read books by any authors, search for the authors who are the best in their fields, para di masayang time mo. Goodluck !!!
 
Back
Top Bottom