Help - Search - Members - Calendar
Full Version: Very New To Web Page Creation
Zymic Webmaster Forums > General Discussion > I Exist!
eestijama
Hi...

I am very new to web page creation. I have used Microsoft Word to create and publsh very simple web pages. I have studied HTML by looking at the source code for those web pages. I am interested in learning about CSS, PHP, CGI, andany other acronym associated with web page design and publication.

I want to create a web site for my students, and this is the reason why I subscribed to Zymic. I hope I can ask for help and get friendly assistance from the community members.

Thank you.
wozzym
welcome! web design gets easier once you begin learning all of the languages. I would suggest learning css and php (and knowing html) first. once you know these, you can do a bunch with the internet and web pages. If you need any help just post or shoot me or someone else who can help a pm. I hope you enjoy your time here!

~wozzym
Jacob
Well, there are limitless number of languages to learn if you want to learn them all. I would suggest to learn: [HTML] (as the basics of all web design as well as the very re-formed [XHTML]), [CSS] (to add some creative-ness to your page, [PHP] (to get some more complicated back-end work happening, and may be some [MySQL] to help your back-end work happen.
(X)HTML: The very asics of the web. This includes all the basic structures and skills you will need to make anyting on the net.
* HTML stands for Hyper Text Markup Language
* An HTML file is a text file containing small markup tags
* The markup tags tell the Web browser how to display the page
* An HTML file must have an htm or html file extension
* An HTML file can be created using a simple text editor

CSS: Allows you to add a little style to your pages and structures.
* CSS stands for Cascading Style Sheets
* Styles define how to display HTML elements
* Styles are normally stored in Style Sheets
* Styles were added to HTML 4.0 to solve a problem
* External Style Sheets can save you a lot of work
* External Style Sheets are stored in CSS files
* Multiple style definitions will cascade into one

PHP/MySQL: Helps you make more complicated forms and structures such as web logins, user auth, galleries, etc.
* PHP stands for PHP: Hypertext Preprocessor
* PHP is a server-side scripting language, like ASP
* PHP scripts are executed on the server
* PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
* PHP is an open source software (OSS)
* PHP is free to download and use
What is a PHP File?
* PHP files may contain text, HTML tags and scripts
* PHP files are returned to the browser as plain HTML
* PHP files have a file extension of ".php", ".php3", or ".phtml"
What is MySQL?
* MySQL is a database server
* MySQL is ideal for both small and large applications
* MySQL supports standard SQL
* MySQL compiles on a number of platforms
* MySQL is free to download and use
PHP + MySQL
* PHP combined with MySQL are cross-platform (means that you can develop in Windows and serve on a Unix platform)
Why PHP?
* PHP runs on different platforms (Windows, Linux, Unix, etc.)
* PHP is compatible with almost all servers used today (Apache, IIS, etc.)
PHP is FREE to download from the official PHP resource: www.php.net
PHP is easy to learn and runs efficiently on the server side
Where to Start?
* Install an Apache server on a Windows or Linux machine
* Install PHP on a Windows or Linux machine
* Install MySQL on a Windows or Linux machine

Jacob.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.