Posted by Andrea under
elsewhere
Found a whole site dedicated to listing wpmu-based sites with open registration. http://wpmuhosts.com/
You can even add to it.
Share This
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 < 9; i++) {
var elem = $("bnc_original_" + i);
if (elem) {
if (curstate) {
elem.show();
} else {
elem.hide();
}
}
}
for (i = 0; i < 9; 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() {
bnc_xlate_div("en", "bnc_lang_i_0_74", "en");
bnc_xlate_div("en", "bnc_lang_i_1_74", "en");
bnc_xlate_div("en", "bnc_lang_i_2_74", "en");
bnc_xlate_div("en", "bnc_lang_i_3_74", "en");
bnc_xlate_div("en", "bnc_lang_i_4_74", "en");
bnc_xlate_div("en", "bnc_lang_i_5_74", "en");
bnc_xlate_div("en", "bnc_lang_i_6_74", "en");
bnc_xlate_div("en", "bnc_lang_i_7_74", "en");
bnc_xlate_div("en", "bnc_lang_i_8_74", "en");
bnc_xlate_div("en", "bnc_lang_i_9_74", "en");
bnc_xlate_div("en", "bnc_lang_i_10_74", "en");
bnc_xlate_div("en", "bnc_lang_i_11_74", "en");
bnc_xlate_div("en", "bnc_lang_i_12_74", "en");
bnc_xlate_div("en", "bnc_lang_i_13_74", "en");
bnc_xlate_div("en", "bnc_lang_i_14_74", "en");
bnc_xlate_div("en", "bnc_lang_i_15_74", "en");
bnc_xlate_div("en", "bnc_lang_i_16_74", "en");
bnc_xlate_div("en", "bnc_lang_i_17_74", "en");
bnc_xlate_div("en", "bnc_lang_i_18_74", "en");
bnc_xlate_div("en", "bnc_lang_i_19_74", "en");
}
function bnc_startup() {
bnc_xlate_div("en", "bnc_translate_info", "en");
bnc_xlate_div("en", "bnc_translate_info2", "en");
bnc_detect_div("bnc_lang_i_0_74");bnc_detect_div("bnc_lang_i_1_74");bnc_detect_div("bnc_lang_i_2_74");bnc_detect_div("bnc_lang_i_3_74");bnc_detect_div("bnc_lang_i_4_74");bnc_detect_div("bnc_lang_i_5_74");bnc_detect_div("bnc_lang_i_6_74");bnc_detect_div("bnc_lang_i_7_74");bnc_detect_div("bnc_lang_i_8_74");bnc_detect_div("bnc_lang_i_9_74");bnc_detect_div("bnc_lang_i_10_74");bnc_detect_div("bnc_lang_i_11_74");bnc_detect_div("bnc_lang_i_12_74");bnc_detect_div("bnc_lang_i_13_74");bnc_detect_div("bnc_lang_i_14_74");bnc_detect_div("bnc_lang_i_15_74");bnc_detect_div("bnc_lang_i_16_74");bnc_detect_div("bnc_lang_i_17_74");bnc_detect_div("bnc_lang_i_18_74");bnc_detect_div("bnc_lang_i_19_74"); }
google.setOnLoadCallback(bnc_startup);
April 16th, 2008 at 10:13 pm
[...] http://wpmuhosts.com is a list of sites powered by WordPress Multi-User, just in case you want other alternatives than wordpress.com. Currently there are more than 80 sites. You can add yours too if you want. (via) [...]
[...] http://wpmuhosts.com is a list of sites powered by WordPress Multi-User, just in case you want other alternatives than wordpress.com. Currently there are more than 80 sites. You can add yours too if you want. (via) [...]
April 17th, 2008 at 4:51 am
oh that’s nice.. let me head on to that site..
oh that’s nice.. let me head on to that site..
April 17th, 2008 at 10:00 am
Very cool, thanks for posting this:)
Very cool, thanks for posting this:)
April 17th, 2008 at 3:15 pm
Not all of those sites are totally open. They list the Harvard blog site for example. I think that’s a pay site.
Not all of those sites are totally open. They list the Harvard blog site for example. I think that’s a pay site.
April 17th, 2008 at 3:18 pm
Yeah, I know, they have my site listed, which is moderated AND only for homeschoolers.
Yeah, I know, they have my site listed, which is moderated AND only for homeschoolers.
April 17th, 2008 at 11:00 pm
2Dr. Mike Wendell:
It’s free.
2Andrea: If you want, I can delete your site from the list. My mailbox on gmail.com is ugnich.
2Dr. Mike Wendell:
It’s free.
2Andrea: If you want, I can delete your site from the list. My mailbox on gmail.com is ugnich.
April 18th, 2008 at 11:24 am
You’re only allowed a blog on Harvard’s site is your connected with the school. It’s not open and, considering how much it costs to go there, it’s far from free.
+1 though for having the list.
You’re only allowed a blog on Harvard’s site is your connected with the school. It’s not open and, considering how much it costs to go there, it’s far from free.
+1 though for having the list.
April 19th, 2008 at 8:52 am
I found one and was created my blog for free over here.
http://www.warnetnews.com
I found one and was created my blog for free over here.
http://www.warnetnews.com
May 24th, 2008 at 11:21 am
Anton has a great idea there! Only way I think it could be better would be to have them listed or tagged with categories, but having a list is still better than no list
Anton has a great idea there! Only way I think it could be better would be to have them listed or tagged with categories, but having a list is still better than no list