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

Search In

Add a thin line to UITextField in iOS

For textfield we use attributes to give outlines to it or some times we place image view behind every textfield for its outline. We can instead use CALayer for it. I am setting an upper outline to a textfield, here is the code:- CALayer *upper = [CA

How to check if audittrail rule apply in super admin mode in OpenERP/Odoo ?

Step-1 Go to audittrail module. Step-2 audittrail->audittrail.py. Step-3 After that used below code in audittrail.py file. if self.check_rules(cr, SUPERUSER_ID, field_obj._obj, method): x2m_model_ids = pool.get('ir.model').se

How to get the invoice associate with the picking of invoice in OpenERP/Odoo ?

Step-1 Go to picking_invoice_relation module. Step-2 invoice->invoice.py. Step-3 After that used below code in invoice.py file. if not isinstance(ids, types.ListType): # Ensure it is a list before proceeding. ids = [ids]

Bug Isolation

What is Bug Isolation ? Bug isolation or defect isolation is a process in which bugs are documented using distinct data fields mentioned in the bug report, such as Steps to Reproduce, input data and attachments. In other words it is a process of add

AVD launching error

Hi Sir, I have just started to learn Android from the video series of "Android Apps Development Tutorial for Beginners (1) - 2015" but i am getting problem in launching AVD. In the vedio series when they are launching AVD then "Bucky Phone" AVD is co

Bug Triage

Bug Triage Bug Triage is a traditional technique in which each bug/issue is prioritized on the basis of its severity, recurrence, uncertainty and other critical guideline. It enables testers to assign priority (high, medium, low) to bugs and report t

Things you want to know about CAPTCHA

What is CAPTCHA : CAPTCHA stands for Completely Automated Public Turing test . CAPTCHA is implemented to differentiate between humans and machines ,it is generally used to keep machine or bots or automated scripts away from the website page

Exporting SQL Server table data to Excel

Hi Readers ! In this Blog we will find how we can Export SQL Server table data to Excel using .net code . using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; us

Javascript variables

A JavaScript variable is simply a name of storage location. There are two types of variables in JavaScript : local variable and global variable. There are some rules while declaring a JavaScript variable:. 1)Name must start with a letter (a to z or

Javascript arithmetic

Arithmetic operators perform arithmetic on numbers or literals or variables. 1) + addition 2) - subtraction 3) * multiplication 4) / division 5) % modulus 6) ++ increment 7) -- decrement <

1 346 949
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: