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

Search In

How to change page background on the day time basis using Javascript

Hello Reader's! If you want to change your web background image automatic on the day time basis, i.e. for day it will show pic 1 and in night it will show pic 2 as background. Lets see the full example below:- </body> <sc

how to parse xml file in android?

If you are looking to parse an xml file in android here are its steps :- Step 1:-Getting XML content by making HTTP request public String getXmlFromUrl(String url) { String xml = null; try { DefaultHttpClient httpClient =

Pre vs. Code

<code> use for inline code it can wrap and <pre> for block code that must not wrap so, new lines and spaces get rendered as new lines.. It is little mystified by the <pre> and <code> tags. If you’re not sure which to use and

How to decompile .class file to .java file

Hello Guys Most of the time we are thinking .class has bytecode and it's not human readable but it's right thinking so we have another technologies which can decompile .class file to human readable means .java file. Now, I illustrate the java decom

How to add JTable in JPanel

Hello Guys I writing blog to add JTable in Jpanel. JTable is an component of the swing package in java technology and also it's a class, so we need to create instance and using add() method add the JTable in JPanel. Here, add() method used for addi

Less Scope

Values of less variable depends on the scope. If the value is not specified in the specific scope, LESS will look for it in upper blocks until it finds the nearest declaration. Example:- @text-color: #000000; ul{ @text-color: #fff; background-

How to make ImageSwitcher in android

In my last blog I have described about how you can create a TextSwitcher. So in continuation of that in this blog I will help you in craeteing a ImageSwitcher. Firtsl of all you shoud know what ImageSwitcher is, ImageSwitcher a class which allows u

Increase Timeout in SoapUI

Default socket timeout in SoapUI is set to 60000 milliseconds i.e. 1 minute. You can change the value if you are facing "Connection timed out:" error. This error could be due to heavy processing in web service, or resources being busy. Socket Time

Different Modes Of Date Pickr in iOS

There are 4 Modes of UIDatePicker as- UIDatePickerModeTime-It is used to displays hour, minute, and optionally AM/PM designation.. UIDatePickerModeDate-It is used to displays month, day, and year depending on the local settings for e.g December | 1

Sessions in Javascript

Hi All, SessionStorage is something we can use to store values in session in Javascript. Below I will demonstrate how we can use it in our project. To set Session Value: var valueKey = "Value"; function setSession(value) { sessionStorage.

1 283 720
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: