SEARCH

Posts Tagged ‘php’

PHP Mobile Device Detect Video 0047

Friday, March 8th, 2013

A Video for the Ojambo.com PHP Mobile Device Detect article.
Part One of One

(more…)

Tags: , , , , , , , , , , , ,
Posted in Tips & Tricks, Videos | No Comments »

PHP Web Development Without Web Server

Wednesday, March 6th, 2013

Web Development Using PHP’s Built-in Web Server

Web developers can utilize the PHP’s built-in web server. The web server is intended for development purposes only. PHP’s built-in web server requires a minimum of version 5.4.

The CLI SAPI provided the built-in web server which is started on the command line. URI requests are served from the current working folder where PHP command was executed.

(more…)

Tags: , , , , ,
Posted in Tips & Tricks | 7 Comments »

PHP Mobile Device Detect

Wednesday, October 3rd, 2012

Detect Mobile Devices Using PHP

Web designers can utilize the PHP to get information about the browser. HTTP_USER_AGENT is a string that contains contents of the header such as the platform used.

The platform is usually the operating system on desktop browsers. On mobile devices, it might be the device name. The string will be converted to lowercase to make sure that the devices can be detected.

(more…)

Tags: , , , , , , , , , ,
Posted in Tips & Tricks | 1 Comment »

Install Elgg Social Networking Video 0033

Friday, September 16th, 2011

A Video for the Ojambo.com Install Elgg Social Networking article.
Part One of One

(more…)

Tags: , , , , , , , ,
Posted in Tips & Tricks, Videos | No Comments »