Before we try to work with PHP we need understand the role it fills – what problem does it address. The World Wide Web is built on a client-server model. A client computer requests a page which is supplied by a Web Server. The browser then renders the page for the user to view. The [...]
- Author: Martin Brinkmann
- Comments: 7
Web Development: HTML Playground
The first language that you need to learn if you want to start with web development is HTML. HTML stands for HyperText Markup Language, a set of tags and attributes that can be used to create websites. HTML comes with a limited amount of tags and a basic form that is always the same. It [...]
View your site in different browsers
If you have a website, did you ever wonder how your website would look like in another browser ? It is not that practicable to download and install all browsers that you have to use to test your site. Sure, you could install the most used versions of Internet Explorer, Firefox and Opera but what about previous versions ? What about browsers in another Operating System ? This is essential for many webmasters especially for business related websites.
