Selenium vs PhantomJS - Which One is Better For Testing Web Apps

About the Author - As an mobile app developer and computer programmer of Xicom Technologies Ltd.-Android App Development Services, Amanda Cline explains which is better selenium or phantom JS for testing web apps. Technology intrigues me and this is why I like to read and write about mobile apps and web development related topics specially.

Read More

Setup Ruby on Rails in Debian 7

1. Update the source list

Assumed that ruby & gem are not installed. Need to install rvm first.

Read More

How branding is important to a developer?

When we talk about “Branding”, often we thought about sales & marketing.Yes, nothing wrong here! In fact, many developers/geeks doesn’t know that it is important to them too.

Read More

List of possible PHP errors

What is this?

Many times, we struggled on finding out the cause of error.
Especially, it works on local environment, but failed in live server.

Read More

Debian apt-get not working

I’m facing this when I fresh install Debian 7.

No matter what I trying to install, it doesn’t works.

Keep showing E: Unable to locate package …

Read More

Integrate iPay88 to iOS mobile platform

The first payment gateway I dealed with was PayPal. At that moment,
I found it sucks, very tedious to integrate into iOS platform.
Until now, I need to work with iPay88, which
has no native iOS SDK, and the process even more tedious than PayPal.
I share this because of the toughness & not easy to find any
resources on web. Hope you enjoy.

Read More

Show html description in UIWebView in a better way

Desire result

Let’s take a look on the output above, the Event Description content.
Yes, it can achieved by using UILabel, but somehow HTML would be easy
to construct the format. Thus I’m showing a demo on how to use UIWebView
to achieve this.

Read More

iOS - UIActivityViewController custom share message to different providers

Begin from iOS6, Apple simplify the share process by using UIActivityViewController.
The thing is that, Twitter is only allow up to 140 characters on a post,
thus we may need to customize the share text for Twitter.

Read More

Handling login session in iOS & server

When comes to server & client side integration, there are many
ways to handle the login session. Some people might keep the
login user ID or token in NSUserDefaults, some are to keep
the login session cookie. There is no right or wrong.

Read More

How to rename Xcode project thoroughly

I’m doing with lot of projects, some projects are similar, thus I can just clone from the
existing project and rename it. But how to rename it completely?

Read More