Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Change background and font of UIWebView

To change the Background color, Font color, Font style in UIwebview, follow the following line of code. [webview loadHTMLString:[NSString stringWithFormat:@"<html><body style=\"background-color: red; font-size: 15; font-family: HelveticaNeu

Applying if condition on some specific index of select box

If we want to apply condition on changing of specific indexed value of select box we simply do this: $('#select_id').change(function(){ if(((parseInt($('option:selected',$(this)).val()))==2)||((parseInt($('option:selected',$(this)).val()))==3)

Change UISearchBar Field Text Color in iOS

You can change UISearchField text color in iOS. Use single line of code to do it. [[UILabel appearanceWhenContainedIn:[UISearchBar class], nil] setTextColor:[UIColor whiteColor]]; Happy Coding!!!

TIME ZONE ISSUE

Odoo store time in UTC timezone how it can be change to GMT timezone default thanks in advance for help. Description: System time is different then the time in log and if time is selected and 1am it save time 5 hours before and so the date also chan

Changing accessibility of trait method

Hello Readers! Today, We will discuss about the PHP 5.4 new feature trait and it's method accessibility/visibility. A trait is similar to a class. It is used to reduce the duplication of the code. But a trait cannot instantiate on its own. You c

changes in Web UI should reflect in android App

The changes that i do in Web UI, say if i add a tab in Web UI, then that tab should appear in android app dynamically.   Is there a way i can achieve this ?? Is there a way to get information about UI components from server and updat

How to change gridView child background at given position in android from another activity?

I actually want to change particular background of grid view from another activity at user given position. But when i go to activity which contains grid view , add call gridView.getChildAt(position) i got an error .getGetChildAt() call on null object

Automatically move to next edittext in android

Hi, In android, we have TextWatcher interface to keep track of input that we are typing. Usually it is very useful when we need verification on the basic of text length and content also. It has method onTextChanged(CharSequence s, int start, int be

jQuery HTML()

This method is used to change the content of the elements . It change only selected elements .It can also replaces the selected content with new content.It doesn't take any arguments. Syntax : $(selector).html() Return content : $(selector).html

How To Change Input Type File Title In HTML

We are change the input type file title with the help of this script Like Browse Title Change in to Choice File use this script for change Title function browseclick(){ var fileinput = document.getElementById("browse"); // use input file id

1 10 342
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: