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

Search In

Cakephp putting condition on virtualFields

Hi Readers, Today I will be discussing about the limitation of virtualfields and how can we overcome it's limitations. Firstly, we can not use virtualfields in associated models for conditions,fields arrays or order. Doing so will generally an SQ

How to merge the contents of two or more objects together into the first object using jQuery

Hello friends, Most of time we need to create Object of contents in jQuery and use it according to requirement , So in this block you will see how to merge two or more object in first object . When two or more object arguments are supplied to $.ext

Auto Layout Using Visual Format Language In Swift

Hi All, You can add auto layout constraints by using Storyboard Interface OR by adding constraints dynamically. There are three ways to add constraint dynamically (as per Apple Inc.) Visual Format Language is one of the way is used to add autolay

Check Constraint

Check Constraint: It is used to restrict the range of values that can be inserted in a column. If a column contain check constraint then only a particular range of values can be inserted in that column. Example: CREATE TABLE Employee( Emp_

How to add floating action button with RecyclerView xml layout

In the below xml layout first I have created Framelayout then I have added RecyclerView and FloatingActionButton within Framelayout. You can see below program it will clearly describe you to add floating action button with RecyclerView xml layout in

Magento 2.0: How to add static block in a page template

In order to add static block in page (.phtml) template. Follow the steps below: Display Static Block in Phtml file & CMS page. In XML File: <referenceContainer name="content"> <block class="Magento\Cms\Block\Block" name="block_identi

.HTACCESS: How to remove second part of url

Currently i have 100+ URLs on my site in this format: http://www.example.in/view_retailer/homepage I want to remove /view_retailer/ from all URLs, so they should look something like this http://www.example.in/homepage In other words I would have

Select distinct records using Linq

We often need to select distinct records from a list or from database. In Linq, we can select distinct records from a list or collection using Distinct method. Suppose we have a list with the name Employees and we want to select only Distinct record

How to avoid adding emoticons in android edittext

If you don't want to allow users to add emoji in edittext then below few lines will be helpfull for you. This method will return blank string while typing any similies/emoji in your editext. public static InputFilter EMOJI_FILTER = new InputFil

How to get the individual texts from edittexts in a loop

Please i have a for loop which creates edittext according to what the user types in. It displays the edittexts in a linearlayout.  What i want to do is to get each of the texts from the edittexts and store it in an arraylist  This is the fo

1 34 126
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: