Like The New Diggs

Posted on May 6, 2008
Filed Under Blogging |

Welcome to my new site, Baller21.

I have been putting some work in trying to make this site happen. It has been an exciting and learning experience to say the least (from setting up a
web host account
, uploading wordpress and blog theme, file transfers from old blog, and configuring new site).

I chose this theme because it was clean, simple, had two side bar columns, and it was free (created by Performancing). The only thing I need to add is a new header (work in progress).

I have updated the About page (brief bio, and explanation behind Baller21).

The Featured Posts and Videos section is just an attempt to make previous posts/videos more accessible.

The Twitter Section is a display of my last five Twitt’s. You can follow me by clicking on the last line (you must sign up if you don’t have an account, its free and fun).

The Top 5 Sports Culture section is my current favorite sites that blog.

The Reading List are books that I am currently reading or plan on reading. The widget that displays these books is from Amazon (free service, displays in “Carousel” mode or “Ferris Wheel” mode like I have).

So there you have it, as promised. What do you think of the new diggs?
Let me know if you have any problems with RSS Feeds (if you choose to use RSS Feed Readers).

C.Harv

Comments

3 Responses to “Like The New Diggs”

  1. C.HarvNo Gravatar on May 6th, 2008 3:45 pm

    Testing.

  2. PopsNo Gravatar on May 6th, 2008 3:53 pm

    Nice, bro, now you can start working on mine! Ha!

  3. momNo Gravatar on May 11th, 2008 1:53 pm

    where are the pictures??

Leave a Reply




google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);