This is my personal blog. You can follow my blog from my website SethCottle.com or by using Google Currents.
Recent Tweets @SethCottle

image

On December 28th, we will be hosting our second Build for Charity event.  Once again, we will be supporting Child’s Play Charity.  We are inviting the Minecraft community to come join us on the 28th at 4:00 PM Eastern Standard Time.

We have already set the donation system up and donations will be going directly to Child’s Play Charity through their PayPal.  You can donate from this post, or our website.

image

We would like to thank Prodigious Hosting Co. for providing us with a server for this event.  Without their generosity, this wouldn’t be possible.  We would also like to thank our other sponsors: Boost Gaming Network and The Daily Block.  

image

We’re giving away limited edition Build for Charity Character Skins to the first 25 people who donate $10 USD or more to Child’s Play Charity.  You can learn more about the Build for Charity Donor Skins.

image

We love having a little friendly competition!  Any donor may participate and you will have the full 24 hours to build and submit your creations to us via e-mail (contact@buildforcharity.org).  Please attach or send an album link to multiple photos of your build and attach proof of donation.  The winner will be awarded a $25 Think Geek Gift Certificate courtesy of Boost Gaming Network.

image

The number one contributor will receive the Limited Edition Build for Charity Minecraft Skin, a thank you letter, and a $50 Think Geek Gift Certificate courtesy of Boost Gaming Network

Remember to join us on December 28th at 4:00 PM Eastern Standard Time to play.  You are not required to donate to play, however, it is appreciated.  This event is in support for Child’s Play Charity.  Found us on the web with the links below.

Website | Twitter | Facebook | Google Plus

We look forward to seeing you this upcoming Friday, please share and spread the word to your friends.  Let’s help make a difference one block at a time.

Again, we would like to thank all of our sponsors.

image

image

Every computer has a specific set of fonts installed, most are manufacture default but users are also able to install custom font styles onto their systems.  

While many fonts may look the same, there is a high chance they’re completely different.  Different computers have sets upon sets of different fonts installed and there you have to keep this in mind when you are designing a website, if you use a font that your visitor does not have installed, the webpage will often render in a very unattractive font on their machine.  There is only one way to make sure that your website can properly display on the largest number of computers out there, use web safe fonts.

Considering there are hundreds of thousands of fonts, there are quite a good chunk of web safe fonts.  Here is a CSS rule that is very commonly followed for displaying fonts on a wide variety of machines.

image

Arial is available on a wide range of computers, so you can assume it will always show up safely on a visitors system when they visit your site.  However, incase it does not, this CSS rules will then search for Helvetica, which is very similar to Arial.  If it cannot find Helvetica on the system either, it will use “sans-serif” which is a fallback and will work properly on all browsers.

There are four font families that are considered web safe: serif, sans-serif, cursive, and monospace.  Each of these families have their own fallback font, like mentioned above.  You will find that nearly every CSS rule has one of these fonts listed last.

Here is a list of fonts in each category that are most popular.  They are listed in CSS format so you can copy and paste.

Serif Web Safe Fonts

Bookman Old Style

font-family: ‘Bookman Old Style’, serif;

Garamond

font-family: Garamond, serif;

Georgia

font-family: Georgia, serif;

Palatino Linotype, Book Antiqua

font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;

Times New Roman, Times

font-family: ‘Times New Roman’, Times, serif;


Sans Serif Web Safe Fonts

Arial, Helvetica

font-family: Arial, Helvetica, sans-serif;

Arial Black, Gadget

font-family: ‘Arial Black’, Gadget, sans-serif;

Impact, Charcoal

font-family: Impact, Charcoal, sans-serif;

MS Sans Serif, Geneva

font-family: ‘MS Sans Serif’, Geneva, sans-serif;

MS Serif, New York

font-family: ‘MS Serif’, ‘New York’, sans-serif;

Trebuchet MS, Helvetica

font-family: ‘Trebuchet MS’, Helvetica, sans-serif;

Verdana, Geneva

font-family: Verdana, Geneva, sans-serif;

Lucida Sans Unicode, Lucida Grande

font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;

Tahoma, Geneva

font-family: Tahoma, Geneva, sans-serif;


Monospace Web Safe Fonts

Courier

font-family: Courier, monospace;

Courier New, Courier

font-family: ‘Courier New’, Courier, monospace;

Lucida Console, Monaco

font-family: ‘Lucida Console’, Monaco, monospace;


“Cursive” Web Safe Font

Comic Sans MS

font-family: ‘Comic Sans MS’, cursive;

Please avoid using Comic Sans for anything.

I hope you find some usefulness out of this post and let it serve as your guide to web design and web-based application design. 

image

I ordered a Raspberry Pi for Christmas, unfortunately, it won’t be here until early January due to the distributor I chose going on backorder.  However, I’m completely okay with that.  I couldn’t be more excited for this little thing to get here.

But, what exactly is the Raspberry Pi?

