Bondt

Bondt

Reporting live from Germany and such!

Skip to content
Menu
  • General
  • Development
  • Short Stories
  • Photography
  • About me
Posted on October 30, 2014November 18, 2014Development

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…

Continue Reading
Posted on October 29, 2014November 18, 2014Development

PayOne test hash

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…

Continue Reading
Posted on October 29, 2014November 18, 2014Development

$(document).ready() != $(window).load()

Here’s a short one: $(document).ready(function() { // or its shorter $(function() { }); // I’ll wait for the DOM to load }); is not the…

Continue Reading
Posted on October 28, 2014Development

No database diagrams for SQL Azure yet

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…

Continue Reading
Posted on October 27, 2014October 28, 2014General

Why you shouldn’t use the same password over and over again

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…

Continue Reading
Posted on October 21, 2014November 18, 2014Development

Using source map files to debug SASS in Chrome

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…

Continue Reading
Posted on October 13, 2014October 28, 2014General

The biggest adventure of my life

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…

Continue Reading
Posted on October 9, 2014October 28, 2014Development

Building loooong forms that don’t timeout at the end

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…

Continue Reading
Posted on October 6, 2014October 28, 2014General

Meanings of BD/BRrip, DVDrip, R5, PPVrip, TS, etc..

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…

Continue Reading
Posted on October 1, 2014November 18, 2014Development

Basics to media queries in CSS

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…

Continue Reading

Posts pagination

Previous Page Page 1 … Page 5 Page 6 Page 7 Page 8 Next Page
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.

To find out more, including how to control cookies, see here: Cookie Policy
© Copyright 2022 – Bondt | Imprint | Privacy
Bandana Theme by DesignOrbital ⋅ Powered by WordPress
Back to Top