Posted on 28 May 2009. Tags: share this, sharethis
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
Posted in JavaScript - Ajax, Programming
Posted on 21 May 2009.
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
Posted in Linux
Posted on 21 May 2009. Tags: Linux, ubuntu
Use “fg” to put it back to front and read
To get out of a man page, press “q”.
You can usually kill a job with ctrl+c rather than stop it with ctrl+z
Finally, if you try “logout” and it says “there are stopped jobs”, typing “logout” again will automatically kill the stopped jobs and log you out.
Hope that helps.
Posted in Linux
Posted on 20 May 2009. Tags: flush, load php, PHP, php loader, preloader
Flushing output
There is a special function in PHP called flush(), which is not really related to output buffering because it works with standard output, however it is so very similar to what we’ve just been looking at that it makes sense to cover it here.
Flush() sends all output out immediately, without waiting for the end of the script, and you can call it as often as you want. Calling flush() has the effect of making the browser update with new content. Take a look at this example script:
Author’s Note: Internet Explorer has an “optimisation” that makes it only render a page after it has received the first 256 bytes whether or not you use flush() - you might find these example scripts do not work as described in IE. That is not to say the concept is wrong – merely that there is not enough room here to demonstrate a longer example! To make the scripts work, make them output at least 256 characters before the first call flush() - in your own scripts, this will not be a problem. Continue Reading
Posted in PHP
Posted on 19 May 2009. Tags: developer toolbox, interakt, interaktonline
Language settings
Since the Transaction Engine includes internationalization support, this menu of the Developer Toolbox Control Panel enables the user to change the language resource file of the currently active site: Continue Reading
Posted in PHP
Posted on 19 May 2009. Tags: editor, TinyMCE
Option: valid_elements
The valid_elements option defines which elements will remain in the edited text when the editor saves. You can use this to limit the returned HTML to a subset.
This option contains a comma separated list of element conversion chunks. Each chunk contains information about how one element and its attributes should be treated. The default rule set for this option is specified below. Continue Reading
Posted in HTML - XHTML, JavaScript - Ajax
Posted on 17 May 2009.
I’ve just published a new video for ESX 4.0 installation on a Dell blade if you want to have a fast and quick scan of the installation process. This is a series of vS4 video’s I’m planning to produce very soon.
http://www.hypervizor.com/2009/04/video-vsphere4-unleashed-01-installing-esx4/
I hope you will find it useful.
Regards,
Updates:
Part1: Installing ESX4.0
Part2: Installing vCenter4.0 will all its components
Part3: Licensing & Configuring vCenter
Part4: Fault Tolerance
Part5: Hot-Add and Thin-Provisioning
Part6: Storage vMotion
Posted in Linux, Network, Plesk
Posted on 15 May 2009. Tags: Experts-Exchange
Most of you have most probably heard of Experts-Exchange. It’s a website which allows you to ask questions to “experts”, somewhat akin to a Yahoo Answers on steroids. Continue Reading
Posted in Tutorials