By popular demand, I updated my code and posted it as new GitHub repository that utilizes newer MailChimp API 3.0. Please read the tutorial below to create AJAX based MailChimp subscribe form on your PHP website with a little jQuery knowledge. Original post using (older and no longer supported) MailChimp API 1.0 can be found here. What… Continue reading
Posts in "jQuery"
Front End Frameworks Based on Google’s Material Design
If you love Material Design, there is no reason why you should not try to use it as the DNA of your next project. Luckily a bunch of talented people took very little time to make things easier for their fellow designers and developers to be able to take make use the framework to their site’s design.
Continue readingMailChimp Subscribe Form with PHP, jQuery and AJAX
I am pretty sure I have mentioned somewhere in this blog or tweets of how I love MailChimp or and would recommend it for any business wanting to untap their email marketing potential. You can start with zero investment and only start paying when you are completely confident it is very worthy. MailChimp provides a… Continue reading
Make Vimeo Lightbox Auto-Closes on Finish Using FancyBox
FancyBox has been my number one preference when I need to implement a jQuery-based lightbox on any web page I am working on. It is the most customizable and extensible jQuery plugin for this function. Since version 2.0, it also introduced a concept of ‘helpers’ to reduce the size of the main JS file and… Continue reading
jQuery Cycle Pager Style as Dots with CSS
jQuery Cycle is a great plugin to create image slides on your website. Out-of-the-box, it is so simple to use but you can explore the options extensively to get the functions and effect that you expected. One of the best feature is the ‘pager’ option that will create a pagination of your slideshow. By default,… Continue reading
Responsive Multi-level Menu to Dropdown
Thanks to this excellent tutorial from CSS-Tricks explaining how to create list-based menu into select dropdown on small screens, I was able to finally complete the product detail pages on Bluelounge website. My homework was not finished though. With around 20 active products on the website, I needed to preserve the product categories within the… Continue reading
Creating “Sticky” Vertical Menu with jQuery Waypoints
Before last week, I had thought that making a sticky navigation would require a custom script and take a bit of time. By “sticky” it means an menu or element that is not always on top of the page but then sticks there after you scroll past a certain Y position. That was until I… Continue reading
Contactable jQuery Plugin on The Right Side of Page
Contactable is a great jQuery plugin by Philip Beel to include a nice sliding contact form, even if you only understand a tiny bit of jQuery and PHP. I needed to use this plugin for one of my project, but I want it to be on the right side of the page instead of left…. Continue reading
Top Five jQuery Plugins For Any Project
I am probably the ten billionth person who says this, but jQuery this just GREAT! By spending a few extra minutes you can add so much interaction to your website. It is so easy to understand and use, you do not even need to be able to create your own. So many plugins out there… Continue reading