SEARCH
Posts Tagged ‘cli’
PHP Web Development Without Web Server Video 0052
Friday, April 12th, 2013
A Video for the Ojambo.com PHP Web Development Without Web Server article.
Part One of One
Tags: cli, Development, php, SAPI, screencast, server, video, Web
Posted in Tips & Tricks, Videos | No Comments »
Diff Compare Files Video 0049
Friday, March 22nd, 2013
A Video for the Ojambo.com Diff Compare Files article.
Part One of One
Tags: bash, cli, command line, compare, diff, files, screencast, shell, video
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.
Tags: cli, Development, php, SAPI, server, Web
Posted in Tips & Tricks | 7 Comments »
Diff Compare Files
Wednesday, October 17th, 2012
Compare Files Using Diff
The file comparison utility “diff” outputs differences between two files. In the past, “diff” compared text files. Modern versions of “diff” compare binary files such as audio and video files.
Web designers can use “diff” to quickly compare files. Programmers can use the differences as messages for source control management systems. In this tutorial, “diff” will be used to compare text files.
Tags: bash, cli, command line, compare, diff, files, shell
Posted in Tips & Tricks | No Comments »