Guest User

Untitled

a guest
Jun 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. h1. Courseware Assignments
  2.  
  3. # HTML
  4. ## Basic Page Structure and Major Elements (<html>, <head>, <body>, <title>, <p>, <meta>, <h1..4>)
  5. ## Hyperlinking (first Rails tag - link_to)
  6. ## Inserting Images
  7. # CSS
  8. ## Intro to Styling Elements - in-line vs. CSS
  9. ## Inheritance
  10. ## Major Style Groups (based on the groups used by CSSEdit)
  11. ### Fonts & Colors
  12. ### Text
  13. ### Backgrounds
  14. ### Dimensions
  15. ### Position & Page Flow
  16. ### Borders
  17. ### Bullets & Other
  18.  
  19. III. Javascript (Prototype)
  20. A. What is a script?
  21. B. DOM
  22. C. Selecting an object
  23. D. Basic actions to take on an object (mouseover, change styles/values, effects)
  24. E. Conditional statements
  25. IV. Basic Programming Concepts
  26. A. OOP Intro
  27. B. Values and Variables
  28. V. Basic Rails Concepts - Carlo Pecchia
  29. A. Installation
  30. B. MVC
  31. C. Associations
  32. D. Routing
  33. E. Scaffolding
  34. F. Forms
  35. VI. Moving Toward Better Code
  36. A. Partials (DRY)
  37. B. Validations
  38. C. Class Methods
  39. D. Filters
  40. E. ActionMailer
  41. F. jQuery
  42. VII. Plugins / Gems
  43. A. What is a plugin? What is a gem? Why use them?
  44. B. Common-Use Plugins and Gems
  45. 1. Authentication and Authorization
  46. 2. CMS
  47. 3. File Attachments
  48. 4. Searching
  49. 5. PDFs
  50. 6. Testing
  51. 7. Pagination
  52. VIII. Advanced Rails Concepts
  53. A. Default Scope, Named Scope
  54. B. Engines and Templates
  55. C. Versioning/Edge
  56. D. Database/Platform Support
  57. E. Deployment
  58. F. Testing
  59. G. Polymorphic relationships and Single Table Inheritance
  60. H. Lazy loading vs. eager loading
  61. I. Version repositories
  62. J. Security
  63. K. Hosting
Add Comment
Please, Sign In to add comment