javascript:applicationCache.update()
See the book OpenCart 1.4 Template Design Cookbook.
See the book Joomla Mobile Development Beginners Guide
This is a meeting place of all day-to-day events,news,funny experience, favourite musics , free gift, romantic love quotes and many more. janala is bangali word meaning window. Through this window every one can freely enjoy the popular blogging world.
javascript:applicationCache.update()
$.html('some html here').trigger('create');
sudo apt-get install sshfsTo mount a specific folder, we need to write the below command:
sshfs user@hostname: mount pointIf you have a customized port:
sshfs -p 3000 hostname: mountpointWe can set several options with the command, like allow_others, no_remote_lock etc.
sshfs -p 3000 hostname: mountpoint -o allow_others -o no_remote_lockYou can find other options by typing:
sshfs --helpTo unmount it:
fusermount -u mountpoint
Menu 1 : Click to open / close
Paragraph 1.1
Paragraph 1.2
Paragraph 1.3
Menu 2 : Click to open / close
Paragraph 2.1
Paragraph 2.2
Paragraph 2.3
$(".ui-collapsible").live ("tap", function (event)
{
var txt = "";
if ($("#id1 h1.ui-collapsible-heading-collapsed").length)
txt += "Menu 1: closed\n";
else
txt += "Menu 1: open\n";
if ($("#id2 h1.ui-collapsible-heading-collapsed").length)
txt += "Menu 2: closed\n";
else
txt += "Menu 2: open\n";
alert (txt);
});
Here we test there the class 'ui-collapsible-heading-collapsed' is present or not.git clone git://github.com/redbo/cloudfuse.git
sudo apt-get update sudo apt-get install libcurl4-openssl-dev libxml2-dev libssl-dev libfuse-dev libxml2 gcc fuse-utils
cd cloudfuse/ ./configure make sudo make install which cloud fuse
sudo vim ~/.cloudfuse
username=[username] api_key=[key] authurl=https://auth.api.rackspacecloud.com/v1.0
cloudfuse /media/cloudfile fuse defaults,gid=33,umask=000,allow_other 0 0
mkdir /media/cloudfileAnd finally we mount it.
sudo mount /media/cloudfile
fuse: failed to exec fusermount: No such file or directory
sudo apt-get install fuse-utils
cd /path/to/your/eclipse/folder
find . -iname '._*' -exec rm -rf {} \;