Posts Tagged ‘Javascript’

Javascript for showing live StarCraft 2 streams, part 2.

In my last post, I posted some explanation about how to go about writing Javascript to dynamically add a StarCraft 2 stream and chat to my StarCraft 2 Mexican community forums, sc2mx.com. Well, it was a horrible mess of repeated code and the like, so I decided to clean it up a bit. Furthermore, older [...]

More »

Javascript para mostrar cuando ciertos streams están en vivo.

Como ustedes podrán saber, hice una pequeña comunidad de SC2 en Mexico, http://www.sc2mx.com/ Dentro de la misma, hay muchos jugadores que tienen sus propios streams o shows en vivo donde discuten el juego en vivo en las siguientes páginas: ustream, livestream, y justin.tv. También hay streams en own3d, pero desafortunadamente no tienen un API público. Para [...]

More »

Military Time Form with Simple Validation using JavaScript and HTML

Hi again. My friend Andrew wanted to know how to create a web form that would take Military Time as an input and checked if it was correct. I’m not an expert at web stuff, but this was simple enough for me to make after reading for a few minutes. Check it out: <!DOCTYPE html [...]

More »