Tag Archives: uploading

[Tutorial] Create a professional navigation bar in Photoshop

This tutorial with guide you through how to make a professional looking navigation bar for your site. This tutorials takes in to account that you have a reasonable knowledge of Photoshop.
The result will be like the following:

Top free applications to aid in web design and development

FileZilla FTP Client – http://filezilla-project.org/
A FTP client to upload documents from your computer to your web server. Also supports SFTP for secure transfering of files.
xampp – http://www.apachefriends.org/
A bundled installer of Apache, PHP, MySQL and a few other programs. This allows you to set up a server on your computer accessible through http://localhost which saves [...]

Counter Strike: Source weapon skins

Here are some Counter Strike: Source skins I made a couple of years ago.
Skins were exported from the game then modified using Photoshop and saved back in to VTF for Counter Strike: Source.
Blue Scout
A blue coloured Scout. [download id="7"]
Daisy Scout
A pink Scout with daisy’s on the sides. [download id="8"]
Hi-res Desert Eagle
A hi-res Desert Eagle skin, [...]

Frontpage Slideshow for Drupal

I have begun coding a module to allow the Frontpage Slideshow to be displayed within a block or a panel.
Frontpage slideshow is a script by Joomlaworks.
The module requires that the script is purchased from Joomlaworks as it contains important files for it to work.
The module which is currently in development can be found at http://code.google.com/p/fpss-drupal/.
The [...]

Google Chrome really Safari in disguise?

While enabling Google Gears from within the newly released Google Chrome, I noticed something odd about the wording.
In Firefox and IE, you get the same text:

Make note of the first paragraph. Now if you open up the same javascript window within Google Chrome, you get this:

Once again, note the first paragraph again.  Within Google Chrome [...]

Introducing Apples new iBoob

[How to] Convert AVCHD ISO to MKV

These steps will help you convert an AVCHD ISO to MKV so it is playable on your PC.
After some searching after my previous post.
I have found the answer on the AfterDawn forums.
The only difference being that IsoMagic failed to open up the ISO at all.  Instead I used IsoBuster created by Smart Projects.
The software you [...]

Converting video (AVI, MOV, MPG, MP4) to FLV using FFmpeg

Firstly you need to download FFmpeg from the FFmpeg website
To convert your file use the following command.
ffmpeg -i “C:\videos\videoname.mov” -ar 44100 -ab 96 -f flv “C:\videos\videoname.flv”

ffmpeg – runs the program
-i “filename.ext” – input file
-ar 44100 – audio frequency
-ab 96 – audio bitrate
-f flv – force format followed by format
“newfilename.ext” – output file

I used these settings [...]