
Search In
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


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
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
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
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
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
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
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
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
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
