Categoriën: Computers, Hardware, Programmeren, Software
Kantelen van een video
Door jasperdg opApr 27, 2010 | InComputers, Software
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
By jasperdg on Mar 26, 2010 | In Programmeren
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
By jasperdg on Mar 25, 2010 | In Computers, Programmeren
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)
By jasperdg on Dec 24, 2009 | In Programmeren, Software
Better Week() function for Foxpro because default Week() function returns wrong week numbers. more »
Solve long wait between print Jobs
By jasperdg on Oct 9, 2009 | In Software, Hardware
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
By jasperdg on Sep 28, 2009 | In Software
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
By jasperdg on Sep 28, 2009 | In Software
Solve problem with Flash player in a Terminal server environment. more »
