Aventro Posted December 23, 2012 Posted December 23, 2012 Perhaps I'm late, but I just discovered this awesome framework called Bootstrap, it simplifies and makes web development much faster and powerful. Have you used it? What do you think about it? Personally, I'll try it out on my up coming project, I built a simple and nice template within minutes. Discuss Bootstrap Quote
Razor42 Posted December 23, 2012 Posted December 23, 2012 Do you have a link to an example of it? Quote
sniko Posted December 23, 2012 Posted December 23, 2012 Do you have a link to an example of it? Here is the link to Bootstrap Quote
Someone Posted December 23, 2012 Posted December 23, 2012 Thanks for sharing, looks interesting Quote
Someone Posted December 25, 2012 Posted December 25, 2012 Experimenting with making a template for NWE with it. Takes a bit of changes to the core to get it working. But once in place I think it can make for rapid development. Quote
Zettieee Posted December 31, 2012 Posted December 31, 2012 Why would you change the core with this ****? honestly... If you even bother to look at NWE you would of noticed it has way more potential than this.. ^just my opinion Quote
Someone Posted December 31, 2012 Posted December 31, 2012 We have different opinions then. The NWE html structure is not very well, not bad, not very good. In my opinion. Quote
Zettieee Posted December 31, 2012 Posted December 31, 2012 But your just going to clutter the engine reducing the load times :S after you have finished this core edit can you post speed tests of both scripts (page load times) Quote
Someone Posted December 31, 2012 Posted December 31, 2012 JQuery and extensive use of javascript _can_ slow things down. Bootstrap is mostly about CSS. I have to modify/custom write any module I am gonna use anyway, changing a few classes don't take that long, and dont slow the server scripts down. TemplateTableHeader and TemplateLinkButton takes care of most of the changes. I am however looking into using LESS so I don't commit to one framework. Total load times, rendering in browser, on a localhost, with dropdown menu, home page in game Bootstrap theme, with custom <ul><li> generated dropdown menu, xp bar (.progressbar), a few buttons (a links with .btn) Measured with Firebug in Firefox Total load times 281ms (onload: 499ms) 280ms (onload: 476ms) 281ms (onload: 493ms) JS 63ms (onload: 493ms) 187ms (onload: 651ms) 63ms (onload: 471ms) Server side Full engine time: 103 ms 98ms 111ms Medival full menu theme Total 811ms (onload: 6.04s) 796ms (onload: 838ms 764ms (onload: 773ms) JS 47ms (onload: 841ms) 46ms (onload: 794ms) 63ms (onload: 799ms) Server side Full engine time: 100 ms 103ms 120ms Quote
Djkanna Posted December 31, 2012 Posted December 31, 2012 Experimenting with making a template for NWE with it. Takes a bit of changes to the core to get it working. But once in place I think it can make for rapid development. Will you be sharing your edits, once you're happy with it? -Somewhat interested in what you come up with. :) Quote
Someone Posted December 31, 2012 Posted December 31, 2012 Sure I will, no problem. Cant promise when, but as you said when I think its presentable. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.