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

Search In

How to insert special symbols in HTML

Hello Reader! If you are new to web desingning and you need to insert some special symbols in your web page then this blog is very helpful for you. You might have seen copyright symbol ©, This type of symbol will only generate if you insert their htm

Phpmyadmin: How to install PhpMyAdmin in Ubuntu 14.04

This blog will help you to understand how to install securely phpMyAdmin to manage your databases on Ubuntu 14.04 How to install phpMyAdmin: Step 1: First you need to update the package index on your server with this command:   Now write t

How to disable mongoDB java driver logging

Go to mongodb configuration file and add following lines of code. @Configuration public class SpringMongoConfig extends AbstractMongoConfiguration{          static Logger root = (Logger) LoggerFactory.getLogger(Logger.ROOT_LOGGER_NAME);     static

how click ad and my link by single button

I HAVE ADSENSE AD CODE FOR MY WEBPAGE : <!-- Begin BidVertiser code --> <SCRIPT SRC="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=719755&bid=1786221" TYPE="text/javascript"></SCRIPT> <!-- End BidVertiser code --> AN

How to change itertools.product parameters while running

Hi, I'm new in Python, so excuse me if the question may be too simple for someone. I have the following code: from itertools import product for a,b in product(range(0,10), range(a,10)): print (a,b) but it does not work, a message error t

How do I fix this life function code?

Please help me to fix the life function code.  #include <stdio.h> #include <stdbool.h> //I learned that you need to add stdbool.h to make the bool function work - Chris int main(void) { printf("You will have life functions. Yo

How to use cookies in Codeigniter

Hello Reader's if you are making the auto login sign up form then you must have to use the Cookies. In core php you have to write the long syntax to handling the request to Cookies. Now Codeingiter offers developers to load the nessasry code in p

How to disable email address link in html email ?

I am writing this blog, because there was a case when I have to send email without the link. For example: If in email I send some data: <p>Your Email id is: amuk.saxena@evontech.com.</p> Now when the email is sent to gmail, then gmail a

How to get the version numbers for Cakephp ?

I am writing this blog for beginners who are learning Cakephp. When you learn Cakephp then first thing that reminds is that which version are you installing Cakephp. To know the version of Cakephp let me tell you that there are two ways for getting t

How to find the day of week?

Suppose we want to find the day of the week according to the given date i.e if we want to know the week day of a particular date then the following lines of code will help you to implement this :-   NSDate *date = [NSDate date]; // get toda

1 19 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: