Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
37 views

When to use shared libraries for a web framework?

tl;dr: I've found myself hosting a bunch of sites running on the same web framework (symfony 1.4). Would it be helpful if I moved all of the shared library code into the same directory and shared it ...
3
votes
3answers
216 views

Mobile Web Framework that will only control rendering and page transitions

I have been using jQueryMobile for a bit now, and there are some things I like about it and others I do not. First I will give a bit of background. I have a light weight mobile application that has ...