The Raspberry Pi is a small computer, almost the size of a credit card.  It was developed by Ebon Upton and some of his colleagues at Cambridge University.  The idea behind the Raspberry Pi was to get kids and teenagers into learning how to program and essentially become hobbyist programmers.  The entire concept behind the Raspberry Pi Foundation is truly wonderful, as is their goals and story.  I encourage you to read about the Raspberry Pi Foundation

Let’s jump into the fun stuff.  I ordered a Model B, soon a Model A version will be available   While the Model B may use more power than the Model A, it still has its advantages, including built in LAN and two USB slots instead of one.  The Model A will be ideal for robotics and when you need extremely low power consumption.

Here is a diagram of the Raspberry Pi.

image

It features an RCA Video output, if you’re still using an older television along with an Audio output for headphones or direct input into some speakers.  It includes a GPIO to make expansion possible, such as adding displays and other accessories.  The USB area consist of two slots, but you have to watch out and use low powered devices or buy a USB hub that has its own power supply.  The LAN connector will allow you to access the Internet on your Raspberry Pi without having to purchase a wireless transmitter.  The HDMI output will allow you to connect to an HDTV for 1080p playback and audio, this also makes the Raspberry Pi great as an affordable media center.  The system itself features 512MB of ram, which is rather substantial for a board this size and price.  It also has a snappy CPU and GPU.  The SD Card slot is where you’ll toss in your SD Card that has an operating system pre-loaded onto it to boot on your Raspberry Pi.  Here is a list of suggested operating systems.

This powerful little computer only cost $35, but that’s just for the unit itself.  You’ll still need to grab up a power supply and some peripherals to go along with it.  You can even get Raspberry Pi specific cases to house the unit in.  This affordable computer is great to get any computer enthusiast into learning the basics of programming.  If you’re already handy with programming, you will find that the possibilities and potential of the Raspberry Pi are endless.

The Raspberry Pi may not be able to change the world or fix all of the computing problems we face, but it will definitely be a catalyst to both.

image

I just downloaded the Adblock Plus application for my Android smartphone.  Adblock Plus runs constantly in the background and it even gives you a notification bar icon to tell you the status of the application.  If you’re not doing anything, the icon with reveal it is waiting for traffic.  I was worried that this may cause my phone to bog down a bit, however,I’m using the Motorola Photon 4G, and to say the least it is not a very snappy or powerful phone and it is still running just fine with ABP.

Adblock Plus is very impressive.  It blocks ads in almost all of my free application, which I don’t have many of, if I find an application useful or enjoyable I buy it.  It is also working on my built-in browser.  I will be testing the Android 4.0 and Google Chrome support on my Sony Xperia Tablet S

The only issue I encountered was that it does not start to block advertisements immediately.  You have to do some configuring on your port and host in the advanced settings menu.  However, Adblock Plus prompted me with a notification telling me what I should input.  For the port, it asked me to input “26571” and for the host, it simply asked me to use “localhost”.  After making these small adjustments, the application has been working fine on just about everything.

This is one application I definitely recommend.  I love Adblock Plus and I started using it with its beginnings in FireFox and now with Google Chrome.  It’s nice to finally have it for my Android device as well.

Adblock Plus for Android (Google Play Store) 

Were you able to remember the order the colors appear in?  I’ll admit that I use Google everyday and that I use every Google product over every other product and I wasn’t able to recall the order.

image

I haven’t blogged in quite sometime, I’m hoping I will be able to get back to it soon!  But, I have a couple of Steam codes I would like to give out.  They are first come first serve.  Once they have been redeemed, no one else will be able to redeem the used codes.

Cogs (website)

Steam Key: 2HYP7-NLTXG-WGLCKRedeemed

Crayon Physics Deluxe (website)

Steam Key: QYXNK-89CBG-PL9VY   Redeemed

Superbrothers: Sword & Sworcery EP (website)

Steam Key: 3ZKXM-JJECP-KFDKP   Redeemed

This is a key for a bundle of games, the games included are:

  1. Wizorb (website)
  2. BIT.TRIP.RUNNER (website)
  3. Gratuitous Space Battles (website)
  4. Jamestown (website)

Steam Key: X0W6Y-XBAJZ-LPG9I   Redeemed

Also, there is a multiplayer key for Gratuitous Space BattlesD615-PP0H-248Q-L   Redeemed

I hope that you all enjoy these wonderful indie games!

Like many of you, I am a huge fan of The Lord of the Rings.  There are only a few movies on my must see list for the next two years, The Hobbit is definitely one of them.  The stills from the movie look absolutely amazing and I am sure we will all be in awe once watching a movie using such a high frame rate  it will hopefully give us a new quality standard for future high budget films.

Anyway, here is a link to “Misty Mountains” from one of the trailers released for the film.  Go on, take a listen. 

Listen Now

I’m sorry I have not been doing this every single week, it is more of a when I have the time post.

Anyway, I just purchased the Sony Xperia Tablet S.  I was looking for a new word processing application for not just my new tablet but also my phone.  I have been using Quickoffice Pro for quite sometime, but it just wasn’t what I was looking for on my tablet.  I remember seeing Kingsoft Office for Android while browsing the Play Store on my phone, that was ages ago though.  At the time I didn’t like the feel or look of Kingsoft Office.

