Monday, November 1, 2010

Learning about what I can do with Blogger




So what can blogger do? How about Java Links?

Well, one thing I know about this blog entry is that all the source is hosted on my new, open-source, GPL Licensed JQuery library that is geared around making,well, my blog look better when I put source code examples in it. Ok, so what does that mean? Well, for starters, lets put some code right here:
function whatever() {
alert('this is some code!');
}


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace exp1
{
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello, world!");
}
}
}

No comments:

Post a Comment