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...
How to install Solr on Ubuntu with MySQL Data Import?
Apache Solr is an open source enterprise Search platform built in Java. Solr is written in Java and runs as a standalone full-text search server within a Servlet container....
Remove a file field using JQuery
OK, so your end-user clicked on "browse" button and selected a file. Now he wants to remove it from that "File" field and wishes to start afresh, but he can...
Magento Common Problems
There are bunch of problems that we face while moving Magento from 1 server to another server. This article lists all the issues that we faced till date and their...
jQuery Confirm Password Validation
OK, so you have created that fancy registration form and now you want to add a validation where password and confirm password fields match. You add the JQuery validate JS...
JQGrid with CI
JQGrid is the best Grid solution available out there. This article covers how we can integrate JQGrid in CI application.
JQuery Validate Tricks
We are putting together few tricks that we routinely use with JQuery Validate. Please note that all the code snippets assumes that the form id is 'my_form'...
HighCharts with DotNet
Highcharts is the sexiest charting library out there. 🙂 We can also export the chart to PNG, JPG, PDF or SVG format at the click of a button, or print...
Java Generics: Lower and Upper Bound
In generics ? (called as unbounded wildcard) is used to accept just any type of object. However, we can restrict this behaviour by applying....
JQGrid in DotNet Application
JQGrid is one of the most popular grid implementation available out there. It provides multiple facilities like inline edit, searching, sorting, multiple select, sub grid etc. JQGrid can be implemented in...