Advertisement
Guest User

Untitled

a guest
Jan 11th, 2015
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.33 KB | None | 0 0
  1. working on jpeg design
  2. [12/8/2014 1:06:20 PM] Steven: http://uwebsolutions.co.uk/dev/wordcount/
  3. [12/8/2014 1:32:18 PM] Steven: ctrl + F5
  4. [12/9/2014 3:06:43 AM] Steven: Hi
  5. [12/9/2014 3:27:28 AM] Saul: Hello.
  6. [12/9/2014 3:27:40 AM] Saul: I saw the demo that you posted about an hour ago.
  7. [12/9/2014 3:28:25 AM] Saul: It looks much better than the previous demo that you showed me, but there are still few tweaks that are needed.
  8. [12/9/2014 3:28:36 AM] Steven: ok like where
  9. [12/9/2014 3:29:27 AM] Saul: The box above Details looks unorganized and is missing a label.
  10. [12/9/2014 3:31:10 AM] Saul: Move the language selector and the social buttons below the Details box and split them into two separate boxes where one is labeled "Share it with your friends" and the other "Language".
  11. [12/9/2014 3:31:49 AM] Steven: ok
  12. [12/9/2014 3:35:16 AM] Saul: Looking at the source code I am still seeing the same class and ID names.
  13. [12/9/2014 3:35:44 AM] Steven: its the bootstrap bootstrap have its on classess
  14. [12/9/2014 3:36:01 AM] Steven: http://uwebsolutions.co.uk/dev/mobileblaster/
  15. [12/9/2014 3:36:06 AM] Steven: http://uwebsolutions.co.uk/dev/video-demo/
  16. [12/9/2014 3:36:09 AM] Steven: check here
  17. [12/9/2014 3:37:33 AM] Saul: I am now also seeing the Javascript notification, but there is no functionality with Javascript disabled.
  18. [12/9/2014 3:37:56 AM] Saul: As previously mentioned there should be a submit button that the user can press to have it sent through a form instead.
  19. [12/9/2014 3:38:31 AM] Steven: that button will block javascript or allow
  20. [12/9/2014 3:38:32 AM] Steven: ?
  21. [12/9/2014 3:38:58 AM] Saul: It won't be shown if Javascript is enabled.
  22. [12/9/2014 3:39:19 AM] Saul: Users with Javascript disabled can press the button and have it update the boxes inside the Details box.
  23. [12/9/2014 3:40:08 AM] Steven: no
  24. [12/9/2014 3:56:33 AM] Steven: that button will not work
  25. [12/9/2014 3:57:05 AM] Saul: Why is that?
  26. [12/9/2014 3:57:47 AM] Steven: it would also a js fuctions
  27. [12/9/2014 3:58:06 AM] Saul: It needs to be done on the server side.
  28. [12/9/2014 3:58:18 AM] Steven: you mean using php
  29. [12/9/2014 3:58:36 AM] Saul: Yes
  30. [12/9/2014 3:59:01 AM] Steven: then all the current figures which are comming using js, will shifted to php
  31. [12/9/2014 3:59:19 AM] Saul: Yes, but only if Javascript is disabled.
  32. [12/9/2014 3:59:41 AM] Steven: hmm ok
  33. [12/9/2014 4:00:30 AM] Saul: A form would be created out of that text box which would be passed on to the server. The server would analyze the text and create the variables which would be echoed out in the Details box afterwards.
  34. [12/9/2014 4:00:41 AM] Steven: but they will have to make an action for the result , (like a button )etc
  35. [12/9/2014 4:01:26 AM] Saul: Yes, a simple submit button next to the "Clear" which would be called "Count".
  36. [12/9/2014 4:04:13 AM] Steven: Count" button should be shown together with a notification message saying that the user has disabled Javascript.
  37. [12/9/2014 4:05:04 AM] Saul: Exactly. The notification is now there but the button and functionality is missing.
  38. [12/9/2014 4:05:04 AM] Steven: not next
  39. [12/9/2014 4:05:10 AM] Steven: it could be below
  40. [12/9/2014 4:05:18 AM] Steven: i think it would look fine ,
  41. [12/9/2014 4:05:42 AM] Saul: Below?
  42. [12/9/2014 4:06:01 AM | Edited 4:06:19 AM] Steven: or "count" button next to the "clear" and notification below it
  43. [12/9/2014 4:07:20 AM] Saul: Notification is good as it is now, don't change it.
  44. The count button that would be shown if Javascript is disabled would be placed below the text box.
  45. [12/9/2014 4:07:49 AM] Saul: If Javascript would be disabled the "Clear" and "Undo" buttons would be hidden and instead a "Count" button would replace them.
  46. [12/9/2014 4:08:18 AM] Steven: oh ok
  47. [12/9/2014 4:19:50 AM] Saul: Password protect the page with .htaccess.
  48. [12/9/2014 4:20:41 AM] Steven: The whole site ??
  49. [12/9/2014 4:20:52 AM] Saul: Just the project, yes.
  50. [12/9/2014 4:20:57 AM] Steven: Ok
  51. [12/9/2014 4:53:57 PM] Steven: working on PHP function, so need 1 more day
  52. [12/9/2014 4:54:18 PM] Saul: The page doesn't seem to be password protected.
  53. [12/9/2014 4:56:24 PM] Steven: page is no more working
  54. [12/9/2014 4:56:36 PM] Steven: until the next update
  55. [12/9/2014 4:56:56 PM] Steven: or will make it password protected a little later
  56. [12/10/2014 9:13:59 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/
  57. [12/10/2014 9:14:13 AM] Steven: design not yet done, just showing you the functions
  58. [12/10/2014 9:30:06 AM] Saul: Keyword density calculator is working fine and the word/character counter is updating too, which is great.
  59. [12/10/2014 9:30:14 AM] Saul: Now the Detail box is the only thing missing.
  60. [12/10/2014 9:32:06 AM] Steven: ah ok
  61. [12/10/2014 9:54:50 AM] Steven: activating both , with and without js+ updating design request
  62. [12/10/2014 10:08:14 AM] Steven: there
  63. [12/10/2014 10:08:15 AM] Steven: ?
  64. [12/10/2014 10:08:22 AM] Steven: detail box
  65. [12/10/2014 10:08:22 AM] Steven: ?
  66. [12/10/2014 10:08:26 AM] Steven: you here
  67. [12/10/2014 10:08:30 AM] Steven: it is working fine
  68. [12/10/2014 10:09:17 AM] Saul: With Javascript disabled the Details box won't show.
  69. [12/10/2014 10:10:13 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/
  70. [12/10/2014 10:10:19 AM] Steven: there is not js function on this page
  71. [12/10/2014 10:10:28 AM] Steven: paste the content and press count
  72. [12/10/2014 10:10:33 AM] Steven: and check
  73. [12/10/2014 10:11:16 AM] Saul: Yes, the word, character counters and the keyword density meter work, but the Details box does not show.
  74. [12/10/2014 10:12:08 AM] Saul: For example, Avg. sentence (words), Avg. Sentence (chars), Paragraphs and Sentences which are all inside the Details box are missing.
  75. [12/10/2014 10:13:23 AM] Steven: http://screencast.com/t/NTcx8QdBcW6
  76. [12/10/2014 10:14:45 AM] Saul: Is Javascript disabled in your browser?
  77. [12/10/2014 10:15:07 AM] Steven: let me check
  78. [12/10/2014 10:16:59 AM] Steven: ok updating all the things
  79. [12/10/2014 3:17:33 PM] Steven: its done
  80. [12/10/2014 3:17:52 PM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/
  81. [12/10/2014 3:17:57 PM] Steven: test now
  82. [12/10/2014 5:46:17 PM] Saul: Yes, the Details box is now updating.
  83. [12/10/2014 5:46:32 PM] Saul: However, the language bar dissappears with Javascript disabled.
  84. [12/10/2014 5:48:59 PM] Steven: yes
  85. [12/10/2014 5:49:17 PM] Steven: that is the script
  86. [12/10/2014 5:49:23 PM] Steven: language script
  87. [12/10/2014 5:49:32 PM] Saul: The language bar should be shown, but the Share box should be entirely hidden.
  88. [12/10/2014 5:49:57 PM] Steven: entirely hidden
  89. [12/10/2014 5:49:58 PM] Steven: ?
  90. [12/10/2014 5:50:00 PM] Saul: Currently Google Translate is being used which will be switched out.
  91. [12/10/2014 5:50:17 PM] Saul: Yes, the Share box should be entirely hidden and the language bar should be shown.
  92. [12/10/2014 5:51:00 PM] Steven: so you don't need share box
  93. [12/10/2014 5:51:00 PM] Steven: ?
  94. [12/10/2014 5:51:52 PM] Saul: Not if Javascript is disabled.
  95. [12/10/2014 5:52:19 PM] Steven: oh ok
  96. [12/10/2014 5:57:20 PM] Steven: anything else needed
  97. [12/10/2014 5:57:21 PM] Steven: ?
  98. [12/10/2014 5:57:44 PM] Steven: every thing else working fine ?
  99. [12/10/2014 6:00:39 PM] Saul: A hide/show toggle on Share and Language box are missing.
  100. [12/10/2014 6:00:53 PM] Steven: ok
  101. [12/10/2014 6:01:27 PM] Steven: also need language selector using php
  102. [12/10/2014 6:01:59 PM] Saul: Yes, language selector is necessary even if Javascript is disabled.
  103. [12/10/2014 6:02:15 PM] Steven: ok
  104. [12/12/2014 3:45:39 AM] Steven: hi
  105. [12/12/2014 10:13:59 PM] Saul: Hello
  106. [12/13/2014 3:34:21 AM] Steven: hi
  107. [12/13/2014 3:41:26 AM] Steven: there
  108. [12/13/2014 5:59:43 AM] Saul: Hello, yes I am here
  109. [12/13/2014 6:10:09 AM] Steven: hi
  110. [12/13/2014 6:10:10 AM] Steven: you here
  111. [12/13/2014 6:10:24 AM] Steven: if you have good budget then could i change it to WP
  112. [12/13/2014 6:10:25 AM] Steven: ?
  113. [12/13/2014 6:11:58 AM] Saul: In which perspective does WP help?
  114. [12/13/2014 6:12:14 AM] Steven: Google translator script issue on custom php
  115. [12/13/2014 6:12:31 AM] Steven: as it is a script and its not showing on java disable
  116. [12/13/2014 6:13:00 AM] Saul: How exactly would WP help with this?
  117. [12/13/2014 6:13:20 AM] Steven: it will work
  118. [12/13/2014 6:13:24 AM] Steven: i have tested
  119. [12/13/2014 6:13:44 AM] Saul: You are saying that WordPress will help Google Translate work?
  120. [12/13/2014 6:13:52 AM] Steven: yes
  121. [12/13/2014 6:16:48 AM] Saul: Look, WP is only creating a database that stores the translations, nothing else. Any developer knows that it's utterly useless to install an entire CMS just for a translation system, not to mention the extra resource usage and slower load times.
  122. [12/13/2014 6:17:36 AM] Steven: also there is another solution
  123. [12/13/2014 6:17:43 AM] Steven: do we have specific lanuages
  124. [12/13/2014 6:17:46 AM] Steven: ?
  125. [12/13/2014 6:17:55 AM] Steven: for translation or all ?
  126. [12/13/2014 6:17:56 AM] Saul: Forget the language bar for now.
  127. [12/13/2014 6:18:24 AM] Saul: Leave it empty, only have it display an empty white box even if Javascript is disabled.
  128. [12/13/2014 6:18:33 AM] Steven: ok
  129. [12/13/2014 6:19:38 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/
  130. [12/13/2014 6:19:41 AM | Edited 6:19:48 AM] Steven: then site is ready to go
  131. [12/13/2014 6:19:54 AM] Saul: Also, have the boxes follow if the user scrolls the page.
  132. [12/13/2014 6:20:35 AM] Steven: you mean the side bar should slide
  133. [12/13/2014 6:20:36 AM] Steven: ?
  134. [12/13/2014 6:20:45 AM] Saul: Language box is not displaying a white box if Javascript is disabled and the Share box is displaying when Javascript is disabled, which it shouldn't.
  135. [12/13/2014 6:20:49 AM] Saul: Yes, exactly
  136. [12/13/2014 6:21:12 AM] Steven: but it will over lap with the lower text
  137. [12/13/2014 6:21:26 AM] Steven: text below this heading (What is Word Counter? )
  138. [12/13/2014 6:21:32 AM] Steven: i mean when it scrolls
  139. [12/13/2014 6:21:51 AM] Steven: and that scroll effects also a java fuctions
  140. [12/13/2014 6:21:55 AM] Steven: it will not work on
  141. [12/13/2014 6:22:00 AM] Steven: java disable
  142. [12/13/2014 6:22:05 AM] Saul: Have it stop at the lower boxes.
  143. [12/13/2014 6:22:18 AM] Steven: let me show you the samples
  144. [12/13/2014 6:22:21 AM] Saul: Yes, only enable it with Javascript.
  145. [12/13/2014 6:22:35 AM] Steven: http://uwebsolutions.co.uk/dev/bike/rentals/
  146. [12/13/2014 6:22:37 AM] Steven: check here
  147. [12/13/2014 6:22:44 AM] Steven: only
  148. [12/13/2014 6:22:54 AM] Steven: the rental box is scrolling
  149. [12/13/2014 6:24:27 AM] Saul: It shouldn't work in that manner.
  150. [12/13/2014 6:24:47 AM] Saul: It should instead stop at the end of the text box on the character counter.
  151. [12/13/2014 6:26:04 AM] Steven: my question was that if it over laps the content
  152. [12/13/2014 6:26:10 AM] Steven: would it look fine to you
  153. [12/13/2014 6:26:10 AM] Steven: ?
  154. [12/13/2014 6:26:21 AM] Saul: No, it should not overlap the other content.
  155. [12/13/2014 6:26:39 AM] Steven: then we only have limited space
  156. [12/13/2014 6:27:26 AM] Steven: http://screencast.com/t/UURZh2ygHM
  157. [12/13/2014 6:27:29 AM] Steven: check this
  158. [12/13/2014 6:27:29 AM] Saul: Yes, it should only scroll down to Keyword Density and stop.
  159. [12/13/2014 6:28:02 AM] Saul: If the user scrolls to the bottom of the page the side bar should stop above Keyword Density
  160. [12/13/2014 6:28:45 AM | Edited 6:29:31 AM] Steven: just the detail box will scroll
  161. [12/13/2014 6:28:46 AM] Steven: right
  162. [12/13/2014 6:28:47 AM] Steven: and
  163. [12/13/2014 6:28:54 AM] Steven: only on desktop
  164. [12/13/2014 6:29:40 AM] Saul: In the screenshot you sent me the viewer's screen size makes the text box fit perfectly with the side bar. It doesn't look like this for some users, especially if the text box is extended.
  165. [12/13/2014 6:33:48 AM] Steven: you mean in the following situation
  166. [12/13/2014 6:33:49 AM] Steven: http://screencast.com/t/d1J7lfvz
  167. [12/13/2014 6:36:06 AM] Saul: Hm, now this is a problem as it's obstructing the user from seeing the amount of words.
  168. [12/13/2014 6:36:42 AM] Saul: It's not convenient for the user to scroll up every time the total amount of words need to be viewed.
  169. [12/13/2014 6:37:53 AM] Steven: http://screencast.com/t/uIUSQBnmtrh
  170. [12/13/2014 6:37:59 AM] Saul: Above the "Clear" and "Undo" buttons at the bottom of the text box, add show the characters and words again.
  171. [12/13/2014 6:38:00 AM] Steven: so only this section
  172. [12/13/2014 6:38:52 AM] Steven: hey which section you want to scroll
  173. [12/13/2014 6:38:57 AM] Saul: The problem is that the language and social buttons need to be showing as well.
  174. [12/13/2014 6:39:12 AM] Steven: this http://screencast.com/t/WGFABQaIpw
  175.  
  176. or This
  177. [12/13/2014 6:39:12 AM] Steven: http://screencast.com/t/uIUSQBnmtrh
  178. [12/13/2014 6:39:29 AM] Saul: This: http://screencast.com/t/uIUSQBnmtrh
  179. [12/13/2014 6:39:52 AM] Saul: Do you see where the "Clear" and "Undo" buttons are locatd?
  180. [12/13/2014 6:40:01 AM] Steven: yes
  181. [12/13/2014 6:40:36 AM] Saul: Next to those there should be a new character and word counter that shows: X characters X words.
  182. [12/13/2014 6:44:12 AM] Steven: http://screencast.com/t/mzFQCWyF
  183. [12/13/2014 6:44:15 AM] Steven: like this
  184. [12/13/2014 6:44:39 AM] Saul: Yes, exactly
  185. [12/13/2014 6:44:50 AM] Saul: Do you see the grey box that contains the text box?
  186. [12/13/2014 6:45:11 AM] Steven: yes
  187. [12/13/2014 6:45:57 AM] Saul: The solution to this problem is that when the user first visits the page the side bar has to start exactly from the top of the grey box and end exactly at the bottom of the grey box.
  188. [12/13/2014 6:46:46 AM] Saul: That will say that the top of the "Details" box is parallel to the top of the grey box and the end of the language box is parallel to the end of the grey box.
  189. [12/13/2014 6:48:21 AM] Steven: didn't get it
  190. [12/13/2014 6:48:54 AM] Steven: http://uwebsolutions.co.uk/dev/bike/tours/
  191. [12/13/2014 6:48:57 AM] Steven: see this page
  192. [12/13/2014 6:49:29 AM] Steven: it doesn't slide beyond blue line
  193. [12/13/2014 6:49:47 AM] Saul: Look at this: http://screencast.com/t/UURZh2ygHM
  194. [12/13/2014 6:50:13 AM] Steven: ok
  195. [12/13/2014 6:50:57 AM] Saul: It should look almost like this, but the side bar should be a little shorter and instead of starting up where it says "0 words 0 characters" it should start at the start of the grey box which is located about 100 pixels down.
  196. [12/13/2014 6:56:37 AM] Steven: http://screencast.com/t/ODwXWIaHhRe
  197. ok
  198. [12/13/2014 6:57:02 AM] Steven: side bar will be of the same height
  199. [12/13/2014 6:57:09 AM] Steven: i got that point
  200. [12/13/2014 6:57:22 AM] Saul: That is not the only thing.
  201. [12/13/2014 6:57:35 AM] Saul: It will also follow as the user scrolls if the text box is resized.
  202. [12/13/2014 6:59:44 AM] Steven: text box have fixed height, it will not expand
  203. [12/13/2014 6:59:59 AM] Steven: try to put extra text
  204. [12/13/2014 7:00:59 AM] Steven: can you explain it with a picture
  205. [12/13/2014 7:01:07 AM] Saul: There is a feature at the bottom that allows the user to resize the text box.
  206. [12/13/2014 7:01:18 AM] Saul: If you have Javascript enabled you will see it.
  207. [12/13/2014 7:01:37 AM] Steven: ah ok
  208. [12/13/2014 7:02:20 AM] Steven: so you want the side bar scroll
  209. [12/13/2014 7:02:25 AM] Steven: in this situation
  210. [12/13/2014 7:02:53 AM] Saul: Yes, the side bar is allowed to scroll BUT only vertically inside the area with the red lines.
  211. [12/13/2014 7:03:39 AM] Saul: Again, it will follow the user's scroll, but it won't go above the top red line and it won't go below the bottom red line.
  212. [12/13/2014 7:04:01 AM] Steven: got it
  213. [12/13/2014 7:04:23 AM] Steven: word and character will appear on both locations
  214. [12/13/2014 7:04:27 AM] Steven: top and bottom
  215. [12/13/2014 7:04:50 AM] Steven: Next to clear button
  216. [12/13/2014 7:04:55 AM] Steven: what about if java disable
  217. [12/13/2014 7:05:06 AM] Steven: there will be count button
  218. [12/13/2014 7:05:32 AM] Saul: If Javascript is disabled it's very important that is is there as the side bar won't follow.
  219. [12/13/2014 7:06:02 AM] Saul: Of course, it won't update live because Javascript is disabled but if the Count button is pressed it will update.
  220. [12/13/2014 7:07:05 AM] Saul: Also, don't use any "display: none;" in the CSS.
  221. [12/13/2014 7:07:32 AM] Saul: Instead have them toggle with Javascript.
  222. [12/13/2014 7:09:08 AM] Steven: hm
  223. [12/13/2014 7:09:27 AM] Steven: no i was asking about this
  224. [12/13/2014 7:09:35 AM] Steven: http://screencast.com/t/mzFQCWyF
  225. [12/13/2014 7:09:43 AM] Steven: you need this on java enable
  226. [12/13/2014 7:09:48 AM] Steven: what will happen
  227. [12/13/2014 7:09:54 AM] Steven: on java disable
  228. [12/13/2014 7:10:26 AM] Saul: Are you talking about "230 words 3899 characters"?
  229. [12/13/2014 7:10:34 AM] Steven: yes
  230. [12/13/2014 7:10:49 AM] Saul: If Javascript is disabled it will show.
  231. [12/13/2014 7:10:57 AM] Saul: If Javascript is enabled it will not show.
  232. [12/13/2014 7:12:46 AM] Steven: i thnk you mistyped
  233. [12/13/2014 7:13:06 AM] Steven: If Javascript is disabled it will not show.
  234. If Javascript is enabled it will show.
  235. [12/13/2014 7:13:12 AM] Steven: this is the correct one
  236. [12/13/2014 7:13:40 AM] Saul: No, what I wrote is correct.
  237. [12/13/2014 7:14:19 AM] Saul: If Javascript is enabled it's useless as the side bar is always next to the user showing him/her the total amount of words and characters.
  238. [12/13/2014 7:15:12 AM] Saul: However, if Javascript is disabled and the user resizes the text box the side bar could possibly be up higher than the user would be able to view causing him/her to scroll up to see what the word/character count is.
  239. [12/13/2014 7:15:52 AM] Steven: so basically it will show next to the count button
  240. [12/13/2014 7:15:56 AM] Steven: not clear button
  241. [12/13/2014 7:16:06 AM] Steven: bcz clear button don't show on java disable
  242. [12/13/2014 7:16:10 AM] Saul: Yes, exactly
  243. [12/13/2014 7:16:17 AM] Steven: :)
  244. [12/13/2014 7:16:29 AM] Steven: anything else
  245. [12/13/2014 7:16:54 AM] Saul: That should be all for now.
  246. [12/13/2014 7:17:10 AM] Steven: language box will not appear on java disable
  247. [12/13/2014 7:17:30 AM] Saul: No, language box will appear if Javascript is disabled.
  248. [12/13/2014 7:17:42 AM] Saul: Instead "Share" box will not be displayed if Javascript is disabled.
  249. [12/13/2014 7:18:10 AM] Steven: but language script is not working on java disabl e
  250. [12/13/2014 7:19:14 AM] Saul: Yes, remove Google Translate for now and replace it with this image: http://downloadlanguages.com/WebRoot/Ballou/Shops/downloadlanguages/MediaGallery/flag/UK.JPG
  251. [12/13/2014 7:20:20 AM] Steven: instead of the google translate , another
  252. [12/13/2014 7:20:48 AM] Saul: Yes, remove Google Translate and instead add this image inside the box: http://icons.iconarchive.com/icons/custom-icon-design/flag-3/128/United-States-Flag-icon.png
  253. [12/13/2014 7:21:02 AM] Steven: just i mages
  254. [12/13/2014 7:21:03 AM] Steven: ?
  255. [12/13/2014 7:21:14 AM] Saul: Just this one image for now, yes.
  256. [12/13/2014 7:21:17 AM] Steven: if you have seletected languages then i can put php
  257. [12/13/2014 7:21:29 AM] Steven: you sent 2 different
  258. [12/13/2014 7:21:30 AM] Saul: Actually that would be better.
  259. [12/13/2014 7:21:46 AM] Steven: 8 languages
  260. [12/13/2014 7:22:04 AM | Edited 7:22:08 AM] Steven: with flags
  261. [12/13/2014 7:22:30 AM] Saul: If Javascript is enabled have a very nice looking drop-down box with the languages and a flag next to them.
  262. [12/13/2014 7:23:15 AM] Saul: If Javascript is disabled, show a drop-down box that only uses CSS and HTML with the flags too if it's possible.
  263. [12/13/2014 7:23:31 AM] Saul: Each language will link to the country's 2 letter ISO code.
  264. [12/13/2014 7:23:40 AM] Steven: ok
  265. [12/13/2014 7:23:55 AM] Saul: For example, USA = US.
  266. http://uwebsolutions.co.uk/dev/wordcount2/php/us
  267. [12/13/2014 7:24:02 AM] Steven: ah
  268. [12/15/2014 6:45:15 PM] Steven: hi
  269. [12/15/2014 6:45:32 PM] Steven: all done updating you today
  270. [12/16/2014 6:57:24 AM] Saul: I'm not able to see the changes from here.
  271. [12/17/2014 7:24:16 AM] Steven: Hi
  272. [12/17/2014 7:24:17 AM] Steven: you tehre
  273. [12/17/2014 7:24:17 AM] Steven: ?
  274. [12/17/2014 7:24:34 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/
  275. [12/17/2014 7:24:41 AM] Steven: kindly please check and let me know
  276. [12/17/2014 4:37:27 PM] Steven: Hi
  277. [12/17/2014 4:37:28 PM] Steven: you here
  278. [12/17/2014 4:37:28 PM] Steven: ?
  279. [12/18/2014 3:27:36 AM] Steven: Hi
  280. [12/18/2014 5:35:16 AM] Steven: HI
  281. [12/18/2014 4:55:14 PM] Steven: Hi
  282. [12/18/2014 4:55:17 PM] Steven: You here
  283. [12/19/2014 1:35:32 PM] Steven: Hi
  284. [12/19/2014 6:20:19 PM] Steven: Hi
  285. [12/20/2014 4:58:49 AM] Saul: I'm here
  286. [12/20/2014 4:59:16 AM] Steven: Did you check the site
  287. [12/20/2014 5:03:12 AM] Steven: Check now
  288. [12/20/2014 5:10:05 AM] Saul: It's getting closer.
  289. [12/20/2014 5:10:32 AM] Saul: The side bar is now following which is great and the language bar is also updated.
  290. [12/20/2014 5:11:12 AM] Saul: When Javascript is disabled it doesn't seem to be possible to resize the textarea, even though this is a feature that is supposed to run without Javascript.
  291. [12/20/2014 5:11:41 AM] Saul: Make sure it's possible to resize the textarea, but only vertically if Javascript is disabled.
  292. [12/20/2014 5:13:06 AM] Saul: Also, the top blue label on the "Share" and "Language" boxes don't match when Javascript is disabled, however the label on "Details" looks good.
  293. [12/20/2014 5:14:04 AM] Saul: There should be a text below "Keyword Density" that let's the user know that a text needs to be written/pasted into the text box before it displays the keyword density.
  294. [12/20/2014 5:20:31 AM] Saul: The "Share" box should also be hidden when Javascript is disabled.
  295. [12/20/2014 5:44:28 AM] Steven: There
  296. [12/20/2014 5:44:38 AM] Steven: ???
  297. [12/20/2014 5:45:37 AM] Steven: There should be a text below "Keyword Density" that let's the user know that a text needs to be written/pasted into the text box before it displays the keyword density.
  298. [12/20/2014 5:45:53 AM] Steven: Didn't get this point
  299. [12/20/2014 5:46:18 AM] Steven: Ok ok got it
  300. [12/20/2014 4:08:32 PM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/
  301. [12/20/2014 4:08:34 PM] Steven: Updated
  302. [12/20/2014 6:21:52 PM] Steven: hi did you check
  303. [12/21/2014 2:01:44 AM] Saul: The keyword density calculator is showing the message correctly.
  304. [12/21/2014 2:03:12 AM] Saul: The language drop-down is however displaying inside the box on mobile devices. This requires the user to scroll inside the box which is a bit difficult.
  305. [12/21/2014 6:42:47 AM] Steven: SO
  306. [12/21/2014 6:42:47 AM] Steven: ?
  307. [12/21/2014 6:43:29 AM] Steven: ok i will fix it on mobile
  308. [12/21/2014 12:08:23 PM] Steven: Ah ok
  309. [12/22/2014 5:30:54 PM] Steven: Its done
  310. [12/22/2014 9:07:20 PM] Steven: ?
  311. [12/22/2014 9:07:37 PM] Steven: did you check
  312. [12/23/2014 6:54:00 PM] Steven: Hi
  313. [12/24/2014 4:12:04 AM] Steven: hi
  314. [12/24/2014 9:45:39 PM] Saul: The functionality is now complete.
  315. [12/24/2014 9:47:04 PM] Saul: The design does however look too much like wordcounter.net. Some changes need to be made, especially for the icons to make it look a bit different.
  316. [12/25/2014 3:27:23 AM] Steven: Ok
  317. [12/26/2014 11:36:26 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/
  318. [12/26/2014 2:10:09 PM] Saul: The white and blue colors looked better.
  319. [12/26/2014 2:10:22 PM] Saul: The icon for the clear button does however look good.
  320. [12/26/2014 2:10:45 PM] Saul: The effect on the Details box is pixelated which makes it look bad.
  321. [12/26/2014 2:10:59 PM] Steven: You the old one ???
  322. [12/26/2014 2:11:20 PM] Steven: White and blue
  323. [12/26/2014 2:11:55 PM] Saul: The old one looked better, but the current background is better than the blue one.
  324. [12/26/2014 2:12:49 PM] Steven: Ok then you want it back to white and blue
  325. With current background
  326. [12/26/2014 2:13:55 PM] *** Missed call from Steven. ***
  327. [12/26/2014 2:13:55 PM] *** Call ended ***
  328. [12/26/2014 2:14:11 PM] Saul: Yes, but it still looks similar to wordcounter.net
  329. [12/26/2014 2:14:17 PM] Steven: The effect on the Details box is pixelate ????
  330. [12/26/2014 2:14:28 PM] Saul: It is, yes.
  331. [12/26/2014 2:14:43 PM] Steven: But its user friendly
  332. [12/26/2014 2:15:39 PM] Saul: No, change it to another icon and remove the effect. Only add an effect to turn it 90 degrees when clicked.
  333. [12/26/2014 2:16:00 PM] Saul: Also, change all the colors back to white and blue but leave the background as it is.
  334. [12/26/2014 2:16:35 PM] Steven: Can i call you
  335. [12/26/2014 2:17:58 PM] Saul: One moment.
  336. [12/26/2014 2:20:30 PM] Saul: Call me.
  337. [12/26/2014 2:24:10 PM] *** Missed call from Steven. ***
  338. [12/26/2014 2:24:10 PM] *** Call ended ***
  339. [12/27/2014 7:48:36 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/
  340. http://uwebsolutions.co.uk/dev/wordcount2/php/index-v2.php
  341. http://uwebsolutions.co.uk/dev/wordcount2/php/index-v3.php
  342. [12/27/2014 7:58:12 AM] Saul: Change all the text and top of the bars back to the blue color.
  343. [12/27/2014 8:02:51 AM] Steven: text like
  344. [12/27/2014 8:02:52 AM] Steven: ?
  345. [12/27/2014 8:02:58 AM] Steven: and on which version
  346. [12/27/2014 8:03:00 AM] Steven: ?
  347. [12/27/2014 8:03:56 AM] Steven: ?
  348. [12/27/2014 8:04:58 AM] Saul: Index-v3.php is however showing it in full screen which is good, but there has to be a few small changes.
  349.  
  350. When the page is in full screen mode the right side should show the Details box and the keyword density so the user doesn't have to scroll down every time he wants to see details about the text.
  351.  
  352. The page shouldn't go into full screen mode when the text box is clicked, instead there should be a button located on the bottom of the text box called "Full screen" that changes the page into full screen mode.
  353. [12/27/2014 8:09:31 AM] Saul: Index-v2.php does look better as the side bar is on the left side.
  354.  
  355. Change the font inside the Details box to the same font as the top counter (Raleway).
  356.  
  357. Change the side bar back to the way it was before you changed it to black.
  358. Before the change the top of the sidebars were blue and I think the color was white.
  359.  
  360. I like that the Details box now has complete blue squares so let that be as it is.
  361. [12/27/2014 8:10:27 AM] Saul: Finally, after you've made the changes mentioned add the full screen feature to index-v2.php.
  362. [12/27/2014 8:49:06 AM] Steven: can i call you
  363. [12/27/2014 8:49:07 AM] Steven: ?
  364. [12/27/2014 8:51:47 AM] Steven: You there
  365. [12/27/2014 8:51:48 AM] Steven: ?
  366. [12/27/2014 8:52:19 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/index-v2.php i am considering this page as finalized design ( making your desired changes )
  367. [12/27/2014 8:52:20 AM] Steven: OK
  368. [12/27/2014 8:52:26 AM] Steven: please confirm its fine
  369. [12/27/2014 8:57:38 AM] Saul: That is fine.
  370. [12/27/2014 8:58:10 AM] Saul: Perform the requested changes to index-v2.php.
  371. Unfortunately, I can't talk as I'm busy.
  372. [12/27/2014 8:58:46 AM] Steven: ok
  373. [12/27/2014 9:05:35 AM] Steven: Finally, after you've made the changes mentioned add the full screen feature to index-v2.php.
  374. [12/27/2014 9:05:37 AM] Steven: ?
  375. [12/27/2014 9:05:41 AM | Edited 9:05:51 AM] Steven: Full screen will be applied on ?
  376. [12/27/2014 9:05:42 AM] Steven: ?
  377. [12/27/2014 9:06:00 AM] Saul: Yes
  378. [12/27/2014 9:06:19 AM] Steven: [Saturday, December 27, 2014 9:05 AM] Steven:
  379.  
  380. <<< Full screen will be applied on ?
  381. [12/27/2014 9:06:56 AM] Steven: Full screen will zoom the box
  382. [12/27/2014 9:07:07 AM] Steven: text area
  383. [12/27/2014 9:07:09 AM] Steven: ?
  384. [12/27/2014 9:07:20 AM] Saul: Yes, full screen will zoom the text box in and on the left side only the details and keyword density box will be shown.
  385. [12/27/2014 9:07:52 AM] Steven: but keyword density is currently below
  386. [12/27/2014 9:08:05 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/index-v2.php
  387. [12/27/2014 9:08:48 AM] Saul: It needs to be moved to the side bar when the page is in full screen mode.
  388. [12/27/2014 9:08:51 AM] Steven: you mean like this
  389. [12/27/2014 9:08:52 AM] Steven: ?
  390. [12/27/2014 9:08:53 AM] Steven: http://wordcounter.net/
  391. [12/27/2014 9:09:12 AM] Saul: Yes, exactly but only when the page is in full screen mode.
  392. [12/27/2014 9:09:22 AM] Steven: but text area will be zoomed vertically
  393. [12/27/2014 9:09:30 AM] Steven: not full width
  394. [12/27/2014 9:09:38 AM] Steven: it will only work on Java enable
  395. [12/27/2014 9:11:28 AM] Saul: The text area will be zoomed in both vertically and horizontally and cover 80% of the screen. The remaining 20% will be covered by the Details box and the keyword density box located on the left side.
  396. [12/27/2014 9:11:48 AM] Steven: hmmm
  397. [12/27/2014 9:11:51 AM] Steven: ok
  398. [12/27/2014 9:12:00 AM] Steven: this is only for destop
  399. [12/27/2014 9:12:20 AM] Saul: Only for the desktop, yes.
  400. [12/27/2014 9:13:50 AM] Steven: also where to place the full screenbutton
  401. [12/27/2014 9:13:51 AM] Steven: ?
  402. [12/27/2014 9:14:57 AM] Saul: Place it next to the "Clear" button for now.
  403. [12/27/2014 9:15:04 AM] Steven: hmm
  404. [12/27/2014 9:15:49 AM] Steven: last question
  405. [12/27/2014 9:15:50 AM] Steven: 0 words 0 characters
  406. [12/27/2014 9:15:59 AM] Steven: will they also appear on full screen
  407. [12/27/2014 9:15:59 AM] Steven: ?
  408. [12/27/2014 9:16:57 AM] Saul: Yes, add that as well to the top of the page with the same height but with a 100% width.
  409. [12/27/2014 9:17:08 AM] Steven: ok
  410. [12/29/2014 9:00:10 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/index-v2.php
  411. [12/29/2014 10:13:50 AM] Steven: You there , please check its done
  412. [12/29/2014 2:49:12 PM] Steven: you here
  413. [12/29/2014 2:49:12 PM] Steven: ?
  414. [12/29/2014 3:06:18 PM] Saul: Which page were the changes applied to?
  415. [12/29/2014 3:06:31 PM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/index-v2.php
  416. [12/29/2014 3:06:35 PM] Steven: refresh
  417. [12/29/2014 3:07:58 PM] Steven: fullscreen option
  418. [12/29/2014 3:08:01 PM] Steven: etc
  419. [12/29/2014 3:09:06 PM] Saul: There is something wrong with the page when it's viewed from a mobile device.
  420. [12/29/2014 3:09:52 PM] Steven: ok ok
  421. [12/29/2014 3:10:52 PM] Steven: everything else seems fine
  422. [12/29/2014 3:10:53 PM] Steven: ?
  423. [12/29/2014 3:12:54 PM] Saul: I'm viewing it from a mobile device as I don't have access to a PC and from here the text box isn't working and the Details box is covering half the text box.
  424. [12/29/2014 3:13:39 PM] Steven: Ya i have seen that error
  425. [12/29/2014 3:14:00 PM] Steven: Check it on desktop
  426. [12/29/2014 3:18:16 PM] Saul: I will let you know about the desktop version in about two hours. Take care of the mobile bug until then.
  427. [12/29/2014 3:18:31 PM] Steven: ok
  428. [12/30/2014 3:43:01 AM] Steven: Hi
  429. [12/30/2014 6:04:16 AM] Steven: it has now been fixed
  430. [12/30/2014 6:04:18 AM] Steven: check now
  431. [12/30/2014 8:41:47 AM] Steven: hi
  432. [12/30/2014 7:19:33 PM] Steven: You here
  433. [12/30/2014 7:19:35 PM] Steven: ?
  434. [12/30/2014 10:46:49 PM] Steven: hi
  435. [1/1/2015 5:38:41 AM] Steven: Happy New Year
  436. [1/1/2015 12:47:56 PM] Steven: Hi mate you here
  437. [1/3/2015 12:52:05 AM] Saul: The page is down.
  438. [1/3/2015 4:07:51 AM] Steven: hi
  439. [1/3/2015 4:11:25 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php3/index-v2.php
  440. [1/3/2015 4:11:27 AM] Steven: check here
  441. [1/3/2015 12:54:39 PM] Steven: hi
  442. [1/4/2015 2:45:21 AM] Steven: hi
  443. [1/4/2015 6:10:54 PM] Steven: Hi
  444. [1/4/2015 7:37:36 PM] Saul: The icon resolution needs to be higher.
  445.  
  446. Share and Language box titles need to be blue all the way.
  447.  
  448. Icon animations need to stop instead of going into an endless loop.
  449.  
  450. Languages in the drop-down need to cover 100% of the box.
  451. [1/4/2015 7:38:26 PM] Steven: hi
  452. [1/4/2015 7:38:53 PM] Steven: Title in blue ?
  453. [1/4/2015 7:38:59 PM] Steven: but how ?
  454. [1/4/2015 7:39:13 PM] Steven: they have blue background they will not look good in blue
  455. [1/4/2015 7:41:00 PM] Saul: It seems to be fixed now.
  456. [1/4/2015 7:41:35 PM] Saul: Inform me when the changes have been made.
  457. [1/4/2015 7:41:36 PM] Steven: Title in blue instead of white ?
  458. [1/4/2015 7:42:49 PM] Saul: No, earlier the width wasn't covering 100%, but it is now.
  459. [1/4/2015 7:43:12 PM] Steven: wait a sec , mate you shared 4 points
  460. [1/4/2015 7:43:24 PM] Steven: The icon resolution needs to be higher.
  461.  
  462. Share and Language box titles need to be blue all the way.
  463.  
  464. Icon animations need to stop instead of going into an endless loop.
  465.  
  466. Languages in the drop-down need to cover 100% of the box.
  467. [1/4/2015 7:43:47 PM | Edited 7:43:56 PM] Steven: BOx titles are currently have white color because the background is blue
  468. [1/4/2015 7:48:09 PM] Steven: ?
  469. [1/4/2015 11:00:36 PM] Steven: there?
  470. [1/5/2015 12:07:02 AM] Steven: wait a sec , mate you shared 4 points
  471. The icon resolution needs to be higher.
  472.  
  473. Share and Language box titles need to be blue all the way.
  474.  
  475. Icon animations need to stop instead of going into an endless loop.
  476.  
  477. Languages in the drop-down need to cover 100% of the box.
  478. BOx titles are currently have white color because the background is blue
  479. [1/5/2015 12:19:05 AM] Saul: I haven't mentioned anything about the box title colors. Read the points again.
  480. [1/5/2015 12:19:51 AM] Steven: You did
  481. [1/5/2015 12:20:57 AM] Steven:
  482.  
  483. Share and Language box titles need to be blue
  484. <<<
  485. [1/5/2015 12:21:07 AM] Steven: How
  486. [1/5/2015 4:28:17 AM] Steven: ???
  487. [1/5/2015 4:50:57 AM] Steven: There
  488. [1/5/2015 6:05:51 AM] Steven: Hi , you here, i want to finalize this deal
  489. [1/5/2015 6:06:01 AM] Steven: can you clear some confusions
  490. [1/5/2015 5:59:28 PM] Steven: Check the fixes
  491. [1/6/2015 5:49:06 PM] Steven: There ?? Mate
  492. [1/6/2015 10:50:11 PM] Saul: The page is once again deleted.
  493. [1/7/2015 12:31:49 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/index-v2.php
  494. [1/7/2015 12:31:58 AM] Steven: check now
  495. [1/7/2015 12:33:11 AM] Steven: you here
  496. [1/7/2015 12:33:13 AM] Steven: ?
  497. [1/7/2015 12:50:48 AM] Steven: there/
  498. [1/7/2015 2:17:47 AM] Steven: HI
  499. [1/7/2015 2:17:56 AM] Steven: http://uwebsolutions.co.uk/dev/wordcount2/php/index-v2.php
  500. [1/7/2015 9:26:37 AM] Saul: The webpage was not found.
  501. [1/7/2015 9:27:16 AM] Steven: Check now
  502. [1/7/2015 9:28:35 AM] Saul: All icons have been improved except the Details box icon.
  503. [1/7/2015 9:29:25 AM] Steven: Like what you need
  504. [1/7/2015 9:29:39 AM] Steven: A different icon ??
  505. [1/7/2015 9:30:53 AM] Saul: Details box needs to have its icon updated and the little space white space on the titles need to be fully covered by the blue title.
  506. [1/7/2015 9:32:11 AM] Steven: which titles ?
  507. [1/7/2015 9:32:21 AM] Steven: words , character?
  508. [1/7/2015 9:32:24 AM] Steven: etc ?
  509. [1/7/2015 9:33:06 AM] Saul: Look at the top of Share and Language in the picture I sent.
  510. [1/7/2015 9:34:07 AM] Steven: oh ok
  511. [1/7/2015 9:34:21 AM] Steven: the space coming on the right side of the share and language bar
  512. [1/7/2015 9:34:23 AM] Steven: right
  513. [1/7/2015 9:34:23 AM] Steven: ?
  514. [1/7/2015 9:38:05 AM] Steven: http://screencast.com/t/bIc6HOej
  515. [1/7/2015 9:38:08 AM] Steven: this ?
  516. [1/7/2015 9:38:41 AM] Saul: Yeah, exactly.
  517. [1/7/2015 9:38:58 AM] Steven: ok any thing else ?
  518. [1/7/2015 9:39:47 AM] Steven: detail icon representing open box
  519. [1/7/2015 9:42:41 AM] Saul: Yes, that icon needs to be updated as well.
  520. [1/7/2015 9:48:07 AM] Steven: its a dropdown icon
  521. [1/7/2015 9:48:17 AM] Saul: Yes
  522. [1/7/2015 9:49:25 AM] Steven: with effects ?
  523. [1/7/2015 9:54:15 AM] Steven: http://thumbs.dreamstime.com/z/drop-down-menu-round-icons-set-vector-computer-website-settings-white-32780452.jpg
  524. [1/7/2015 9:54:17 AM] Steven: which one
  525. [1/7/2015 9:54:46 AM] Steven: 3line item 2 ?
  526. [1/7/2015 9:59:13 AM] Steven: ?
  527. [1/7/2015 10:00:55 AM] Saul: The current one looks good but the quality/resolution is low which makes the image look pixelated.
  528. [1/7/2015 10:01:16 AM] Steven: oh
  529. [1/7/2015 10:01:25 AM] Steven: ok if i make it on fine resolution
  530. [1/7/2015 10:01:26 AM] Steven: ?
  531. [1/7/2015 10:04:15 AM] Steven: Am i getting paid today
  532. [1/7/2015 10:04:16 AM] Steven: ?
  533. [1/7/2015 11:02:04 AM] Saul: Has the icon been updated?
  534. [1/7/2015 11:02:21 AM] Steven: yes
  535. [1/7/2015 11:02:38 AM] Steven: Am i getting paid today
  536. [1/7/2015 11:27:06 AM] Steven: ?
  537. [1/7/2015 5:27:34 PM] Saul: I'm seeing the same icon as earlier.
  538. [1/7/2015 5:34:15 PM] Steven: Am i getting paid today
  539. [1/7/2015 5:34:18 PM] Steven: ??
  540. [1/7/2015 5:34:55 PM] Saul: Once the work is completed.
  541. [1/7/2015 5:36:29 PM] Steven: Its almost done except an icon
  542. [1/7/2015 5:45:00 PM] Saul: There may be more changes afterward as I need to see how it will work and look on a PC.
  543. [1/7/2015 8:50:26 PM] Steven: Check now
  544. [1/7/2015 8:50:26 PM] Steven: Updated
  545. [1/7/2015 9:55:17 PM] Saul: Icon looks much better now but the language and share box titles are shorter
  546. [1/7/2015 9:56:03 PM] Steven: refresh it now
  547. [1/7/2015 9:57:31 PM] Steven: ok
  548. [1/7/2015 9:57:37 PM] Steven: everything else seems fine
  549. [1/7/2015 9:58:29 PM] Steven: ?
  550. [1/8/2015 4:27:06 AM] Steven: Hi
  551. [1/8/2015 1:53:30 PM] Steven: Hi
  552. [1/8/2015 1:53:33 PM] Steven: did you check it again
  553. [1/8/2015 7:43:36 PM] Steven: let me know when you are here
  554. [1/9/2015 3:39:01 AM] Steven: ?
  555. [1/9/2015 2:33:22 PM] Steven: HI
  556. [1/9/2015 5:16:54 PM] Saul: When hovering over Word Counter the text color changes to black and the background becomes white which does not look good.
  557. [1/9/2015 5:17:06 PM] Saul: The effect that was on the page in the beginning was better.
  558. [1/9/2015 5:17:29 PM] Steven: Screenshot
  559. [1/9/2015 5:17:34 PM] Steven: Please
  560. [1/9/2015 5:17:48 PM] Saul: The numbers on the Details box also need to be normal instead of bold.
  561. [1/9/2015 5:18:10 PM] Saul: The drop-down icon on the Details box needs to move more to the right.
  562. [1/9/2015 5:25:05 PM | Edited 5:25:15 PM] Steven: also
  563. [1/9/2015 5:26:03 PM] Steven: Thats it
  564. [1/9/2015 5:26:05 PM] Steven: ??
  565. [1/9/2015 5:26:19 PM] Steven: Or some thing more ??
  566. [1/9/2015 5:41:46 PM] Steven: ?
  567. [1/9/2015 5:41:54 PM] Steven: are you here
  568. [1/9/2015 6:01:02 PM] Steven: let me know when you are here
  569. [1/9/2015 7:47:01 PM] Saul: That is all for now, yes.
  570. [1/9/2015 7:47:31 PM] Steven: Can you make the payment
  571. [1/9/2015 7:51:52 PM] Saul: We will discuss the payment once the site is finished.
  572. [1/9/2015 7:51:59 PM] Saul: As we agreed on.
  573. [1/9/2015 7:52:22 PM] Steven: Its done as you know
  574. [1/9/2015 7:52:31 PM] Steven: Some minor fixes
  575. [1/9/2015 7:52:32 PM] Saul: Have the latest changes been made?
  576. [1/9/2015 7:52:50 PM] Steven: Except those
  577. [1/9/2015 7:53:25 PM] Saul: Let me know once those are done.
  578. [1/9/2015 8:17:08 PM] Steven: ok
  579. [1/10/2015 6:23:20 AM] Steven: check the site now
  580. [1/10/2015 6:23:21 AM] Steven: updated
  581. [1/10/2015 5:21:09 PM] Saul: When scrolling the sidebar follows but the Details box is too close to the top of the browser. There should be a 20-30 px margin there.
  582. [1/10/2015 5:24:23 PM] Steven: On
  583. [1/10/2015 5:24:31 PM] Steven: Which resolution
  584. [1/10/2015 5:55:32 PM] Steven: i will do the remaining work after the payment
  585. [1/10/2015 8:33:55 PM] Saul: There should be a small space as it should not stick to the browser.
  586. [1/10/2015 8:34:21 PM] Steven: on which resolution
  587. [1/10/2015 8:34:25 PM] Steven: on desktop or on mobil
  588. [1/10/2015 8:34:27 PM] Steven: ?
  589. [1/10/2015 9:27:05 PM] Saul: The sidebar only scrolls on the desktop so it will only be needed on the desktop.
  590. [2:41:41 AM] Steven: hi
  591. [7:35:03 AM] Steven: hi
  592. [7:35:13 AM] Steven: i will do the remaining work after the payment
  593. [12:31:02 PM] Saul: That is against our initial terms.
  594. If you want to waste my time then I'll have to look for someone else.
  595. [12:42:33 PM] Steven: website is almost ready if you don't need it its fine
  596. [12:42:48 PM] Steven: you are holding payment just for the margin and padding
  597. [12:43:12 PM] Steven: please be straight it has become a month
  598. [12:44:49 PM] Steven: website is 99.99% ready
  599. [12:45:00 PM] Steven: those padding and margins i can sort after the payment
  600. [12:45:05 PM] Saul: When the site looks and functions in a way that I'm happy with, we will talk about the payment. Otherwise I'm not interested.
  601. [12:45:17 PM] Steven: ok mate ,
  602. [12:45:40 PM] Steven: so currently its not looking fine you mean
  603. [12:45:41 PM] Steven: ?
  604. [12:46:14 PM] Steven: every day you just give me a small feedback to increase padding , reduce margin , increase font size
  605. [12:46:15 PM | Edited 12:47:41 PM] Steven: etc these things will never end if you come with these small changes each day
  606. [12:47:06 PM] Steven: btw where you from ?
  607. [12:51:11 PM] Saul: That's how things work, slight improvements leading to the final product.
  608. [12:51:22 PM] Steven: https://forums.digitalpoint.com/threads/web-designer-and-javascript-jquery-coder.2739802/#post-19083935
  609. [12:51:37 PM] Steven: look mate , nothing mentioned here
  610. [12:51:38 PM] Saul: If you are not happy and can't finish the job, let me know fast and I will pass the task to someone else.
  611. [12:51:53 PM] Saul: I really don't have time to discuss pointless topics.
  612. [12:52:03 PM] Saul: Look in your chat history.
  613. [12:53:35 PM] Steven: When the work is done I will send the payment and you will send me the files.
  614. Do these terms sound fair to you?
  615. [12:53:45 PM] Steven: List all the change mate at once please
  616. [12:54:16 PM] Steven: if you are going to move forward , this is not gonna work if i get 1 single fix each day
  617. [12:55:13 PM] Saul: Forget that, let's make this quick.
  618. [12:55:24 PM] Saul: Do you want to finish the job (yes/no)?
  619. [12:55:49 PM] Steven: if you have intentions and want to pay i am very much interested
  620. [12:56:14 PM] Steven: answer is yes in these conditions, 2nd list all the fixes now
  621. [12:56:18 PM] Steven: in a doc
  622. [12:56:39 PM] Steven: and 3rd tell me the price ,
  623. [12:56:49 PM] Saul: Payment will be sent once the site is finished.
  624. Changes will be passed progressively.
  625. [12:56:54 PM] Steven: how much i will get paid once it done (most important )
  626. [12:57:06 PM] Steven: How much will i get paid
  627. [12:57:38 PM] Saul: That will be discussed once the site is finished.
  628. [12:57:48 PM] Steven: If you don't know how much will you pay , then its better to finish this deal now
  629. [12:57:54 PM] Steven: i am placing this on your thread
  630. [1:00:38 PM] Steven: if you think you can move tell me the price now, other wise consider this deal closed
  631. [1:00:51 PM] Steven: i don't want to waste more time for noting
  632. [1:02:59 PM | Edited 1:03:18 PM] Steven: i will report againt this on DP, keep this thing in your mind
  633. [1:08:05 PM] Saul: That won't be an issue.
  634. [1:08:12 PM] Saul: I will make sure that the entire Skype chat transcript is posted on the same thread.
  635. [1:08:21 PM] Saul: I'm in the office right now and I have absolutely no interest in wasting time.
  636. [1:08:33 PM] Saul: Your work so far has been decent and it's getting close to the end.
  637. The payment I had in mind is around 260 USD.
  638. [1:08:47 PM] Saul: If you don't want to continue making the requested changes progressively then I have no interest in the project and this deal will be closed.
  639. [1:09:16 PM] Steven: the work i did cost about 550
  640. [1:09:22 PM] Steven: anyways
  641. [1:09:43 PM] Saul: That is an extremely unreasonable amount considering that the main structure was COPIED from another website.
  642. [1:09:44 PM] Steven: i am sharing this all on your thread it would help others to deal with you
  643. [1:10:55 PM] Saul: Goodbye.
  644. [1:11:15 PM] Steven: Bye
  645. [1:11:16 PM] Steven: :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement