Posted by Andrea under
News
Donncha has let us all know that there’s been another release candiate, post here. We’re all hoping that if things go well, an official new version will come out on Friday.
Now, since I’ve been real quiet here because I’m swamped with life, work and a pinched nerve in my arm, I thought I’d put out a call for some authors. Typing one-handed is hard.
Even if you’re just interested in a guest post, that’d be great - not just for me or you, but for the community as a whole. Documentation is scanty at best, so this is a great way to show off your knowledge & share a bit. Even if you just want to review a WPMU-based site (good or bad) or write about what special things you’ve done on your own WPMU site.
Also, with the recent Google page rank changes, this blogĀ jumped up to a PR 6 last tiem I checked, so a little link love back to your regular site (linked in the post you’ll write for here) will be pretty sweet.
Leave me a comment or drop me an email if you’re interested.
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 < 8; i++) {
var elem = $("bnc_original_" + i);
if (elem) {
if (curstate) {
elem.show();
} else {
elem.hide();
}
}
}
for (i = 0; i < 8; 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_79", "en");
bnc_xlate_div("en", "bnc_lang_i_1_79", "en");
bnc_xlate_div("en", "bnc_lang_i_2_79", "en");
bnc_xlate_div("en", "bnc_lang_i_3_79", "en");
bnc_xlate_div("en", "bnc_lang_i_4_79", "en");
bnc_xlate_div("en", "bnc_lang_i_5_79", "en");
bnc_xlate_div("en", "bnc_lang_i_6_79", "en");
bnc_xlate_div("en", "bnc_lang_i_7_79", "en");
bnc_xlate_div("en", "bnc_lang_i_8_79", "en");
bnc_xlate_div("en", "bnc_lang_i_9_79", "en");
bnc_xlate_div("en", "bnc_lang_i_10_79", "en");
bnc_xlate_div("en", "bnc_lang_i_11_79", "en");
bnc_xlate_div("en", "bnc_lang_i_12_79", "en");
bnc_xlate_div("en", "bnc_lang_i_13_79", "en");
bnc_xlate_div("en", "bnc_lang_i_14_79", "en");
bnc_xlate_div("en", "bnc_lang_i_15_79", "en");
bnc_xlate_div("en", "bnc_lang_i_16_79", "en");
bnc_xlate_div("en", "bnc_lang_i_17_79", "en");
bnc_xlate_div("en", "bnc_lang_i_18_79", "en");
bnc_xlate_div("en", "bnc_lang_i_19_79", "en");
bnc_xlate_div("en", "bnc_lang_i_20_79", "en");
bnc_xlate_div("en", "bnc_lang_i_21_79", "en");
bnc_xlate_div("en", "bnc_lang_i_22_79", "en");
bnc_xlate_div("en", "bnc_lang_i_23_79", "en");
bnc_xlate_div("en", "bnc_lang_i_24_79", "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_79");bnc_detect_div("bnc_lang_i_1_79");bnc_detect_div("bnc_lang_i_2_79");bnc_detect_div("bnc_lang_i_3_79");bnc_detect_div("bnc_lang_i_4_79");bnc_detect_div("bnc_lang_i_5_79");bnc_detect_div("bnc_lang_i_6_79");bnc_detect_div("bnc_lang_i_7_79");bnc_detect_div("bnc_lang_i_8_79");bnc_detect_div("bnc_lang_i_9_79");bnc_detect_div("bnc_lang_i_10_79");bnc_detect_div("bnc_lang_i_11_79");bnc_detect_div("bnc_lang_i_12_79");bnc_detect_div("bnc_lang_i_13_79");bnc_detect_div("bnc_lang_i_14_79");bnc_detect_div("bnc_lang_i_15_79");bnc_detect_div("bnc_lang_i_16_79");bnc_detect_div("bnc_lang_i_17_79");bnc_detect_div("bnc_lang_i_18_79");bnc_detect_div("bnc_lang_i_19_79");bnc_detect_div("bnc_lang_i_20_79");bnc_detect_div("bnc_lang_i_21_79");bnc_detect_div("bnc_lang_i_22_79");bnc_detect_div("bnc_lang_i_23_79");bnc_detect_div("bnc_lang_i_24_79"); }
google.setOnLoadCallback(bnc_startup);
May 7th, 2008 at 11:52 pm
Andrea,
Hope your pinched nerve feels better. Typing one handed isn’t fun.
Yes, I could review a WPMU site and write a post or two. I don’t have a ton of knowledge to share, but could add some material.
[I'm out of the country next week, so it may have to wait until later in May unless we connect in the next day.]
-Kevin
Andrea,
Hope your pinched nerve feels better. Typing one handed isn’t fun.
Yes, I could review a WPMU site and write a post or two. I don’t have a ton of knowledge to share, but could add some material.
[I'm out of the country next week, so it may have to wait until later in May unless we connect in the next day.]
-Kevin
May 8th, 2008 at 5:06 am
I was thinking about adding a dev category to the blog of my (small) community, with some HTML/CSS - WP - WPMU - JS tips, but it will be in french…
I could translate my wpmu articles for you but it’s just an idea.
And it’s not for right now, it’s exam’s time … But in a week or two why not !
Mat_
I was thinking about adding a dev category to the blog of my (small) community, with some HTML/CSS - WP - WPMU - JS tips, but it will be in french…
I could translate my wpmu articles for you but it’s just an idea.
And it’s not for right now, it’s exam’s time … But in a week or two why not !
Mat_
May 8th, 2008 at 9:33 am
Hi Andrea,
I sure hope your arm heals well, and fast:)
I would be interested in making some WPMU related posts. As you know, I’m building my first MU-based site and I’ve learned many things through the process. I’m not sure of how deep technically I could go into any article, but other would-be WPMU users may find my experience helpful.
Feel free to contact me if you’re interested.
Hi Andrea,
I sure hope your arm heals well, and fast:)
I would be interested in making some WPMU related posts. As you know, I’m building my first MU-based site and I’ve learned many things through the process. I’m not sure of how deep technically I could go into any article, but other would-be WPMU users may find my experience helpful.
Feel free to contact me if you’re interested.
May 10th, 2008 at 7:09 am
Andrea,
Count me in. Any way we can kind of use this site as the Planet WPMu aggregator you talked about a while back? Perhaps the title makes it too specific, yet we could aggregate certain tags from blogs writing WPMu tutorial stuff in here (for I write it pretty often) and would be happy to share it.
Let me know,
Jim
Andrea,
Count me in. Any way we can kind of use this site as the Planet WPMu aggregator you talked about a while back? Perhaps the title makes it too specific, yet we could aggregate certain tags from blogs writing WPMu tutorial stuff in here (for I write it pretty often) and would be happy to share it.
Let me know,
Jim
May 12th, 2008 at 9:17 pm
Just getting into this wordpress Mu thing, Where is the best place to get a decent cheap design for the home page of wordpress MU.
Just getting into this wordpress Mu thing, Where is the best place to get a decent cheap design for the home page of wordpress MU.
May 13th, 2008 at 5:27 am
Hi,
I’d be more than willing to linkup and review some sites/post some stuff. I’ve recently started getting into WMPU and it’s a blast.
Give me a shout and we’ll organise.
Hi,
I’d be more than willing to linkup and review some sites/post some stuff. I’ve recently started getting into WMPU and it’s a blast.
Give me a shout and we’ll organise.
May 14th, 2008 at 10:20 am
I would love to review an MU site or two……………and maybe even have a quick discussion of my overuse of SimplePie.
I am definitely opinionated, so it won’t be all warm fuzzies!
I would love to review an MU site or two……………and maybe even have a quick discussion of my overuse of SimplePie.
I am definitely opinionated, so it won’t be all warm fuzzies!
May 20th, 2008 at 11:31 am
[...] recently put out a call for authors here on WPMU Tutorials, which I answered, and I wanted my first post to be a quick [...]
[...] recently put out a call for authors here on WPMU Tutorials, which I answered, and I wanted my first post to be a quick [...]