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

Search In

Email Set Up in Drupal 8

Email Set Up in Drupal 8 - SMTP module installation & Configuration steps: Sending email is one the most basic and essential requirement for each website. In drupal also we require to send emails on occurrence of different events e.g. on registr

A Popup Window Using CSS3 Without Javascript

Hello, reader's In this blog I have created a popup window using CSS3 but without Javascript. In this example , I have created a box div having button which when clicked, a popup window will appear. Next I have created a popup div with a close c

Format numbers using number_format() in PHP

number_format() is one of the most popular PHP function which is used to format numbers with grouped thousands. Syntax : number_format(number, decimal_values, decimal_point, thousand_separator) number : The number which has to be formatted. decimal_v

How to find the paragraphs that don't end in ".? ! " In notepad++ using regex?

I want to find the paragraphs in a text that don't end in ".?!" in notepad++ using regex. I have tried multiple codes, but in all of them the paragraph ending in "." is also found (which is not what I am looking for). What I

How to create flip effect horizontally and vertically to show images and text?

  Hello Readers , here is a simple blog on flipping effect horizontally and vertically using jquery flip() method  on mouse hover. On mouse hover image  will flip and we will see some text in a div having background color.  For t

Chapter 1: Bootstrap Overview

Nowadays Bootstrap is most popular front-end framework. This is very fast and easy to maintain. Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter. It is open source and released August 2011 on GitHub. It has built-in components whic

How to use implode() function in php ?

What is tht implode() function in php ? The implode() function basically utilized to join elements of an array with a string. So in other word we can say, it takes an array and returns a string. syntax of implode() function implode (separator, ar

How to import csv file into mysql database in php

To Import csv file into mysql database using php script follow the below code: For example: I have a .csv file data with this formate:- (1) Indresh Singh, indresh@abc.com, 12345 (2) mukul kant, mukul.kant@abc.com, 12345 To insert this data i

Static Map in android

Static Map in android Here I am writing a way to show static map on ImageView. Its image of map that displays on mobile without the help of any api key. Here we just make String url to add your latitute and longitute. like private double latitut

PHP Explode() Vs Split() Function

Hello Readers, In this blog, I am going to tell a small difference between Explode & Split function in PHP. Both the function do the same thing i.e split a string into array.   But there is a minor difference that explode takes delimiter

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