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

Search In

How to create OverShoot Image animation function in android

 In the below example I have created Overshoot animation function. Here I have added Button and ImageView in actvity_main.xml layout then I have created new directory (anim). In anim directory I have created overshoot.xml layout and In MainActiv

Rails Environment Configuration Variables

While developing Rails application we need to keep our project specific sensitive information secure. For example api keys for third parties like stripe, paypal or passwords or configuration data such as the URL. We can set these as environment vari

How to add value in text box using click of button in odoo-9

In odoo-9 first we have to create the three fields in .py file and then add two fields and store it in third fields to click the button to help the get_total function. Then pass get_total function in button. Use this point show in below: 1- In .py

Form and Html using Laravel 4.x:

As we all know that in each and every framework and project we will use form and html.Similarly by using Laravel 4.x we will create form and use html.   Opening A Form: For opening a form in laravel 4.x the following syntax is used:  

Important Methods of Date in Ruby

We often stuck, how to manipulate Date in our rails Application.   We have two Date objects in Ruby Time.now() // This will give Today's date #=> 2016-05-17 17:02:28 +0530 Date.new() // This will need some arguments to pass. #=> Mo

How to display video background in html

In this post, you will learn about video display in background using html and css. There is video tag in HTML5 which you can use to embed a video in your web page. <video width=“450" height=“340" controls autoplay> <source src=“abc.mp4"

How to build Asp.Net website with multi-language?

While creating website in multi-language we have to first understand that what is Localization and Globalization  Localization-Localization is the process of designing web application in such a way such that it can display content in the langua

How to resize and save image in Odoo-8?

In Odoo first create the modules and then create a new field that saves images. Now to upload them correctly in your database and to resize images automatically and store them in database you can use the below function or steps I have mentioned: Ste

How to Save the selected item of a dropdown

If we want to save the selected item of a dropdown, we can save it by simply using Selectmenu widgets. Below is the simple example of Selectmenu widgets:- HTML- <body> <div class="example"> <form action="#"> <fie

How to append the data of an input box to another div

Suppose we want to add the content of different elements in a single element, we use append for that. Below is the example which will append the text of an input into a div. HTML-  <div class="aside_header" id="sentence_add

1 239 408
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: