Tuesday, May 15, 2007

Feedback

Yi Cao, one of peers gave me feedback on my LP and Sys Plan....I am waiting to hear from Jacqui....I need to start on their's as well....
Oops..

Sys plan

http://students.mim.iml.uts.edu.au/users/10497321/WEBPAL/SYSPLAN.html

DAMN!!!

I have been playing around with so much code for the past few days ...going through the molasses of code...I am done !! I am wondering what am I doing here....then I wake up from my nightmare and start coding !! I haven't even got one page together....I am so going to ask Tim for an extension...

Some people have finished their system plan..I haven't yet....

I feel as if I am lagging way too behind...

I got the peer review....that also means I must go back to it and change it too !!! Darn...


Now for some sleep...

zzzzzzzzz

Saturday, May 12, 2007

Sys plan

Well I have created my Sys plan..I am waiting for some feedback on it....I have got an email from my peers saying that they will do it soon....time to pray...

Wednesday, May 9, 2007

Crawlers, thesis

The anatomy of a hypertext Web search engine

http://infolab.stanford.edu/~backrub/google.html

Brin and Page (1998)

Crawlers

World Wide Web Worm (McBryan, 1994) was a crawler used to build a simple index of document titles and URLs. The index could be searched by using the grep Unix command.

Google Crawler (Brin and Page, 1998) is described in some detail, but the reference is only about an early version of its architecture, which was based in C++ and Python. The crawler was integrated with the indexing process, because text parsing was done for full-text indexing and also for URL extraction. There is a URL server that sends lists of URLs to be fetched by several crawling processes. During parsing, the URLs found were passed to a URL server that checked if the URL have been previously seen. If not, the URL was added to the queue of the URL server.

Tuesday, May 8, 2007

A good book to read

http://books.google.com/books?id=WSeHVYy23x0C&dq=how+to+write+a+SYSTEM+PLAN,+WEB+APPLICATIONS&pg=PA101&ots=DINRzMDJok&sig=fNiQZZXFwUt48UEDjqYOxsafGhw&prev=http://www.google.com/search%3Fhl%3Den%26q%3Dhow%2Bto%2Bwrite%2Ba%2BSYSTEM%2BPLAN%252C%2BWEB%2BAPPLICATIONS%26btnG%3DSearch&sa=X&oi=print&ct=result&cd=2

Online reader, creating Db with PHP and MySql