<% '================== 'Convert Numeric '================== function convertNumeric(t) tempNumber="" for x = 1 to len(t) tempNumber = tempNumber & asc(mid(t,x,1))-65 next convertNumeric = tempNumber end function '================== 'Convert Text '================== function convertText(t) tempNumber="" for x = 1 to len(cstr(t)) tempNumber = tempNumber & chr(cint(mid(t,x,1))+65) next convertText = tempNumber end function '++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Function f_lastName_dir(lastName) 'Prepared the 2-character directory for player's profile f_lastName_dir = UCase(Left(Replace(Replace(Replace(lastName, "'", ""), " ", ""), ".", ""), 2)) End Function %> <% 'currentSite = "TBC" currentSite = "SWC" 'path = "c:/bc/data/" path="d:/inetpub/database/" 'path="d:/wwwroot/sports-wired.com/database/" %> The Baseball Cube Site Survey.
The Baseball Cube Site Survey. About Us - Sponsor a Page - Contact Us
Players Teams Draft Minor Leagues College High Schools Stats Machine Managers Posters Links MVN Blogs Advertising
The Baseball Cube Home Page
NFL Tickets, MLB Tickets, Red Sox Tickets, NY Yankees Tickets, World Series Tickets, Cubs Tickets, Patriots Tickets and Steelers Tickets.
John Mayer Tickets, Bob Dylan TicketsJersey Boys Tickets, Jimmy Buffett Tickets, Cardinals Tickets, Red Sox Tickets, New York Yankees Tickets, White Sox Tickets.

Posters, Prints, Photographs

Almost 100,000 products in stock! Browse by category or use the search...Baseball, Sports, all subjects!


TBC SHOP
Baseball Data
Posters, Photogrphs, Prints
Jerseys and Hats
All other Products

Buy at Art.com
The Ultimate Red Sock
Buy From Art.com
Friends of TBC
The Golf Collector
Consumer Tales
Bonin Sports Cards
Baseball-Links.Com
MVN Blogs
Women of Sports


MLB Baseball Tickets: Boston Red Sox Baseball Tickets-New York Yankees Tickets-Chicago Cubs MLB Tickets-San Francisco Giants Tickets-Sports Tickets-College Sports Tickets-World Series Tickets

MLB Tickets 2005

American League
Angels Tickets
Orioles Tickets
Red Sox Tickets
White Sox Tickets
Indians Tickets
Tigers Tickets
Royals Tickets
Twins Tickets
Yankees Tickets
Athletics Tickets
Mariners Tickets
Devil Rays Tickets
Rangers Tickets
National League
Diamondbacks Tickets
Braves Tickets
Cubs Tickets
Reds Tickets
Rockies Tickets
Marlins Tickets
Astros Tickets
Dodgers Tickets
Brewers Tickets
Expos Tickets
Mets Tickets
Phillies Tickets
Pirates Tickets
Cardinals Tickets
Padres Tickets
Giants Tickets
Nationals Tickets

Buy Sports Tickets Online
Buy Patriots Tickets
Chicago Bears Tickets
Super Bowl Tickets
NASCAR Tickets


The Baseball Cube Site Survey.



News Home

December 12,2004 - The Baseball Cube is trying to gauge interest in the site and more than anything, to find out what features and improvements that you need us to make. Our short survey takes only about 3-5 minutes to complete and maybe a bit longer if you have some suggestions that you'd like to send us. The more suggestions and feedback, the better the site will become.

The questions are quite pointed and the responses will be catalogued, organized and prioritized. If you find that the site design is not so great, then we'll go ahead and make some changes to that until you are happy. If you need more stats, we'll get you more stats and so on.

Up until now, projects have been driven by the TBC team and though suggestions filtered in every so often from the site's fans, it has never made the decisions for the team. Once we have received enough survey responses, the answers will be organized so that we'll be able to understand exactly what the users of the site want and we'll prioritize and let you know what we are putting in the pipeline, based on what you say.

Some of the smaller suggestions may be put into effect immediately because of their simplicity and some bigger projects may be pushed down to the priority list due to the bottleneck that they would produce but the visitor interest will be a heavy weight as a determining factor.

Advertisement



Subscribe to our newsletter and TBC will notify you of new features automatically.


Seattle Mariners Tickets
St. Louis Cardinals Tickets
Tampa Bay Devil Rays Tickets
Texas Rangers Tickets
Toronto Blue Jays Tickets
Washington Nationals Tickets

Chicago Cubs Tickets
Boston Red Sox Tickets
St. Louis Cardinals Tickets
Chicago White Sox Tickets
Anaheim Angels Tickets
MLB baseball Tickets
World Series Tickets

World Series Tix, Super Bowl Tix, Final Four Tix, Kentucky Derby Tix, Masters Tix,


Get Me In. Buy and sell Baseball Tickets, Yankees Tickets, Sports Tickets, Concert Tickets and Theatre Tickets

Baseball tickets including San Francisco Giants tickets and Boston Red Sox tickets.
Shop MLB.com has photos and prints unmatched

<% sub page_Links response.write "
" 'Link Section Title response.write "" response.write "" response.write "" response.write "" response.write "" response.write "

