
Search In
Hello Reader's! If you are developing the contents with Iframe window and you want make it show the click inside and outside the iframe, Then you can use the code below:-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html
Hi All,
Today we will discuss in this blog how to use InAppBrowser in your Cordova Application.
-InAppBrowser is a web browser view in a Cordova application that displays when calling window.open() function.
To use the functionality in your Cordova
RSS simply means Really Simple syndication, this is a xml document which is created by a website.
You need to parse this xml file and show the information:-
Here is the code that can help you :-
Step 1:-Declare the variable of which you want to ext
Hi All,
If you are adding JButton ,JLabel or JComboBox etc dynamically or adding them during runtime For example
public class Main {
public JPanel buttonPanel ;
public static void main(String[] args) {
JFrame frame = new JFrame();
AssetBundle
AssetBundles let you stream additional assets via the WWW class and instantiate them at runtime.Note that bundles are not fully compatible between platforms. A bundle built for any of the standalone platforms (including webplayer) can be
Ajax is one of those patterns that are a must have with a UI framework, so let's go ahead and jump right into doing some Ajax requests, and then we'll dive into the more complex cases.
Let's prep our sandbox, the module we're going to use is called
Using Services In Android
Service is an application component which runs in the background and do not have a user interface.Services can be of two forms::
Started
Service can be started from an application component such as Activity
What is SEO
A three letter word SEO, seems to be very short but having so much worth in its significance. SEO stands for Search Engine Optimization which means optimizing websites for the search engines so that they can match the exact guidelines as
This Blog is all about SEO Strategy and how it works for a particular website .First of all in this there is a need to know about SEO, SEO(Search Engine optimization) is a process of increasing the visibility of your website on various search engines
Following code will help you to create dynamic UITableViewCell w.r.t to its content of message.
-(void)setChatData:(ChatMessage *)messageObj memberDict:(NSDictionary *)memberDict isCurrentUser:(BOOL)isCurrentUser{
NSDictionary *userDict = [m
