SEARCH

Archive for April, 2013

Gitweb Git Web Interface Video 0054

Friday, April 26th, 2013

A Video for the Ojambo.com Gitweb Git Web Interface article.
Part One of One

(more…)

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

Zen Cart Error Date Timezone

Wednesday, April 24th, 2013

Zen Cart ERROR: date.timezone not set

Sometimes the date.timezone value in not set in the PHP configuration file “php.ini”. Root access is required in order to edit the PHP configuration file. Editing the PHP configuration will cause global changes which might not be desired.

A better option for fixing the date.timezone error is to set timezone value locally. Local values will enable the installation of multiple Zen Cart applications. Each application can use different timezone values.

(more…)

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

PHP Password Protect Alternative To Apache .Htaccess Video 0053

Friday, April 19th, 2013

A Video for the Ojambo.com PHP Password Protect Alternative To Apache .Htaccess article.
Part One of One

(more…)

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

HTML5 Video Tag

Wednesday, April 17th, 2013

HTML5 Web Video Element

HTML5 video tag can be used to view streaming video, finished video or part of a video. As of Spring 2013, MPEG4, WebM and Ogg video files were supported by the video tag. The video tag was supported in major browsers

The HTML5 video tag allows for option attributes such as preloading the video and displaying video controls. Tracks can be used to specify subtitles, captions or overlaid text. HTML5 was a draft specification as of Spring 2013.

(more…)

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