Podcast 24 HTML CSS Stylesheets and the GIMP

In this screencast I play around with html and css stylesheets. I then show you how to create a background with the Gimp.
Direct download:

(.ogg theora video)
http://www.abbottdavid.com/podcasts/LC-24-css-gimp.ogg

(.avi video)
http://linuxcrazy.com/podcasts/LC-24-css-gimp.avi

Best played with Mplayer or VLC. Here is the finished product;
http://dwabbott.com/podcast-24/

Here is the stylesheet;
http://dwabbott.com/podcast-24/style1.css

Podcast 23 Gentoo 2008 Slackware 12.1 Install

Quick walkthrough installing Gentoo and Slackware after my harddrive failed.
450
Download

ogg

mp3

Gentoo Foundation In Good Standing
Gentoo-trustees moving foward;
http://www.nmprc.state.nm.us/cgi-bin/prcdtl.cgi?2463313

Podcast #22 SSH Avidemux Gentoo-Trustees

In this podcast I talk about securing ssh, trying to convert .avi to a format that can be played on cell phones with realplayer , gentoo-trustees moving forward and interview status.

n95
Download

ogg

mp3

Podcast #21 My Festival Girlfriend

larry

My new festival girlfriend talks to you, and gives me some podcast tips. An update on future podcasts.

poly-p man was nice enough to provide me with a script to convert video that I create with recordmydesktop from ogg theora to avi with mencoder like this;

#!/bin/bash
FOO=0
echo "Name of OGG"
while [ $FOO -ne 1 ]
do
   read OGGNAME
   if [ -e $OGGNAME ]
   then
      FOO=1
   else
      echo fail
   fi
done
echo "Name of AVI"
read AVINAME
mencoder $OGGNAME -ovc lavc -oac mp3lame -o $AVINAME
echo "done"

Here is his site;
http://www.polypux.org/

Download

ogg

mp3

Syndicate content