Bondt

Bondt

Reporting live from Germany and such!

Skip to content
Menu
  • General
  • Development
  • Short Stories
  • Photography
  • About me

Category: Development

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 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 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 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
Posted on September 25, 2014October 29, 2014Development

Pause (or play) embedded YouTube video’s with Javascript

First, make sure the embedded video has the following parameter set to 1, like so: //www.youtube.com/embed/gzDS-Kfd5XQ?enablejsapi=1 Or if it’s not the first parameter, replace the…

Continue Reading
Posted on February 27, 2014October 29, 2014Development

Animated GIFs only playing once? (Google Chrome)

Recently I had to build a website and add some fancy effects to it. Animated GIFs were used for smaller effects, CSS3 and Javascript for…

Continue Reading
Posted on January 2, 2014January 4, 2014Development

WordPress Child Themes

I like WordPress, both the system as developing for it. It’s not always the easiest thing to work with, but there are many many features…

Continue Reading
Posted on December 20, 2013December 20, 2013Development

Scumbag Gmail: caching all images in your e-mail

Alright, so for work I sometimes have to do lame things like programming HTML e-mails. The amount of effort one puts into getting the result…

Continue Reading
Don't Give Up
Posted on November 19, 2013January 2, 2014Development

First post

So, here we have it! The first post. What to write about, what to write about. I guess I could write about my most recent…

Continue Reading

Posts pagination

Previous Page Page 1 Page 2 Page 3
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