Webmaster resources, services, directories.Mofiki's Webmaster Directory - Tools, Resources, Communities, and Services.

| Home | Add Link | New Links | Premium Links | Top Rated | Advertise | Free Services | Tutorials | Contact |
Your Ad Here
Programming
| Programming-CGI| Programming-PHP| Programming-HTML| Programming-Javascript| Programming-ASP| Programming-MySQL| Programming-Misc. |

  • Programming-CGI -
  • The task of such an information server is to respond to requests (in the case of web servers, requests from client web browsers) by returning output. Each time a request is received, the server analyzes what the request asks for, and returns the appropriate output. The two simplest ways for the server to do this, are the following ... if the request identifies a file stored on disk, return the contents of that file. if the request identifies an executable command and possibly arguments, run the command and return its output.
  • Programming-PHP -
  • A widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It generally runs on a web server, taking PHP code as its input and creating web pages as output. It can be deployed on most web servers and on almost every operating system and platform free of charge. PHP is installed on more than 20 million websites and 1 million web servers.
  • Programming-HTML -
  • An initialism of HyperText Markup Language, is the predominant markup language for Web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as links, headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of tags, surrounded by angle brackets. HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code.
  • Programming-Javascript -
  • A scripting language widely used for client-side web development. It was the originating dialect of the ECMAScript standard. It is a dynamic, weakly typed, prototype-based language with first-class functions. JavaScript was influenced by many languages and was designed to look like Java, but be easier for non-programmers to work with.
  • Programming-ASP -
  • Programming ASP or Active Server Pages is made possible by various built-in objects. Each object corresponds to a group of frequently-used functions useful for creating dynamic web pages. In ASP 2.0 there are six such built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, is a cookie-based session object that maintains variables from page to page. Web pages with the .asp file extension use ASP, although some Web sites disguise their choice of scripting language for security purposes. The .aspx extension is not an ASP page, but an ASP.NET page, another server-side scripting language from Microsoft, based on a mixture of traditional ASP, and Microsofts .NET technology.
  • Programming-MySQL -
  • Pronouned My S.Q.L (as apposed to the My Sequel which is IBMs earlier db management system) a relational database management system (RDBMS) which has more than 11 million installations. The program runs as a server providing multi-user access to a number of databases.
  • Programming-Misc. -
  • Process of writing, testing, debugging/troubleshooting, and maintaining the source code of computer programs. This source code is written in a programming language. The code may be a modification of an existing source or something completely new. The purpose of programming is to create a program that exhibits a certain desired behavior (customization). The process of writing source code often requires expertise in many different subjects, including knowledge of the application domain, specialized algorithms and formal logic.

    There are currently 454 Links in the Directory! Copyright Mofiki Software 2009, Developed by Brandon Orndorff