Tag: software
How I run OSGUI – Linux Video Editing – Joomla Website – MLUG
OSGUI Tim gives a talk for the MLUG Melbourne Linux Users Group about how I got into Linux & started making a website and YouTube videos, how I run the OSGUI.com website with Joomla Open Source Tools and how I record Screencasts with recordmydesktop or recorditnow ffmpeg Ubuntu Linux tools and How I Edit Videos in Linux with Kdenlive. More info: www.osgui.com Thanks to the guys in MLUG for helping with filming and hosting the event. Here is the text from the presentation which was on the projector Linux Video Production & Joomla Site creation OSGUI.com & OSGUI Tech Show How I run OSGUI Linux Video Production & Joomla Site creation ● Ubuntu Linux OS ● GtkRecordMyDesktop & ● RecordItNow Screencasting tools ● Kdenlive Video Editor ● Joomla CMS ● Business Partnerships ● YouTube, Google, Blip ● Studio Equipment ● Ubuntu Linux OS I Started with Linux in 2001 Red Hat & Mandrake was my first distro I tried which turned me off it for awhile until I found Lycoris in 2003 then Xandros in 2004 and then Ubuntu in 2005 OSGUI Tech Show run using 64bit versions of Ubuntu Linux from 9.04 through to 10.10 2x AMD Quad Core PC’s & AMD Dual Core Laptop & EeePC Screencasting I started with GtkRecordMyDesktop I now use RecordItNow a KDE GUI for FFMpeg Other Screencasting tools used for Windows like CamStudio Mplayer used to show Webcam in Screencasts Logitech Cam viewer used in Windows Very Good Mic & Webcam & VGA & CPU & RAM needed to do this decently Video Editing in Linux Kdenlive …
How to Make an HTML5 Game–Part 1
Make an HTML5 Port of the popular 1945 airplane shooter game using Construct. No programming experience needed! Export the game to the web browser, which can be played on computers and mobile devices. Construct: www.scirra.com SpriteLib Package www.widgetworx.com
Install Joomla on your Windows computer using WAMP server
Canadian Tech Online – www.canadiantechonline.com Original Article – bit.ly Joomla! is a very powerful, dynamic, and robust Content Management System (CMS) that runs off of Apache web server, MySQL, and PHP. It is often deployed in coporate intranets as well as a wealth of some of the most popular website on the internet today. If you are a web developer looking to do a mockup of a page, or need to develop a customer’s website offline (or without webspace) then this is the best route for you to go. This is also quite handy for developers to import websites that are currently online to help predict and troubleshoot possible glitches when a site goes through a major update. Setting up Joomla! on your very own Windows computer is as simple as following 6 very short steps: Step 1 – Get Server Software – Joomla! is a web application and needs to be run on top of several other server applications in order to appear in your browser. – You need a database program, a webserver, an operating system, and a scripting language. – WAMP server fills this gap. WAMP stands for Windows, apache, mysql, and php. – Download Install WAMP server www.wampserver.com Step 2 – Get Joomla! – Joomla is essentially ditributed as a bunch of php scripts in a zip file. – Download the latest version of Joomla at www.joomla.org Step 3 – Start WAMP Server – In order to install Joomla, you must have all of the needed server components running. – Double click the WAMP server icon from your desktop of choose …