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

Search In

Sticky header using jQuery and CSS

A hot pattern in web plan nowadays is the utilization of sticky headers, where the top part of a page containing key components, for example, the menu bar once looked past gets to be settled on the page, keeping on staying obvious. The accompanying i

rnfef awnzv for 97% snhnhy5

Send letters to the editor by mail (P.O. Box 70710, Fairbanks AK 99707), by fax (907-452-7917) or via email (letters@newsminer.com). Writers are limited to one letter every 30 days. All letters must contain no more than 350 words and include a full n

Antivirus is Not a Protection Strategy for Small Business

Let’s start with the basics.  The very first thing that comes to mind when we think PC protection is Antivirus, but how does this software work?   Antivirus is a software that protects and removes known viruses, worms and trojans fr

ORM Methods in OpenERP

Every object in OpenERP is based on OSV i.e Object Service and this service implements full Object-Relational Mapping enabling developers not to worry for the simple SQL operations. In OpenERP, we have such ORM methods that are very useful. Here are

How to create an application using Facebook 4.0 SDK

To create a new Facebook application, register on https://developers.facebook.com and make a new application that will generate a Facebook application id and secret key which you will use in your development. After creating the application open the

How to generate the barcode for product in openerp (Odoo)?

You will need the following kind of python code declaration in your .py file: class product_category(orm.Model): _inherit = 'product.category' _columns = { 'ean_sequence_id': fields.many2one('ir.sequence', 'Ean Sequence'), }

How to generate the barcode for product in Odoo-9?

If you want generate the barcode for product in odoo You will need the following kind of python code declaration in your .py file: from openerp.osv import fields, orm from openerp.tools.translate import _ def isodd(x): return bool(x % 2)

Use of IN operator while writing nested queries

In Sql Server while writing queries sometimes we need to the data from multiple tables or you can say that output of one query becomes input to another one. In this case we will write the nested queries that will get data from the other table a

How to make animated flipping menus using css3?

hello Readers , here is a simple blog on animated flipping menus using css3. I have created simple animated menus by using transition and rotate property of css3.  In this I have created an unordered list  of menus , on mouse hover on a par

Overriding Equality of objects

Overriding Equality of objects In ruby the equality of the objects depend upon several things, which are a) == b) hash c) eql? In normal cases whenever you run == method for string numbers etc it works perfectly fine, but if there are two identic

1 511 596
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: