boionfire81 Posted July 28, 2016 Posted July 28, 2016 Ok, so I want to implement a "cellphone" type thing. Basically, I don't even know what program language(s) could even do this. Something that will "pop up"/flash in a "screen" area like a cell phone alert. Will need help learning how to use it too cause, I can't even think of a language that can do a "live screen change area". Message me if your interested. Might need a co-op on this? So just lemme know guys. Quote
sniko Posted July 29, 2016 Posted July 29, 2016 This is a super easy job with CSS, SVG, and JS. Quote
Coly010 Posted July 29, 2016 Posted July 29, 2016 Like sniko said, JS and CSS. Svg I wouldn't say is essential. Look into websockets (socket.io) and nodejs for the real time events. You might want to use redis or mongodb with this mod though, rather MySQL Quote
Dayo Posted August 1, 2016 Posted August 1, 2016 This would be very easy with Node.js + socket.io but if you are using a shared hosting with no CLI/node integration you can use PHP with JQuerys ajax call (this is a very inefficient way to do this but is the easiest) Quote
boionfire81 Posted August 3, 2016 Author Posted August 3, 2016 Ok, is anyone willing to take on the project? My knowledge of all forms js is 0% Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.