Categoriën: Computers, Hardware, Programmeren, Software

Kantelen van een video

Ik ben vast de enige die de domme fout maakt om een leuk filmpje te maken met het fototoestel gekanteld... Om er later achter te komen dat je bij het kijken op de PC er een stijve nek aan overhoud. Dit artikel in het leuke How-To-Geek omschrijft h… more »

Interpreting XML Feed in Visual Foxpro

Looking for ways to interpret XML files I stumbled on this article at the foxite.com forum. This was still way too difficult in my opinion. So I used the methods and created some lean code that does what I want in far less code. This piece of progra… more »

Read web content to a file

A function to read a webpage's content into a (cached) file. UrlToFile.prg LPARAMETERS tcRemote * URL reader from Fox Wiki site: http://fox.wikis.com/wc.dll?Wiki~ReadUrl~VFP * Accept URL * Return cached filename * Note: file gets deleted after fi… more »

Calculate Week number correctly in Foxpro (Visual Foxpro)

Better Week() function for Foxpro because default Week() function returns wrong week numbers. more »

Solve long wait between print Jobs

The Windows spooler took about 5 to 10 minutes to start the next print job in queue. This article shows the way I could solve this. more »

Getting Tabbed browsing to work in IE on Terminal Server

My users lost their tabbed browsing and missed it a lot. Could not find which policy prohibited the tabbed working. As an administrator -again- I had no problem whatsoever. So this should be a rights or policy issue. Found the solution in this thread… more »

Getting Flash Player to work in IE on a Terminal Server

Solve problem with Flash player in a Terminal server environment. more »