onenaught.com - onenaught.com | A blog on web and software development

Description: A blog on web and software development

html (17559) web development (14141) javascript (13920) css (13206) xml (3136) xhtml (1014) accessibility (742) web standards (175) xslt (88) dom script (1)

Example domain paragraphs

Academic and scientific papers have a huge readability and usability problem. They are often jargon-filled and hard to comprehend. It has been getting worse for decades. Using best practices for writing on the web could help increase readability and scannability for a wider audience. Continue reading →

Academic papers can be quite densely formatted. Using best practices for writing on the web could help increase readability and scannability for a wider audience. Continue reading →

Our product has over 4300 tests. The server side UI tests are around 1500 in total but was causing the full test run to take 20 minutes. Recently adding only a handful of tests increased the total test run time to over 40 minutes. It turns out the useful Browser testing component from the Nancy framework was expensive to create for each of our 1500 server side UI unit tests. Changing our Browser and bootstrapper configuration to run once per suite rather than once per test, resulted in our total test time b