1. Урок 1. 00:08:34
    Setting up your local server
  2. Урок 2. 00:09:29
    Creating the login form
  3. Урок 3. 00:04:54
    Creating the register form
  4. Урок 4. 00:04:11
    Intro to PHP - Handling form submission
  5. Урок 5. 00:10:58
    Form sanitation - Cleaning the input
  6. Урок 6. 00:04:41
    Separating our code
  7. Урок 7. 00:03:40
    Preparing our validation functions
  8. Урок 8. 00:07:20
    Creating the Account class
  9. Урок 9. 00:06:52
    Validating the username
  10. Урок 10. 00:04:45
    Validating the name and emails
  11. Урок 11. 00:03:58
    Validating the passwords
  12. Урок 12. 00:03:08
    Checking if the sign up was successful
  13. Урок 13. 00:08:59
    Outputting error messages
  14. Урок 14. 00:08:59
    Creating our Constants class
  15. Урок 15. 00:05:49
    Remembering form values
  16. Урок 16. 00:04:59
    Creating the users table
  17. Урок 17. 00:04:47
    Connecting to our database from PHP
  18. Урок 18. 00:09:11
    Inserting user details
  19. Урок 19. 00:03:33
    Testing out the sign up process!
  20. Урок 20. 00:04:36
    Query not working? Watch this video
  21. Урок 21. 00:04:45
    Last remaining validation checks
  22. Урок 22. 00:06:08
    Login handler
  23. Урок 23. 00:05:35
    Sessions
  24. Урок 24. 00:06:56
    Adding a background image
  25. Урок 25. 00:08:34
    Styling the login container
  26. Урок 26. 00:06:55
    Styling our text boxes
  27. Урок 27. 00:03:22
    Input placeholder color
  28. Урок 28. 00:03:57
    Styling the submit buttons
  29. Урок 29. 00:03:25
    Buttons to switch between forms
  30. Урок 30. 00:07:56
    Showing and hiding the forms on press
  31. Урок 31. 00:06:57
    Showing only the relevant form when data is submitted
  32. Урок 32. 00:01:16
    Show/hide button - mouse pointer
  33. Урок 33. 00:04:31
    Right section content
  34. Урок 34. 00:05:11
    Applying style to the right section content
  35. Урок 35. 00:08:17
    56,800+ icons FOR FREE - Icons8
  36. Урок 36. 00:02:47
    Styling the error messages
  37. Урок 37. 00:01:10
    Remembering the username after failed log in attempt
  38. Урок 38. 00:01:18
    Quick overview of the index page
  39. Урок 39. 00:05:19
    Now playing bar container
  40. Урок 40. 00:03:53
    Creating the now playing bar element
  41. Урок 41. 00:05:00
    Left, center and middle sections of the bar
  42. Урок 42. 00:02:31
    All the icons for our site
  43. Урок 43. 00:10:32
    Adding our player buttons
  44. Урок 44. 00:02:33
    Making the play and pause buttons larger
  45. Урок 45. 00:04:56
    Progress bar parent elements
  46. Урок 46. 00:05:59
    The progress bar
  47. Урок 47. 00:05:24
    Album artwork
  48. Урок 48. 00:06:58
    Track info labels
  49. Урок 49. 00:05:36
    Volume bar
  50. Урок 50. 00:03:37
    Page containers
  51. Урок 51. 00:02:56
    Creating our navigation bar container
  52. Урок 52. 00:05:34
    Navigation bar site logo
  53. Урок 53. 00:05:38
    Navigation items
  54. Урок 54. 00:06:12
    Navigation search icon
  55. Урок 55. 00:01:52
    Navigation links color change on hover
  56. Урок 56. 00:05:57
    Overview of our MySQL table structure
  57. Урок 57. 00:05:13
    Creating our database tables
  58. Урок 58. 00:06:14
    Inserting data into the artists, genres and albums tables
  59. Урок 59. 00:04:42
    Inserting data into the songs table + FREE music files
  60. Урок 60. 00:00:59
    Shortcut to inserting data into the songs table
  61. Урок 61. 00:03:55
    Organisational trick
  62. Урок 62. 00:06:23
    Main view containers
  63. Урок 63. 00:02:46
    Header and footer files
  64. Урок 64. 00:05:21
    Getting albums from the database
  65. Урок 65. 00:05:45
    Outputting the album artwork images
  66. Урок 66. 00:05:26
    Styling the album artwork images
  67. Урок 67. 00:02:59
    Styling the album title
  68. Урок 68. 00:04:39
    Making the albums clickable links
  69. Урок 69. 00:05:23
    Getting album id from url
  70. Урок 70. 00:03:17
    Getting the artist of the album
  71. Урок 71. 00:05:58
    Creating the Artist class
  72. Урок 72. 00:07:46
    Creating the Album class
  73. Урок 73. 00:05:00
    Album header section
  74. Урок 74. 00:06:19
    Styling the header section
  75. Урок 75. 00:04:37
    Displaying the number of songs in the album
  76. Урок 76. 00:07:29
    Creating the Song class
  77. Урок 77. 00:06:57
    Getting the songs on an album
  78. Урок 78. 00:05:59
    Outputting the track count
  79. Урок 79. 00:02:44
    Outputting the track name and artist name
  80. Урок 80. 00:02:19
    Outputting the track duration
  81. Урок 81. 00:03:44
    Styling the track list rows
  82. Урок 82. 00:04:04
    Styling the track count
  83. Урок 83. 00:05:45
    Track style finishing touches
  84. Урок 84. 00:07:40
    Introduction to HTML5 Audio
  85. Урок 85. 00:06:25
    Creating our initial playlist of 10 random songs
  86. Урок 86. 00:01:59
    Including JQuery
  87. Урок 87. 00:05:47
    Set track function setup
  88. Урок 88. 00:04:58
    Set track function
  89. Урок 89. 00:06:41
    Playing and pausing the song via buttons
  90. Урок 90. 00:05:57
    Introduction to Ajax calls
  91. Урок 91. 00:07:21
    Getting a song via ajax
  92. Урок 92. 00:06:27
    Getting the artist via ajax
  93. Урок 93. 00:04:37
    Getting the album via Ajax
  94. Урок 94. 00:09:22
    Updating the plays count when a song is played
  95. Урок 95. 00:03:38
    Displaying the time remaining label
  96. Урок 96. 00:05:43
    Formatting the time remaining
  97. Урок 97. 00:07:12
    Updating the progress bar as the song plays
  98. Урок 98. 00:11:46
    Dragging the progress bar on click
  99. Урок 99. 00:04:06
    Controlling the volume
  100. Урок 100. 00:04:38
    Updating the volume progress bar
  101. Урок 101. 00:03:44
    Preventing controls from highlighting on mouse drag
  102. Урок 102. 00:05:53
    Skipping to the next song
  103. Урок 103. 00:02:59
    Song repeat mode
  104. Урок 104. 00:03:58
    Repeat button
  105. Урок 105. 00:01:43
    Playing the next song when current song ends
  106. Урок 106. 00:04:08
    Previous song button
  107. Урок 107. 00:03:31
    Mute button
  108. Урок 108. 00:03:27
    Shuffle button
  109. Урок 109. 00:06:20
    Shuffle - Part 1
  110. Урок 110. 00:10:23
    Shuffle - Part 2
  111. Урок 111. 00:08:43
    Playing songs by clicking on the song's play button
  112. Урок 112. 00:04:29
    Fixing the song's play button bug
  113. Урок 113. 00:02:19
    UserLoggedIn JavaScript variable
  114. Урок 114. 00:07:51
    Changing pages dynamically
  115. Урок 115. 00:09:07
    Knowing if a page was loaded from ajax or not
  116. Урок 116. 00:07:59
    Replacing all links with our dynamic links
  117. Урок 117. 00:01:03
    Small play button bug
  118. Урок 118. 00:02:33
    Changing the URL when we load a new page
  119. Урок 119. 00:02:31
    Browse page
  120. Урок 120. 00:05:31
    Artist info section
  121. Урок 121. 00:04:34
    Styling the artist info section
  122. Урок 122. 00:05:33
    Songs section
  123. Урок 123. 00:03:30
    Albums section
  124. Урок 124. 00:01:49
    Artist page play button
  125. Урок 125. 00:07:11
    Now playing bar links
  126. Урок 126. 00:06:34
    Creating our search input section
  127. Урок 127. 00:04:28
    Styling the search input
  128. Урок 128. 00:07:42
    Searching when the user stops typing
  129. Урок 129. 00:06:56
    Searching for songs
  130. Урок 130. 00:08:05
    Searching for artists
  131. Урок 131. 00:02:39
    Styling the artists search results section
  132. Урок 132. 00:02:53
    Fixing the artist name bug
  133. Урок 133. 00:04:58
    Searching for albums
  134. Урок 134. 00:01:53
    Invalidating the search timer
  135. Урок 135. 00:02:38
    Creating our playlist MySql tables
  136. Урок 136. 00:05:58
    Creating the playlist page
  137. Урок 137. 00:07:05
    The createPlaylist function
  138. Урок 138. 00:08:00
    Create playlist file
  139. Урок 139. 00:06:43
    Creating the User class
  140. Урок 140. 00:05:31
    Outputting the user's playlists
  141. Урок 141. 00:04:30
    Creating the Playlist class
  142. Урок 142. 00:02:32
    Playlist links
  143. Урок 143. 00:01:25
    Styling the playlists
  144. Урок 144. 00:08:22
    Creating the header section of the page
  145. Урок 145. 00:05:13
    Displaying the playlist's songs
  146. Урок 146. 00:02:55
    Delete playlist function
  147. Урок 147. 00:04:43
    Delete playlist ajax
  148. Урок 148. 00:07:25
    Creating the options menu
  149. Урок 149. 00:07:08
    Showing the options menu
  150. Урок 150. 00:04:51
    Hiding the options menu
  151. Урок 151. 00:04:38
    Add to playlist dropdown menu
  152. Урок 152. 00:04:13
    Populating the dropdown with playlists
  153. Урок 153. 00:03:08
    Styling the dropdown menu
  154. Урок 154. 00:09:19
    When the dropdown menu is changed
  155. Урок 155. 00:13:19
    Saving songs to a playlist
  156. Урок 156. 00:03:46
    Copying options menu to other pages
  157. Урок 157. 00:02:34
    Remove song from playlist function
  158. Урок 158. 00:05:54
    Removing song ajax code
  159. Урок 159. 00:07:13
    Settings page setup
  160. Урок 160. 00:05:22
    Logout button
  161. Урок 161. 00:05:10
    Settings link on the navigation menu
  162. Урок 162. 00:06:34
    User details forms
  163. Урок 163. 00:05:52
    Styling the user details forms
  164. Урок 164. 00:04:11
    Update email function
  165. Урок 165. 00:09:38
    Update email ajax code
  166. Урок 166. 00:03:34
    Update password function
  167. Урок 167. 00:12:10
    Update password ajax code
  168. Урок 168. 00:02:10
    You made it! Congratulations!