Wikiweedia.co

Louis541

Well-Known Member
Don't click it.
I'm pretty sure if they catch you clicking your own ads, they reset it and all money you made is lost.
 

TheLastWood

Well-Known Member
Awesome idea, I also think there should be at least a section on each strain that is user reports like wiki is, since its wikiweedia n all. Possibilities are endless man.

If it gets to the point where your getting tons of hits (which is def. Possible) you can really milk it and do reviews on cannabis cups n shit like that for free nget all kinds of free stuff to try and report on.
 
May I suggest separating the main page from the strain list? Making everything on the home page a bit cleaner. Also incorporating a search bar under your logo.

Something like this. (Excuse my hack job of your code)

Home Page said:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Wikiweedia</title>
</head>

<body>
<table width="1463" height="158" border="0">
<tr>
<td width="81">&nbsp;</td>
<td width="1372"><center><a href="Home.html"><img src="http://wikiweedia.co/banner.PNG" width="618" height="190" /></center></a>

<center><form method="get" action="http://www.google.com/search">

<input type="text" name="q" size="25"
maxlength="255" value="" />
<input type="submit" value="Google Search" />
<input type="checkbox" name="sitesearch"
value="wikiweedia.co" checked />Search Wikiweedia<br />

</form></center>

</tr></td>

<p>&nbsp;</p></td>
<td height="641" colspan="2" align="center" valign="top"><p><a href="Submit.html"></a><a href="About Cannabis.html"><font size="+1">About Cannabis</font></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="Strain List.html"><font size="+1">Strain List</font></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="CCW.html"><font size="+1">Cannabis Cup Winners</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="SOY.html"><font size="+1">Strains of Yesteryear</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="Submit.html"><font size="+1">Submit your review!</font></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img src="field.jpg" width="450" height="338" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="mailto:[email protected]"><font size="+1">Contact Us</font></a> - [email protected]</p>
<p>For all content submissions please go <a href="Submit.html">here</a></p></td>
</tr>
<tr>
<td height="570" colspan="2" align="left" valign="bottom">&nbsp;</td>
</tr>
<tr>
<td height="75" colspan="2" align="left" valign="bottom"><table width="799" height="154" border="0" align="center">
<tr>
<td><script type="text/javascript"><!--
google_ad_client = "pub-9834236040026676";
/* 300x250, created 2/25/11 */
google_ad_slot = "5657834890";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
<td><script type="text/javascript"><!--
google_ad_client = "ca-pub-9834236040026676";
/* wikiweedia medium */
google_ad_slot = "5988454362";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
<td><script type="text/javascript"><!--
google_ad_client = "ca-pub-9834236040026676";
/* wikiweedia medium 2 */
google_ad_slot = "9577023359";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
<td><script type="text/javascript"><!--
google_ad_client = "ca-pub-9834236040026676";
/* wikiweedia medium 3 */
google_ad_slot = "5188538771";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
</table></td>
</tr>
</table>
<p>&nbsp;</p>
</body>
</html>
I know it could be made a lot cleaner. I just did some quick changes while trying to avoid going through the whole thing. I'm sure you'll get the idea of where I was going.
 

slow5.0

Active Member
Don't click it.
I'm pretty sure if they catch you clicking your own ads, they reset it and all money you made is lost.
Yep. They have a "Validation" at the end of every month where they check the IP's of all the hits. Like I said I'm not trying to get rich just tryin to defray the costs a little :)
 

slow5.0

Active Member
Daarth:

I uploaded the home page you sent me but the search bar seems to have a problem, in that it won't let you type anything (kind of hard to explain, just go to wikiweedia.co and try it). Already tried in Firefox and Chrome so pretty sure it's not a browser issue
 

slow5.0

Active Member
Also the site needs to cover breeder info as well, strains shouldn't even be listed with out the breeder.
Very good point. The more I dig into this and read to get all the info I need the more I realize how relative most of the information is. Even most established strains have 2 or 3 common pheno's, all with different characteristics. Add this to the possibility of different breeders and you've already got dozens of "different" plants of the same strain.

I'm gonna do a little layout work now with the ideas Daarth sent me, but adding a separate page for each breeder's strain is probably #2 on the list.
 
Daarth:

I uploaded the home page you sent me but the search bar seems to have a problem, in that it won't let you type anything (kind of hard to explain, just go to wikiweedia.co and try it). Already tried in Firefox and Chrome so pretty sure it's not a browser issue
Huh, that is odd. I think I may have chopped out some of the code from the search bar. I just got the code from here: How can I add a Google search to my website

