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

Search In

CRUD operations in cakephp

Let us start with the simple CRUD (Create, Read, Update and Delete) Application. Before we begin let me split the processes we are going to do this this blog into the following steps: Creating the Database Create models Create controllers &

Pull to Refresh using SwipeRefreshLayout like Gmail

This blog provide you simple Pull to refresh functionality with SwipeRefreshLayout. First of all create new project. Open xml layout file and create ListView/ScrollView/Gridview. Wrap ListView/ScrollView/Gridview with "android.support.v4.widget.

Post in FaceBook using your Android device via feed dialog

In many applications we have to share content, links etc on Facebook. We can achieve this by using Facebook feed dialog. The following lines of code explains how to use feed/publish dialog. First you need to get the app id and create a meta data. No

How to install Laravel5 using composer

This tutorial will help a user to install Laravel5 a framework in php with the help of a composer. The basic requirements to install Laravel5 are as mentioned below: PHP >= 5.4 Mcrypt PHP Extension OpenSSL PHP Extension Mbstring PHP Extension

Sample Applicaiton Using OWIN/Katana

Sample Application using OWIN/Katana OWIN stands for Open Web Interface for .Net. It is a interface between web application and web server. It is used to decouple server and application. Steps to create simple application-: 1)Open Visual studio

How to remove 'provision' from selection list when configuring Cash Flow Codes in OpenERP(Odoo)?

In below example, I have written Python script to remove 'provision' from selection list when configuring Cash Flow Codes. Use below python code in your .py file : def fields_get(self, cr, uid, fields=None, context=None): res = super(account_cashf

Difference between Finalize and Dispose method

"Difference between Finalize and Dispose method"     Finalize and Dispose are the two methods provided by the .Net Framework for releasing the unmanaged resources like files, database connections etc. Let us understand the dif

Remove 'provision' from selection list when configuring Cash Flow Codes in OpenERP(Odoo)

In below example, I have written Python script to remove 'provision' from selection list when configuring Cash Flow Codes . see below python code and use it in .py file : def fields_get(self, cr, uid, fields=None, context=None): res = super(accoun

How to access Links and tables in selenium web driver

Dear User, In the last blogs I had explained about Regular expressions, now In this blog, I will explain you about how we can access links and tables using selenium web driver. We can access links an exact match or partial according to test scenari

How to access Links and tables using partial match in selenium web driver

Dear user, In the last blog, I had explained, how we can access link using exact match, and now in this blog, I will guide you about how to access link using partial match in selenium web driver.   Partial Match: We access links using a port

1 76 130
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: