We are using Plimus.com as one of our payment gateway. The admin pages seems to be powerful. There is one thing I feel strange is that I cannot find a plimus logo on their site like the following one.
Plimus uses the highest level of encryption throughout the entire order and setup processes, from all order pages, through the storage of customer information, and credit card processing which is done by Wells Fargo, one of the largest and most trusted financial institutions.There is a variety of payment options: Visa, MasterCard, EuroCard, American Express, Discover/Novus, Diners Club, JCB, US$ Checks, Eurochecks, Wire Transfers, Paypal and Purchase orders.
Monthly Archives: April 2006
Beatiful flowers
I went out to a park nearby today. Green leaves come out on the trees along the road. Some red or white flowers are around. It is nice to see spring is already here.
Convert html to image on Linux now!
We just released a html to image tool for Linux: html2image for Linux.
The features are:
Convert html to bmp, png on Linux
Support command line parameters
Support saving the whole html page to image without scrollbars.
We have tested on Red Hat Linux.
Record left and right channel independently
As we know, normal sound card supports stereo channels. In some cases, you may just want mono channel data. You can combine two mono channel signals into stereo one so it can be captured by one sound card.
Our audio record component support recording the left and right channel to different files.
Here is an example in script.
Set WshShell = WScript.CreateObject(“WScript.Shell”)
set rec = CreateObject(“AudioCtl.AudioRecord.1″)
rec.DeviceIndex = 0
rec.DeviceLineIndex = 3
‘test save to mp3
rec.WaveFormatIdx = 15
rec.SetOutputFileName “stereo.mp3″
‘set the wave format for the left and right channel
rec.WaveFormatIdxLR = 5
rec.SetOutputFileNameL “L.mp3″
rec.SetOutputFileNameR “R.mp3″
’start recording
rec.StartRecord 2, 44100
WScript.Sleep 10000
rec.StopRecord
‘Test, save to wav
rec.FileFormat = 0
rec.WaveFormatIdx = 31
rec.SetOutputFileName “stereo.wav”
‘set channel wave format
rec.WaveFormatIdxLR = 30
rec.SetOutputFileNameL “L.Wav”
rec.SetOutputFileNameR “R.Wav”
rec.StartRecord 1, 44100
WScript.Sleep 10000
rec.StopRecord
set rec = NOthing
TIFF to PDF
We just released TIFF TO PDF ActiveX product.
It supports convert tiff to PDF files. Have a try now! Here are the feature detail:
April fool’s day
happy! happy!