Archive for April, 2007

28 Apr

Centering a Page or a Div

Centering a page, or a div in a page has got a lot easier with the latest browsers reading CSS more constantly.
Put this in your CSS:
body { width: 70%; margin left: auto; margin-right: auto; } or
div.mid { width: 70%; margin left: auto; [...]

13 Apr

Publish a Video to your Web Page

You can put an AVI or MPEG video on your web-page with this following code. It incorporates the player, so doesn’t depend on the user having “Quicktime” or “Whatever” installed.
<object id=”MediaPlayer1″ CLASSID=”CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95″ codebase=”http://activex.microsoft.com/activex/controls/mplayer/en/nsm p2inf.cab#Version=5,1,52,701″
standby=”Loading Microsoft Windows® Media Player components…” type=”application/x-oleobject” width=”144″ height=”154″ border=”2″>
<param name=”fileName” value=”Movie.wmv”>
<param name=”animationatStart” value=”true”>
<param name=”transparentatStart” value=”true”>
<param name=”autoStart” value=”true”>
<param name=”showControls” value=”true”>
<param name=”Volume” [...]

05 Apr

How To Edit DVD’s or your own Video Movies

How To Edit DVD’s or your own Video Movies. Have you ever bought a DVD that wouldn’t play, because the zone was wrong or something? It is totally frustrating to have your player spit the disk out again every time you load it.
I had to experiment for days, and read hours of tutorials [...]


© 2008 BizNZ | Entries (RSS) | Comments (RSS) | Get a 'Pro' copy of Revolution Theme HERE. | Privacy - About - Contact