26 Mart 2010 Cuma

Weekly Report (Mar. 17 - Mar. 24/ Ahmet Erdem SARIYUCE)

Hi,
Last week, I desingen the database schema of the tourism sector paert of the project. I scanned the TUIK website and extracted some useful data for our project. I also created the create table queries. In the application, we plan to let the user to choose database tables for data mining. Next week, I plan to write tricky and informative select queries for created tables. I am also planning to do UI for the project. See u next week...

25 Mart 2010 Perşembe

Weekly Report (Mar. 17 - Mar. 24/ Cihan BAHRAN)

I've made research about html parsing this week. This part of the project probably will be harder to implement than what we've thought before. We're mostly concerned with the TUIK website.

24 Mart 2010 Çarşamba

Weekly Report(March 17-March 24/ Hakkı Büyükcengiz)

Hi all,


This week I continued to research on html parsing. I found a governmental web site to extract some currency values. It is more reliable and its content is so easy to parse:

http://www.tcmb.gov.tr/kurlar/today.html

Also, I am still researching on how to make use of web services of tuik web site. I am looking for useful data to be extracted from there.

-Hakki.

11 Mart 2010 Perşembe

Weekly Report(March 3-March 11/ Abdullah Cemil Akçam)

this week i have studied on graphics alternatives for our project. we can categorize alternatives into two groups : server side solutions and client side solutions. actually, server side solutions are richer than client side solutions but it is slower when compared to former one. the reason for the slowness is the turnaround -between server and client- time for each request. the drawback of client side solutions is its development difficulties. for example javascript is a very extensive language in which almost every graphics issue can be performed. however, it is hard to develop javascript code because there is no intellisense support for it. besides, since it is very large it is hard to find libraries.

when we consider all the criterion above, though its fallacies, we will prefer client side solution.

-

Abdullah Cemil Akçam

Weekly Report(March 3-March 11/ H. Buyukcengiz)

Hi,

This week I worked for extracting an html for a given URL, and parsing this html code. Firstly, I tried to extract dollar/TL rate from a web source named "http://kur.doviz.com". I succeeded extracting, but I couldt do the parsing job because of an exception about Turkish characters. There are two ways of doing this, first one is supporting for Turkish characters, second one is extracting dolar from other web source. I will try the first one until this weekend, but also I need some know-how information about this and so time. Lastly, I will try to research for some visual facilities such as Javascript and its chart libraries.

-Hakki Buyukcengiz.