" end sub sub showaka '+++ SHOW ALTERNATE NAMES FOR HIGH SCHOOL +++++++++++++++++++++ 'Only if exists. if aka <> "" then response.write "


" response.write "AKA: " & aka & " High School" response.write "
" end if '+++++++++++++++++++++++++++++++++++++++++++++++++++++++ end sub sub alumni%>
Baseball Alumni   -    Drafted Players   -    <%Call other_HS%>
The following list contains all players known to The Baseball Cube to have played at this high school and then gone on to play college ball or better. It is by no means complete and if you know of any players who went on to play professional baseball who you believe should be listed here, please don't hesitate to contact us. The list below is simply a list of the known alumni in our database.
<% Sql="SELECT * FROM Players P, Cities C, Teams T WHERE P.collegeID = T.teamID and P.cityID = C.cityID and HS = '" & request.querystring("ID") & "' ORDER BY LastName,firstName" set rsObj2=rsconn.execute(sql) response.write "
" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" x=1 do while not rsObj2.eof response.write "" if rsObj2("highLevel") <> "MLB" or isnull(rsObj2("highLevel"))=true then response.write "" else response.write "" end if response.write "" response.write "" if rsObj2("cityName") <> "-" then response.write "" else response.write "" end if if rsObj2("CollegeID") <> 0 then response.write "" else response.write "" end if response.write "" response.write "" response.write "" if x mod 3 = 0 then response.write "" end if x=x+1 rsObj2.movenext loop response.write "" response.write "
Player NamePositionBorn DatePlace of BirthCollegeHighest LevelMLB Years
" & rsObj2("lastName") & "," & rsObj2("firstName") & "" & rsObj2("lastName") & "," & rsObj2("firstName") & "" & rsObj2("posit") & "" & rsObj2("bornDate") & "" & rsObj2("cityName") & ", " & rsObj2("regionID") & " " & rsObj2("TeamName") & " " & rsObj2("highLevel") & "" & rsObj2("mlbYears") & "
" end sub sub drafted%> Baseball Alumni   -    Drafted Players   -    <%Call other_HS%>
The following is a complete list of drafted players from this high school. Players in bold have reached the major leagues and those who are linked, have a player profile page here at The Baseball Cube. MLB Players in Bold
<% Sql="SELECT * FROM Draft WHERE hsID = " & request.querystring("ID") & " ORDER BY year DESC,draftround,overall" set rsObj2=rsconn.execute(sql) response.write "
" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" prevYear = 0 do while not rsObj2.eof Sql="SELECT * FROM Teams WHERE teamID = " & rsObj2("teamID") set rsObj3=rsConn.execute(Sql) if prevYear <> rsObj2("Year") then response.write "" end if response.write "" response.write "" response.write "" response.write "" response.write "" if isnull(rsObj2("PlayerID"))=false then Sql="SELECT * FROM Players P, Teams T WHERE P.collegeID = t.teamID and PlayerID = " & rsObj2("PlayerID") set rsObj3=rsConn.execute(Sql) if rsObj3.eof=false then if rsObj3("highLevel") <> "MLB" and isnull(rsObj3("highLevel"))=false then response.write "" else if rsObj3("highLevel") = "MLB" then response.write "" else response.write "" end if end if else response.write "" end if else response.write "" end if response.write "" if isnull(rsObj2("PlayerID"))=false then if rsObj3("CollegeID") <> 0 then response.write "" else response.write "" end if else response.write "" end if if isnull(rsObj2("PlayerID"))=false then response.write "" response.write "" else response.write "" response.write "" end if response.write "" prevYear = rsObj2("year") rsObj2.movenext loop response.write "" response.write "
Draft YearRoundOverallTeamPlayer NamePositionCollegeHighest LevelMLB Years
" & rsObj2("year") & "" & rsObj2("draftRound") & "" & rsObj2("overall") & "" & rsObj3("teamName") & "" & rsObj3("firstName") & " " & rsObj3("LastName") & "" & rsObj3("firstName") & " " & rsObj3("LastName") & "" & rsObj3("firstName") & " " & rsObj3("LastName") & "" & rsObj2("firstName") & " " & rsObj2("LastName") & "" & rsObj2("firstName") & " " & rsObj2("LastName") & "" & lcase(rsObj2("posit")) & "" & rsObj3("TeamName") & "  " & rsObj3("highLevel") & "" & rsObj3("mlbYears") & "  
" end sub '+++ OTHER HIGH SCHOOLS (from same state) ++++++++++++++++++++++++++ sub other_HS Sql="SELECT * FROM HS H, Cities C WHERE H.cityID = C.cityID and RegionID = '" & currentregion & "' ORDER BY hsName" set rsObj=rsConn.execute(sql) response.write "" end sub '++++end OTHER HIGH SCHOOLS +++++++++++++++++++++++++++++++++++ '============== 'Convert Phase '================ function convertPhase(p) Select Case p Case "June-Reg" convertPhase = "JuneR" Case "Aug-Leg" convertPhase = "AugL" Case "Jan-Reg" convertPhase = "JanR" Case "Jan-Sec" convertPhase = "JanS" Case "June-Sec" convertPhase = "JuneS" Case "June-SecA" convertPhase = "JuneSa" Case "June-SecD" convertPhase = "JuneSd" End Select end function%>