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

Search In

How to create multilingual translated routes in Laravel 4.x

Now there are n number of site which we have to make multilingual. In Laravel we have the facility to make our site multilingual. In Laravel 4.x we will also make multilingual routes.There are few steps we have to follow to create multilingual transl

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 search in a ListView via ArrayAdapter?

ListView with searching feature is very common in applications. You just need an EditText at the top of the ListView or as per your designs. Below are the steps- First you need to initialize the ListView and EditText countryCodelistView = (ListVi

How to save activity instance state

Every android activity follow a life-cycle. There are certain situation when an activity goes into pause state or in stopped state but at some particular time your application need to keep valuable state (i.e. data) This we can achieve by using the

How to show google map on web application.

Hello Readers , Below are the simple steps to follow to show the google map. Add the Goggle API <!DOCTYPE html> <html> <script src="https://maps.googleapis.com/maps/api/js"></script> <body> <h1>My First Google

Install MPEG-4 AAC decoder in Ubuntu

Hello friends, I was facing issues while running mp4 videos or songs. It was asking me to install mpeg-4 aac decoder. When I run any mp4 player then I got the following error:     So, to resolve it. Today I am going to tell you how to

How to hit ajax in joomla module ?

Hello Readers, Step 1 : First we write the ajax code in default.php file inside module (Ex: mod_mymodule) tmpl/default.php folder.    Code Example : $("#id").change(function() { var id=$(this).val(); $.ajax ({ type: "POST",

How override layout in controller in rails

Lets suppose we a have requirement to customize our layout for different controllers, means different controller will have different layout and basically we want to change the style of different controllers views. To override a layout on the basis of

6 Easy Steps to Build Node.js APIs with TDD Methodology

TDD (Test-Driven-Development) is getting popular day by day defining its needs in greater code testing. This process is a test which we define to get an output by applying to our library, API etc. Day by day Nodejs is now developing as a language of

How to make option menu function in android.

In this blog we are inflating the menu by using inflate()method of the menuInflater class this can be performd event handling on menu items, when we need to override then we can used onOptionItemSelected()method of activity class. Hence using below c

1 156 178
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: