A Video for the Ojambo.com Geany Terminal Path article.
Part One of One
Blog
-

Geany Terminal Path Video 0046
-

Gzip Apache Website
Apache 2.x Gzip Compression For Websites
Websites are more complex due to use of elaborate CSS style-sheets and JavaScript code. Most website content features text and multimedia such as images for slide-shows. Rich media such as photos, audio and videos are already compressed.
The Apache HTTP Server module called mod_deflate can compress content before it is delivered to the client-side. All modern browsers are capable of output compression. Even old browsers such as Microsoft’s Internet Explorer 7, 8 and 9 support output compression.
-

Geany Custom Template Video 0045
A Video for the Ojambo.com Geany Custom Template article.
Part One of One
-

Git Source Code Management
Source Code Management Using Git
Web designers and application developers can use Git to track changes or versions. Git is a distributed version control system (dvcs). Every repository (local copy of source code) contains the complete history therefore rendering a central server redundant or network independent.
The focus of this tutorial will be on setting up two repositories. The remote repository can be located on a remote server or local disk drive. The local repository will refer to the version were changes are made on the local machine.
-

Website Update For February 2013
February Updates:
- Can now post comments using Twitter or Facebook to Ojambo.com articles.
- Easier sharing of articles to multiple social media networks.
- New series based on source code management Git..
- New application development articles coming soon.
- All videos will have much better audio.
-

CSS3 Rounded Corners Video 0044
A Video for the Ojambo.com CSS3 Rounded Corners article.
Part One of One
-

Diff Compare Files
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.