Our blog

Thoughts on an ever-changing industry

By Matt Mombrea
2 Comments

.NET Core Data Protection One of the main benefits of building a new .NET project using .NET Core is cross platform deployment, however, IIS will still be a common home for ASP.NET Core web applications. In netcore 2.0 MVC applications, a transparent feature that is configured during app Startup is Data Protection. Data Protection provides … Continue reading "[SOLVED] Using…

Read Article
By Matt Mombrea
No Comments

Running Nginx and PHP-FPM is a pretty great setup for the most part. One thing we’ve struggled with on occasion however are some problems with unclear error messages and non-obvious solutions. One of those instances involved the following generic error message in the nginx logs: 500 Internal Server Error,readv() failed (104: Connection reset by peer) … Continue reading "500 Internal…

Read Article
By Matt Mombrea
31 Comments

Google Volley is awesome. If you’re an Android developer and you’ve done AsyncTask and HttpClient stuff (and there is no avoiding it), prepare for a huge relief once you get up and running with Volley. All of the leg work has been handled for you when it comes to managing the threads, dealing with a … Continue reading "Setting up…

Read Article
By Matt Mombrea
8 Comments

As an avid internet connoisseur you’ve likely seen Google’s notorious “Danger: Malware Ahead” warning that curbs traffic, kills profit and effectively shuts down a site for Chrome users. So how does it happen? Well, at any given moment, your website is being scoped and probed by malicious robots on the other side of the planet. These bots, … Continue reading "Hacked? Here’s…

Read Article
By Matt Mombrea
5 Comments

Error handling and feedback for AJAX requests can be a tedious undertaking for JavaScript heavy web applications. Often the AJAX functions are spread out in your code and, if you’re like me, you may put off error handling until late in the game. In a significant web project we’re wrapping up, we were struggling to … Continue reading "Global AJAX…

Read Article
By Matt Mombrea
26 Comments

I’ve written previously on how to handle AJAX requests for Internet Explorer but recently we came across a strange issue where the requests were being aborted by IE before the response was finished being delivered. Using Fiddler and Firebug, we were able to see that the request was being made properly, and even the response … Continue reading "Internet Explorer…

Read Article

Search our blog

Start A Project

Categories