HTML5: video 0

HTML5: video

HTML5 promises to make putting a video on a website as easy as placing an image on a it. Say goodbye to plugins like Quicktime and Flash (which is dead anyway ) and get excited about this native way of embedding video’s! A huge advantage of embedding a video natively is that you can manipulate [...]

HTML5: a few basics 0

HTML5: a few basics

Web browsers, generally, only support certain features of HTML5. An easy way to determine which features are supported in a browser, is to use the Modernizr tool. A few general tag changes: Simple doc type: <!DOCTYPE html> Simple encoding scheme: <meta charset=”utf-8″> The type attribute is no longer required: <script src=”js/main.js”></script> <script> var now = new Date(); </script> [...]

Accessible (web app) table: a good table with a bad rep 0

Accessible (web app) table: a good table with a bad rep

Tables are an essential tool for visualizing data in web apps. A good reason to use a table is for displaying tabular information. An example of a good accessible table would the following.

Office Web apps error in Sharepoint 0

Office Web apps error in Sharepoint

I’ve been struggling with Sharepoint and the Office web apps to show word and excel files in the browser. If you have too, take this journey with me as we try to solve it.

Synchronize data to FTP with WinSCP 0

Synchronize data to FTP with WinSCP

I recently discovered WinSCP, a Free SFTP, FTP and SCP client for Windows. It has a graphical interface, but for me the most important feature is that you can easily script your way to a very fast and automated synchronization system with the software.

Full and differential backups in SQL 0

Full and differential backups in SQL

Full and differential backups in SQL. Each differential backup holds the data between the time the differential backup was taken and the time that the last full backup was taken.

Save an image from SQL Server to a file using SQL 2

Save an image from SQL Server to a file using SQL

Images take up a lot of space in a database. Save the images from SQL Server to a file using SQL.

Show multiple rows in one column in SQL 0

Show multiple rows in one column in SQL

In SQL Server 2000, I’ve been looking for a way to show multiple rows in one column, one cell. The content of it separated by comma’s.

Resizing Lightbox images 4

Resizing Lightbox images

I’m using Lightbox2 in my newest project to show images. The images, though, are way too big to show in their original size. I was surprised that I couldn’t find a property or something in the code to resize the images. After some researching on Google and figuring out a resize calculation, I made the following adjustments to the code to resize my images without having to resize each one of them before uploading.

Say no to unwanted anonymous phone calls 2

Say no to unwanted anonymous phone calls

I’ve received quite a lot of unwanted, anonymous calls lately on my iphone. I find it quite annoying and so I tried to find a way to block them. However, apps like these don’t seem to be allowed in the app store. There are a few apps available for jailbroken iphones, but I have no [...]