Technologies used
Below you'll find a list of technologies and a description of what they're useful for.
These are the technologies which I use on day to day basis and in which am well versed and currently in practise. I tend to use a combination of these depending on requirements.
I'm also available for LAMP system administration.
PHP
http://uk.php.net/PHP is an open-source scripting language which is embedded in XHTML that was designed for web use meaning that it is concise and fluid for web application development.
MySQL
http://www.mysql.com/MySQL is a fast open-source SQL based relational database.
XHTML
http://www.w3.org/TR/xhtml1/XHTML stands for eXtensible Hypertext Markup Language and is an evolution of HTML operating under strict rules of well formedness. An XHTML document contains markup that is clean, clear and self-describing.
CSS
http://www.w3.org/Style/CSS/CSS stands for Cascading Style Sheets and are used alongside XHTML for the styling of web pages. Where XHTML holds the content, CSS sets the fonts, colours and positions of that content.
JavaScript
JavaScript is an object oriented browser based scripting language largely used for Dynamic HTML (DHTML). Combined with XML and XHTML, JavaScript forms part of AJAX (Asynchronous JavaScript and XML) for creating interactive web applications.
XML
http://www.w3.org/XML/XML stands for eXensible Markup Language and is a self-describing meta language for the storage and exchange of information.
XSLT
http://www.w3.org/TR/xsltXSLT stands for Extensible Stylesheet Language Transformation and is stylesheet language that works with data stored within an XML document to produce output in a wide variety of formats.
PERL
http://www.perl.org/PERL stands for Practical Extraction and Report Language and is a scripting language operating through the Common Gateway Interface (CGI).
Java
http://java.sun.com/Java is an object-oriented platform independent programming language which has many uses from embedding in web pages as Applets to web applications with Servlets to standalone applications.
Subversion
http://subversion.tigris.org/Subversion is an open-source revision control system. Basically it allows me to store my projects in a repository and revert back to previous versions of any file should I need to.
