Main Services... Website Designing | Technology | Multimedia Which Technology Should I Use ? » This is a difficult question to answer, since neither is better than the other.Server-side technologies, requires Web server interaction, are more complicated to set up. Client-side technologies depend their reliance on browser support, which rarely turns out to be the same on different browsers. Web pages I design use a combination of client- and server-side technologies. Server-side is used wherever reliability, cross-browsercompatibility, and direct access to resources like databases are required and a little client-side technology is added to the enhance the optimum power and responsiveness to user input. Multimedia » This is a difficult question to answer, since neither is better than the other.Server-side technologies, requires Web server interaction, are more complicated to set up. Client-side technologies depend their reliance on browser support, which rarely turns out to be the same on different browsers. Web pages I design use a combination of client- and server-side technologies. Server-side is used wherever reliability, cross-browsercompatibility, and direct access to resources like databases are required and a little client-side technology is added to the enhance the optimum power and responsiveness to user input.
Services
Flash Animation
Flash Website
Animation
Corporate Presentation
Business/Marketing Presentation
Clients Side Technology
» JavaScript:This is a programming language that Web browser understands.
» VBScript: IE browsers support client-side scripting language similar to JavaScript called VBScript..
» Cascading Style Sheets: (CSS for short) sound a lot scarier than they really are. CSS is a language for describing how you want the elements of a web page to look.
» Dynamic HTML: (DHTML) “Dynamic HTML” refers to the using features of modern Web browsers to make web page elements change and respond to user action/input without help from the server.
» Java: is a programming language like C++. Java programs run on a "Java Virtual Machine", which itself is a program that runs on the computer's operating system.
Server Side Technology ?
» The Common Gateway Interface: (CGI) is a standard that allows a Web server to execute an external program and send its output to the browser that requested it.
» Personal Home Page: (PHP) is a somewhat less flexible language than Perl, but is more specialized towards the creation of dynamic web pages.
» Active Server Pages: (ASP) is a framework for running scripting languages like VisualBasic and JavaScript as server-side scripting languages.
Database Server
» A database server is a program that lets another program retrieve information stored in a database.
» MySQL: A free database server, this program runs on a computer to provide access to and manage one or more databases.
» Access: A database server from Microsoft runs on Windows server, provides access to and manage one database containing one or many tables.