Although the site is functional I’m still playing around with a lot of things server side. I thought I’d write this just so you didn’t think I had already abandoned my own blog.

After I make a few artistic adjustments and change the commenting system from Facebook to WordPress Jetpack (it will still let you login with Facebook) I plan on making a barrage of nerdy posts including:

  • How to be a Planeteer with PaperKarma
  • Your Passwords Need Help; Try LastPass
  • Two-Step Authentication is Awesome (and Annoying)
  • Stop Paying for MS Office
  • Oculus Rift Roundup and Why You Should Care
  • Automated Laser Cat Toy (Arduino)

 

This was just too much irony for me to pass up. Recently GE started running a commercial to tout their technology and leading innovation using…The Matrix. Yes, a movie that came out in 1999.

At the end of the commercial Agent Smith asks a little boy if he’d like a red or blue sucker, Amy had no clue what this meant. Do you?

One thing that you will find when you start researching any form of software development is that there are two different ways to display lines of code on your website.

The first is to simply be careful and post code in a plain text format. To me, this was not an option because the fact that someone is looking for help in the first place means that they may not understand the nuances of syntax. I detest the use of quotes or brackets to show someone that what is inside is code, but that’s just my opinion.

The second method is to simply download a plugin for your content management system to neatly display code line by line. In the case of WordPress, I highly recommend the plugin WP-Syntax.

  1. To install, simply navigate to the Plugins -> Add New page of yoursite.com/wp-admin and search for WP-Syntax. Alternatively, you can manually download WP-Syntax from the above link and FTP it directly to your WordPress install.
  2. On the Edit Post section of WordPress you will find two tabs in the top right of the edit box, Visual and Text. You will want to use the Visual tab when writing text such as these instructions, and the Text tab to utilize WP-Syntax.
  3. Wrap code in <pre lang=”LANGUAGE” line=”1″> and </pre>. You’ll notice that within the leading pre tag there is the number 1. Changing this to any number will alter the displayed line number in the generated code box, which is useful if you are referencing existing code.
12
13
14
15
/*R,G,B,Alpha values of background*/
.well{
background-color: rgba(250, 250, 250, 0.50);
}
Amy and Ben, Arizona 2012

 

 

Hello Friends,

I’m getting serious about this whole website thing, might as well make your bookmarks now to the greatest website ever.