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

Search In

Blue Line in Excel

Hi Guys, Can anyone tell what is this blue line I am seeing in my excel? This excel has lot of data and formula. Thanks

How can I sort one dimensional arrays and data in PHP?

Basic one dimensional arrays $array = array(3, 5, 2, 8); Applicable sort functions: sort rsort asort arsort natsort natcasesort ksort krsort These all are the sorting method which will help us to sort an one dimensional array.

How to use search_count function in OpenERP(Odoo)

In the search_count function returns the count of results matching search domain: In below code i have explain search_read self.search_count([('is_company', '=', True)]) Note -with the help of this code we retrieve all adress.

How to use api.multi in OpenERP(Odoo)?

With the help of multi api we will be able to set the current RecordSet without iteration. It is the default behavior. In below code i have used search_read function to set the current RecordSet @api.multi def afun(self): len(self) Note- Multi.api

How to use multi Fields in OpenERP(Odoo)?

The multi function is used to compute multiple values. In below code i have used api.multi to compute multiple values @api.multi @api.depends('field.relation', 'an_otherfield.relation') def _amount(self): for x in self: x.total = an_algo x.untaxed

Table layout structure for html to pdf using html2pdf library

After dealing with html2pdf library,I found that if we are trying to generate html to PDFs for more than one page never use nested table layout structure.in order to avoid this error "The content of a TD tag does not fit on only one page "..Instead

Table layout structure while generating html to pdf using html2pdf library

After dealing with html2pdf library,I found that if we are trying to generate html to PDFs for more than one page never use nested table layout structure.in order to avoid this error "The content of a TD tag does not fit on only one page "..Instead

Image tag error- no image found

There was an error in img tag when no image source found. I used this below code to resolve this issue, if you are also facing the same issue, please go a head with this code. <img src="profileimage.png" onerror="this.src='noimage.png'"> It

Changing row color on clicking radio button

Consider an HTML table with multiple rows having radio button in first column of each row. Now, if we want to change the row color when radio button associated with it is clicked, we have to write following code. // HTML // Untitled

Code Repository_iPhone

A sample code that works for following functionalities 1- Facebook sharing. 2- Flickr sharing. 3- Posting images to server. 4- Sending email with attachments. 5- Importing and exporting .CSV file and PDF. 6- Audio Recording and playing same.

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