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.

Pretty cool!Content...

Here’s the sample training material.  Advanced content1.

image

Rest of the training material.


This is the content in tab2.


1

This is the advanced content.  You can include images here too.

image

Testing the ability to post an image to the blog.

image

test

Test post. Updated post

zxcvljkl;j

This is a test post from WLW.

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.

    
Minimize
 metaPost Demo Blog
    
Minimize
 metaPost Demo Blog
    
Minimize
 Talk to Us!
Email:
Name:
Subject:
Message (Optional):
Send   Cancel
    
Minimize
 metaPost Demo Blog