Domain Masking

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”> <html> <head> <title>www.prosoxi.gr</title> </head> <frameset rows=”100%,*” border=”0″> <frame src=”http://www.cdl.gr” frameborder=”0″ /> <frame frameborder=”0″ noresize /> </frameset> <!– pageok –> <!– 02 –> <!– 7.9–> </html>

Setting Up Mono and mod_mono in Plesk 8.6

Mono is the the open-source version of the Microsoft’s .NET runtime. Mono runs on Linux, Unix, BSD, Solaris, and Windows. Mod_mono and XSP are Mono components that bring ASP.NET functionality to non-Microsoft servers.  For an example of an ASP.NET page running, in Mono, check out Hello World, 2! Getting Mono up and running in a …

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()” } );