How to convert HTML tables to CSS

  How to convert HTML tables to CSS After explaining in our previous article why it is generally a good idea to get rid of HTML tables it is time to give some practical advise on how to actually convert the tables to tableless HTML and CSS code. In this article we describe a couple of conversion …

Create PDF files from Printer

  first download PDF printer driver  http://www.adobe.com/products/acrobatpro/tryout.html or other programm you want After install the programm create automaticaly PDF Printer Driver  Open word file or image or explorer anything programm with print Choose PDF Driver and press OK Save the document File As…  And The PDF is ready

ZigoEngine – Fuse Kit on complete call function

this.my_movie.alphaTo(100, .5, ‘easeOutCubic’, .5, “playMovie”) function playMovie():Void{ gotoAndPlay(2) } pop_prod.tween(“_x”,194, 0.8, “easeOutCirc”, 0); pop_prod.alphaTo(0,0.8,”easeOutCirc”,1, { startscope:this, startfunc:”closenik()”, scope:this, func:”closenik()” } );

Linux command Reboot – Restart linux

Command Library NAME halt, reboot, poweroff – stop the system. SYNOPSIS /sbin/halt [-n] [-w] [-d] [-f] [-i] [-p] [-h] /sbin/reboot [-n] [-w] [-d] [-f] [-i] /sbin/poweroff [-n] [-w] [-d] [-f] [-i] [-h] DESCRIPTION Halt notes that the system is being brought down in the file /var/log/wtmp, and then either tells the kernel to halt, reboot …

How to restart plesk from command

RESOLUTION This can be done using the following commands when logged in as root via SSH on the Plesk server: Linux Plesk versions: # /etc/rc.d/init.d/psa stopall # /etc/rc.d/init.d/psa start FreeBSD Plesk, versions prior 8.1: # /usr/local/psa/rc.d/psa stop # /usr/local/psa/rc.d/psa start FreeBSD Plesk since 8.1 version: # /usr/local/etc/rc.d/psa.sh stop # /usr/local/etc/rc.d/psa.sh start