Design By Dotcomwebdesign.com Powered By CMSimple.dk
What Do We Do?
Web Design > Custom Scripting

Custom Scripting

HTML and DHTML

HyperText Markup Language & Dynamic HyperText Markup Language

  • These are the "languages" most websites are scripted in
  • Phast Cat Media creates unique custom code for every page of your website
  • 100% compatable in all web browsers
  • Used with CSS (Cascading Style Sheets)
  • Detailed professional look and feel
  • Included with Website Design packages


CSS

Cascading Style Sheets

Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.

Cascading Style Sheets are now the standard way to define the presentation of your HTML pages, from fonts and colors to the complete layout of a page. They are much more efficient than using HTML on every page to define the look of your site. CSS is becoming a more important language to know every day.

The most important reasons to use CSS, in my experience, are:
  • Flexiblity - Make site-wide layout and formatting changes with a single edit.
  • Reduce code bloat - Streamline the file size of your Web documents.
  • Accessibility - Produce Web pages that can be used by any user, including the visually impaired.


JavaScript

What is Javascript?

  • JavaScript was designed to add interactivity to HTML pages
  • JavaScript is a scripting language - a scripting language is a lightweight programming language
  • A JavaScript is lines of executable computer code
  • A JavaScript is usually embedded directly in HTML pages
  • JavaScript is an interpreted language (means that scripts execute without preliminary compilation)
  • JavaScript is supported by all major browsers, like Netscape and Internet Explorer


PHP and MySQL

What is PHP?

  • Hypertext Preprocessor, an open source, server-side, HTML embedded scripting language used to create Dynamic Web pages
  • PHP is a scripting language used to create database interactivity and dynamic content on the Web
  • Often used with MySQL

What is MySQL?

  • MySQL is the world's most popular database server technology due to its speed and reliability
  • Normally used with PHP, which gives Internet users a way to access information stored in a database
  • MySQL is commonly used for dynamic web applications and for embedded web applications