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

Search In

What are the best practices and best places for laravel 4 helpers or basic functions?

Many user will make a helper in app folder but if you want to use helper the best practice and best place to use Laravel 4.x helper in app/libraries folder. So all the basic function and helper we should define in app/libraries. Advantage of librar

Retrieving GET and POST data inside controller in Laravel 4

Retrieving GET and POST data inside controller in the basic requirement which should know everyone when we are working in any framework. In Laravel 4.x It is very easy to get "Get & Post" data. Examples: The Example for Get data is $currentTab

Agile Test Plan

Dissimilar as waterfall model, in the agile model, test plan is designed and renovated for all release. There are many kinds of testing involved under the agile test plan, performed in that iterative as test data prerequisites, framework, test result

Group By in Cakephp

The GROUP BY statement is used in conjunction with the aggregate functions to group the result-set by one or more columns. Below is the possible keys that we use in cakephp query. $params = array( 'conditions' => array('Model.fi

How to use ir.actions.client code in OpenERP/Odoo ?

On the server side, we can simply defined an ir.actions.client. In below code we will use .xml file. <record id="action_home_page" model="ir.actions.client"> <field name="tag">petstore.homepage</field> </record> For menu

How to make Odoo javascript module in OpenERP/Odoo ?

Javascript does not have built-in modules. As a result variables defined in different files are all mashed together and may conflict. This has given rise to various module patterns used to build clean namespaces and limit risks of naming conflict. T

How to communicate with the Odoo Server ?

Most operations with Odoo involve communicating with models implementing business concern, these models will then interact with some storage engine. JQuery provides ajax function for network interactions, communicating with Odoo requires additional m

Push Notification for Android using Laravel 4.x

There are few steps which we have to follow to implement Push Notification. Step 1: First we will write the api to get token and device type . Here is the controller code of push notification. public function pushNotification() { $validator

Gradient Mesh In Illustrator

Gradient Mesh in Illustrator Gradient Mesh, is an advance tool that allows us to create gradients in any shapes. The result in artwork as it has come right from the Photoshop. Every designer have his/her own way that how they apply gradient mesh on t

Message posting in GooglePlus IOS sdk

If you integrating Google plus in your IOS app and want to post some message you can use share dialog. To post message first create an object of GPPShareBuilder then you can set the text or url in this object like below example. id<GPPShareBuilde

1 63 282
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: