Integrate the Mailchimp API with your PHP application
#followform { padding-top:5px; text-align:left; } WHAT IS MAILCHIMP For those unfamiliar with Mailchimp it is an online service for handling subscribers and newsletters. It is mainly used to handle...
View ArticleThe awesome computer setup of Stefan Didak
#followform { padding-top:5px; text-align:left; } Stefan who?? Thats a good question. I being a programmer myself for the last 100 years , have this fascination with complex and amazing computer gear...
View ArticleMumbai Monsoon Magic
#followform { padding-top:5px; text-align:left; } I have been in Mumbai since 3 years now. And from that day, I am noticing how happening this city is. The more you look, the more you will be...
View ArticleHow to survive in the IT field in 2012 – various inputs
#followform { padding-top:5px; text-align:left; } 2012 has turned out to be a stern year for a lot of people in the IT field, both companies and individuals. And it looks like its going to be like...
View ArticleSocrates – the only online MySQL schema diagram generator
#followform { padding-top:5px; text-align:left; } WHAT IS SOCRATES Socrates is a web based application which generates a database schema diagram. It is written in PHP and uses JQuery in the front end....
View ArticleIntegrate the Constant Contact API with your PHP application
#followform { padding-top:5px; text-align:left; } WHAT IS CONSTANT CONTACT? Constant Contact is an online service for creating social and email campaigns which is widely used by a lot of websites. It...
View ArticlePHPFileMon – A simple PHP based file monitoring system
#followform { padding-top:5px; text-align:left; } WHAT IS IT? What led us to the creation of PHPFileMon was finding a simple way of monitoring if any file on a website had been altered or changed....
View ArticleDynamically resizing IFRAME as per the inner content
#followform { padding-top:5px; text-align:left; } An IFRAME is the best way to embed a page into another page . The main problem sometimes faced is if the content within the iframe is going to change...
View ArticleURL masking by encrypting query string
#followform { padding-top:5px; text-align:left; } For many of my project I have written code which simply a link having some parameters as query string in url to pass information from one page to...
View ArticleWhat I got for being a DZone contributor
#followform { padding-top:5px; text-align:left; } DZone informed me in late 2012,that I was one of the top contributors in 2012, and as a mark of appreciation, they were sending me some free gifts. I...
View ArticleATOS SIPS Payment Gateway implementation in .NET
#followform { padding-top:5px; text-align:left; } France based ATOS Worldline SIPS is the leading secure payment solution in Europe. They process over 250 million transactions a year for about...
View ArticleHow To Copy Supporting Files During apk Installation
#followform { padding-top:5px; text-align:left; } For certain apps which require some supporting files to be part of the installation eg.data files or images, there needs to be a way of transferring...
View ArticleReading/Writing user preferences file in Android internal memory
#followform { padding-top:5px; text-align:left; } Often an app needs to save user preferences or related information. This can be easily saved in the device internal memory as a persistent file. This...
View ArticleHow to Fetch Data from a Website using AsyncTask
#followform { padding-top:5px; text-align:left; } One good built-in check in Android development is the fact if any network operation is done, the compiler flags an error if it is being executed in...
View ArticleScheduling a Task to run repeatedly in Android
#followform { padding-top:5px; text-align:left; } There are times when an app needs to run at specific times without user intervention. Something very similar to cronjobs in Linux and Scheduled Tasks...
View ArticleRoll out your own Tab UI using HTML and JQuery
#followform { padding-top:5px; text-align:left; } WHY RECREATE THE WHEEL? There are lot of tab controls out there, both using plain javascript and others using Jquery, so why the need to create our...
View ArticleHow to retrieve content from a WordPress database directly
WordPress is the world’s most popular blogging platform and is used by millions of websites. It has been converted and customized to almost any kind of website imaginable. This article is if you want...
View ArticleThe Complete Pinterest.com
5 Part Video series on using Pinterest.com 1.Intro Video 2.Video 1 – Signup 3.Video 2 – Adding a Pin 4.Video 3 – Boards & Followers 5.Video 4 – Final Tips
View ArticleList of Sensors in an Android Phone
A small utility to display the list of Sensors present in an Android phone. For those who are not interested in the code, the installable apk file is provided as a downloadable link at the end of this...
View Article