Showing posts with label Software. Show all posts
Showing posts with label Software. Show all posts

Sunday, January 11, 2009

Snapter- Scanning Documents without scanner


Came across this site, a review site about
Snapter: Scan Your Documents Without A Scanner.


This is for those who doesn't have a scanner, but has a digital camera. It will adjust your photos into readable documents. Haven't tried it but if any of you have tried it you can leave your comments below.

Here is the link if you want to download the software.
http://www.snapter.atiz.com/index.php

Monday, November 24, 2008

MS Access limitation

Microsoft Access by design was not designed to be used for such large size storage of data or to keep a large number of records. By default, there is a 2GB maximum file size on a mdb file, and a 32768 maximum number of objects that can be stored in it. If you are thinking of having 100,000 records in a ms access database, I would recommend against it.

Here are some more interesting statistics for your information:

Attribute - Maximum
-----------------------------------------
Number of characters in a table name: 64
Number of characters in a field name: 64
Number of fields in a table: 255
Number of open tables: 2048 - Actual max is less, since access opens some by default
Table size: 1 gigabyte
Number of characters in a Text field: 255
Number of characters in a Memo field: 65,535 when entering data through user interface; 1 gigabyte when entering data programmatically.
Size of an OLE Object field: 1 gigabyte
Number of indexes in a table: 32
Number of fields in an index: 10
Number of characters in a validation message: 255
Number of characters in a validation rule: 2048
Number of characters in a table or field description: 255
Number of characters in a record (excluding Memo and OLE Object fields): 2000
Number of characters in a field property setting: 255

Saturday, October 25, 2008

Converting DVD to VCD

My friend asked me to help her convert her karaoke DVD to VCD. Since I'm not an expert on videos/audio, I ask my sister whom I consider expert in this cause she is doing the converting all the time. Just for backup.

I also asked my friend and he recommended me to use WinDVD(buyware) which I found huge, more than 100MB.
My sister recommended DVD decrypter and AutoGordian. (Freeware)
Another friend recommended AnyDVD by Slysoft(shareware).

After much searching I found this to be quite good.

First I need to rip the dvd to .vob. I used AnyDVD for this. Created more than 3GB of files in my hd.

Then I have to convert the files to avi using AutoGK.

Finally to convert to VCD, I used WinAVI(Shareware). The program puts a HUGE text in the middle of the VCD asking me to register it and remove the text from the video files created.

Wednesday, October 08, 2008

Starcraft Multiplayer VPN Setup

Here I am assuming that
i) Starcraft is installed in your computer.
ii)IPX is installed.

First, install a VPN software first. Here I am using Hamachi. It seems that the latest version does not work with starcraft. I have to use Hamachi version -1.0.1.5-.

Note: Enable all the services. Disable the firewall. Don't update!

After that just play Starcraft as you normally do. If you encounter the problem of cannot join network, try this:




Goto Network connections and properties of the lan
card that your using to N/W. Goto IPX/SPX properties
and assign locator numbers. eg 000001 on computer
one, 000002 on the second.............. This resolves
the issue of cannot join network.

Tuesday, September 02, 2008

Google Chrome

Heard that there is going to be a new kid in town. But the kid wont be any ordinary kid. The parents is the giant of the internet, Google.

The kid's name is Google Chrome, a new web browser that is going to be kick the butt of Firefox and especially Internet Explorer.

It is an Open Source software with the codes are written from scratch! Which really got me excited. Here are some of the features that caught my attention.




1. Multiprocesses!!
Normal browsers are single process. Even single-threaded. But now they are going to make each tab a separate process!! Which means that you can kill each tab individually without affecting the whole browser.

2. Open Source!! It is developed using Webkit, an open source application framework that provides a foundation upon which to build a web browser; and V8, an open source Javascript virtual machine.

3. Tabbing! Cant live without tab now. I know Firefox and IE has tabbing now, but the way they design it will be different in a sense that each tab has a separate url box and the tab will be on top of the windows. Btw did I mention that each tab is a separate process! Should have its own task manager too. Cool man!

4. Security!! The most important thing when almost everything is done online. Malware, spyware and the old viruses and trojans are now the norm. To avoid malware from installing themselves into your pc, they introduce the concept of sandboxing, i.e each tab/process has been stripped of their rights for different security level.

5. Gears! Actually this is for the web developers. I.e it is an API that can extend the browsers capabilities.

Cant wait to try it out! Just post your comment and tell me what you think of it!