Hi,
I have been using wordpress for ages now and the only thing that really bugs me is the fact that wordpress decides to load the frameworks by itself, I don't see the logic behind it. I am not one to use the plugins on the front end and all the additional features that I require will be written by hand, so for me, there is no need to load any of the libraries via wordpress, I would much preffer to load everything I need myself... It would make so much sense to have a tickbox in the backend with somethin like "Load js frameworks on the front end".
Also the fact that you can't use $ for jQuery is extremely annoying and these 2 little factors might make me switch.
I understood that the hook that does it is wp_head(); but that didn't help me much...
In 2 words: all I want is to stop wordpress from including any of the frameworks, so I can do it myself and so I can use $ for jquery...
It can't be that difficult, can it?