Web Develop resources
Non vi tratterrò discorrendo su tutte le tecniche con cui potrei eseguire i vostri lavori sul web, ma quello che mi interessa è farvi partecipe della mia idea di web design ... Originalità, semplicità, impatto e funzionalità sono i caratteri che fanno le basi di un buon sito internet, poi una grande passione e devozione per questo mondo conosciuto da anni fanno il resto per trasformare il tutto in opere d'arte o almeno per cercare di farlo!
I don't like to intoduce myself talking about all the techniques which I could execute your jobs on the web, but what it interests to me is to share with you my idea of web design ... Originality, simplicity, impact and functionality are the characters who make the bases of a good website, then a great passion and devotion to this world known for years make the rest to turn everything into a masterpiece or at least in order to try to make it!
GNU/Linux is the name usually given to any Unix-like computer operating system that uses the Linux kernel. Linux is one of the most prominent examples of free software and open source development: typically all underlying source code can be freely modified, used, and redistributed by anyone.
Read in wikipedia!
Slackware is a Linux distribution created by Patrick Volkerding of Slackware Linux, Inc. Slackware was one of the earliest distributions, and is the oldest currently being maintained. Slackware aims for design stability and simplicity, and to be the most Unix-like GNU/Linux distribution.
Read in wikipedia!
The Apache HTTP Server, is a web server notable for playing a key role in the initial growth of the World Wide Web. Apache was the first viable alternative to the Netscape Communications Corporation web server (currently known as Sun Java System Web Server), and has since evolved to rival other Unix-based web servers in terms of functionality and performance.
Read in wikipedia!
PHP (recursive acronym for "PHP:Hypertext Preprocessor")
is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
Read in wikipedia!
JavaScript is a scripting language most often used for client-side web development. "JavaScript" is an implementation of the ECMAScript standard.
Read in wikipedia!
MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by MySQL AB. MySQL AB is a commercial company, founded by the MySQL developers. It is a second generation Open Source company that unites Open Source values and methodology with a successful business model.
Read in wikipedia!
phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a single database. To accomplish the latter you'll need a properly set up MySQL user who can read/write only the desired database. It's up to you to look up the appropriate part in the MySQL manual.
Read in wikipedia!
World Wide Web ConsortiumMost Web documents are written using
markup languages, such as HTML or XHTML. These languages are defined by
technical specifications, which usually include a machine-readable
formal grammar (and vocabulary). The act of checking a document against these constraints is called validation, and this is what the Markup Validator does. Validating Web documents is an important step which can dramatically help improving and ensuring their quality, and it can save a lot of time and money (read more on why validating matters). Validation is, however, neither a full quality check, nor is it strictly equivalent to
checking for conformance to the specification.
Read in wikipedia!
Cascading Style Sheets: CSS is a breakthrough in Web design because it allows developers to control the style and layout of multiple Web pages all at once. As a Web developer you can define a style for each HTML element and apply it to as many Web pages as you want. To make a global change, simply change the style, and all elements in the Web are updated automatically.
Read in wikipedia!
RSS (which, in its latest format, stands for "Really Simple Syndication") is a family of web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts. An RSS document, which is called a "feed", "web feed", or "channel", contains either a summary of content from an associated web site or the full text. RSS makes it possible for people to keep up with their favorite web sites in an automated manner that's easier than checking them manually.
Based on XML.
Read in wikipedia!
XML (Extensible Markup Language) is a set of rules for encoding documents electronically. It is defined in the XML 1.0 Specification produced by the W3C and several other related specifications; all are fee-free open standards.
XML's design goals emphasize simplicity, generality, and usability over the Internet. It is a textual data format, with strong support via Unicode for the languages of the world. Although XML's design focuses on documents, it is widely used for the representation of arbitrary data structures, for example in web services.
Read in wikipedia!