Latest stories

How to undo/cancel a Friend Request on Facebook

H

You might have received friend requests from many people but from few you would have not accepted or rejected because you were not sure and kept them waiting in your friend request list. Ever wondered the same could have happened for your requests to others. In this post we are going to learn how you can find out those people who didn’t accept/reject your friend requests and also learn how...

Automatically sync your custom folders to Google Drive or One Drive

A

As a common user utilizing the cloud services offered by various vendors such as Google, Dropbox, Microsoft, Box and others. I faced many challenges in terms of managing the content backup across devices and one of them is to back up a folder that is not part of the cloud folder. For example, One Drive has an option to automatically sync the folders that are part of your My Documents but not the...

Creating a simple conversational speech bot using Dialogflow

C

Hello There, In this post we are going to learn how we can create a simple conversational speech/chat bot that uses artificial intelligence to aid the IT Support Services. This post just serves as a proof of concept but not a complete solution. Knowledge Requirements Developing this bot requires you to have knowledge on Node and AI platforms. Approach / Design We are going to use DialogFlow AI...

How to manage remote wordpress website using Git

H

Hello, In this post we are going to learn how we can manage a remote wordpress website/blog. To manage any remote website, we have two tasks at hand Manage Files Manage Databases It would be a lengthy post to explain about both files and database in a single post, so we will discuss about managing files in this post and in other post we will discuss about managing databases As the post name...

How to Add Google Map Driving Directions in your Website ?

H

You might have come across a situation where you needed to insert business address in your company’s about page and felt that embedding a Google Maps driving directions would make it look better but you don’t know how you can do this. Always, there is a naive way of taking a screenshot and inserting in the web page but because you are reading this post on a tech blog, I assume that...

Create a bootable WinPE ISO/USB using AOMEI PE Builder

C

In my previous post, I have written about Creating a WinPE image using Windows Assessment and Deployment Kit. In this post I am going to use one of the existing softwares called AOMEI PE builder for creating a bootable WinPE image. Since we have learned the process of creating a WinPE image using the microsoft provided ADK way, you will appreciate AOMEI PE Builder for creating a WinPE image in...

Create a WinPE Bootable ISO image / USB drive

C

We need a WinPE image as a per-requisite for us to capture the operating system. WinPE is a pre installation environment which allows us to do many things. If you haven’t installed WinPE on your system you can download and install WinPE by downloading “Windows Assessment and Deployment tool kit” (ADK). This software is essential for us to create a WinPE bootable ISO image...

Create your own wordpress theme from Scratch – WordPress Development Tutorials

C

If you are thinking of creating your own wordpress theme, you are at the right place. Creating a wordpress theme for the first time may be little confusing but once you get hold of the way wordpress themes are developed, you will feel lot better. The first and foremost thing that you need to understand before we start developing a wordpress theme is WordPress Theme Structure which we have already...

Creating your First Android Application / Android Project

C

In our previous posts we have learned Setting up your PC for Android development and Configuring AVD in Eclipse. In this post, Let us create your First Android Application by Creating a Project in Eclipse. Creating an Android Application is a very simple process if you have already setup the IDE and SDK. Follow these simple steps to create your first Android Application. Step by Step Open your...

WordPress Development Tutorials – Theme Structure Theory

W

WordPress needs no introduction to any one in the web community.It is a content management system, running on every 60 out of 100 websites that you see on the Internet and I am one among the proud users of WordPress since past 5 years.In a series of posts on Technophileshub, I would like to put pen to paper on everything that I have learned during my course of journey with WordPress.In this post...