eEcho blog

is een halte van de gedachte

Archive for the ‘Multimedia’ Category

How do I open .daa file under Linux or UNIX or Windows?

A. You need to use PowerISO for Linux (windows xp/vista/2000 user see below)– This is a free utility for linux which can extract, list, and convert image files (including ISO, BIN, DAA, and other formats). Type “poweriso -? ” for detailed usage information. It is a disk image format that supports advanced features, such as […]

CMS for multi-site and organization

In this post we will discuss possibilities of CMS for multi-site and organization.
http://code.google.com/p/cmsmultisite/
Add page
see screencast /Echo/wp-content/uploads/swf/addPageCmsSmall.html
Add news
see screencast /Echo/wp-content/uploads/swf/addNewsSmall.html

website layout in gimp

Create a file size 1003×600
blend: fill background witch a color gradient (L) #306eb3
 
 
 
 

Create border
Select (r) rectangle -> copy, paste in new layer (images)
New layer (background-color # 306eb3)
Filter -> bluring
 
 
 
 

Create abstracted header and footer with
http://qbrushes.com/
 
 
 
 
Crop image in header.png, footer.png, and background.
http://business.eecho-gratis-hosting.com/

Installing Brushes Gimp

cp *.abr /home/sergej/.gimp-2.4/brushes/
How to Install Brushes
It can be quite frustrating being a GIMP user, and seeing people in various art forums saying “Here, I’ve made a brush set!” and then not knowing how to actually set things up so you can use them. So here’s something about that.
Okay, first thing you must remember:
You CANNOT use […]

quicktags.js replace links wp

function getSelectedText(myField){
   
    var selectedString = "";
if (document.selection) {
myField.focus();
sel = document.selection.createRange();
selectedString = sel.text;
}
else if (myField.selectionStart || myField.selectionStart == '0') {
var startPos = myField.selectionStart;
var endPos = myField.selectionEnd;
selectedString = myField.value.substring(startPos, endPos);
               
}
    return selectedString;
}
function replaceLink(text){
    text = text.replace(/<\/?a[^>]*>/ig, "");
    return text;
   
}
function removeLinks(myField, i) {
text = getSelectedText(myField);
if (text) {
                edInsertContent(myField, replaceLink(text));
}

}

What is the ReportLab PDF Library?

This is a software library that lets you directly create documents in Adobe’s Portable Document Format
(PDF) using the Python programming language. It also creates charts and data graphics in various bitmap and
vector formats as well as PDF.
PDF is the global standard for electronic documents. It supports high-quality printing yet is totally portable
across platforms, thanks to […]

Convert UIF to ISO

http://wesleybailey.com/articles/convert-uif-to-iso
The fastest way to convert an UIF image to ISO image is UIF2ISO. It is a speedy command line tool, that will save you the hassle of installing wine and MagicISO.
This is how I downloaded and installed UIF2ISO, written by Luigi Auriemma.
1. We first need to install zlib and OpenSSL with apt-get.
sudo apt-get install zlib1g […]

GIMP Links

http://www.deviantart.com/
http://www.deviantart.com/#catpath=resources&order=9&q=brushes
http://gimp-tutorials.net/taxonomy/term/5
http://blendfu.com/brush/69We are on a big mission! Providing an easy and convenient access to all available design resources we can get our hands into.
Yes, we contact designers to share their great collection of Photoshop and GIMP brushes, patterns and custom shapes.
And we admit that the hardest part of this is to make each individual resource identifiable […]

Photo gallery

http://www.picsengine.com/
PicsEngine is a photo gallery that you install on your website. It’s very easy to start with and to use it!
Designed for you
The gallery fit needs of photographers, graphic studios, designers,…
Even families can use PicsEngine to share their photos with their friends.

zip windows command line

Example:
7z a -tzip archive.zip source.txt source2.txt
http://www.7-zip.org/
7-Zip is a file archiver with a high compression ratio.
Download 7-Zip 4.57 (2007-12-06) for Windows:
Link Type Windows Size
Download .exe 32-bit 840 KB
Download .msi x64 1103 KB
Download 7-Zip 4.60 beta (2008-08-19) for Windows:
Link Type Windows Size
Download .exe 32-bit 857 KB
Download .msi x64 1117 KB
The download links above redirect you to download […]

Converting Database Character Sets Wordpress

Converting Database Character Sets
This article addresses, in general, the process of converting your WordPress MySQL database tables from one character set to another. Warning: character set conversion is not a simple process. Please complete a backup of your database before attempting any conversion.
Contents
The History
Up to and including WordPress Version 2.1.3, most WordPress databases were created […]

Logo design Links

http://logoscda.com/categoriaslogos.php Free logos clipart.

http://www.logodiver.com/ - Logo designer.
http://www.youtube.com/results?search_query=inkscape&search_type=&aq=f Video tutorials

How to create a web 2.0 style button in Inkscape

http://www.wonderhowto.com/how-to/video/how-to-create-a-web-2-0-style-button-in-inkscape-241064/
In this Inkscape software tutorial you will see how to create a shiny web 2.0 style button or icon. There is no sound but the picture and mouse movements are clear enough to follow along visually. So watch and learn how to create a crisp reflective web 2.0 style button in Inkscape.

Bzip Gzip Tar

This one also came from the series of articles that i wrote to CyberRealm page of Sunday Observer. I must admit that some things are obsolete, but you can learn about commands.
Before going to Linux, first let’s look at the difference between compressed file and archived file. An archived file is a collection of file […]

Using Gimp to make Web 2.0 Buttons and Graphics

http://binnyva.blogspot.com/2006/12/using-gimp-to-make-web-20-buttons-and.html
http://technomono.com/blog/make-a-button-with-rounded-corners/
There are many tutorials about creating buttons and graphics in the new ‘Web 2.0′ style. Unfortunately, all these tutorials are for Photoshop users. The Gimp users are completely ignored. So, I have decided to correct this error - this is a tutorial on how to create a Web 2.0 style button in Linux using Gimp(will […]

Grafische redacteurs links

http://gimp-savvy.com/BOOK/ Grokking the GIMP gimp book
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.php
http://books.google.be/books?id=NFXugys2dCwC&pg=PA667&dq=inkscape+book&ei=gRf_SKurJIHYtgOfqJCPDA#PPP5,M1

template languages, such as Smarty or CheetahTemplate

Cheetah is an open source template engine and code generation tool, written in Python. It can be used standalone or combined with other tools and frameworks. Web development is its principle use, but Cheetah is very flexible and is also being used to generate C++ game code, Java, sql, form emails and even Python […]

flasm

assembler and disassembler for Flash (SWF) bytecode
Flasm disassembles your entire SWF including all the timelines and
events. Looking at disassembly, you learn how the Flash compiler works.
You can also do some optimization on the disassembled code by hand or
adjust the code as you wish. Flasm can then re-assemble the bytecode
into a new SWF.
It is also possible […]

mp3 converter linux

a2mp3
program to optimize your music for your mp3-player
This little program can decode various audio formats to an optimized
mp3 suitable for your mp3-player.
Currently only ogg and mp3 are supported as source formats.
sudo apt-get install a2mp3
You can use it:

lame apache01_1uur35min.wav apache.mp3

IRC Network Basics

Having chosen a communication standard for the chat, we should take a look at how
exactly IRC networks are built.
Ideally, you should have evaluated the IRC network basics discussed in this
section prior to choosing IRC—since it’s a bad thing to find out that IRC
introduces a complicated structure after already having made the decision to use
it.To this […]

 

Home | info@eecho.info | Voorwaarden | Blog