What's new

Help Web Developing

Status
Not open for further replies.

Kai_

Eternal Poster
Joined
Mar 25, 2019
Posts
713
Reaction
508
Points
261
Age
24
Hello po..Patulong naman po. IT student po ako. na assign po ako para gumawa ng website pero wala pa po akong kaalam alam sa web developing. Tanong lang po. May software po ba sa web developing na parang Visual Basic?. Yung mag Dradrag ka lang ng buttons etc. tas lagyan nalang ng codes? kung meron po pakisuggest naman and kung wala po uhmmm. suggest nalang po ng magandang software and language para sa web developing. Thanks po.
 
Use Visual Studio Code. It's free. You do not have permission to view the full content of this post. Log in or register now.

There is no decent WYSIWYG tool for developing web apps. Setup hot reload with your project and use your browser to get instant feedback while on development.
 
Kapag nag-aaral pa lang ng basic web dev, dapat may provided na web server infrastructure where students can easily upload their projects either via FTP, SFTP, SCP or whatever upload method. In doing so, the problems in setting up and maintaining a web server is decoupled from actual building a web site.

If you know Linux, this is going to be really easy. All you have to do is install and setup Apache and configure it to listen on localhost (127.0.0.1:80), then point your DocumentRoot to your project directory. To get instant feedback, just hit F5. Can't be easier than that.

Balik tayo sa actual web dev. DON'T rely on GUI code builder (eg, Dreamweaver). LEARN the fundamentals of html, css then move on to scripting (JS).
 
Last edited:
Hello~ madali lang naman ang html. Ang css (for styling) depende kung gusto mo mag focus sa frontend medyo madugo siya. Kung backend developer ang gusto mong maging, mag focus ka sa javascript.
 
Mam kung ako sayo maginstall k ng Wordpress then install ka ng Elementor Plugins. Pareho silang free at drag and dop lang. Di k na magko-code. If you want you want, pede ko po kayo turuan for a small fee po.
 
Hello~ madali lang naman ang html. Ang css (for styling) depende kung gusto mo mag focus sa frontend medyo madugo siya. Kung backend developer ang gusto mong maging, mag focus ka sa javascript.
Js is for front end lol. Yung back end po is yung php python node.js etc.. Pero js ewan research kapo false info ka kase and mas madugo yung back end programming
 
Js is for front end lol. Yung back end po is yung php python node.js etc.. Pero js ewan research kapo false info ka kase and mas madugo yung back end programming



FYI Nodejs is JavaScript(ServerSide) using V8 Engine Js.
Gamit narin po ngaun ang JavaScript as Backend using (nodejs) hindi nalang siya pang front-end ngaun. See Netflix they are using Nodejs as Serverside Script and it's faster than PHP(Codeigniter, Laravel etc.) and Python(Django) when it comes to ServerSide(Web Dev.)
 
Last edited:
Magdownload ka nalang ng template for the front-end design & logic. Copy Paste lang yan. Sa backend naman, PHP siguro para sa beginner? I think so. Lol
 
Try mo CodeIgniter for beginner. The best MVC framework para sa baguhan. Pero kung gusto ka Laravel pero more complex than the former.
 
Try to clone a website or search for some templates, marami ang nakakalat diyan. Don't rely on drag and drop.
 
Status
Not open for further replies.

Similar threads

Back
Top