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

Search In

How to make menuItem visible and invisible

If you are looking how to create menuItem and make them visible or invisible on certain condition, here is way to create menuItems:- Step 1:- Create items on menu.xml:- <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:c

Integrate jQuery fullcalendar in cakephp

This tutorial will help user learn how to integrate the jQuery fullcalendar in our web application blogs etc.Below are the steps to integrate the fullcalendar: Step 1:Write an action in an Eventcontroller let us say, event_calendar path: /app/Con

How to apply ir_rules by filtering out in Odoo?

If you want to apply ir_rules by filtering out follow the following code . rows = self.env.cr.dictfetchall() ids = [x['account_id'] for x in rows] allowed_ids = set(self.env['account.account'].browse(ids).ids) rows = [row f

How get camera make and model from Image using PHP?

Hello, Reader's if you are uploading images for website gallery and looking for extract the Camera make and model from it, Then  PHP offers you to do this via EXIF meta. Every original digital photo contains the detail of Camera model

Submit and validate data with ajax (without refreshing)

A form can be submit and validate without refreshing with the help of ajax and jquery. You just need to include one ajax file and there is no need of any js validation file to check the validations.Validation can be done on the basis of ajax response

How to validate a given URL using PHP

Hello reader! If you have a to check the url is correct or not (not giving the status 404), Then you can get all the details of any url by using 'get_headers' in print_r. Let's see the example below:-0 <?php stream_context_set_default( arra

MYSQL, PHP :- Query Concatenating Fields To Make Date And Running Between Query On It

Recently, I faced a problem when the date was saved in different fields month, year and date. I need to club all these fields together and run a between query on it. Another issue which was there was that Date has '0' contacted if the value is less

Device UUID importance while making API

While working with web API you need to ensure that the device that is making the request and getting the response will be tracked and its details with its UUID gets stored into the database.     While registering the employee i have also

Two level or multilevel workflow for Liferay 6.2

Hello guys, many times developers got stuck into the issue that How to create Two level or multilevel workflow for Liferay 6.2. So here below I have created two level or multilevel workflow for liferay 6.2. In which first approver approve the task af

How to detect if user click inside and outside of an Iframe

Hello Reader's! If you are developing the contents with Iframe window and you want make it show the click inside and outside the iframe, Then you can use the code below:- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html

1 400 481
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: