BDD (Behaviour Driven Development)

web testing agile

May 19, 2015

BDD (Behaviour Driven Development) is a synthesis and refinement of practices stemming from TDD (Test Driven Development) and ATDD (Acceptance Test Driven Development).


About 404 pages

web 404 page response

May 18, 2015

A 404 page is what a user sees when they try to reach a non-existent page on your site (because they’ve clicked on a broken link, the page has been deleted, or they’ve mistyped a URL). A 404 page is called that because in response to a request for a missing page, webservers send back a HTTP status code of 404 to indicate that a page is not found. While the standard 404 page can vary depending on your ISP, it usually doesn’t provide the user with any useful information, and most users may just surf away from your site.





AngularJS SEO

seo javascript angularjs

May 15, 2015

It is always best to focus more more on building a great web application or website, and less on the specifics of search engines. Good design and performacne are always by far the most important consideratins for a new software project.