| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| mohrorless Mail Order Goat Bride
 
  
  
 Joined: 09 Oct 2006
 Posts: 11206
 Location: NYC
 
 | 
			
				|  Posted: Tue Dec 05, 2006 7:22 pm    Post subject: Check it out!!!! |   |  
				| 
 |  
				| I just pushed up the web site I did for my daughter's school (yes the one where the pumpkin goes --poof--). 
 Take a look and let me know what you think.
 
 I know there are a few bugs in it, but I have run aout of bug spray and have resorted to the 20lb sledgehammer to fix them.
 
 Please be kind.
 
 I did it in ASP2.0 with an SQL server back end.  It is my first ASP project.
 
 www.49Online.org
 _________________
 Fetch me the Holy Hand Grenade!
 
 
   
   
 Keeper of the Unending keg of PGGBs
 Taunter in Training
 Campaign Manager for Sir Shrubbery
 
 
   
 Plus
 
 
  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Sir Robin Duke
 
  
  
 Joined: 27 Aug 2006
 Posts: 376
 Location: Guelph, First Shrubbery On The Right
 
 | 
			
				|  Posted: Tue Dec 05, 2006 11:01 pm    Post subject: |   |  
				| 
 |  
				| Looks pretty good, even with the bugs. Go easy on the 20 pounder my friend! 
 
   
 The Brave (and Kind) Sir Robin
 _________________
 We're knights of the round table, we dance whene're we're able.
 We do routines, and chorus scenes, and footwork imp-e-cable;
 We dine well here in Camelot, we eat ham and jam and spamalot.
 
 
 
    |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Sir Hamster of Elderberry KWSN ArchBishop
 
  
 
 Joined: 20 May 2002
 Posts: 5117
 Location: Beer City, Cheese Quadrant
 
 | 
			
				|  Posted: Tue Dec 05, 2006 11:41 pm    Post subject: |   |  
				| 
 |  
				| It needs more llamas. And penquins too.   
 Simple and effective. Nice job. Except the need for more llamas.
   
 ni! i!u
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Killerrabbit Major Oblivion
 
  
  
 Joined: 23 May 2002
 Posts: 4656
 Location: in a rabbit hole near you!!
 
 | 
			
				|  Posted: Wed Dec 06, 2006 12:25 am    Post subject: |   |  
				| 
 |  
				| I am not so brave as Sir Robin. 
 Ni
 _________________
 
  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Al Dente Prince
 
  
  
 Joined: 23 Feb 2006
 Posts: 3228
 Location: Leodis, the jewel at the end of the yellow brick road (or M1)
 
 | 
			
				|  Posted: Wed Dec 06, 2006 5:50 am    Post subject: |   |  
				| 
 |  
				| Sorry to be the bearer of sad tidings, but all I got (using Opera) was: 
 
  	  | Code: |  	  | Server Error in '/' Application. Runtime Error
 Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
 
 Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
 
 <!-- Web.Config Configuration File -->
 
 <configuration>
 <system.web>
 <customErrors mode="Off"/>
 </system.web>
 </configuration>
 
 
 Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
 
 <!-- Web.Config Configuration File -->
 
 <configuration>
 <system.web>
 <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
 </system.web>
 </configuration>
 | 
 
 Have a nice day!
  _________________
 Creationists believe they never evolved; I agree with them.
 
 
    . . My Milestones . . My Full BOINC list |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| mohrorless Mail Order Goat Bride
 
  
  
 Joined: 09 Oct 2006
 Posts: 11206
 Location: NYC
 
 | 
			
				|  Posted: Wed Dec 06, 2006 6:21 am    Post subject: |   |  
				| 
 |  
				|  	  | Sir Robin wrote: |  	  | Go easy on the 20 pounder my friend! | 
 
 Maybe because it is early, but you lost me with the 20 pounder reference.
 
 Al Dente:  That is the error page that comes up, I just checked the site & it was still up, so I am not surte what happened there.
 _________________
 Fetch me the Holy Hand Grenade!
 
 
   
   
 Keeper of the Unending keg of PGGBs
 Taunter in Training
 Campaign Manager for Sir Shrubbery
 
 
   
 Plus
 
 
  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| jbyram2 Prince
 
  
  
 Joined: 23 Jun 2004
 Posts: 7129
 Location: NMoP EpISdn
 
 | 
			
				|  Posted: Wed Dec 06, 2006 7:39 am    Post subject: |   |  
				| 
 |  
				|  	  | Code: |  	  | Server Error in '/' Application. --------------------------------------------------------------------------------
 
 Runtime Error
 Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
 
 Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
 
 
 <!-- Web.Config Configuration File -->
 
 <configuration>
 <system.web>
 <customErrors mode="Off"/>
 </system.web>
 </configuration>
 
 
 Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
 
 
 <!-- Web.Config Configuration File -->
 
 <configuration>
 <system.web>
 <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
 </system.web>
 </configuration>
 
 
 | 
 
 I'm using IE, 6.02.2900, WIth SP2, XP pro SP2, behind corporate firewall.
 
 oh...
 
 THWACK!
 _________________
 0.0 Giggly hertzes Folding!
 Go Diskless..Pure computing elegance, no frills
 
 The brain I'm wearing makes me eat chocolate and cry!!
 Something Completely different
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| mohrorless Mail Order Goat Bride
 
  
  
 Joined: 09 Oct 2006
 Posts: 11206
 Location: NYC
 
 | 
			
				|  Posted: Wed Dec 06, 2006 8:14 am    Post subject: |   |  
				| 
 |  
				|  	  | jbyram2 wrote: |  	  | I'm using IE, 6.02.2900, WIth SP2, XP pro SP2, behind corporate firewall. 
 oh...
 
 THWACK!
 | 
 
 Interesting I am using IE 6.0.29 (XP sp2 at work behind the firewall from hell) and it is coming up for me.  Were you getting the main page or had you tried one of the other pages.
 
 At home I am using IE 7 (reluctantly), behind a firewall (XP sp2) and it comes up for me there.
 
 Like I said it is my first ASP app.  Funny it worked fine in the development stage before I pushed it live (or it would still be in development).
 _________________
 Fetch me the Holy Hand Grenade!
 
 
   
   
 Keeper of the Unending keg of PGGBs
 Taunter in Training
 Campaign Manager for Sir Shrubbery
 
 
   
 Plus
 
 
  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Cohiba Prince
 
  
  
 Joined: 13 Jul 2004
 Posts: 1721
 Location: A tabbaco plantation
 
 | 
			
				|  Posted: Wed Dec 06, 2006 9:22 am    Post subject: |   |  
				| 
 |  
				| hehehe are we allowed to hack the site?  or go umm yea it let me view your backend tables.. _________________
 Smoke-em if you got-em I do..
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| alpha_fruit Prince
 
  
  
 Joined: 16 May 2005
 Posts: 5805
 Location: Western North Carolina, USA
 
 | 
			
				|  Posted: Wed Dec 06, 2006 9:23 am    Post subject: |   |  
				| 
 |  
				| I use Firefox and it works fine for me at work and home.  These kNi!ghts are silly.  _________________
 Don't fuss about growing older, many are denied the chance.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| mohrorless Mail Order Goat Bride
 
  
  
 Joined: 09 Oct 2006
 Posts: 11206
 Location: NYC
 
 | 
			
				|  Posted: Wed Dec 06, 2006 10:00 am    Post subject: |   |  
				| 
 |  
				|  	  | Cohiba wrote: |  	  | hehehe are we allowed to hack the site?  or go umm yea it let me view your backend tables.. | 
 
 Oh come on, it probably wouldn't take much for you to do it....AND I did ask you to be kind
 
 
  	  | alpha_fruit wrote: |  	  | I use Firefox and it works fine for me at work and home.  These kNi!ghts are silly.  | 
 
 Ok, good.
 _________________
 Fetch me the Holy Hand Grenade!
 
 
   
   
 Keeper of the Unending keg of PGGBs
 Taunter in Training
 Campaign Manager for Sir Shrubbery
 
 
   
 Plus
 
 
  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Al Dente Prince
 
  
  
 Joined: 23 Feb 2006
 Posts: 3228
 Location: Leodis, the jewel at the end of the yellow brick road (or M1)
 
 | 
			
				|  Posted: Wed Dec 06, 2006 10:59 am    Post subject: |   |  
				| 
 |  
				| Seems to be working fine now, so don't know what happened this morning. 
 Nice work, but I couldn't see a
  anywhere.   
 BTW, what's a "Parent Cooridnator"
  _________________
 Creationists believe they never evolved; I agree with them.
 
 
    . . My Milestones . . My Full BOINC list |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| mohrorless Mail Order Goat Bride
 
  
  
 Joined: 09 Oct 2006
 Posts: 11206
 Location: NYC
 
 | 
			
				|  Posted: Wed Dec 06, 2006 11:39 am    Post subject: |   |  
				| 
 |  
				|  	  | Al Dente wrote: |  	  | Seems to be working fine now, so don't know what happened this morning. 
 Nice work, but I couldn't see a
  anywhere.   
 BTW, what's a "Parent Cooridnator"
  | 
 
 When I get everything worked out I'll toss a Ni on my page.
 
 A "Parent Cooridnator" is the person that works at the school that is the go between for the parents and the school.  She helps the parents find out info they need and keeps the parents from annoying the teachers and the principal too much.
 _________________
 Fetch me the Holy Hand Grenade!
 
 
   
   
 Keeper of the Unending keg of PGGBs
 Taunter in Training
 Campaign Manager for Sir Shrubbery
 
 
   
 Plus
 
 
  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Al Dente Prince
 
  
  
 Joined: 23 Feb 2006
 Posts: 3228
 Location: Leodis, the jewel at the end of the yellow brick road (or M1)
 
 | 
			
				|  Posted: Wed Dec 06, 2006 12:12 pm    Post subject: |   |  
				| 
 |  
				| Oh, I thought that was a "Parent Coordinator".   
 Sorry, just nit-picking.
 _________________
 Creationists believe they never evolved; I agree with them.
 
 
    . . My Milestones . . My Full BOINC list |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| mohrorless Mail Order Goat Bride
 
  
  
 Joined: 09 Oct 2006
 Posts: 11206
 Location: NYC
 
 | 
			
				|  Posted: Wed Dec 06, 2006 2:40 pm    Post subject: |   |  
				| 
 |  
				|  	  | Al Dente wrote: |  	  | Oh, I thought that was a "Parent Coordinator".   
 Sorry, just nit-picking.
 | 
 
 You would nit pick too.......
 _________________
 Fetch me the Holy Hand Grenade!
 
 
   
   
 Keeper of the Unending keg of PGGBs
 Taunter in Training
 Campaign Manager for Sir Shrubbery
 
 
   
 Plus
 
 
  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Michelle Moistened Bint
 
  
 
 Joined: 28 Oct 2004
 Posts: 10233
 Location: At my desk
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| mohrorless Mail Order Goat Bride
 
  
  
 Joined: 09 Oct 2006
 Posts: 11206
 Location: NYC
 
 | 
			
				|  Posted: Wed Dec 06, 2006 7:00 pm    Post subject: |   |  
				| 
 |  
				|  	  | Michelle wrote: |  	  | Yep, it definitely says "Parent Cooridnator".  I'm being nitpicky too now.   
 Looks okay to me apart from "Parent Cooridnator", Web Daddyo.
 
 
  | 
 
 Ok, I just spell checked "Coordinator" - which is what I have on the web site, it came back ok (using MS Word '03).  Now unless they have changed the spelling of the word since then.........
 
 
 
  	  | Al Dente wrote: |  	  | Nice work, but I couldn't see a  anywhere. | 
 
 Check again: http://49online.org/Biography.aspx?id=4
 
 Thanks for the input everyone!
 _________________
 Fetch me the Holy Hand Grenade!
 
 
   
   
 Keeper of the Unending keg of PGGBs
 Taunter in Training
 Campaign Manager for Sir Shrubbery
 
 
   
 Plus
 
 
  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| alpha_fruit Prince
 
  
  
 Joined: 16 May 2005
 Posts: 5805
 Location: Western North Carolina, USA
 
 | 
			
				|  Posted: Wed Dec 06, 2006 8:49 pm    Post subject: |   |  
				| 
 |  
				| Sir John, you have become one of the "worse" lou-knees. 
 Check it out  Parent C o o r i d n a t o r(your site)
 
 the correct spelling is C o o r d i n a t o r
 
 Let's not get into a pizzing contest, the dictionary will always win. Just go change the word and I will let you go with a small spanking.
    _________________
 Don't fuss about growing older, many are denied the chance.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| mohrorless Mail Order Goat Bride
 
  
  
 Joined: 09 Oct 2006
 Posts: 11206
 Location: NYC
 
 | 
			
				|  Posted: Thu Dec 07, 2006 7:14 am    Post subject: |   |  
				| 
 |  
				|  	  | alpha_fruit wrote: |  	  | Sir John, you have become one of the "worse" lou-knees. 
 Check it out  Parent C o o r i d n a t o r(your site)
 
 the correct spelling is C o o r d i n a t o r
 
 Let's not get into a pizzing contest, the dictionary will always win. Just go change the word and I will let you go with a small spanking.
    | 
 
 '"Worse" lou-knees'?  Ouch!  I might ask for clarification on that alpha.
 
 OK I give up, I admit it I am horrible at spelling.
  Whenever I put something out like that, I spell check it.  It came back good, so now I know not to trust spell check . 
 Ok I fixed it to your spelling alpha.
 _________________
 Fetch me the Holy Hand Grenade!
 
 
   
   
 Keeper of the Unending keg of PGGBs
 Taunter in Training
 Campaign Manager for Sir Shrubbery
 
 
   
 Plus
 
 
  |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| alpha_fruit Prince
 
  
  
 Joined: 16 May 2005
 Posts: 5805
 Location: Western North Carolina, USA
 
 | 
			
				|  Posted: Thu Dec 07, 2006 7:42 am    Post subject: |   |  
				| 
 |  
				| You're a good man Sir John. I am also a bad speller, bad at punctuation person  and bad at long winded sentences and bad at short sentences.  _________________
 Don't fuss about growing older, many are denied the chance.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |