Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Site
  2. ----
  3.  
  4. Footer's a little weak, could use something more--maybe a full footer of links? The Partners section is also a bit floaty right now
  5.  
  6. Contact link in the top menu isn't a real link, which breaks when I try to open it as a new tab
  7.  
  8. Three's a LOT Of Javascript files being loaded, try and combine at least a few of those. foundation.min.js is particularly bloated relative to how much of it is actually used on the page, and modernizr only needs a handful of the properties tested
  9.  
  10. These resources have really short expiration lifetimes given, not totally ideal
  11.  
  12. 99% of fontawesome isn't used here at all, removing unused icons there would shrink filesize enormously
  13.  
  14. APP
  15. ---
  16.  
  17. I like the signup form, nice and simple. Grid layout seems awkward though, a more linear line-by-line form is traditional for a reason
  18.  
  19. There's a little reminder box that popped up telling me to fill in the e-mail box when it was filled in, which was strange
  20.  
  21. The app loads 150 separate javascript files? Those should not be unminified and unobfuscated, but until then I'll be reading through all the code
  22.  
  23. I like the colors, although the occasional dip towards pastels strikes me as odd
  24.  
  25.  
  26. The tour script that guides through forms is pretty nice stuff
  27.  
  28. There's no easy way to dismiss the squeezing "i" help icon besides opening the tour, which is honestly pretty distracting
  29.  
  30. For responsiveness, that sidebar could easily turn into off-canvas navigation
  31.  
  32. The calendar doesn't really scale well, and when the window is too short vertically it just hides the bottom parts of the calendar and scrolling is broken
  33.  
  34. Sidebar height is set via Javascript? Again when you resize vertically it seems to break
  35.  
  36. I like the use of preview windows, although the visual separation between the two windows makes them seem at first glance to be separate elements until the text is read. Grouping them together, maybe putting the preview inside of the editing block somehow, might help that
  37.  
  38. The example .csv and .txt file links are broken
  39.  
  40. The "Search group members" input field in group settings has a second line inside of a box, which looks a little strange to me
  41.  
  42. Notification icon in the top bar opens a floating box but I'll admit I was expecting a dropdown menu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement