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

Search In

How to copy a website from local host to a remote host

Below are few ways by which we can copy a website from local to remote server. Upload all files using FTP such as filezilla or winscp just select all files from directory and upload it to remote host HTML directory for domain. Also another way is y

SQL Update Statement

SQL Update statement is used to modify the records in table in database . We can modify either by change data or deleting data or to update the existing data . We can modify the rows based on condition and condition come with where clause . Syntax :

How to save state of an activity in android?

If you need to save state of an activity then you have to @override onSaveInstanceState(Bundle savedInstanceState) method of activity and put some states values that you want change to the Bundle parameter as below: @Override public void onSaveIns

Javascript events in HTML

HTML events happen to HTML codes. When we add Javascript in HTML pages, Javascript then react to those HTML pages.HTML event does by the browser or a user. Some common HTML events are -->> Here is a list of some common HTML events: 1- onchang

How to display Full day of the week along with date month and year in windows 7?

It's very well said, sometimes easy thing are more strenuous to apply, this one is the same, ones I am trying to show the date format of on my system same like below screenshot- on goggling I found the below tutorial... Easy and helpful......

Single Table Inheritance in Rails

STI can be considered where single table can be used to represent multiple models based on different type. The parent model inherits from ActiveRecord::Base. Other models inherit from parent model. Data store and accessed from same table for all STI

Allowing user to select same day date using foundation datepicker

While using foundation datepicker we came across on issue while picking date for the same day i.e if today is 5th then user was not able to pick it from calender as it was disabled. The issue comes when you are in timezone that is in - of UTC : So

Different Types Of Challenges In Cloud Testing

Different Types Of Challenges In Cloud Testing:- There are more challenges in the time of cloud testing. Few challenges are mentioned as below:- Short notice period Data Migration Data Security and Privacy Enterprise application Integration Simulat

each, collect and map in ruby

1> 'each' will loop through each element of the array and evaluate whatever is return inside the block, but it returns the original array without any change. a = [5,10,15,20] => [5, 10, 15, 20] a.each {|t| t+2} => [5, 10, 15, 20] a.each

How to add custom field in wordpress for category

Hello Reader's! if you are new to wordpress development and need to add more custom fields in category, Then you can learn it from the code below:- Step:1- Open the file functinon.php and add the following code in it. add_action( 'category_edit_for

1 139 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: