
Search In
Welcome to Findnerd. There are simple steps to set up the zend2 on Ubuntu. We need to use the terminal for same. Please follow these steps.
A) LAMP should be installed on your system. Create a folder with any name in /var/www. We are giving name z
Im using FPDI library for writing existing pdf file but my code is writing only 1 page ..why? please
require_once '../includes/fpdf/fpdf.php';
require_once '../includes/fpdf/fpdi.php';
$pdf = new FPDI();
$pageCount = $pdf->setSourceFile("cont
The problem is that a positive integer n is given and check if it is perfect square or not using only addition operation.
// C++ program to check if n is perfect square or not
#include<bits/stdc++.h>
using namespace std;
// T
Microsoft developed ASP.NET web development services. The development of applications capable of sending and receiving messages through SOAP over HTTP was the major purpose of Microsoft. XML Schema can be used for defining the structure of messages.
You can pass command line argument in C programming.
The command line argument is handled by the program main function where argc[] is total number of arguments passed, and argv[] is a array which points number of parameters passed in
In our application, we can add notification ringtone as we want. Here is the solution.
First of all we need to create a folder named raw in /res/ file. After creating the folder put your ringtone in raw folder.
Then put this code when you notify
Hello reader!
If you want to send the value from one div to another div in your same webpage, you can do this by help of JavaScript function.
Lets do this with example-
This is the div from which the value is taken
<div id='td1'>This is the
The FileUpload control the user to browse the file from any location and upload it where user wants
Once, the user has entered the filename in the text box file gets saved on the hard disk of the user.
<body>
<form id="form1" runat=
WordPress is much-loved for its content management system (CMS) for long centuries. WordPress achieved one of the leading markets in terms of website development. Data shows that more than 15,886,000 websites on the internet are driven by W
In the below code I have used SpellCheckerListener interface and ovrride its method. Here I have created SpellCheckerListener class to check the spelling errors. See the below code it will clearly described how to make Spelling Checker function.
pub
