by Wide Open Tech | Jul 22, 2016 | Mobile Apps, Web Design
Have you ever tried to put a square peg in a round hole? It just doesn’t work very well. The peg either doesn’t fit at all or there are gaps between the peg and hole. The same can be said about the circular Bootstrap Profile Image. Trying to fit a...
by Wide Open Tech | Jul 8, 2016 | Mobile Apps, Web Design
There are three main categories of cloud service providers: Software as a Service (SaaS), Platform as a Service (PaaS) and Infrastructure as a Service (IaaS). More recently, a fourth category has emerged that some are calling Infrastructure as a Service Plus (IaaS+)....
by Wide Open Tech | Jun 24, 2016 | Mobile Apps, Web Design
With the proliferation of AJAX becoming the flavor of the day for frontend development, in particular, REST APIs, browser performance has become an increasingly important aspect of development that cannot be ignored. Many popular frontend frameworks designed for REST...
by Wide Open Tech | Jun 17, 2016 | Mobile Apps, Web Design
Testing is tantamount to any development process, be it through a dedicated person clicking around and trying to break what functions they know about and how to break, or a smoke test to get an idea about what works – but what about those scenarios you don’t...
by Wide Open Tech | May 27, 2016 | Mobile Apps, Web Design
It’s often difficult to debug JavaScript because, with few exceptions, scripts run within the browser are processed in a single thread. As a result, JavaScript is executed on a first-come, first-served basis, with events synchronously ‘stacked’ into...