Recently, Kingsoft updated their office suite for Android with a complete overhaul of the interface.  Not only is Kingsoft Office for Android extremely easy to use, it is very aesthetically pleasing.  If you are looking for a free and amazing office suite for your android phone or tablet I would recommend checking out Kingsoft Office.

Kingsoft Office for Android (Google Play Store)

Kingsoft Office HD for Tablets (Kingsoft Product Page)

For those of you who have seen the movie The Grey, you probably enjoyed the entire movie.  To begin with, I was angry with the ending after watching it in theater.  After some contemplating, I decided I enjoyed the anti-cliche ending.  The end became more touching and meaningful.  Though many of you were probably near tears during the ending of the movie with Liam Neeson reciting the poem Once More Into the Fray, by the director of the film, Joe Carnahan.  

The purpose of this post was to simply provide you with a link to the soundtrack for the end of the movie.  The instrumental song itself is inspirational and touching, even without watching the film or hearing the poem with it.  Here is The Grey Soundtrack Into The Fray / The City Surf [Extended Edition].

As a country we are not on the forefront of education, nor does the desire to reach the top of this ladder seem to be apparent.  

Read More

Admit it, you’re addicted to Reddit.  There are a couple pretty good Reddit applications on the Google Play Store.  I’ve tried most of them.  My favorite by far is BaconReader.  A recent update to BaconReader allowed it to sport a fancy new UI that is inspired by Android 4.0.  The application itself gives a Redditor everything they could ask for in a mobile application.  

There are two versions of the application.  A free version that is supported by advertisements and a premium version that is free of those annoying advertisements.  As a Redditor myself, I definitely recommend giving this application a try.

WVU Mobile received a manual update to 1.4 on September 2nd.  The update itself was small, mostly internal fixes.  This manual update added an interactive campus map.  On September 3rd, I released an over-the-air update introducing Gmail integration.

So what are interactive campus maps?

They give users the power to view entire maps of the campus, labeling every street and important building and area of interest.  Users can easily scroll across the map, search for places, zoom in and out, and adjust layer settings.  This interactive map is powered by Google and is in a very early stage of testing.  It will require many more updates to give it proper functionality.

What does the new Gmail integration do?

The university has migrated our MIX e-mail to Gmail, giving us more features and an overall better experience.  The change within the application allows you to login using your MIX username and password to check your e-mail, calendar, documents, tasks, and access other various Google applications associated with Gmail.

What’s to come?

This is a questions I cannot exactly answer.  I can tell you that within the next several months the interface will receive a massive overhaul making it more user friendly and adding more features.  The aesthetic appeal of the application will be greatly improved.

Edit 1:  Update 1.4 was supposed to patch WVU Mobile to work with Samsung Galaxy S III smartphones.  Unfortunately, the bug was not resolved.  I am waiting for a reply from Samsung to receive further information about how I can go about patching the issue.

Edit 2:  The application is in a very early stage of alpha testing.  It will require many more months of work to even reach beta.  Please contact me if you would be interested in testing the application.

West Virginia University has finally made the leap to Gmail.  This will give users more features and a more stable e-mail system.  Users will need to sign into their MIX account in order to begin the migration process.  Your will be put in queue and once your account has been migrated you will receive an e-mail upon completion.

With the introduction of Gmail, students will have access to all the Google Apps for Eduction has to offer.  Students can visit the Google Apps for Eduction, click the “Sign in” text button at the top and enter “mix.wvu.edu” as the sign in.  Do not put your e-mail address, use what I have put in the quotations.

Once you are logged in you can begin installing applications, taking advantage of your Google Drive storage, and use chat and video chat with fellow students and staff.  Once you have signed in, visit the Marketplace.

Once I begin exploring the Google Apps for Education more and exploring additional features of using the new e-mail system I will make another blog post detailing some finds.

Hotspots on your mobile devices are expensive.  Carriers charge a pretty high rate to be able to share your mobile data with your other devices.  I don’t use my hotspot very often, so why pay up to $60.00 a month to keep it incase I ever have to have it?  With FoxFi, you can make a mobile hotspot on your phone free of charge.  The best part is, you don’t even have to root your phone in order to use it.

If you have a carrier other than Sprint, you can download FoxFi from the Google Play Store.  If you have Sprint as your mobile carrier, you have to download it from the FoxFi Bin.

If you want to learn more information about FoxFi, such as compatible devices, visit their official webpage at FoxFi.com.

I was finally able to get my subdomain setup to work with my Tumblr blog.  It could take up to 72 hours to work on your end though.  You can still access my blog from sethcottle.tumblr.com and I’m hoping you’ll be able to access it using blog.sethcottle.com within the next 24 hours instead of the next 72 hours.  

Edit 1: The subdomain is up and running, you are able to access my blog using both domains.  If you are using blog.sethcottle.com and encounter an error, try clearing your browser cache.