Moo Bar – Bar Chart with MooTools
Introducing Moo Bar bar chart plugin for easy HTML bar chart creation. Features HTML friendly No canvas element required Cross browser compatible Written for Moo tools version 1.2 and above, works...
View ArticleAnimated Twitter Feed widget with Simple JavaScript
Demo Download Code Here is a quick implementation of Twitter Feed using Simple JavaScript, No frameworks are used. Lets start with the HTML <div id=”feedWraper”> <div...
View ArticlePure JavaScript SlideShow
I have been always fascinated about the slideshows, how do they make one. Well here is the basic slideshow with pure JavaScript. No frameworks are used, No chunks of codes, Simple Slideshow with 100%...
View ArticlePure CSS Sticky Elements, Sticky Footer, Sticky Banner, Sticky Margin widgets
Ever wonder how those sticky footer stays intact at the bottom of the page? And those lovely bubbles that floats over the page even while scrolling? fed up of trying Jquery and other scripts library...
View ArticleHow To Cross Fade Anything With JavaScript [JavaScript Fade Effect]
This is one sure question that every budding web developer would have in his mind. Today I am going to explain how to achieve cross fade effect using JavaScript and CSS opacity property. As always...
View ArticleOnline Tutoring API at Tutorsacademy.com
It has been a please integrating the an online white dashboard for Tutorsacademy.com. The site is now powered with an online dashboard where the students from around the world interact with their...
View ArticleAvoid forced social signups and likes
I just stumbled upon this website and feel really pathetic to see a forced sign up / like button, Its to be noted that you can enforce a like or social sign up but they do not actually brings you...
View ArticleHow to upload files to Dropbox with PHP put method using Curl
Hi all, today I will explain you about how easily you can upload a file to dropbox with PHP and http put method. First of all we will take a look at what are the requirements. PHP server with Curl...
View ArticleServer Backup to Dropbox with PHP – Curl – Dropbox API – Cron
Here is the easiest way to backup your web server with Drobox.Most of you guys have trouble setting up a secure backup option, Backing up the files to the same saver where it is hosted is again not a...
View ArticleAjax file upload with HTTP PUT method using PHP and jQuery
Uploading files with http Put method is more a great way to stream larger files opposed to the Post all data at one go method. This comes handy if you are uploading larger files.The regular upload...
View Article