Distilinfo Twitter Integration
Happy to integrate twitter for Distil Info Systems. Much more happy to see that client is happy about it. Kudos to you, clain@claindsilva.com for cracking the Twitter integration. Great Job – BoM...
View ArticleJSON, JSONP , XML, RSS Feed and Google RSS to Jason API
Gone are days of origin policy and cross website data access. In the modern world data needs to be librated. Its one such idea that gave birth to JSON. JSON is simply JavaScript Object Notation and...
View ArticleSimple Event Manager using PHP & Mootools
Simple Event Manager as the name says is a simple implementation of events calender. Inspirations and Supporting Packages. Inspired by the very simple event list by Eric Kittal, and Moo tools Ajax...
View ArticleMoo 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