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

Search In

How to clear all textboxes in a form using jQuery

Hi readers ! In this blog we will see how we can clear all textboxes in a form using jQuery . To clear a textbox with id 'txtBox1' in javascript we use below code : document.getElementById('txtBox1').value = ''; We can use this code to clear s

How to get current web page url in Laravel 5

To get the current web page url in Laravel 5. you can use the URL::current() helper function. here is an example. Route::get('/current/url', function() { return URL::current(); });

Regex To Extract 2nd Level Domains From All TLDs ?

Good Day Folks! 1. Is the following regex ok to extract top level domains and 2nd level domains ? [^.]*\.[^.]{2,3}(?:\.[^.]{2,3})?$ How to write php code to use that regex ? Any sample code welcome.

How to make Bootstrap columns all the same height?

Hello Readers! Bootstrap is the most amazing HTML and CSS framework by far. Also, the grid system is near to perfect. It has columns and rows to keep our content just in place perfectly. But everything has its weak point. Bootstrap has its own whe

How to replace localhost by project name from URL

Hello Reader's if you are working on single project and want to rename localhost to any other word then this blog is very helful to you.  So let's start with the following steps Step 1 : Open httpd.conf file you can fine it i

Count the occurence of an interger in a string

Description: Given a string of integers, count how many times that integer repeats itself, then return a string showing the count and the integer. Example: countMe('1123') (count_me in Ruby) Here 1 comes twice so <count><integer

How to Send Emails Using Nodemailer in Nodejs?

For sending emails using Nodejs we will be using The Nodemailer module. Nodemailer is a module that provides sending emails from the NodeJs application.   Here are some features of the Nodemailer module:   1) Zero Dependencies. 2) Sup

How to install Django Web Framework on Ubuntu 14.04 ?

Django is Python web framework for developing dynamic websites and applications. Using Django we can develop Python web applications faster. There are number of ways for installing Django, for now I will discuss two ways for installing Django i) Gl

How to install SSH server on Ubuntu 14.04?

Install SSH Server on Ubuntu 14.04 In order to install SSH server on Ubuntu, you need to install OpenSSH server package. Use the following command to setup SSH server: sudo apt-get install openssh-server Configure SSH Server After installation i

How to Generate QR Code?

What is QR Code? A QR code (Quick Response Code) is a type of barcode that is readable by dedicated QR readers, iPhone, Android and smartphones. The barcode using encoded information like numbers, letters, and Kanji characters. QR Code is an 2D Code

1 6 408
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: