Random Musings of Brian A. Thomas. Love for Ari and Sidd.
Testing
Just testing features
Testing Asides
Jun 4th
This is simply a test of Asides.
In theory this isn’t supposed to show up in the main text, but in the “In Other News” section in the sidebar.
Test of pingback
Aug 7th
This is just a test to see if pingbacks are working now… this story about Why Arrays still has me stumped.
Learning C# (CSharp)
Jul 17th
I have taken up the task of learning C#. I like it, it is a nice cross between Visual Basic and C++.
This post is more a test of ways to post code. My modification of the normal "Hello World" application is below:
-
using System;
-
using System.Collections.Generic;
-
using System.Text;
-
-
namespace ConsoleApplication1cs
-
{
-
class Program
-
{
-
static void Main(string[] args)
-
{
-
Console.WriteLine(” {0}”, DisplayHelloWorld(”Hello”)) ;
-
}
-
-
static string DisplayHelloWorld(string hello)
-
{
-
return “Hello World”;
-
}
-
}
-
}
Testing again
Jan 17th
The edited the Scripturizer program, so let's see how it works:
"Ask, and it will be given to you; seek, and you will find; knock, and it will be opened to you. For everyone who asks receives, and he who seeks finds, and to him who knocks it will be opened. Or what man is there among you who, if his son asks for bread, will give him a stone? Or if he asks for a fish, will he give him a serpent? If you then being evil, know how to give good gifts to your children, how much more will your Father who is in heaven give good things to those who ask Him!" Matthew 7:7-11, NKJV
PHPitfalls: Five Beginner Mistakes to Avoid
Oct 18th
Mistakes. Everybody makes them. Daryl L. L. Houston points out several common beginner blunders and how to get past them.
...excerpt from: http://www.digital-web.com/articles/phpitfalls/
Just testing out blogging from FeedDemon into WordPress. It appears I'll have to edit the PHP code to add the blockquote part though.
This is a test.
Oct 14th
Okay, I am just doing more tests to see that the site is working as it should.
For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. -John 3:16, KJV
Now, in theory, a plugin on WordPress should automatically link that.
Edit: So it linked it, but for some reason will link to the KJV as it supposed to, I try later to see if other translations work.
Edit (30 January 2004, 1:52 am): Got it to link to the KJV finally, error on my end.
Just a test of Trackback
Jul 25th
Just a test to see that the new Trackback feature is on.
Not on the first time... let's try again...






Recent Comments