Basically I was just trying to give you a rough idea of my thoughts on the subject. My knowledge of html is probably seriously out of date. I haven't really coded since high-school.
 

slow5.0

Active Member
Huh, that is odd. I think I may have chopped out some of the code from the search bar. I just got the code from here: How can I add a Google search to my website

Basically I was just trying to give you a rough idea of my thoughts on the subject. My knowledge of html is probably seriously out of date. I haven't really coded since high-school.
Hey dude sorry I got your name wrong just noticed there's no "r" haha

Anyway I still haven't been able to get the google search feature to work, will continue to look into it

Do you know how to set up a simple comments system? Like no username needed just a blank space to enter comments/ grow notes/ smoke report/ etc at the bottom of every page. Right now it's small enough I can moderate all the content, in the future a better system will probably be needed but I'd like for you guys (the ones who've grown and actually know the strains) to be able to add your input.
 
Hey dude sorry I got your name wrong just noticed there's no "r" haha

Anyway I still haven't been able to get the google search feature to work, will continue to look into it

Do you know how to set up a simple comments system? Like no username needed just a blank space to enter comments/ grow notes/ smoke report/ etc at the bottom of every page. Right now it's small enough I can moderate all the content, in the future a better system will probably be needed but I'd like for you guys (the ones who've grown and actually know the strains) to be able to add your input.
No worries.

I've never added a comment box before. A quick search revealed this: http://www.htmlcommentbox.com/
 

slow5.0

Active Member
found a good script for commenting. Comment boxes up through Green Crack if anyone wants to add their experience growing/ smoking!
 

slow5.0

Active Member
Ok, not sure if i wanna take notes from this sight, check out what they said in the grow notes of white widow: http://wikiweedia.co/strain library/White Widow.html

Last 2 weeks change the light to 8 hours? really? isn't that a bad idea?
I found this info posted on several different sites, so I decided to go ahead and include. If anyone has grown WW and can say either yay or nay I'd like to know for sure too
 

neosapien

Well-Known Member
What's up guys. A few of you may have seen my post a few days back about starting an informational website for bud. After several long days of toking and coding I finally have something to show for it: Wikiweedia.co

As you can see it's basically a resource to look up any and all information on a strain, from pictures, genetics, general description, grow notes, smoke reports, etc. In the last few days I've compiled information on over 100 strains and am adding new ones every day.

I finally secured the domain name last night and finished uploading everything this morning, so take a look and tell me what you think!

Peace and happy smoking!
And people say weed demotivates you!!! I like your idea, as other people said with the right team and ideas this site could be HUGE. I missed the Facebook boat and after watching that movie feel kind of sick about it. So I want in on this from the ground up-- neosapien CFO-- PM me and tell me where to send my investment money and we'll hammer out the details lol. But either way cool entry site and good job for not being the stereotypical pothead.
 

slow5.0

Active Member
And people say weed demotivates you!!! I like your idea, as other people said with the right team and ideas this site could be HUGE. I missed the Facebook boat and after watching that movie feel kind of sick about it. So I want in on this from the ground up-- neosapien CFO-- PM me and tell me where to send my investment money and we'll hammer out the details lol. But either way cool entry site and good job for not being the stereotypical pothead.
Thanks for the encouragement! And btw Immortal Technique kicks some serious ass (anyone who hasn't heard him youtube obnoxious. now.). I hold no delusions that this site will one day be facebook, but I do hope to have a clean, easy to use site with concise, accurate info on as many strains as possible. With that being said, in all my research I have yet to come across any site (or even 2 or 3 put together) that contain all the info I have so far. There's just so much bs floating around either from kids trying to sound cool or companies making outrageous claims. And with 100's of millions of (cannabis) users worldwide, I really can't believe somebody hasn't done this already.

I'm actually in my senior year of business school now at a state school, and you are absolutely right: an "A grade" idea with a "B grade" team will always fail. Almost every successful business starts out as a B grade idea with an A grade team who has the flexibility to evolve their B idea into an A over time. You guys are the team! You're the ones who know these strains! What I have posted is just an average of available data on forums, etc (plus this Blue Dream that's been getting me through all this coding has really been kicking my ass haha). In an effort to make it as easy for you guys to add your knowledge as possible, every page now has a comments section (no username, email, password, or anything else required). Just say what you want and enter a name to post under. This can be new info, corrections, smoke reports, grow notes, etc. Very easy to use and straightforward. Please note your level of experience with the strain and I'll continue to add your info to the pages as I get it.
 
Top