E4X or ECMAScript for XML in Flash

Somewhere around the second quarter of this year, RichInternet.de mentioned about one of their message about E4X on FlexCoders. With the announcement of Flash Player 8.5, Flex Builder 2 and eventually the next Flash IDE, version 9 that will support the much anticipated ActionScript 3.0, it is about time we look back to that topic. Continue reading “E4X or ECMAScript for XML in Flash”

Execute Lightbox Scripts From Flash

Execute Lightbox Scripts From Flash: Part Deux

Since the first thread showing you how to execute Lightbox scripts from Flash was such a big hit, I decided to write another showing you how to gain even more functionality in this regard. Tonight I will be showing you how to initiate a Lightbox containing a Flash movie from a Flash movie, and how to initiate Lightbox groups containing images as well as Flash movies. All of the following scripts can be used in the same page if you wish, you just need to include all of the following delegates into your project. Continue reading “Execute Lightbox Scripts From Flash”

Share this configuration

 The ShareThis plugin for Joomla! provides an unobtrusive way for your visitors to post your Joomla! content to various social bookmarking sites, or send a link via e-mail & other communication channels (like Facebook and MySpace) to a friend.
For more information on ShareThis JavaScript widget for standard websites as well as buttons for WordPress, Blogger and TypePad, visit http://sharethis.com/getbutton. Continue reading “Share this configuration”

Athens Radio Taxi Phones

ATHINA 1 Tel 210-9217942
DIMITRA Tel 210-5246993
ENOTITA Tel 210-6459000-5
ERMIS Tel 210-4115200
EXPRESS Tel 210-9943000
IKAROS Tel 210-5152800
KOSMOS Tel 18300, 210-5222218
PARTHENON Tel 210-5323300
PIRAEUS 1 Tel 210-4182333
EUROPE Tel 210-5023583
PROTOPORIA Tel 210-2928150
RADIO TAXI HELLAS Tel 8011157000, 210-6457000
RADIO TAXI GLYFADA Tel 210-9605605/6
RADIO TAXI KIFISSIA Tel 210-8084000

Anti-Virus for Ubuntu

 

As you know the Windows operating system allows application programs to access to system files. This makes viruses spread over the whole system easily to do damage on your system. Linux is strict with its permissions. A virus cannot gain the necessary privileges to destroy your system unless you want to do as a super user. In order words, your system files are protected at the high level. That is the reason why most of Linux users don’t need a virus protection. So, I wonder that do we need an anti-virus for our Ubuntu box?  Continue reading “Anti-Virus for Ubuntu”

Install clamav in ubuntu

Install clamav in ubuntu

sudo aptitude install clamav clamav-daemon clamav-freshclam

This will complete the basic scanner installation.

GTK frontend for the Clam AntiVirus scanner

If you want to install GTK frontend for the Clam AntiVirus scanner in ubuntu you can install avscan or clamtk

This example i am installing clamTK

Download clamtk using the following command

wget http://puzzle.dl.sourceforge.net/sourceforge/clamtk/clamtk_3.05-1_all.deb

Now you need to install clamtk .deb package using the following command

sudo dpkg -i clamtk_3.05-1_all.deb

If you get any problems use the following command

sudo apt-get -f install

This will complete the installation

If you want to open clamtk go to Applications—>Accessories—>Virus Scanner