
Search In
Hello Reader's If you want to show current date in a html div, Then you can genrate it in JS then show back to html. Here is the example below:-
<div id="Console"></div>
Now the script will go like this:-
window.onload = function() {
In this tutorial we will learn about the closure function in php. Here we will see simple closure using an anonymous function.
Example 1:
// Create a user
$user = "xyz";
// Create a Closure
$invoke = function() use($user) {
echo "Hello $user
Hello readers ,
Following are the steps to guide how you can show ads in your site.
Step 1
First sign in with google ad sense account using below link
https://www.google.com/adsense/start/
Step 2
After sign in with your google account you wil
For changing the url of admin from our existing magento store there are two methods we have:
Method 1- First Go to app/etc/local.xml file , open this file with an editor .Now find for the admin node where you have to change the frontName to our
In PHP, many times we found the error i.e. "maximum allocation time exceeds".
For resolving these errors we use php.ini file or we can resolve it buy using our .htaccess file.
1. Using php.ini file For this we have to increase the max_execution
There are innumerous ways to remove extra white spaces from a string in Ruby on Rails.
Here i am demonstrating 3 ways which you can use to achieve the desired result.
1> squish function :
This function was introduced in Rails framework, this i
Use the alamofire in swift first install the pod file in your project using below steps:
1- open the terminal and run following commands
sudo gem update --system
sudo gem install cocoapods
pod setup
change folder to the current proejct directory
Hello guys
Here, I am simplifying the java main method, In which beginners have many confusions about public, static, void and String array.
First of all see below simple java example :
package bhagwan;
public class Findnerd
{
public
Welcome to findnerd
Today we are going to discuss hide() method and show() method in jQuery
firstly, let start hide() method
hide() method is used for hiding data with HTML elements
Syntex of hide()
$(selector).hide();
And now about show() metho
Welcome to Findnerd. We are going to explain the storage procedure and functions. It is also known as stored routines. Stored routines is available from Mysql5.7.
There is table named proc which is required to work with stored routines. It will be cr
