Hey i used very long time boostrap and know i want a little bit change or an advice to other frameworks how are good to work with. Can you recommend something who is good to work with?
Foundation farmework is good as well..I have used this for some of my projects. You can review... http://foundation.zurb.com/
I worked with a couple of sites on Django and a couple on ASP. Generally I prefer ASP, but Django was pretty cool. I'd need more experience with it to pick a favourite.
None, frameworks are at BEST a sleazy halfwit shortcut, at worst piss all over a site's speed, functionality, maintainability and accessibility. By their very nature they rely on the presentational use of classes, and design concepts that have no business on a website in the first damned place! I've never seen a website built with a framework that was worth a flying purple fish, and on the whole developers are dumber for them even existing. They generate more work, more code, and sure as hell don't make doing anything any 'easier', despite the wild nonsensical claims to the contrary. That goes for HTML/CSS frameworks, JavaScript frameworks, and many PHP frameworks. If you take the time to actually learn to use the underlying technology properly, you quickly realize just how unbelievably mind-numbingly STUPID they are. Bootstrap being an excellent example of such stupidity in action... All you have to do is look at their starter template with it's endless pointless classes for nothing, complete lack of leveraging inheritance, IE conditional comments to sweep developer ineptitude under the bed, scripting for mobile (because that's so battery friendly), script-tard BS to try and make up on jumping the gun on a pointless and nowhere near ready for primetime document type... it's a terrifyingly bad train wreck on how not to build a website, before it even gets as far as BEING a website! If you don't know what's wrong with this: <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> Code (markup): Do the world a favor and back the **** away from the keyboard NOW!