2012-10-03T06:30:18 *** ecthiender has joined #servelots 2012-10-03T07:28:37 *** ecthiender has quit IRC (Ping timeout: 244 seconds) 2012-10-03T07:56:59 *** ecthiender has joined #servelots 2012-10-03T07:58:53 *** ecthiender has quit IRC (Excess Flood) 2012-10-03T08:06:24 *** ecthiender has joined #servelots 2012-10-03T08:44:09 *** pradi has joined #servelots 2012-10-03T09:09:19 *** pradi has quit IRC (Quit: Leaving.) 2012-10-03T09:10:28 *** pradi has joined #servelots 2012-10-03T09:41:27 *** pradi has quit IRC (Quit: Leaving.) 2012-10-03T09:50:40 *** ecthiender has quit IRC (Ping timeout: 246 seconds) 2012-10-03T10:06:01 *** pradi has joined #servelots 2012-10-03T10:07:27 *** arvind_khadri has joined #servelots 2012-10-03T10:07:46 *** ecthiender has joined #servelots 2012-10-03T10:08:38 *** ecthiender_ has joined #servelots 2012-10-03T10:21:23 ecthiender_, you seem to have connected twice 2012-10-03T10:21:41 arvind_khadri, right 2012-10-03T10:21:45 *** ecthiender has quit IRC (Disconnected by services) 2012-10-03T10:21:51 *** ecthiender_ is now known as ecthiender 2012-10-03T10:22:14 *** ecthiender_ has joined #servelots 2012-10-03T10:22:29 *** ecthiender has quit IRC (Quit: gotta go) 2012-10-03T10:22:56 *** ecthiender_ has quit IRC (Read error: Connection reset by peer) 2012-10-03T10:23:23 *** ecthiender has joined #servelots 2012-10-03T10:51:21 arvind_khadri, so I try to create some visualisation with the demographic data? 2012-10-03T10:52:37 ecthiender, I am doing that. 2012-10-03T10:52:56 ecthiender, you were supposed to do something else right? 2012-10-03T10:53:04 arvind_khadri, whoa? no you are supposed to do some geographical visualisation 2012-10-03T10:53:06 arvind_khadri, no 2012-10-03T10:53:13 arvind_khadri, with d3 2012-10-03T10:53:23 Yes, I am doing that. 2012-10-03T10:53:44 arvind_khadri, so how does the demographic data fit as geographical? 2012-10-03T10:53:53 arvind_khadri, you are going plot ages and income on a map? 2012-10-03T10:54:02 arvind_khadri, like a geographical map? 2012-10-03T10:54:48 ecthiender, I miss read demographic as geographic. But I was thinking of putting up some demographic data on the map. What other data can go on the map? 2012-10-03T10:55:04 arvind_khadri, what kind of demographic data? 2012-10-03T10:55:23 arvind_khadri, you are supposed to plot say the radio station locations on the map. 2012-10-03T10:55:29 arvind_khadri, probably there coverage too. 2012-10-03T10:55:32 ecthiender, where all the stations are 2012-10-03T10:55:47 and then colour code them looking up age as a factor 2012-10-03T10:56:47 arvind_khadri, like? place A has.... ?? elaborate 2012-10-03T10:57:14 arvind_khadri, place A has say 15 ppl in age group 1, 20 in group 2 and 25 in group 3 2012-10-03T10:57:23 arvind_khadri, so what will the visualisation be? 2012-10-03T10:57:23 ecthiender, Gurgaon has say 5 people who are below 25 and then 30 people above 40 2012-10-03T10:57:34 okay and then.. 2012-10-03T10:58:19 ecthiender, the visualization would be a mashup of colour, depending on the numbers in a given region 2012-10-03T10:58:36 arvind_khadri, okay. 2012-10-03T10:58:55 ecthiender, and when user hovers, he can see the exact values 2012-10-03T11:01:27 arvind_khadri, so have you sanitized the file? 2012-10-03T11:01:43 ecthiender, yes, sanitized the GKA file 2012-10-03T11:02:11 arvind_khadri, pass it please 2012-10-03T11:02:22 arvind_khadri, ip is 100.2 2012-10-03T11:02:29 ecthiender, I have sanitized it in a CSV 2012-10-03T11:02:36 arvind_khadri, cool 2012-10-03T11:03:34 ecthiender, done, see ~/Documents 2012-10-03T11:12:04 *** pradi has quit IRC (Quit: Leaving.) 2012-10-03T11:18:57 arvind_khadri, the file was not completely sanitized 2012-10-03T11:19:23 ecthiender, ohh ok. I just looked up the age column 2012-10-03T11:19:28 ecthiender, share it back 2012-10-03T11:20:41 arvind_khadri, ip? 2012-10-03T11:20:53 ecthiender, 11 2012-10-03T11:21:07 arvind_khadri, put at ~/ 2012-10-03T11:23:37 *** pradi has joined #servelots 2012-10-03T11:28:43 d3.csv('js/gka.csv', function(d) { 2012-10-03T11:28:43 M.data = d; 2012-10-03T11:28:43 }); 2012-10-03T11:29:03 arvind_khadri, ^ the above loads and parses the file to js objects :) 2012-10-03T11:29:40 ecthiender, oh nice :) I was looking at polymaps, have to get maps in proper order first. 2012-10-03T11:29:50 arvind_khadri, okay 2012-10-03T11:30:06 ecthiender, lunch? 2012-10-03T11:30:12 arvind_khadri, yeah 2012-10-03T11:46:59 *** pradi has quit IRC (Quit: Leaving.) 2012-10-03T12:12:34 *** pradi has joined #servelots 2012-10-03T13:04:14 *** pradi has quit IRC (Quit: Leaving.) 2012-10-03T13:07:20 ecthiender, D3 is a visualization tool, so where does the analysis happen? 2012-10-03T13:07:30 arvind_khadri, your code 2012-10-03T13:07:40 arvind_khadri, come here a second 2012-10-03T13:15:30 ecthiender, minification of JS is one of the biggest advancements in web, IMHO 2012-10-03T13:15:38 arvind_khadri, ha ha :D 2012-10-03T13:15:59 arvind_khadri, yahoo guys came up with that idea :) 2012-10-03T13:16:36 ecthiender, Ya :) but actually yahoo is this race seems to be left behind of fame. 2012-10-03T13:16:51 arvind_khadri, hmm yeah. sad for them 2012-10-03T13:17:11 arvind_khadri, http://developer.yahoo.com/performance/rules.html 2012-10-03T13:17:12 Title: Best Practices for Speeding Up Your Web Site (at developer.yahoo.com) 2012-10-03T13:17:20 They have really pioneered good engineering. Look at YQL :) 2012-10-03T13:19:16 arvind_khadri, http://yslow.org/ 2012-10-03T13:19:17 Title: YSlow (at yslow.org) 2012-10-03T13:19:42 arvind_khadri, yes absolutely. I have seen YQL 2012-10-03T13:20:15 ecthiender, Nothing beats that API, just love the easiness it gives for a geo location app. 2012-10-03T13:20:26 arvind_khadri, hmm 2012-10-03T13:21:05 ecthiender, :) Enjoy listening to classical, while working 2012-10-03T13:21:12 arvind_khadri, :) 2012-10-03T14:14:47 *** servelots_ has joined #servelots 2012-10-03T14:15:04 *** servelots_ is now known as Rohit_ 2012-10-03T14:15:15 Hi 2012-10-03T14:15:19 Shall we go for Tea? 2012-10-03T14:15:21 I Am going 2012-10-03T14:17:46 *** Rohit_ has quit IRC (Client Quit) 2012-10-03T15:18:44 *** ecthiender has quit IRC (Ping timeout: 252 seconds) 2012-10-03T16:20:11 *** ecthiender has joined #servelots 2012-10-03T17:07:19 *** arvind_khadri has quit IRC (Ping timeout: 260 seconds) 2012-10-03T18:20:07 *** ecthiender has quit IRC (Remote host closed the connection)