How to write Print/Output/Error Statement on Text file in Java

  System.out and System.err stream objects are mapped to “standard” output and error stream respectively. By default, Java display standard output/error on display console.   Thus, when we print a statement using System.out:   System.out.println("Hello World!"); Syste

[ read more ]

Regular Expressions

Regular expressions are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. These patterns are used with the exec and test methods of RegExp, and with the match, replace, search, and split methods of String. This chapter describes JavaScript

[ read more ]

Top 10 Reasons To Root Your Android Phone

Top 10 Reasons To Root Your Android Phone People say there are always two classes of technology users; those who take and use technology the way it is brought to them, no questions or complaints, while others who want to indulge deep into the very essence of what’s being offered, and want to empow

[ read more ]

How To Root Android Phone / Tablet

We have been covering rooting procedures for several Android devices in the past and in this post, we aim to bring them all together. In the beginning, you might see just a few devices listed here but over time, we will be updating this guide with rooting procedures for all the devices we have alrea

[ read more ]

PayPal Subscription Cancellation

Reference PayPal site. This chapters describes how to cancel one, some, or all of your customers’ subscriptions. Cancelling Individual Subscriptions You can cancel a subscription by going to the Subscription Details page. Go to the History subtab of the My Account tab, choose the Subscriptions fie

[ read more ]

How to Change your WordPress Default Gravatar

If you have multiple users in your WordPress site you probably have noticed that icons or gravatars used in replying to comments were white human figure in gray background, mystery man as we call it. For a professional looking site, use the WordPress gravatar. Many web designers and are particularly

[ read more ]

Java Classes and Objects

Introduction to Java Classes A class is nothing but a blueprint or a template for creating different objects which defines its properties and behaviors. Java class objects exhibit the properties and behaviors defined by its class. A class can contain fields and methods to describe the behavior of

[ read more ]

“Outside the Box” Navigation with jQuery

Just about every website uses the regular navigation concepts we’re all used to. After awhile this can get pretty boring, especially for designers who thrive on creativity. While mimicking the OS X dock and stacks isn’t new, it’s certainly not common. A few days ago, Jeffrey posted about a pot

[ read more ]

Android Tutorial Table Of Content

Android Tutorial Table Of Content

Android Development Introduction Android Development Tutorial  (Part 1)  (Part 2) Android Filebased Persistence with Preferences, Filesystem and SD Card Android ListView and ListActivity Android Intents Android SQLite Database and ContentProvider Android Custom Views Android Liv

[ read more ]