2013-01-08T07:10:04 *** arvind_khadri has joined #servelots 2013-01-08T07:39:06 *** ecthiender has joined #servelots 2013-01-08T07:41:18 arvind_khadri, whats up? whats going on? 2013-01-08T07:42:08 ecthiender, I was deploying the swtr tweet engine. On Saturday I could get the clicking work :) But there are some problems with that. 2013-01-08T07:42:21 arvind_khadri, oh. cool man :) nice. 2013-01-08T07:42:26 ecthiender, today, can we finish off the murals stuff? 2013-01-08T07:42:32 arvind_khadri, what was the problem with JSON file not loading. 2013-01-08T07:42:36 arvind_khadri, yeah sure. 2013-01-08T07:42:56 arvind_khadri, what has to be done? 2013-01-08T07:43:17 ecthiender, it is not the json file, it was about a variable named modelJson failing for some scenes. 2013-01-08T07:43:28 ecthiender, lets go for tea and talk 2013-01-08T07:43:30 arvind_khadri, oh. so how did you fix it? 2013-01-08T07:43:32 arvind_khadri, ok 2013-01-08T07:43:51 arvind_khadri, check this http://try.github.com/levels/1/challenges/1 2013-01-08T07:43:53 Title: Code School - Try Git (at try.github.com) 2013-01-08T07:45:20 ecthiender, nice :) 2013-01-08T07:45:58 arvind_khadri, should give that link to pradeep, ranga etc. all who wants to learn git. 2013-01-08T07:46:12 ecthiender, ya 2013-01-08T08:12:32 *** ecthiender has quit IRC (Quit: gotta go) 2013-01-08T08:24:35 *** ecthiender has joined #servelots 2013-01-08T08:24:55 arvind_khadri, I should clone this repo right? https://github.com/janastu/mural-annotation 2013-01-08T08:24:56 Title: janastu/mural-annotation ยท GitHub (at github.com) 2013-01-08T08:25:09 ecthiender, yes 2013-01-08T08:25:17 okay 2013-01-08T08:26:30 arvind_khadri, and how to use this? I want to load the project in the browser? 2013-01-08T08:26:43 ecthiender, ya wait, I have to send you the images. 2013-01-08T08:28:03 arvind_khadri, can I rename the file openlayers.html to index.html? Because it seems like that is the file which should load to start the app. 2013-01-08T08:28:14 ecthiender, yes rename 2013-01-08T08:28:20 arvind_khadri, cool. 2013-01-08T08:30:44 ecthiender, your ip and directory to paste? 2013-01-08T08:31:18 arvind_khadri, ip is 22 and put it in ~/Downloads 2013-01-08T08:34:03 *** rohitkav has joined #servelots 2013-01-08T08:35:15 arvind_khadri, could have put all those image folders in one folder first! 2013-01-08T08:36:06 arvind_khadri, has it finished copying? 2013-01-08T08:36:16 ecthiender, ya, but they were already structured. I added a trailing slash when copying. 2013-01-08T08:36:34 ecthiender, now there must be folders with number 0-7 2013-01-08T08:36:47 put them in the document root 2013-01-08T08:36:52 arvind_khadri, thats what you shouldn't do. trailing slash means contents of the dir will be copied and not the dir. 2013-01-08T08:37:12 ecthiender, yes, figured that out. 2013-01-08T08:40:32 ecthiender, copied it to a directory called tiles under ~/Downloads 2013-01-08T08:40:42 arvind_khadri, okay 2013-01-08T08:42:30 arvind_khadri, where can I specify the tiles path? 2013-01-08T08:43:43 arvind_khadri, can I? or there is no way? 2013-01-08T08:44:02 ecthiender, there is, I remember it being in myVector.js 2013-01-08T08:45:28 ecthiender, line 144 2013-01-08T08:45:34 in myVector.js 2013-01-08T08:45:37 arvind_khadri, and IP addresses are hardcoded! 2013-01-08T08:45:48 arvind_khadri, I have to change them L:( 2013-01-08T10:25:00 arvind_khadri, check http://192.168.100.22/mural-annotation/ 2013-01-08T10:25:13 arvind_khadri, and give me feedback 2013-01-08T10:32:19 *** ecthiender has quit IRC (Ping timeout: 248 seconds) 2013-01-08T10:49:41 *** ecthiender has joined #servelots 2013-01-08T10:56:39 arvind_khadri, can you point me to the code which opens the popup after you enter your name. 2013-01-08T10:56:55 ecthiender, yes, hold on 2013-01-08T10:58:08 ecthiender, line 253, change the names of the function. 2013-01-08T10:59:02 arvind_khadri, myfeatureadded? 2013-01-08T10:59:13 arvind_khadri, can you come here? 2013-01-08T11:02:38 arvind_khadri, rohitkav http://webdevchecklist.com/ 2013-01-08T11:02:39 Title: Web Developer Checklist (at webdevchecklist.com) 2013-01-08T11:14:29 ecthiender, I have setup a template for my git commit :P 2013-01-08T11:14:42 arvind_khadri, nice :) show me the template 2013-01-08T11:15:16 ecthiender, sure. It is just three lines, so that it reminds me of what all to write and how to structure it. 2013-01-08T11:15:33 arvind_khadri, hmm. can you come here again/ 2013-01-08T11:17:54 ecthiender, I have started using gitorious. 2013-01-08T11:18:01 arvind_khadri, hmm. I have to too. 2013-01-08T11:18:35 arvind_khadri, but git also by default gives a template when you open an editor. 2013-01-08T11:18:46 s/open/use/ 2013-01-08T11:19:06 ecthiender, hmm, it just shows you git status. 2013-01-08T11:19:17 arvind_khadri, oh right. 2013-01-08T11:20:06 arvind_khadri, what should be the heading of the popup? 2013-01-08T11:20:17 ecthiender, hmm, ask dinesh 2013-01-08T11:26:33 arvind_khadri, the server is slow it seems, can you check? 2013-01-08T11:26:42 pantoto server 2013-01-08T11:26:45 ecthiender, checking 2013-01-08T11:27:01 ecthiender, cpu are fine, no issues 2013-01-08T13:24:46 *** arvind_khadri has quit IRC (Ping timeout: 240 seconds) 2013-01-08T15:08:34 *** rohitkav has quit IRC (Quit: Leaving) 2013-01-08T15:19:21 *** ecthiender has quit IRC (Quit: gotta go)