Posts

Showing posts from July, 2018

Group Work | Week 1

PHP Research Php stands for PHP: Hypertext Preprocessor PHP is a scripting language which is used to put up websites, the most common use of it being data retrieval from SQL databases. It may also be used to create graphics such as charts, someone using PHP may create image links or power a thumbnail image gallery. PHP's other duties may include accepting passwords, managing forum posts and authenticating users. PHP may even be used to create a website that allows users to generate content without html. PHP is a program that gets installed on top of your web server software. It works with versions of Apache, Microsoft IIS and other server software packages. PHP is used by inserting it into the html code that makes up your websites when someone visits a website containing PHP the site executes it. That is why you need to install a local server to test this technology as the server processes this code, not the browser. PHP History Originally the letters stood for...

Class 2 | Week 1

Image
Today's lesson started off with Todd suggesting we create a calendar to plan out our assessments and manage our time effectively. We are going over a recap of some of the basics of web design as Todd shows an example of how CSS is manipulating html code to add design to the page. It had been further explained that html is the content of the website and CSS style sheets add all the design features to the website afterwards, style sheets can be used across multiple pages, all simply linking to the same stylesheet. Today we are getting into groups to do some research pertaining to the web development technologies we will be using, this research is to be blogged and I will be covering it in the Group Work | Week 1 blog, after this we are going to play with some PHP in order to increase our familiarity with this technology. Todd has drawn a diagram on the board that displays the structure that the link between someone browsing a web page and the server where the web page resides. ...