Welcome to my new blog

Sep 15th 2008
4 Comments
respond
trackback

Hi all and welcome to the new Moodleman blog.

Up until recently I was based over at Edublogs and loved every minute of it. In fact, if you are an educator wanting a quick and easy way into blogging I could not recommend them highly enough. But as my skills have grown I have wanted to branch out on my own and develop a more advanced blog design. And since you are here you have obviously found it.

There are some great new features on this site including:

  • A new custom format just for iPhone/iTouch users. Go one, check it out!
  • A new podcast engine. I am not making use of it yet, but I soon will be :)
  • Full integration with the new DISQUS comments engine
  • Better integration of video
  • And more to come.

If you are having any issues please make sure to leave comments in this post for me to check and hopefully fix.

Hope to see more of you soon.

Julian (aka Moodleman)

Popularity: 40% [?]

Share/Save/Bookmark


This post is tagged



Explore Recent

4 Comments

  1. Yeh Julian ,

    it is a hard call - I have been over at wordpress for a while as well for a back up. I was with incsub first - lost the lot - then edublogs and ahve the cool running one as well. Don’t want to lose a year or two again.

    cheers Martin
    http://martinpluss.wordpress.com

    [Reply]

  2. Thanks for the comments Martin. I know the feeling. At least this time round I was able to import all the old posts over.

    But, no plns on moving again for a while. Its worse than moving house!

    [Reply]

  3. Hi Moodleman,

    I stumbled onto your blog, and would love to find out more - perhaps have a chat.

    cheers miles

    [Reply]

  4. So, how difficult was it to move from edublog to WordPress? Would you recommend that a novice go straight to Word Press or start with edublog?

    [Reply]

Incoming Links

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);