
Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
Active and inactive users concept using Ajax in Cakephp
Concept of active,inactive script is mostly used in Online shopping website, Where adminstrator has right to access the database table and can be able to do changes on the table according to his need. For example a site owner wants to hide some o...
convert letters to digits and get all combinations
I have letters in a string, I would like in result get all possible sets of those letters and convert them to numbers, each set should use all numbers, each number can occur only once in a set. numbers automatically should increment until 9. and ...
Identify file type from hex/binary
I have some data in varbinary(max) from database and I have exported it to physical files. Some of these files were in jpeg so I was able to just add an extension .jpg to it and it opened. The rest are not jpeg files.
I have tried almost all t...
Reading SMTP settings from web.config
In .Net applications, we have a standard way of specifying the SMTP setting in configuration file called web.config in web apps and app.config in other apps. We can define the settings needed for SMTP setup in these configuration files and then r...
Html to pdf conversion in cakephp
Step1- For converting html to pdf first we have to download dompdf, then we have to extract it and put it into /app/Vendor.
Step2- Then we have to import this dompdf folder and its file dompdf_config.inc.php by using below co...
Advantages of Web/Internet Marketing
Advantages of Web/Internet Marketing:-
Have you ever asked why there are such a variety of people starting an online business in Internet Marketing? What makes it so engaging? What are the advantages/FocalPoints?
In this a...
What is COALESCE in SQL Server
COALESCE():-
COALESCE is a function in SQL Server which returns the first non NULL expression amongst its parameter. If all the parameters are evaluated to NULL, It will return NULL
Syntex:-
CO...
How to save Data items in spinner
In the below code I have created a spinner, when you add your name or text in edit text box and press Add Button your text data will be save on Spinner. Here first I have added a EditText, Button and Spinner with in activity_main.xml layout...
How to use SQL Min () Function ?
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use SQL Min () Function in Sql.
SQL Min () Function is used for getting the minimum value from the selected field.
Syntax of SQL Min ():
se...
Javascript arrow functions
From the long list of new elements balanced for appropriation by JavaScript in ECMAscript 6 (the principles collection of JavaScript), one that truly emerges is JavaScript bolt works. A moderate's optimal structure element, bolt capacity'...
Blocks in Ruby
A block is a chunk of code that we put inside do..end or {}. You can use any of the both ways. But multiline block (do..end) is preferred over inline({}) block.
Example of block:
multiline style#
["red", "green", "yellow"].ea...
MySQL CONCAT Functions
CONCAT function is mysql plays a vital role. The CONCAT() function combine or concatenate the list of strings together .
We have 2 types of concat function ->
CONCAT() – This function will concate list of string together without...
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 resp...
How to create Lookup tables in SharePoint 2013 using CSOM?
Lookup tables is used in Enterprise Custom Fields. We can create Lookup tables programmatically either from CSOM or PSI. Here below is the example of creating Lookup tables using CSOM.
Microsoft.ProjectServer.Client.LookupTableCreationInform...
Magento: Category Import and Export Extension
Manually, it will take a lot of time to import category one by one. So, This post will explain "how to import - export all categories of one setup to new setup in magento through extension".
here you can downl...
String in php
A string is sequence of character.
Every thing that is declared in a string will considered as a character.
Like abcd1234 is a string.
And when you add the string like 2+2 will give 22 not 4.
PHP string function
strlen()- It is used ...
How to send emails in CakePHP applications
Sending email becomes a very common feature for web applications, Emails generally used for sending notifications, newsletters and invoices etc. Email can be send in simple text format or in HTML format. This tutorial demonstrate different method...
Qimage Component in cakephp
Qimage Component:
It is used to upload and manipulate images. It can be easily downloaded from github. We can crop or resize image using Qimage crop(), resize() methods.
Some of the methods of Qimage component:
copy : copy() method is us...
Routing in AngularJs with demo
AngularJs is basically used for the single page application with multiple views.
For this we will be using ng-view directive and certain code of AngularJS to make it possible for you to make multiple view.
Here is a code:
HTML:
...
How to create Enterprise Custom Fields in SharePoint 2013 using CSOM?
Enterprise Custom Fields includes custom formula and lookup tables. We can create CustomField programmatically either from CSOM or PSI. Here below is the example of creating CustomField using CSOM.
Microsoft.ProjectServer.Client.CustomFieldC...
has event( ) jquery
it helps in reducing set matched of elements to those that have descendant to the matched set of values
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>has demo</title&...
Spiral Model: Advantages and Disadvantages
Spiral model is same as the incremental model with more significant located on the risk analysis. Generally spiral model is distributed in four phases as- Planning, Risk Analysis, Engineering & Evaluation. In the spiral model any software pro...
Easy Ways to Fill Auto-responders With Effective Content
Easy Ways to Fill Auto-responders With Effective Content:-
Here are a few specific ways you can fill your auto-responders with substance/content you might have, or with content you can easily get. This will help make you inte...
Call code behind method from design page
In .NET environment there are situations where you want to call the code behind method of your application from the design page so in that case the name of the function to be called is passed into the script.
After doing this we will...
32 bit vs 64 bit
Welcome to Findnerd. Today we are going to discuss 32 bit and 64 bit processor working. We can easily heard its terms in daily life and few of you want to know these new terms so lets go for a discussion. 32 bits processor contains 32 bits genera...
Adding custom icons marker in Google map
While integrating the Google map we need to display the location according to the latitude and the longitude.
So in that case we need to make the use of the marker functionality for displaying it.
So if we want to change the image that the ...
Displaying image in google map
While showing the locations based on the latitude and longitude you need to display the images associated with that object you are displaying the locaton for.
This is the database where we have store...
The 21st Century Blogging
21st Century Blogging:-
Blogging and social networking/communication are from various perspectives fundamentally the same. The reason for them both is to gain media communication/interaction. As such, they both need a...
CakePHP tree behaviour
In a tree structure data or records are stored in hierarchical manner, In tree structure the starting data record is called root node or parent node and other are child or subchild of parent node.
For implementing tree behaviour in cakep...
Boolean vs Tinyint vs Bit
Boolean vs Tinyint vs Bit
I was using MySQL to design database, and I need to use boolean datatype where two states are required true or false. I find the following differences among them.
TINYINT is an 8-bit integer value, a BIT ...
clicking window application button more than ones will automatically clicks the same location button of next form
How to resolve "If we click window application button more than ones at a time then it automatically click the same location button of next form"
Sometime we face an issue in window application that if two windows have same Start Pos...
Syncing to S3
Syncing Same Folder to S3 Bucket
Hi Friends,
Suppose you have some folder structure in your local and you want to upload the same folder structure to your amazon s3 bucket. Then you need to follow these steps.
Step 1: Set up aws cli in your ...
Creating PDF file from HTML using DOMPDF in cakephp
In order to convert HTML data into a pdf file here are the followings steps you need to follow:
Step 1: Download the DOMPDF file from Github. here is the link
https://github.com/dompdf/dompdf
or you can download from the zip attached at ...
Table pagination using html
Table pagination is a simple code that will give new effect to the user for creating a long html table into compact manner, This can be possible through simple line of code of javascript and html, for better look and touch up User will use css to...
Sticky header using jQuery and CSS
A hot pattern in web plan nowadays is the utilization of sticky headers, where the top part of a page containing key components, for example, the menu bar once looked past gets to be settled on the page, keeping on staying obvious. The accompanyi...
Hooks in cakephp
Hooks are the functions that we can call prior and afterward doing any task in Models related to database. These are also known as callback methods. Like after finding data, before saving data etc.
e.g beforeSave(), afterSave(), b...
How to develop Robust website in Php
Hello readers, today I guide you "How to develop Robust website in Php".
Site development is a urgent perspective to any entrepreneurial endeavor. However, that is normal information nowadays. The written work on the divider is clear...
How to Recover Deleted Photos from HUAWEI Phone?
I got an outsourcing project from a client, who asked me to build a data recovery app for HUAWEI based Android phone. I have never in this areas before. Anyone would shed some light on this or recommend some open source project i can learn f...
What is Difference Between HTTP 1.1 and HTTP/2 ?
Difference between HTTP 1.1 and HTTP/2
HTTP/2 is a new version of the Hypertext Transport Protocol. HTTP/2 is used to deliver pages to the browser from server on the Web. It is the first major update of HTTP. In 1999 HTTP was introduced, durin...
How To Do Administration Prefix Routing with Cakephp 3?
To map the URL controller action the feature that is used is routing and in CakePHP to make URLs more configurable and flexible routing is introduced. So in this tutorial we will see the process of Administration Prefix Routing with Cakephp 3.
...
How to use where clause and inner join in Cakephp 3 ?
How to use where clause and inner joins?
This is the way to use where clause and inner joins in Cakephp 3
Use matching if its cakephp 3.0.x.
Use innerJoinWith() if its cakephp 3.1.x
For example:
return $this->Product->find(...
Linked Integration with android app
I tried to integrate my app with linked in android the access token is getting expired with in less than five sounds i need a best tutorial on linked integration with android which is using oAuth2.0 if any provide some best resources on that it i...
Get Timezone Offset in String format Javascript
Get Timezone Offset in String Format Javascript
Hi Friends,
If we want to retrieve timezone in string format like Asia/Calcutta or America/New_York in javascript. Javascript's method getTimezoneOffset() just return the...
Multiple layout in CakePHP
This blog is going to explain "How to apply multiple layout in CakePHP".
By default layout file located in (app/View/Layouts/default.ctp) in CakePHP. if we don't apply any layout, then all pages will take default layout.
if we are...
Pseudo classes
Pseudo class in css is used to define a special state of the element.
It is used to style an element when a mouse may hover over it.
It can be used to style a visited and unvisited link.
It can be used to style an element on the focus.
...
Drag and drop with jQuery UI Sortable
If you want to make the drag and drop with jQuery UI Sortable then you have to do the following things. The jQuery UI sortable feature include the serialize method. A text string in standard URL-encoded notation is created with serialize ().
&...
Window application opens two windows when we minimize & maximize application in processing time
How to resolve "window application opens two windows when we minimize & maximize application in processing time"?
Sometime we face an issue in window application that if one window take more processing time to move to t...
Passing model as list in MVC
In MVC while making projects you need to pass the model of attributes as a list.
For this you need to pass or return it in form of list and then bind it with the action which will invoke that function and at last associate it with th...
Project Risk In Software Testing
What Is Project Risk In Software Testing ?
As we all know that testing is an important activity like all phases of any project and therefore this is the matter to risks that produces the risk or hazard to the project.
There a...