Page 1 of 1

Website to learn Hiragana and Katakan

Posted: March 24th, 2008 2:49 pm
by chobo2
Hi

I been making a website for the last little while and it is finally done.

So if you want to learn Hiragana or Katakana you should check out

http://www.interactivejapanese.com/

AT InteractiveJapanese.com you will be able to choose which characters you want to learn and be quizzed on them. If you become a member(membership is free). You will be able to save your quiz's so you can practice them again and again. You will be also able to view your progress by charts.

Posted: March 25th, 2008 8:16 am
by percent20
That is cool you used the asp.net membership system. I have recently been goofing with it.

Anyway, real quick you get a runtime error when you click on practice quiz link from the front page.

Posted: March 25th, 2008 8:20 am
by chobo2
percent20 wrote:That is cool you used the asp.net membership system. I have recently been goofing with it.

Anyway, real quick you get a runtime error when you click on practice quiz link from the front page.


Yep. The membership stuff has been causing some problems with the hosting site I went with. I think I got all those bugs fixed.

Your problem is a new one. What where you doing? I have had no trouble accessing that page. You seem to be the first who has gotten that. What time was this at?

-EDIT
Ok ya its fixed. I use the same webconfig file for both my localhost copy and my website host and I was using my local database connection string to try to figure out why I was getting an error and when I reuploaded the updated file I forgot to switch it back to my hosting companies DB location.

It should work now.

Thanks for notifying me of this error.

Posted: March 25th, 2008 8:35 am
by percent20
chobo2 wrote:
percent20 wrote:That is cool you used the asp.net membership system. I have recently been goofing with it.

Anyway, real quick you get a runtime error when you click on practice quiz link from the front page.


Yep. The membership stuff has been causing some problems with the hosting site I went with. I think I got all those bugs fixed.

Your problem is a new one. What where you doing? I have had no trouble accessing that page. You seem to be the first who has gotten that. What time was this at?

-EDIT
Ok ya its fixed. I use the same webconfig file for both my localhost copy and my website host and I was using my local database connection string to try to figure out why I was getting an error and when I reuploaded the updated file I forgot to switch it back to my hosting companies DB location.

It should work now.

Thanks for notifying me of this error.

not a problem letting you know. :) I have done that more than a few times. The web.config is one of the coolest yet cruelest parts of asp.net.

thanks for the site the more resources the better.