Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other A question about a little script I'm writing. Reply To: A question about a little script I'm writing.

#171672
shaneisme
Participant

JS or PHP would both be incredibly simple, but the question is really more what the long-term goals are of the site.

If you’d like ultimate portability, go with JS and make sure you have stock CSS defaults in place

If you’d like it to always work, but sacrifice moving away from PHP later, go server-side.

I think you answered your own question when you said “which really isn’t a big deal at all.”