jjj

Roku App Development: Getting Started

Without a doubt, Roku App development is SUPER HOT. You would have noticed that every other media and gaming company is pushing their apps in the Roku store. This post is for would-be-Roku app developers who are getting their feet wet in the Roku Waters.

Read More
jjj

Internet of Things (IoT)

Ever heard this new age buzz word, Internet of Things (IoT) and what is THAT? Find out what exactly it means and what all it involves in beginner’s terms.

Read More
jjj

Laravel vs Other PHP Frameworks

Laravel is leading the battle in the listing of Top PHP frameworks. We bring you a comparative analysis about how Laravel vs Other PHP Frameworks stack up.

Read More
jjj

KnockoutJS: Build Dynamic Client Side Application

KnockoutJS is a JavaScript library that allow you to create dynamic and rich web applications. It makes it very simple to enact a complicated UI that responds to user interactions. It offers observables to sync UI with its data model along with set of declarative bindings. It is built with the Model-View-ViewModel (MVVM) pattern.

Read More
jjj

Best Cloud Based Test Management Tools

Why testing in the cloud becomes more and more popular? Can we not only provide testing activities but also manage the testing process at different stages using cloud-based tools? You will find answers to these and other questions here. The advantages of the best cloud-based test management tools will be considered in this article.

Read More
jjj

Styled Components: Styled CSS Where React Rules!

Styled-components uses tagged template literals to style the components. It removes the mapping between components and styles which means that when you’re defining your styles you’re actually creating a normal React component, that has your styles attached to it.

Read More
jjj

WordPress Tips and Tricks

WordPress is one of the most prominent CMS platform which is being used by many professionals and agencies out there. It has got a great number of features which could be used for optimization or designing of any website. Here are some of the WordPress tips and tricks

Read More
jjj

Automation Testing and Selenium

Automation is important and Automation Testing and Selenium pretty much go hand in hand. Here is how you get started with Selenium for simple automation.

Read More
jjj

A glimpse of Adobe Experience Manager

Adobe Experience Manager (AEM) is a Java-based Content Management platform technology which is part of Adobe’s Digital Marketing Cloud service. It enables the user to create its own website

Read More
jjj

What is Roku?

OK, so what is roku? Roku is simply a device which allows us to watch Free and paid video content on our TV via the Internet, TV and Mobile services like Amazon, YouTube are loaded just like Apps are loaded on our Smartphones. It is the easiest way to Stream videos on your television.

Read More
jjj

Node.js ​A different JavaScript

JavaScript is one of the core technologies of the World Wide Web. Almost every web browser supports JavaScript without any plugins. JavaScript is a dynamic programming language, whose implementations make dynamic pages with the help of client…

Read More
jjj

Install and Configure Karma Test Runner

Karma is the most popular test runner but how do you Install and configure Karma test runner? This article explains Karma configuration and basic settings.

Read More
jjj

Submit Facebook app for review

In order to configure your Facebook app to be successfully approved, refer to the below step-by-step guide. Additional information is also available on the Facebook developers…

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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 their URLs…

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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 you do that?

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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…

Read More
jjj

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….

Read More
jjj

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 not. And you want to fix this “bug”…

Read More
jjj

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 solutions….

Read More
jjj

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 and then you realize that there is no inbuilt….

Read More
jjj

JQGrid with CI

JQGrid is the best Grid solution available out there.
This article covers how we can integrate JQGrid in CI application.

Read More
jjj

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’…

Read More
jjj

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 the chart directly from the web page….

Read More
jjj

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….

Read More
jjj

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 2 ways….

Read More
jjj

Round Up/Down to the Nearest 5, 10, 100 in SQL

In an application you need to round up numbers to nearest 5 or nearest 10 all the time. For example, you might need to display 1.44 as 1.45 and 1.89 as 1.90. This can be done at either….

Read More
jjj

mPDF with CodeIgniter

mPDF is a PHP library which generates PDF files from UTF-8 encoded HTML. It is based on FPDF and HTML2FPDF with a number of enhancements…..

Read More
jjj

Log4PHP with CodeIgniter

You developed that fancy CI website but time and again an ugly notice/error message is displayed which annoys client. You, as a developer, know that these messages are harmless but you still want to keep an eye on them…

Read More
jjj

CodeIgniter with SVN

We have been using CodeIgniter with svn since last year and half. Here are few things that we follow to avoid conflicts/unnecessary file commits….

Read More
jjj

Use Newer JQuery Version with RichFaces

RichFaces 3.3 comes with older version of JQuery. If you want to use a fancy plugin that requires a newer version of JQuery, you are stuck…

Read More
jjj

Smarty with CodeIgniter

We have been using CodeIgniter with Smarty for quite a few projects. Getting the Smarty to work with CodeIgniter is not straight forward. It has its own set of quirks. The steps below explain how to set up CI to work ..

Read More
jjj

UIPickerView Height

One common problem that you face while UIPickerView’s using is, although the width is changeable but height is not re-sizable. At this point you have two ways to fix this problem….

Read More
jjj

Access MySQL DB Remotely

You have a machine where your MySQL is running and you want 2 developers to access a Database remotely…

Read More
jjj

MySQL GROUP_CONCAT function

Lets say there is a table named fictional_characters, that looks like…..

Read More
jjj

CodeIgniter Subquery with Alias

CI ActiveRecord does not support subquery out of the box.
NITCompass wrote this awesome library for the subquery support, which you can download from here …..

Read More
jjj

How to improve JSF/RichFaces performance

We have a complex ERP application that has RichFaces 3.3, JSF 1.2, Hibernate, Spring, MySQL which is running under JBoss on a 16GB AWS CentOS instance. This application has……

Read More
jjj

Drupal Checklist

Finally, you developed that awesome Drupal site but wouldn’t it be nice if you have a simple check list, against which you can verify that your site is up-to the mark. Here is our basic Drupal checklist…

Read More
jjj

Install Webmin on Ubuntu

Webmin on Ubuntu, how to install Webmin on Ubuntu, Hire PHP developers India, Best PHP development companies in Pune, Hire remote MEAN stack developers

Read More
jjj

TestRail – Test Case management software

Introducing TestRail – Test Case management software as TestRail emerges as the defacto cloud-based test case management tool. Find out finer details here.

Read More