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

Search In

Scalar types in php

Welcome to Findnerd. Today we are going to dicuss the strict typing mode and weak typing mode which is introduced in PHP7. strict typing mode is not activated by default. You need to activate it via declare like this declare(strict_type=1); It s

How to check amounts in the partial reconcile table aren't signed or not ?

If you want to check amounts in the partial reconcile table aren't signed or not then follow the following code . amount = abs(line.debit - line.credit) amount_residual_currency = abs(line.amount_currency) or 0.0 sign =

Working with Queries and Anonymous Types

Anonymous types is used to create new type without defining a type first It is used in LINQ, Returns a few of read only properties while querying collection of object using LINQ Use new keyword to define anonymous type It is reference type, derived

How to apply style to a cakephp debug console

We have cakephp debug on or off option in core.php file, if debug is on then all errors and query will show at the bottom of the page. we can give it some different style or UI so that it will be more readable. we can apply css like below code .cake

How to get filetype from a filename?

To get a filetype from a filename we have define a function GetFiletype() in which we have a passed a parameter i.e.,the name of the file. Using this function we will extract the '.' operator from the filename and use the extension to get filetype.

How to run nodejs app as a desktop application using electron

Hi All, While working on one of my project we had a requirement where we need to run our web application as a desktop application and to do that we found a solution called Electron which can w=be used as an installer and it run on various plate

Add Custom Column to Multisite Listing Screen

Hello readers, today I guide you to "Add custom column to multisite sites listing screen".   In case you are running multiple sites, then you get sites listing site showing all the sites on that network. Often there might need to show

Disable the scrolling of list and allow the whole page to scroll

Hi i am currently working on an android application in it has list view inside the main activity. What i want is disable the scrolling of list and allow the whole page to scroll only,is there any way for that please do help..... I tried with belo

Polar Encoding

Polar Encoding   The polar encoding uses the variant voltage levels to represent the binary data. Polar encodings is available in four types:   Polar Non-Return to Zero (Polar NRZ)   It mainly uses two different voltage for the p

  • 1.33k
Check username availability on keypress using jquery

Username or email availability or any other types of availability check we can do in this way. When user type on a text box an ajax request has made and check what if its available or not. we only required jquery.js HTML <input type='text' id='

1 423 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: