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

Search In

What is “$rootScope” and how is it related with “$scope”?

$rootscope is the parent of all scopes. Values exposed there will be used in all controllers and templates. It acts as a parent object of all “$scope” angular objects created in a web page. Now, let us understand how the “$rootScop

How to create an attribute and apply it to magento products?

Hello Readers, In this tutorial, I am going to show you how to create an attribute" and apply it to Magento products. 1. Go to Catalog -> Attributes -> Manage Attributes 2. click on “Add New Attribute button in the top right”

NStimer in Objective C

Hi, In this video blog, we will learn how we can use NSTimer in Objective C. NSTimer class to create timer objects or, more simply, timers. A timer waits until a certain time interval has elapsed and then fires, sending a specified message to a tar

How to defines a new notebook page for the view in OpenERP/Odoo ?

If you want to defines a new notebook page for the view in OpenERP use below code - <page string="Order Line"> : Notebook page is used to create the new page and divide the section of pages.

How to hide the selection but still use it in Photoshop?

I am doing some painting work and it involves creating complex selection and that selection highlight distracts me. If there is any way to hide that please let me know. Thanks

How can we reverse an animation sequence in Maya ?

Hi guys, I was just working on a character animation in Maya and got stuck in a slight problem. I have created a 100 frame animation for a character . Now i want to use that animation again but in backwards. So basically I want to reuse that existin

How to Modifying a report in OpenERP-6.1 ?

Step-1 First we have to Modify existing reports which will then replace the originals in our OpenERP database, Step-2 create new reports for the selected object. select Report > Modify Existing Report . Choose the report Request for Quotation

How to open a Url using Intent

To open a url using Intent, first create a button on the layout. And set the onClickListener on the button and open the browser using implicit Intent, like below:- Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); startActivity(inten

Navigation drawer SupportMapFragment

Ive createad a navigation drawer and 2 fragments. I want to create a fragment with a map where i can put pins on etc. But it wont let be because i need to extend SupportMapFragment, and i need extend Fragment.

How to add comment on a table in MySQL?

Sometimes wee need to add a comment on a table for more readability means to define what is the use of that table. We can do this at the time of table creation or by ALTER command after creating the table. At the time of table creation: CREATE T

1 19 370
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: