IT Crossing
Tuesday, February 14, 2012 | Register | Login 
Minimize
 metaPost Demo Blog
Author: cheddar Created: 1/19/2008 6:04 PM
This blog can be used to demonstrate the ease of posting to a DotNetNuke blog in a parent portal.

Ick will mal testen, was das mit diesem Gedöns so auf sich hat. Scheint mir ja ganz cool zu sein

Ich will noch ein Bild reinfügen:

117

Und ein bisschen Quellcode

   1: public class UserDefinedFunctions
   2: {
   3:     public static string ChangeUmlaute(string textValue)
   4:     {
   5:         string retVal = textValue;
   6:         retVal = retVal.Replace((char)0x5B, 'Ä');
   7:         retVal = retVal.Replace((char)0x5C, 'Ö');
   8:         retVal = retVal.Replace((char)0x5D, 'Ü');
   9:         retVal = retVal.Replace((char)0x7B, 'ä');
  10:         retVal = retVal.Replace((char)0x7C, 'ö');
  11:         retVal = retVal.Replace((char)0x7D, 'ü');
  12:         retVal = retVal.Replace((char)0x7E, 'ß');
  13:         return retVal;
  14:     }
  15:     public static string ChangeLaser(string textValue)
  16:     {
  17:         string laserzeilen = textValue.Substring(18,160);
  18:         laserzeilen = laserzeilen.Replace((char)0x5B,(char)0x8E);
  19:         laserzeilen = laserzeilen.Replace((char)0x5C,(char)0x99);
  20:         laserzeilen = laserzeilen.Replace((char)0x5D,(char)0x9A);
  21:         laserzeilen = laserzeilen.Replace((char)0x7B,(char)0x84);
  22:         laserzeilen = laserzeilen.Replace((char)0x5C,(char)0x94);
  23:         laserzeilen = laserzeilen.Replace((char)0x7D,(char)0x81);
  24:         laserzeilen = laserzeilen.Replace((char)0x7E,(char)0xE1);
  25:         return textValue.Substring(0,18) + laserzeilen + textValue.Substring(178);
  26:     }
  27: }

Testing the file upload test.

Here is a test uploaded file using the Insert Files WLW Plugin.

Here is the test file: Test File

Technorati Tags: ,,

Hi I just want to say that this looks very cool

 

Thats all she wrote

test link to microsoft

This post is set to publish in 1 month, so you shouldn’t be able to see this until October 7th, 2009.  Let’s see if that works.

This is a test

Read More »

This is a test of the tabs.

This should appear as three images inside 3 tabs.

 

City003 body copy goes here. body copy goes here. body copy goes here. body copy goes here. body copy goes here. body copy goes here. body copy goes here. body copy goes here. body copy goes here.

For more info click here

Appleton Wisconsin

test

 

Link Without SWF Extension

 

Link With SWF Extension

An upgrade of your Flash video player may be needed.
An upgrade of your Flash video player may be needed.

 

 

Map picture
test
  Graphical element here…

    
Minimize
 metaPost Demo Blog
    
Minimize
 metaPost Demo Blog