Apr 15, 2016Instant auto-complete search for your static and dynamic websitesHow to use the www.Prefixbox.com service to integrate a lightning fast auto-complete search into your static site. — Having an interactive and fully dynamic instant search box is a feature that has become ubiquitous for today’s internet users.Web Development7 min readWeb Development7 min read
Feb 2, 2016Free SSL certificate for your website in 30minThanks to the fine folks at letsencrypt.org you can now have completely free, yes FREE, SSL certificates for all of your websites and other web projects. …Security6 min readSecurity6 min read
Feb 2, 2016Timeouts and TimeSpansHuh? We’re waiting how long? — You don’t have to work for a long time in software development to come across code similar to the following void CoolStuff() { var data = GetDataWithTimeout(5000); } Data GetDataWithTimeout(int timeout) { Thread.Sleep(timeout); // or something that takes a while } There is one major issue with this code that…Programming3 min readProgramming3 min read