Sequelly daft
Arms, legs, the usual.
I also seem to be running the site.
I may get around to writing some actual stories at some point.
I promise, I did do some testing before taking this site live.
Prequels
Sequels
No sequels yet. Why not write one?
Comments (3 so far!)
ethelthefrog
The problem was caused by all the "hide drafts" logic that I put in that was doing "NOT s.draft" but forgetting to check for NULL, which was causing most of the stories to be suppressed. It's "((NOT s.draft) OR s.draft IS NULL)" now. Seems to be closer to the desired functionality.
- #23 Posted 8 years ago
-
0
Jim Stitzel
Ah, I do love programming so. If I knew anything about Perl, I'd offer to lend a hand. As it is, for this project I'm limited to offering help with CSS.
- #55 Posted 8 years ago
-
0
Inspired by (sequel to):
Once upon a midnight dreary, I wrote a Ficlet - loud and clearly
Over many a quaint and curious …
Technical Draft Test- Published 8 years ago.
- Story viewed 24 times and rated 0 times.
All stories on Ficlatté are licensed under a Creative Commons Attribution-Share Alike 3.0 License. What does this mean?
Jim Stitzel
I'm sure you did. Hard to pin everything down sometimes, though. And I've found it's easier to test and troubleshoot DB-driven sites when you actually have a database with more than a few entries in it. Again, let me know where I can help with things.