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

Search In

How Technology Can Keep Compliance Costs Down

  Businesses across all industries have to deal with cybersecurity threats that come with the increasing use of connected devices. To secure organizational data, it is critical to establish robust cybersecurity frameworks for the Internet of

How to Make Web Design Effective for Startups - Essential Tips

With today’s ever-shifting market, keeping up with the times can be difficult. One of the crucial points in any startup’s success is the creation and optimization of a web page. Although seeming unimportant to some, a quality web page is

Send an email using Email Template in Zend Framework.

As we all knows email functionalities in websites is common and used in all web application. Either it is registration process or detail of any order, we always need to send an email to our valuable users and clients. For sending the email using Ema

What is the use of IN Operator in MySQL?

In MySQL, the IN operator is used to allow us specify multiple values in a WHERE clause. IN Operator Syntax SELECT column_name FROM table_name WHERE column_name IN (value1,value2,...); We have a table "employee" as below: employee id f

Inheritance in Objective C

Inheritance in Objective C can be done by Subclassing. Here is an example of inheritance that works in objective-c. **In Rectangle.h** @interface Rectangle: NSObject @property (nonatomic) int width; @property (nonatomic) int height; -(Rectangle

How to Remove followers linked to old partner in OpenERP(Odoo)?

In followers linked to old partner fields first we have to go in .py file (Python file) After that we have to decide where we want to remove followers linked to old partner fields and then write python code to that field from start to end. Use below

redirect non-www to www url string using htaccess

There must be a situation where we need to redirects all non www requests to www. We can easily redirect user from non-www to www url string using following ways. for example , if a user makes a request for http://mysite.com/param1/param2, so with th

What is the use of UPDATE statement in MySQL?

In MySQL, the UPDATE statement is used to update existing records in a table. UPDATE Syntax UPDATE table_name SET column1=value1,column2=value2,... WHERE some_column=some_value; In the above syntax, WHERE clause specifies which row or rows will b

How to find a record anywhere in SQL Database

Find value in all tables in a Database Some times we know the value which is in our database, but we don't know the Database architecture and mapping with our code base. So if i want to know that where a particular value store, we can use below quer

How to create membership IDs in OpenERP

In OpenERP first we create the form and browse the record of  account invoice line and then select to the product in product form and then find to the the current user’s ID for security checks. In account invoice line we check to

1 140 258
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: