SingingEels Now Supports Blogging!
(
Aug 17 2007 - 09:26:59 AM by
Timothy Khouri) - [
print blog
post]
It's been a long time coming, but we've finally put together a (crude) blogging system. It's open to ALL members. Eels blogs use the same parsing engine as our articles do, so you can use the same syntax-highlighting, bulleted lists, numbered lists, images, links, file-downloads, etc.
Using the same "[code][/code]" blocks you can do things like this:
public void DeclareHappiness()
{
this.Response.Write("I am so happy!");
}