iOS Tip: Redirecting to the app, if it’s installed
A little piece of code, that might come in handy one day. It’s meant for iOS visitors, that want to install your app and it automatically…
Reporting live from Germany and such!
A little piece of code, that might come in handy one day. It’s meant for iOS visitors, that want to install your app and it automatically…
If you use PayOne as a payment provider for your website and you run into a message that says the hash value is incorrect, here’s a…
Here’s a short one: $(document).ready(function() { // or its shorter $(function() { }); // I’ll wait for the DOM to load }); is not the…
Problem: I am working with a database hosted on Azure and SQL Server Management Studio (SSMS) and I need a database diagram. Answer: I can’t…
It’s simple: not all websites are protected very well. “You’re only as strong as your weakest link.” Say you use any or all of these…
Here’s a cool tutorial on how to work with source map files for SASS in Chrome. Using Source Maps to Debug Sass in Chrome And…
I recently took a 5 week vacation with my family and it was the biggest adventure of my life. Tears were shed, skin was burnt…
If you build many different websites in your work, you’re bound to stumble upon a project where you have to build a huge form, but…
Here’s a helpful document, found on https://www.facebook.com/notes/external-tv-series-and-movie/meanings-of-bdbrrip-dvdrip-r5-ppvrip-ts-etc/445416295536996 BDRip (BluRay Disk Rip) BDRips are encoded directly from the BluRay disk, so should be of better quality…
I just spent a whopping 10 minutes looking for a solution to the fact that my media queries weren’t being used on a handheld. Let…