How to request Twitter for email access?
In order to retrieve a user's Email address during the Social Authentication process, Twitter requires you to request permission. You can follow the below steps...
Instagram App Submission
As per the recent guidelines laid out by Instagram, all the existing and new apps in Instagram would have to go through the review process...
Stripe Payment Gateway Integration
To start with, let me tell you integrating a Stripe into your project's native language is not very hard rather than first understanding it's flow...
Quick steps to create Provisioning Profile
Steps to create Provisioning Profile for your app - Mainly there are two provisioning profile Development and Distribution.Development Provisioning Profile:Used when...
RESTful with Jersey
REST stands for Representational State Transfer. It’s a key idiom that embraces a stateless client-server architecture in which the web services are viewed as resources and can be identified by...
Twitter REST APIs in Java
Twitter is undoubtedly one of the most successful examples of social networking to appear on the World Wide Web. The REST APIs provide programmatic access...
TudipTechStar 2016 – A Great Success!!!
India’s Coolest Tech Hunt
RichFaces 3.x on IE9
RichFaces 3.X works fine on IE8 but it does NOT work on IE9. There have been issues logged about fixing it to make it work...
OCUnit Framework
For writing the Unit Test cases in Xcode we have different framework by using which you can write test cases in objective C. Please find...
Migrate TestFlight App to iTunesConnect
As we all know that testflightapp.com will shutdown on 02/26/2015 so we have to move all our team's contact information to itunesconnect.apple.com so please follow mentioned steps below
GWT CKEditor Integration
In a projectIn case you want to track the change event in GWT-CKEditor, it is not possible in current version. Change event in GWT CKEditor with...
Submit an iOS application for approval
This article explains how you can submit an application to Apple for approval. Suppose you have filled all required information for your application in iTunes...
Moving WordPress site to HTTPS
You have this site which was working fine on http://example.com and next, you moved it to https://example.com and the UI is all messed up. And you have to fix it. How do...
jQuery Autocomplete with C#/DotNet
The Autocomplete widgets comes with jquery.ui. It provides suggestions while you type into the field. e.g. If enter 'A' in textbox it will display list which...
SendGrid email integration with PHP
SendGrid is preferred email solution of lot of small and medium size enterprises. As SendGrid's website describes. "SendGrid's cloud-based email infrastructure relieves businesses of...
Magento Payment Gateway Integration
There is this awesome article on how to create a Magento plugin for a new payment gateways which is one of the most widely used...
JQuery validate in Rails applications
Let's quickly look at how can we enable client side validation using Jquery validate in a Rails applications. Relying on server-side validation done through the...
SWF_FU gem gives warning on HTTPS
OK, you got this fancy gem integrated in your project to show all sort of video content and as you are nearing the launch you...
Tune MySQL using MySQLTuner
Every once in a while you see your MySQL showing increased memory footprint. You want to optimize MySQL but you do not know where to...
Style file upload and browse button
Developers often find it difficult to make file upload appear same across the browsers OR to style the nasty browse button to match the overall...