
Search In
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
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
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
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
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
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 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
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 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
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
