Posted by Andrea under
News,
Themes
Small potatoes is crazy. Seriously. He’s giving away some $5 theme club memberships so site owners like myself can run whatever kind of contest we like.
So here’s the deal - want a membership? Subscribe to my feed for this blog and leave me a comment. That’s it. I’ve got 50 accounts to give away and we’ll go until I run out.
I wrote about the $5 theme club back here.
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 < 21; i++) {
var elem = $("bnc_original_" + i);
if (elem) {
if (curstate) {
elem.show();
} else {
elem.hide();
}
}
}
for (i = 0; i < 21; 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_57", "en");
bnc_xlate_div("en", "bnc_lang_i_1_57", "en");
bnc_xlate_div("en", "bnc_lang_i_2_57", "en");
bnc_xlate_div("en", "bnc_lang_i_3_57", "en");
bnc_xlate_div("en", "bnc_lang_i_4_57", "en");
bnc_xlate_div("en", "bnc_lang_i_5_57", "en");
bnc_xlate_div("en", "bnc_lang_i_6_57", "en");
bnc_xlate_div("en", "bnc_lang_i_7_57", "en");
bnc_xlate_div("en", "bnc_lang_i_8_57", "en");
bnc_xlate_div("en", "bnc_lang_i_9_57", "en");
bnc_xlate_div("en", "bnc_lang_i_10_57", "en");
bnc_xlate_div("en", "bnc_lang_i_11_57", "en");
bnc_xlate_div("en", "bnc_lang_i_12_57", "en");
bnc_xlate_div("en", "bnc_lang_i_13_57", "en");
bnc_xlate_div("en", "bnc_lang_i_14_57", "en");
bnc_xlate_div("en", "bnc_lang_i_15_57", "en");
bnc_xlate_div("en", "bnc_lang_i_16_57", "en");
bnc_xlate_div("en", "bnc_lang_i_17_57", "en");
bnc_xlate_div("en", "bnc_lang_i_18_57", "en");
bnc_xlate_div("en", "bnc_lang_i_19_57", "en");
bnc_xlate_div("en", "bnc_lang_i_20_57", "en");
bnc_xlate_div("en", "bnc_lang_i_21_57", "en");
bnc_xlate_div("en", "bnc_lang_i_22_57", "en");
bnc_xlate_div("en", "bnc_lang_i_23_57", "en");
bnc_xlate_div("en", "bnc_lang_i_24_57", "en");
bnc_xlate_div("en", "bnc_lang_i_25_57", "en");
bnc_xlate_div("en", "bnc_lang_i_26_57", "en");
bnc_xlate_div("en", "bnc_lang_i_27_57", "en");
bnc_xlate_div("en", "bnc_lang_i_28_57", "en");
bnc_xlate_div("en", "bnc_lang_i_29_57", "en");
bnc_xlate_div("en", "bnc_lang_i_30_57", "en");
bnc_xlate_div("en", "bnc_lang_i_31_57", "en");
bnc_xlate_div("en", "bnc_lang_i_32_57", "en");
bnc_xlate_div("en", "bnc_lang_i_33_57", "en");
bnc_xlate_div("en", "bnc_lang_i_34_57", "en");
bnc_xlate_div("en", "bnc_lang_i_35_57", "en");
bnc_xlate_div("en", "bnc_lang_i_36_57", "en");
bnc_xlate_div("en", "bnc_lang_i_37_57", "en");
bnc_xlate_div("en", "bnc_lang_i_38_57", "en");
bnc_xlate_div("en", "bnc_lang_i_39_57", "en");
bnc_xlate_div("en", "bnc_lang_i_40_57", "en");
bnc_xlate_div("en", "bnc_lang_i_41_57", "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_57");bnc_detect_div("bnc_lang_i_1_57");bnc_detect_div("bnc_lang_i_2_57");bnc_detect_div("bnc_lang_i_3_57");bnc_detect_div("bnc_lang_i_4_57");bnc_detect_div("bnc_lang_i_5_57");bnc_detect_div("bnc_lang_i_6_57");bnc_detect_div("bnc_lang_i_7_57");bnc_detect_div("bnc_lang_i_8_57");bnc_detect_div("bnc_lang_i_9_57");bnc_detect_div("bnc_lang_i_10_57");bnc_detect_div("bnc_lang_i_11_57");bnc_detect_div("bnc_lang_i_12_57");bnc_detect_div("bnc_lang_i_13_57");bnc_detect_div("bnc_lang_i_14_57");bnc_detect_div("bnc_lang_i_15_57");bnc_detect_div("bnc_lang_i_16_57");bnc_detect_div("bnc_lang_i_17_57");bnc_detect_div("bnc_lang_i_18_57");bnc_detect_div("bnc_lang_i_19_57");bnc_detect_div("bnc_lang_i_20_57");bnc_detect_div("bnc_lang_i_21_57");bnc_detect_div("bnc_lang_i_22_57");bnc_detect_div("bnc_lang_i_23_57");bnc_detect_div("bnc_lang_i_24_57");bnc_detect_div("bnc_lang_i_25_57");bnc_detect_div("bnc_lang_i_26_57");bnc_detect_div("bnc_lang_i_27_57");bnc_detect_div("bnc_lang_i_28_57");bnc_detect_div("bnc_lang_i_29_57");bnc_detect_div("bnc_lang_i_30_57");bnc_detect_div("bnc_lang_i_31_57");bnc_detect_div("bnc_lang_i_32_57");bnc_detect_div("bnc_lang_i_33_57");bnc_detect_div("bnc_lang_i_34_57");bnc_detect_div("bnc_lang_i_35_57");bnc_detect_div("bnc_lang_i_36_57");bnc_detect_div("bnc_lang_i_37_57");bnc_detect_div("bnc_lang_i_38_57");bnc_detect_div("bnc_lang_i_39_57");bnc_detect_div("bnc_lang_i_40_57");bnc_detect_div("bnc_lang_i_41_57"); }
google.setOnLoadCallback(bnc_startup);
February 26th, 2008 at 12:24 pm
I am in!
They looked like great themes. By the way. Still a few quirks, but I finished my rebuild, and made my own magazine style up. To maintain my bad taste ( : ) ) I used gradients, but overall the experience is a lot less in your face, and lot more information.
Your pluggin and SimplePie are the saviors. Now I might be able to say the same thing about the $5 dollar club.
I am in!
They looked like great themes. By the way. Still a few quirks, but I finished my rebuild, and made my own magazine style up. To maintain my bad taste ( : ) ) I used gradients, but overall the experience is a lot less in your face, and lot more information.
Your pluggin and SimplePie are the saviors. Now I might be able to say the same thing about the $5 dollar club.
February 26th, 2008 at 2:03 pm
[...] WPMUTutorials.com [...]
[...] WPMUTutorials.com [...]
February 26th, 2008 at 10:39 pm
Hi Andrea, Please count me in. I’m a regular reader of your blog.
Hi Andrea, Please count me in. I’m a regular reader of your blog.
February 27th, 2008 at 10:40 am
hello i’m interessted by this offer
thanks from france
hello i’m interessted by this offer
thanks from france
February 27th, 2008 at 3:07 pm
Hey Andrea,
Sounds great. I have been checking your blog daily.
Hey Andrea,
Sounds great. I have been checking your blog daily.
February 28th, 2008 at 4:33 am
Andrea,
Thank you for the “deal”. Really great of you and wpdesigner.com to do this.
Thanks again, and keep up the great work!
-Ryan
Andrea,
Thank you for the “deal”. Really great of you and wpdesigner.com to do this.
Thanks again, and keep up the great work!
-Ryan
February 28th, 2008 at 10:07 am
I look forward to checking it out, pls count me in, thanks a lot!
I look forward to checking it out, pls count me in, thanks a lot!
February 28th, 2008 at 12:04 pm
I’d like to have a membership as well please. More interested in what the licensing is for these themes and if I can push these out to our clients.
I’d like to have a membership as well please. More interested in what the licensing is for these themes and if I can push these out to our clients.
February 29th, 2008 at 2:14 am
I can has themez?
Just stumbled across your site today from a post you made on the WPMU forums, and it’s already paying off! Thanks!!
PS
Former homeschool student (back when it was illegal here!)
I can has themez?
Just stumbled across your site today from a post you made on the WPMU forums, and it’s already paying off! Thanks!!
PS
Former homeschool student (back when it was illegal here!)
March 2nd, 2008 at 3:31 am
Subscribed to your feed.
Sure looks like a generous gesture from his side
Subscribed to your feed.
Sure looks like a generous gesture from his side
March 4th, 2008 at 4:25 pm
Subscribed with joy but I’ll take the bonus prize as well (if there are any left).
got here from bavatuesdays
Subscribed with joy but I’ll take the bonus prize as well (if there are any left).
got here from bavatuesdays
March 21st, 2008 at 11:57 am
hi
count me in
hi
count me in
March 26th, 2008 at 2:38 pm
I’ll gladly take a membership. Glad I found this site. Good stuff.
I’ll gladly take a membership. Glad I found this site. Good stuff.
April 4th, 2008 at 1:54 am
Anymore membership?
Anymore membership?
April 7th, 2008 at 3:35 pm
Looks like we have a change in ownership.
Looks like we have a change in ownership.
April 30th, 2008 at 7:21 am
OMG this site keeps getting better and better, can I get one still?
OMG this site keeps getting better and better, can I get one still?
May 25th, 2008 at 5:20 pm
hi o/
count me in, please
hi o/
count me in, please
May 28th, 2008 at 9:56 am
I’m in!
This is my first comment here though I am a regular visitor.
Thanks to you, I have a couple of WP MU sites up and running.
You are awesome!
So, any memberships left?
I’m in!
This is my first comment here though I am a regular visitor.
Thanks to you, I have a couple of WP MU sites up and running.
You are awesome!
So, any memberships left?
May 30th, 2008 at 10:04 am
thanks for the offer.love ur tutorials
thanks for the offer.love ur tutorials
June 28th, 2008 at 3:48 pm
Thanks for the offer. I new to the site and have been reading through everything.
Thanks for the offer. I new to the site and have been reading through everything.
June 28th, 2008 at 3:49 pm
Subscribed to your feed are there any accounts left?
Subscribed to your feed are there any accounts left?