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

Search In

Odoo Model inheritance

Odoo provides two inheritance mechanisms to extend an existing model in a modular way. The first inheritance mechanism allows a module to modify the behavior of a model defined in another module: 1. add fields to a model, 2. override the de

Laravel Controller Subfolder routing

Before I have written blog how to add sub-folder in our controller but not mention that how we will do Controller sub-folder routing.As we all know that routing plays an important role in any project. In Laravel 4.x sub-folder routing can be done in

When to use tag img or css background images

Proper uses of img tag You can make use of IMG in case you are looking forward to enable people to print your page and the image has to be present there by default. For images that have important meanings, you can go for IMG with alt tex

Way to Make Good Designs

There is some small things keep in mind & make a good design. Structure:- Your design should organize the user interface purposefully, in meaningful and useful ways based on clear, consistent models that are apparent and recognizable to users

Best way to create a singleton class in Objective-C

There are different ways to create a singleton/shared instance of a class in Objective-C. Here I have explained two most preferred methods for it and both are thread safe. 1) Using "@synthesize" #define SINGLETON_FOR_CLASS(yourclassname) \

Using a dispatch semaphore with block

Blocks are a language-level feature, which allow us to create distinct segment of code. there are three way to recognize the semaphore. dispatch_semaphore_create => creates a semaphore with initial value
 dispatch_semaphore_signal => incremen

Basic UI fundamentals

UI Fundamentals a) KEEP IT CLEAR User will generally avoid elements that are unclear or not presented in a simplified way. They avoid the design that left them wondering what to do next. b) GUIDE THEM TO THE NEXT ACTION User generally prefers doi

Wordpress Querying Posts

The querying posts means to modify/filter the query of a page or add new query in the page. There are lot of ways to modify query of a page or post by replacing it with new instance of the query. You can achieve this to query a wordpress post or pos

Test Coverage and its advantages

What is test coverage and its advantages and disadvantages? Test coverage or Code coverage is a very useful tool which is used to test untested parts of code. Test coverage is a measure which is used to describe the degree to which a source code of p

Services in AngularJS

AngularJS within it self provides many services that we can use in our application, such as $http, $resource, $route, $window, $location etc These Services are nothing but javascript functions defined inside Angular JS and they perform certa

1 41 363
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: