Jacaranda MusicJuly, 2010
What I Did:
PHP, MySQL, HTML, CSS, jQuery, Javascript, Excel CSV import
Partners:
Developed recommendations gallery for a music resource website.
A simple upload tool was programmed to allow easy updating of the recommendations gallery. The uploaded Excel CSV file was then converted and imported to a MySQL database.
The different music recommendations were then displayed using PHP programming as a featured five on the home page, and as a separate gallery that could be traversed monthly in an Our Picks section.
jQuery / Javascript was setup to display pop-up tooltips about album reviews when a website visitor hovered over the albums.
-
Featured five music albums displayed in the right column of the home page. These would dynamically update monthly or pending new reviews.
-
Home page with pop-up tooltipView Larger
When a website visitor hovered or moused over an album image, they would see a pop-up tooltip with album info and review. Clicking on the album would take the visitor to a purchase site.
-
Our Picks recommended galleryView Larger
Each month the recommended music albums would be archived in a Our Picks gallery. Website visitors could traverse the entire selection.
-
Our Picks with pop-up tooltipView Larger
As in the home page the album info and reviews would display on hover or mouse over. Clicking on the album would take the visitor to a purchase site.
-
Updating the music recommendations was achieved by uploading an Excel CSV file and the update would then dynamically happen across the entire website.