magistrate (
magistrate) wrote2013-12-24 07:41 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
A little coding stocking stuffer for my writerly friends out there.
I made a bingo generator!
...okay, this is nothing which does not already exist on the internet, but I was bored and I wanted to build it. I plan on adding functionality that will pre-load lists of things like tropes, kinks, genres, dramatic situations, etc; problem is, first I have to generate those lists, or find someone who's already generated them who'll let me use them. XD
At some point, I may also add support for 3x3, 7x7, even 9x9 grids, and other fancy stuff like that. Maybe even styling. In the mean time, if you find yourself desperately needing a Bingo card this Holiday season and unwilling to google a generator, here you go! Let me know if you see any bugs. ;)
[ETA] And then I made a nice comma-separated list of These classic dramatic situations, which I don't really see a lot of people using, but which could be used! Mostly as a proof of concept. But, you know, concept proved!
...okay, this is nothing which does not already exist on the internet, but I was bored and I wanted to build it. I plan on adding functionality that will pre-load lists of things like tropes, kinks, genres, dramatic situations, etc; problem is, first I have to generate those lists, or find someone who's already generated them who'll let me use them. XD
At some point, I may also add support for 3x3, 7x7, even 9x9 grids, and other fancy stuff like that. Maybe even styling. In the mean time, if you find yourself desperately needing a Bingo card this Holiday season and unwilling to google a generator, here you go! Let me know if you see any bugs. ;)
[ETA] And then I made a nice comma-separated list of These classic dramatic situations, which I don't really see a lot of people using, but which could be used! Mostly as a proof of concept. But, you know, concept proved!
no subject
no subject
If other tables are showing up fine, and it's only the ones from the bingo generator which won't work, my guess would be that it's an issue with the inline CSS; I know LJ's made changes in the past which have been pretty hostile to inline CSS. In that case, I'd try removing the entire style="" attribute from the tags, so you just have plain <td> tags and a plain <table> tag.
Let me know if that helps at all!
no subject