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

Search In

Various options of ls command in Linux

Output of most of the commands in Linux can be modified by using options/switches. ls command is also not an exception. ls command is used to list the contents of a directory. It has lots and lots of switches to customize its output. Switches are c

Installation steps of zend framework2 on ubuntu

Welcome to Findnerd. There are simple steps to set up the zend2 on Ubuntu. We need to use the terminal for same. Please follow these steps. A) LAMP should be installed on your system. Create a folder with any name in /var/www. We are giving name z

What is image sprite and its uses in CSS?

CSS image sprite is a single image like a image-sheet with all the images needed for your website. Image sprites is having all the images needed at one place in a single image to it makes the browser work easy while the browser try to find the im

Javascript popup boxes

Hello Readers Javascript has three kind of popup boxes: Alert box Confirm box. Prompt box. Alert box: If you want the information comes through the user then we use the alert popup box. Syntax of alert box: window.alert("sometext"); It can

How to Call Stored Procedure using Entity Manager in JPA

Call stored procedure in JPA : Here I am going to tell you that how you can call the stored procedure using JPA entity manager. Following is the example to call stored procedure using entity manger. Suppose we have a stored procedure called 'get_log

How to remove 'provision' from selection list when configuring Cash Flow in Odoo

In below example, I have written Python script to remove 'provision' from selection list when configuring Cash Flow Codes. Paste below python code in .py file : def fields_get(self, cr, uid, fields=None, context=None): res = super(account_cashfl

Null/ Marker interface

Null Interfaces in Java generally referred as "Marker", are type of interface which have no methods declared in them which means that the classes implementing these interfaces don't have to override any of the methods. "Serializable", "Remote", "Rand

How to Build in Android in Unity3D

Publishing Builds At any time while we are creating our game, we might want to see how it looks when we build and run it outside of the editor as a standalone or web player. I will explain how to access the Build Settings and how to create different

Making a Blurred Mask

Making Blurred mask in Flash Masking in Flash is very easy..But when we talk about Blurred mask..Not an easy task.. So to make that easy i am posting this blog.. Lets start with "How to Mask an object", there are following steps.. 1.Open a new file

How to Develop an Android Game in Unity3D

When we create our game, we might want to see how it looks when we build and run it outside of the editor as a standalone or web player. Today, I will explain how to access the Build Settings and how to create different builds of your games. Go to F

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