Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 29th, 2005, 1:58 PM   #1
Splashedwater
Newbie
 
Join Date: May 2005
Posts: 2
Rep Power: 0 Splashedwater is on a distinguished road
What programming languages and programs do online casinos use?

Hi, I'm looking to start my own casino site, just for the practice(of programming) and fun, although in the future I may want to charge. I've been looking at other online casinos but can't tell what programming languages and programs they are using to create their games. I've thought about trying fllash, but is that secure enough if I decide to take credit cards in the future? I would also need the program to be able to start up where the user left off if they are disconnected (so they can't cheat the system). I just need some general direction, what would you guys recommend? Thanks in advance!
Splashedwater is offline   Reply With Quote
Old May 29th, 2005, 2:49 PM   #2
CrAzY_J
Newbie
 
Join Date: May 2005
Posts: 29
Rep Power: 0 CrAzY_J is on a distinguished road
Send a message via MSN to CrAzY_J
uh.....Flash or Java i guess
CrAzY_J is offline   Reply With Quote
Old May 29th, 2005, 3:44 PM   #3
coldblue
Newbie
 
Join Date: May 2005
Posts: 20
Rep Power: 0 coldblue is on a distinguished road
I would say flash i've done alot of programming in flash and it is good for that type of thing

to check if it is flash just right click on wot u want to no is flash and if it says anything like play or setteings or anything with macromdeia on it it should mean it's flash
coldblue is offline   Reply With Quote
Old May 29th, 2005, 4:10 PM   #4
Kami
Newbie
 
Join Date: Jan 2005
Posts: 21
Rep Power: 0 Kami is on a distinguished road
The animations are usually done in Flash, but be warned ... do not deal with the credit information yourself. There are some serious lawsuits that could arise. Of all the professional web developers I know, they all outsource the payment retrieval to a company that deals specifically in that area.

But, if you did feel like taking the risk, I'd recommend using PHP/MySQL for retrieving credit information. It's relatively easy to learn and, if done right, can provide decent security. However, like I said before, unless you have had experience with online security in the past, don't risk it. Set up a free casino for now, do lots of research, and if you feel it's worth the risk, add the money part later.
Kami is offline   Reply With Quote
Old May 29th, 2005, 4:16 PM   #5
Chris Weimer
Programmer
 
Join Date: May 2005
Posts: 34
Rep Power: 0 Chris Weimer is on a distinguished road
Java, one would think. Flash would work to, I guess.
Chris Weimer is offline   Reply With Quote
Old May 29th, 2005, 4:19 PM   #6
Splashedwater
Newbie
 
Join Date: May 2005
Posts: 2
Rep Power: 0 Splashedwater is on a distinguished road
Smile

Thanks for the advice guys. I've actually work a little with php/mysql at work, but I still dont know if I would be brave enough to chance it, I may have to outsource that part. Have any of you had any experience with programming in C# and ASP.net technology? Would that work well for this?

Edit: Most online casinos have a flash verision (I did the right click thing), and then a downloadable version. Every casinos download version is very, very similar I just can't quite figure out what they are using, but whatever it is, it seems universal.

Last edited by Splashedwater; May 29th, 2005 at 4:31 PM.
Splashedwater is offline   Reply With Quote
Old May 29th, 2005, 4:53 PM   #7
Kami
Newbie
 
Join Date: Jan 2005
Posts: 21
Rep Power: 0 Kami is on a distinguished road
Quote:
Originally Posted by Splashedwater
Thanks for the advice guys. I've actually work a little with php/mysql at work, but I still dont know if I would be brave enough to chance it, I may have to outsource that part. Have any of you had any experience with programming in C# and ASP.net technology? Would that work well for this?

Edit: Most online casinos have a flash verision (I did the right click thing), and then a downloadable version. Every casinos download version is very, very similar I just can't quite figure out what they are using, but whatever it is, it seems universal.
It can be argued that everything you can do with ASP.NET can be done in PHP. The big advantage is that ASPX let's you use other languages (VB.NET or C#), which a lot of people prefer, myself included.

Would it work well? Yes. Would it be better than PHP? It really just comes down to which language do you prefer. However, if you do want to have a downloadable version, doing it in C# would probably be best because it would then allow you to use the same code for both the web and downloadable versions.
Kami is offline   Reply With Quote
Old Jun 5th, 2005, 8:46 AM   #8
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
If you do it in C# or .NET, you're limiting yourself to the Windows market (granted, a very large one). I did a casino about 5-6 years ago. Keno could be handled by Javascript. You have to make a round-trip to the server every play, so using the Javascript didn't keep things entirely client-side. The bulk of the actual game procedure was client-side, however, reducing server-load to essentially accounting. Javascript didn't have the speed to make a decent slot machine. I had to use a Java applet for that and for the card games. Bear in mind that processor speeds and internet transfer speeds were a LOT slower back then. Browsers were largely incompatible and a lot of today's languages had yet to be born.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jun 6th, 2005, 12:33 AM   #9
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,475
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
I wouldn't think C# would be an issue for compatibility in Linux provided the usage of Mono
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Jun 6th, 2005, 3:53 AM   #10
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 5 uman is on a distinguished road
IR loves pimping C#, don't you IR?
uman is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:55 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC