How to Install IIS on Windows Vista

 

If you are a developer using ASP.NET, one of the first things you’ll want to install on Vista is IIS (internet information server). Keep in mind that your version of Vista may not come with IIS. I’m using Vista Ultimate edition.

First, go to Control Panel, and then click on Programs. You’ll see a link for “Turn Windows features on or off” Continue reading “How to Install IIS on Windows Vista”

Vista: Installing the Telnet Client

By default, Vista doesn’t install the Telnet client. The client is for text-based communication with remote systems. You can install it by following these steps:

1. Click Start then selectControl Panel.

2. Select Programs and Features.

3. Select Turn Windows features on or off.

4. Select the Telnet Client option.

5. Click OK.

6. A dialog box will appear to confirm installation. The telnet command should now be available.

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 Plesk system is suprisingly easy. I use CentOS, which is a Fedora-based system. Consequently, these instructions are geared toward CentOS Plesk systems. However, with the exception of steps 1 and 2, these instructions should work for any Linux-based Plesk system. Continue reading “Setting Up Mono and mod_mono in Plesk 8.6”

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 methods that are generic and can be applied to any web page.

First we need to decide which HTML tag or tags could be used to replace the table elements – TABLE, TR, TD (for simplicity’s sake we will ignore other seldom used table elements like THEAD, TFOOT, TH and TBODY). We choose the replacement tag based on the following criteria:

  • The replacement tag should have as few side effects as possible, i.e. we do not want it to affect the style of the inner tags and text, because we will be using CSS styles to define the appearance of the enclosed tags and text.
  • The replacement tag should have a block style just like the replaced TABLE, TR and TD tags. Continue reading “How to convert HTML tables to CSS”

Create PDF files from Printer

 

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