Import

(tag)

  • Import Pictures and Videos – images not previewed

    I use the Windows “Import Pictures and Videos” to import my photos: To me this works better than the default “Import Photos and Videos”: This post is not about the choice of tool but rather the way the tool works. When importing, it first scans you device, say a camera, and it gives you the… read more…

    Import Pictures and Videos – images not previewed
  • Backup and restore WordPress

    I run WordPress on Apache 2.2 on RedHat. A WordPress instance, is just a bunch of PHP files, various image files and uploaded files and a database – that’s pretty much it. So to backup and restore you need to back up one directory tree and a DB. This post details what I did to… read more…

    Backup and restore WordPress
  • YankIt – Extract from Oracle using JDBC including blobs

    This mini project is designed to allow you to extract and import data from an Oracle database using simple JDBC. Nothing even remotely startling about that, this is designed as a very simple command line tool that can be called from Ant. From what I can see there really isn’t anything out there that works… read more…

    YankIt – Extract from Oracle using JDBC including blobs