Architecture (Click to Open)

TwitterFacebook
Get flash to fully experience Pearltrees
http://stackoverflow.com/questions/671118/what-exactly-is-restful-programming Really, what it's about is using the true potential of HTTP. The protocol is oriented around verbs and resources.

RESTful Programming, What is?

What is an example of a website/service which _isn't_ REST? - St

So I just started digging into web tech, and I'm stuck on the concept of REST. Could someone clarify REST by giving me an example of what isn't rest? http://stackoverflow.com/questions/2444104/what-is-an-example-of-a-website-service-which-isnt-rest

Session management - Wikipedia, the free encyclopedia

[ edit ] Desktop session management Desktop session manager is a program that can save and restore desktop sessions. http://en.wikipedia.org/wiki/Session_management
http://en.wikipedia.org/wiki/HTTP_cookie

HTTP cookie - Wikipedia, the free encyclopedia

A cookie , also known as an HTTP cookie , web cookie , or browser cookie , is used for an origin website to send state information to a user's browser and for the browser to return the state information to the origin site. [ 1 ] The state information can be used for authentication , identification of a user session , user's preferences, shopping cart contents, or anything else that can be accomplished through storing text data on the user's computer. Cookies cannot be programmed, cannot carry viruses , and cannot install malware on the host computer. [ 2 ] However, breaches of browser security can allow tracking cookies to be placed which are then used as spyware to track user's browsing activities—a major privacy concern that prompted European and US law makers to take action. [ 3 ] [ 4 ] The security of a cookie generally depends on the security of the issuing website and the user's web browser .

Understanding the Life of a Session - TalkPHP

http://www.talkphp.com/general/1077-understanding-life-session.html One of the most vast misconceptions in the PHP world is how sessions really do work. I'm fairly confident most of us know how to start sessions, terminate sessions, regenerate session IDs and easily pass data from 1 page to another. But do you really know how they work inside out?
http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller

MVC - Wiki

Model–view–controller concept.

List of Ajax frameworks - Wikipedia, the free encyclopedia

jQuery , a JavaScript framework that provides an Ajax framework and other utilities, and jQuery UI , a plug-in that provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets http://en.wikipedia.org/wiki/List_of_Ajax_frameworks

Wikipedia- Frameworks

A web application framework is a software framework that is designed to support the development of dynamic websites , web applications and web services . http://en.wikipedia.org/wiki/Web_application_framework

LAMP (software bundle) - Wikipedia, the free encyclopedia

LAMP is an acronym for a solution stack of free , open source software, referring to the first letters of Linux ( operating system ), Apache HTTP Server , MySQL ( database software ) and PHP (or sometimes Perl or Python ), principal components to build a viable general purpose web server . [ 1 ] The exact combination of software included in a LAMP package may vary, especially with respect to the web scripting software, as PHP may be replaced or supplemented by Perl and/or Python . [ 2 ] Similar terms exist for essentially the same software suite ( AMP ) running on other operating systems, such as Microsoft Windows ( WAMP ), Mac OS ( MAMP ), Solaris (SAMP), iSeries (iAMP), or OpenBSD (OAMP). http://en.wikipedia.org/wiki/LAMP_(software_bundle)
Alpha , ARM , AVR32 , Blackfin , C6x , ETRAX CRIS , FR-V , H8/300 , Hexagon , Itanium , M32R , m68k , Microblaze , MIPS , MN103 , OpenRISC , PA-RISC , PowerPC , s390 , S+core , SuperH , SPARC , TILE64 , Unicore32 , x86 , Xtensa

Linux - Wikipedia, the free encyclopedia

The Apache HTTP Server , commonly referred to as Apache ( / ə ˈ p æ tʃ iː / ), is web server software notable for playing a key role in the initial growth of the World Wide Web . [ 3 ] In 2009 it became the first web server software to surpass the 100 million website milestone. [ 4 ] Apache was the first viable alternative to the Netscape Communications Corporation web server (currently named Oracle iPlanet Web Server ), and since has evolved to rival other web servers in terms of functionality and performance [ citation needed ] . Typically Apache is run on a Unix-like operating system. [ 5 ]

Apache HTTP Server - Wikipedia, the free encyclopedia

PHP - Wikipedia, the free encyclopedia

PHP Programming at Wikibooks PHP is a general-purpose server-side scripting language originally designed for Web development to produce dynamic Web pages .
A content management system ( CMS ) allows publishing, editing, and modifying content as well as site maintenance from a central page.

Content management system - Wikipedia, the free encyclopedia