Hacker News new | ask | show | jobs
by rytis 5462 days ago
I was really thinking about this, ie WP vs custom-built. Couple of reasons we've gone with WP:

) There's (going to be) a lot of static content - informational pages, etc - and it's so easy to build the structure with WP. Having a user friendly backend is also essential. ) Time. However much I'd love to spend time building own custom CMS I just don't have time to do this. This project is a side project and I have full time job. So anything that allows me to achieve my goal without spending extra time is a winner in this contest.

Drawbacks are obvious - scalability, inflexibility to build web apps, etc. Until we grow into something bigger I'm afraid we're stuck with WP.

Behind the scenes however there's a Django app (managing school list) and a Flask app (word search generator).

I'm building more Flask based apps at the moment. So WP effectively is a CMS for static pages and a container for some JS.

BTW, very interesting read (diveintoaccessibility.org), thank you!! I'm quite far from design, etc so this is def a good resource for me!

With regards to 'search for a school' it seems to be working ok, although there's a "bug" (feature?) where if you enter something that it cant find it won't tell you about it and won't display anything. Try entering anything from the list which is below the input field and wait for autocomplete to catch up. I need to fix this though really.