Posts tagged with php-dev

Using the Raspberry Pi as a home web server

Using the Raspberry Pi as a home web server

A Raspberry Pi used as a web server can be accessed via a web browser using HTTP. Here we show the full process of using the Raspberry Pi as a home web server.

WTF is the Raspberry Pi?

WTF is the Raspberry Pi?

Raspberry Pis are low-cost, credit-card sized computer boards that can plug into a TV. Being tiny they are often used for electronic projects and specialised devices at home.

CSS transitions and how to use them

CSS transitions and how to use them

CSS transitions allow properties to change over time. I.e. elements can transition smoothly from one property value to another using the desired time interval.