Jasiek’s Blog

Jasiek’s Blog header image 4

Entries from November 2004

ATutor

November 24th, 2004 · Comments Off · PHP

ATutor is an Open Source Web-based Learning Content Management System (LCMS)

[Read more →]

Tags:

Web tools

November 24th, 2004 · No Comments · Web Links

Dead-Links.com - Free Broken Link Checker

[Read more →]

Tags:

Tivoli

November 24th, 2004 · No Comments · General

Great gallery of photos from Tivoli
http://www.terragalleria.com/

[Read more →]

Tags:

Basic Programming

November 24th, 2004 · No Comments · Programming

Crossplatform Basic programming:
RealBasic at http://www.realsoftware.com/
PureBasic at http://www.purebasic.com/

[Read more →]

Tags:

VB webcam capture

November 16th, 2004 · Comments Off · Microsoft, Programming

For MS Access project. Needed EZTWAIN available at www.dosadi.com and the following code:
Create a module basTWAIN
Option Compare Database
‘ Module for selecting TWAIN source, capturing an image and Retrieve Information from the Clipboard
Declare Function TWAIN_SelectImageSource Lib “EZTW32.DLL” (ByVal hwndApp As Long) As Long
Declare Function TWAIN_AcquireToFilename Lib “EZTW32.DLL” (ByVal hwndApp As Long, ByVal bmpFileName As String) As [...]

[Read more →]

Tags: