Posts

How to Install Wordpress on Localhost using XAMPP [Windows]

Image
Wordpress one of the best content management system (CMS) used by millions of blogs over the world. It has strong user base of over 60 million websites supporting as of 2017. Wordpress is primarily the best tool for any blogger, it is a must have blogging system used by top blogs like Mashable, TechCrunch, and many other. Wordpress is now becoming the industry standard for creating professional looking blogs with thousands of options, themes, plugins, and customization is endless with Wordpress. Don't just start with any other blogging system when you have the best system lined up for you waiting for you to fire it up that too for free of cost. As more and more blogs are going online the competition is also becoming hard, but using the best tools you can ensure you will be far ahead of the competition. The one tool you will heard everyone talking about is Wordpress because it is simply the best and way better than any other content management system. If you want to soon start

How To Make Money Online Without Any Investment [30 sites]

Image
Technology is just incredible these days with everything at your hand or I should say finger tips you could possibly do anything you want to do if you have a internet connection. Internet is a beautiful creation it is not Web but it is a network of networks which simply means it is a network which is connected to other network and that other network to other network. Anyways enough about internet I will talk about it some other day, basically I'm saying that with internet it has become so much easier to connect to people which may not be in the same geographical region. Communication is another big thing when it comes to internet, but why I' m talking about this I should be writing about ways to make money online believe me it will help you in order to make money online. Though anyone with a personal computer and access to an internet connection can make decent money online but that is not the case for most of us. The art of making money online is very hard to master it

List of the top ten blogs for bloggers you should follow right now

Image
Blogging is among the best profession growing day by day, everyday we came across bloggers making full-time income through their blogs. The million dollar blogs are the only reason many people are now starting their own blogs. This is why I started this blog and obviously why will any one create content and work hours setting his blog if he is not getting paid for his work. But this is not how it works I remember I had the same intentions that I will easily make some money if I posted few articles and able to generate some traffic. Now I know it is as much hard as a daily job, just as you have to work hard on your job you should or have to work hard on creating high-quality posts, give it some time to grow and keep on creating content. If you stop so will your traffic and without traffic your blog is nothing just a useless site, where no one sees its advantage. The reason why people search for blogs is because they are dynamic unlike websites where they only get static content,

How to design a contact form for FREE (No Coding Skills needed)

Image
Contact forms are the most important part of any website or blog, they help site owners better understand their audience. The contact forms also provide bloggers a way to communicate with their audience, they are very important be it in any industry. The ease with which you can develop a simple form is far easier than before, nowadays you can just use some HTML, CSS to create anything you need because these languages are very easy to use and require no experience in programming. I have already discussed some of the best coding sites check out here . The emphasis on learning languages is because the visual tools which help you to design without any knowledge of languages are used very often but they are also very handy when it comes to designing anything from a contact form to lead pages to a full-fledged site/ blog. But the use of these graphical tools can also be difficult at times when you want a new thing that is not embedded in the tool itself. So in these cases, we should hav

Ten must have apps for windows in 2017

Image
Windows a perfect combination of speed and performance, though these may sound synonym but they are completely different from each other, Speed is how fast an object moves or how fast a process perform tasks and on the other hand performance is the amount of work accomplished by a person/ system in our case the O.S. Windows is among the best operating systems we ever had, the mixture of GUI and some CLI makes windows our favorite pick in terms of personal computer. Windows 10 which is currently the latest version of Microsoft's windows, it has recorded 400 million installs . Microsoft also introduces its mobile operating system known as window mobile back in year 2000 though it didn't gained as much headlines. The latest window mobile version is windows 10 mobile for smartphones and at this time Microsoft tried to unify there whole range of devices to connect with each other or synchronize. Windows 10 is currently the most used operating system worldwide in terms of personal

Does your laptop need an UPGRADE (not UPDATE!)

Image
We are living in a world where computers are very important for our functioning, though we are very much familiar with the immense powers of these mighty machines but how much can we improve in order to get the best of the best. Hello friends, today I'm going to discuss about the how you can upgrade your hardware that is Memory, Drives, etc that can be very much important if your personal computer is running like a turtle and you don't want to spend your money on some new devices. Lets face it we all know no matter how costly your computer might be one day it will become slow and loose its spirit but we know that is obvious hardware's cannot be made to live forever, they will fail after certain amount of time. So how can we make that old junked piece to perform like a brand new. Yes! we can use antivirus programs, cleanup utilities, & various other applications to make it faster also defragmenting the drives, clean system error files, temporary files, removing

A Simple C program to illustrate how a small bank program works

For some time I was working with my Dev C/ C++ compiler to make a C program that works like a small Bank Application. My affection with C language resulted in writing a small C program that shows how a Bank application can be made. I know in many schools here in India mainly CBSE/ ICSE Syllabus, if you have Computer as a subject in class XI & XII you have to make projects in C++ language. Those Projects helps improving your understanding & sharpen you coding skills. Though this program is entirely written in C programming language which is not taught in class XI & XII, but still students can learn this language as C is the mother of all the modern programming languages (if you love coding as I do). So now let's get right into the source code of the program. /*  PROGRAM RUN & COMPILED ON DEV-C++ 5.11 COMPILER   */ #include<stdio.h> #include<stdlib.h> #include<conio.h> #include<string.h> #include<time.h> #include"bank.h