
Search In
Hello Readers..here are some basic commands that we use in Linux
1. File Handling :
mkdir- make directories
Usage: mkdir[OPTION]DIRECTORY...
Example: mkdir rahul
&
In this post, we are going to talk about how you can write guest posts a tactical way. Let’s jump right to the meat. You are writing guest posts to get known, to get traffic, to get readers. Just to get more popularity. I know that guest postin
Drupal has innovative feature to create a block. Blocks are the box of content in which we can wrap the content. Drupal has structure of regions and blocks in which we can assign the blocks into a particular region we have created. Drupal support two
In below example, I have written Python script for each tax group. see below python code in .py file :
(tax_code_pos, base_code_pos, account_pos, tax_id)= (0, 1, 2, 3)
for key, tax_amount in group_tax.items():
tax = s
Welcome to FindNerd.
We are going to describe the functions to get the current position of the bound element. There are two functions named offset and position. They are used as a same manner. Let's take an example of both function.
<ul class="
This post demonstrates how to display an image prior to uploading it on server.
This demo uses the JavaScript's readAsDataURL method of reader API which will read image as url.
<html>
<head>
<script src="https://ajax.googl
why use current() function:
current() returns the value of the current element in an array:
Syntax of current() function:
current(array)
why use end() function:
end() returns the value of the last element in an array:
Syntax of end() function
We can handle default error in PHP in a very simple way. This can be done by sending an error message with its filename, error line number and a message that describes the error to the browser.
Error handling plays an important role whenever we make
In order to change the theme or highlighted color of EditText do the following steps:-
1) Create colors.xml file inside the values folder (if you don't have) and then declare colors
<color name="ColorPrimary">#4484F6</color>
<color na
Here is the example for *How to use upload files with JQuery. *
If you having trouble with such issues, then use the below code.
Here is the HTML
<div class="flie-btn clearfix">
<input class="fileinput" type="file" name="data[User][
