Tuesday, November 07, 2006

Research

PHP

  • Open Source Software
  • Syntax is like Java and Perl, and easy to learn
  • Advantages:
    • Client (Browser) doesn´t need especially features
    • source code and database are hidden for the client
  • Disadvantages:
    • PHP underlies HTML
    • higher server force
    • website has always to be reloaded
  • MMCache and eAccelerator reduce the server force by storing a prepared version
  • possibility to manipulate a variable (programmer can deactivate this feature since version 5.0

MySQL

  • Open Source Software
  • GUI- and Commandline-Client
  • database management system


AJAX

  • ability, inside a HTML-site to do a HTTP-query without to have to reload a site complete
  • Applications: GoogleMail for instance
  • faster than normal reloading
  • the function of the “BACK”-button in browsers only available with the Dojo-Toolkit
  • Java has to be activated in the browser
  • AJAX doesn´t need a plug-in

HTML

  • descriptve mark-up
  • you don´t programm HTML, you write it

XML

  • defines rules for the constitution of documents which aren´t in a static scheme
  • fundamental idea: to use the same base in XML for represanting the data in a graphic or a spreadsheet

JavaScript

· it works on the clientside (sometimes it´s not supporte by every browser)


BPM

· Process Business Management

· identify processes, arrange and control them

· example: RT

Web2.0

  • generic term of a lot af web techincs
  • mostly applications which can be changed by the user (wikipedia)

Office2.0

  • applications like Google Docs & Spreadsheets
  • advabtages:
    • nobody needs software, license or upgrade
    • back-ups are needless
    • mobile access around the world
  • disadvantages:
    • you need internet

LAMP

  • LinuxApacheMySQLPHP
  • a LAMP-server is a server which can create dynamic webpages and it can handle user inputs

PERL

  • programlanguage
  • perl-interpreter, written in C, can be on almost every OS compiled
  • use is mostly to connect webserver, databases, programs and data and the result to show in a HTML-site

Python

  • easy script-language
  • use in LAMP-enviroments

0 Comments:

Post a Comment

<< Home