How To Create A Bootable USB Drive

Posted On // Leave a Comment

How To make A bootable Removable Drive


As nowadays compact disk drive has become an optional in our laptops so we must be prepared ourselves by learning  to create a bootable USB drive. So that in the case of your system failure you can easily boot your PC with a Pendrive.


Steps To Create A Bootable Pen Drive 


There are a lot of ways to create a bootable removable disk, but I will share you the easiest way that I use always.

The simplest way is to use a software named Rufus by which you can create a bootable usb drive. To use this software you must have an image of your operating system saved in your hard disk.


And Now follow these steps



First of all Download Rufus 

After downloading and connecting your Pen Drive, run rufus by clicking in it's exe file. Now you will see it's User Interface

Rfus



Now after this click on graphic icon displayed in the picture to select the iso i.e. image file of your desired operating system. 


bootable Pendrive using Rufus



From there you can browse for the windows image file and click on Open


Rufus



After that Click on Start. Make sure that your Pen Drive is empty as after clicking start it will format your USB drive and make it bootable. And after that, your removable drive has become bootable. 

Now to boot a PC using your newly created Bootable USB Drive you must first check the BIOS setting of that PC. 

For that enter the BIOS setup using F2 or Del or Assist key in Vaio laptops. After that go to the "Boot" tab or search for boot options in your BIOS settings. 

Now Enable these three settings 
"Boot To Removable Devices", "USB Boot", "Boot USB Device First" 

Just Save these Settings and Now you are ready to Boot using your Pendrive. 


In this way you can create your Removable Bootable Drive. You must have a backup of your operating system or image file so that when requirement needed, you can easily be able to boot your PC using your pendrive.





  

[Read more]

Five Android Apps You Must Have

Posted On // Leave a Comment

Top Five Android Apps you Must have


Now a days android phones have become popular and with it's app support it have unlimited app. Among those app you must have these five android apps installed in your cellphone.

1. Beauty Plus 



Beauty Plus is a cool app developed for people who loves to updates their Facebook profile pics daily. This is a beautiful app which have a lot of cool features to edit your picture. It have an auto retouch function which will make your pic cool.You also get a lot of manual filters in it. It has a crop and rotate facility. Another cool feature is that this app can make you look taller, slimmer, it can also remove your dark circle too. So this app is for girls and boys. Now make your profile pic awesome by Beauty Plus.


2. Hinkhoj Dictionary 



Hinkhoj Dictionary is the best dictionary to find the meanings of English words. It has an unlimited database of words and their meanings. This dictionary always provides a new word daily. It has various tools such as Pronunciation (English), Spell checker, a word guess game and a cross word. This dictionary also have an option to save words which you looks for and it also have a record of your search history. Now try out this cool Hinkhoj Dictionary.


3. Musixmatch  



With this app there is no need to search lyrics on internet. This app is for song lovers and singers who loves to sing English songs. This app plays songs with their lyrics. It also have a singing option where it mutes all the vocals and you can sing with the song. But this app requires an active internet connection to download the lyrics one time and it saves it for offline use. You can download Musixmatch.



4. Shazam 

 

If you started liking a music which you are currently listening and you don't know the name of that song then this app is best suited for you. This app recognize tone, song and even vocals. You can sing and it will find that song for you. And even it will display the lyrics too. You can listen live and most important copy the name and search and download it from internet. You can download Shazam form the Play Store.


5. SHAREit


If you likes to share a lot of data between your friends then SHAREit must be there with you always. This app works with wifi/hotspot which supports high speed data transfer upto 30 MBPS average. It depends on cellphone i.e. sender and receiver. This app can send audio, video and apps too. You can also download it for PC and enjoy data transfer without any penderive. You can download SHAREit on your android and PC.

So you must download these five android app and make your cellphone more cool. Also if you have any cool suggestions regarding any apps you can comment here.
[Read more]

How To Show Hidden Files affected by Shortcut Virus

Posted On // Leave a Comment
How To Show Hidden Files affected by Shortcut Virus
If your computer is affected by Shortcut virus and You wants to view hidden files affected by shortcut virus then following is the simplest way to get them from your Pendrive and other removable media.

Check out This video on How to show Hidden files affected By shortcut Virus




  • Go to Control Panel and open Folder Option  

    • Now click on View and Check Show Hidden Files, Folders, and drives
                                                                
    Hidden Files Affected By shortcut Virus

    • Third and Most important Step is To UNCHECK Hide protected operating system files(Recommended)
                         
    uncheck hide protected system files

     This is the simplest way to show hidden files affected by shortcut virus.

    How To recover Hidden files using Command Prompt


    First connect your removable media to your PC and After that open Command Prompt and Type the following command on to that window.
    attrib -h -r -s g:\*.*/s/d 

    attrib -h -r -s g:\*.*/s/d along with the spaces. Here letter G represent your removable drive letter.

    Now your files will be visible and copy them but leave shortcuts and after that Format the pendrive.

    Get an antivirus programe to secure your PC and Update it regularly.

    In this way you easily recover and show hidden files affected by shortcut virus.

    For More Tips and Tricks on Computer check out our New Website The Guys' Computer 



    [Read more]

    Blockquote,Marquee and Table Tag

    Posted On // Leave a Comment



    In our webpage when we want to insert quotes on a sentence we use <q> tag.

    Quoting a whole Paragraph


    To make a paragraph quoted or different we use Blockquote.

    <blockquote> Your paragraph here   </blockquote>

    For Example
    Hello readers I am back after 2 weeks. As Technosians admin was unwell for
    2 weeks that's why there was no update since last 2 weeks. This absence had
    made technosians indexing low or may be Google had forgot Technosians from
    it's database. So to get back on it's indexing list we have to post here again
    daily and now Technosians will be regular updated though it is expected.

    The above paragraph is the example of Blockquote.


    Scrolling Text in Your Webpage

    Sometimes you want to scroll the text on your webpage. To facilitate this there is <marquee> tag in HTML

    <marquee>  your text here </marquee>
    Now if you want to scroll the text in a particular direction then we use direction attribute

    To scroll text towards right direction then we will use

    <marquee direction="right"> Hello There </marquee>

    You can use UP or Down or Left as desired.

    Creation Of Table in your Webpage

    Sometime we needs to create a table in our Webpage.

    To create a table HTML has <table> tag for the creation of table

    For creation of Table use the following HTML
    <table>                        
         <tr>                        
             <td>    Name                </td> 
             <td>    Domain             </td>   
          </tr> 
              <td>   Technosians       </td>
              <td>   technosians.com</td>
          </tr>
    </table>

    Here <tr> tag is used to start a row and inside the <tr> tag <td> tag is used to define Column content.

    The above HTML will create the following table



        

    Customizing Table with various Attributes


    Creating a Border 

     


    <table border="5">                
         <tr>                        
             <td>   Name </td> 
             <td>  Domain  </td>   
          </tr> 
             <td>  Technosians</td>
             <td>  technosians.com</td>
          </tr>    
    </table>



    To apply colour on your table border use attribute Bordercolor


    <table border="5" bordercolor="red">



    You can also set alignment for your Table


    <table align="center">



    You can change the width of your table


    <table width="1000">

    Change the width of the columns of your Table


    <td width="300"> Your text here     </td>




    Cellspacing in Table



    <table border="5" cellspacing="20">



    Table Height


    <table height ="300">

    Giving Title To your Table

     

    <ta<caption> <font size="10"> your Table Title here </font> </caption>


    Creating  Nested Rows and Columns


    Nesting columns


    When an element exists inside and another element then the process is called
    nesting.

    So To create a Nested columns we use colspan="2" attribute if we want 2 columns
    if you wants 3 you can use colspan="3"




    to create above table in my Html I Use colspan

                  <tr>
                          
                          <td width="500" > <font size="6">Name</font></td>
                          <td width="500"colspan="2"><font size="6"> Domain</font></td>
                       </tr>
                        <tr> 
                           <td><font size="4"> Technosians</font></td>
                           <td><font size="4">technosians.com</font></td>
                           <td><font size="4"> www.technosians.com</font></td>
                        </tr>  


    Nesting Rows




    Now To create a row inside row we use rowspan="2" attribute if you want's 2
    another rows. You can change the number as desired.

     Check out this html for nested row

    <tr>
                         
               <td>Name</td>
               <td> Technosians</td>
                </tr>
                        <tr>                          <!-- first Row -->
                           <td rowspan="2"> Domain</td> 
                           <td>technosians.com</td>
                        </tr>
                        <tr>                           <!-- Another Row-->
                           <td> www.technosians.com</td>
                        </tr>

    Now Practice This and enjoy. If you face any problem or having some suggestions
    then do tell us in comments.
    [Read more]

    Hyper-linking and Adding Images to Webpage

    Posted On // Leave a Comment


    Till Now we have learned some of the simple tags of HTML. Now it's time for creating hyper texts i.e. hyperlink in our HTML document.


    What is HYPERLINK


    Hyperlink  is a reference to data that reader can directly follow by clicking or by hovering. In simple words it refers to another webpage having some information.


    HyperText


    Hypertext is text which contains link to other texts.

    "Technosians" 

    Above we have the example of hyper text and by clicking on it you will redirected to the Technosians home page.


    How To Create Hypertext 


    To create a hypertext you have to use <a> tag

    <a> tag alone cannot be used. We have to use href attribute.

    <a href="website url here"> Website Name</a>

    Try this example 

    create an HTML document  



        <html> 
           <head>              
                  <title> Testing Hypertext </title>
            </head>    
            <body>            
                <h1> Hypertext</h1>       
                    <p> Hello Today I will Learn Hypelinking.                                      
                   <a href="http://www.technosians.com">Technosians</a>                  
                   </p>                      
            </body>     
     </html>


    Now I have got A Hypertext in my webpage and when I will hover mouse over
    that text mouse will convert into a hand and my website name will be clickable.


    How To make your Hyperlink open in Next tab


    After creating a hypertext you will not want to move your audience from your main webpage.

    For this you have to create hypertext having capability of opening hyperlink to a next tab.

    To do this you just have to add "target" attribute to your <a> tag

    <a href="website URL" target="next"> Website Name</a>

    Now try this in your html document.



    Adding Images To Your Webpage


    Till Now We have boaring webpages having only text. Now to make your webpage alive you have to add some images.

    For Adding images we use <img> tag
    Now <img> tag needs information i.e. from where it will display image.

    To accompany this  we use "src" attribute

    <img src="url or location where image lies.">

    And One important thing is that <img> tag doesn't have a closing tag.

    Add the below information to your html document.

    <img src="https://www.google.co.in/images/srpr/logo11w.png"> 

    This will add Google Image on your webpage.


    Addding Alt Attribute to Img tag


    You have a high speed internet connection. But your website visitors may not have. So in that case they must know about the image
    which is not displayed to them.

    To add more information we use alt attribute with our img tag.

    <img src="https://www.google.co.in/images/srpr/logo11w.png" alt="Google">

    Now update your webpage right now.


    Making your Image As a Hyperlink 


    Hyperlinking is an easy task in HTML. You can make your image clickable.

    To make your image as a hyperlink use img tag inside <a> tag

    <a href="www.google.com" target="next"><img src="https://www.google.co.in/images/srpr/logo11w.png" alt="Google">

    Now try this code now in your html document.

    I hope you had learned how to use img element and hyperlink creation.

    If you have more information reagarding to this topic then please comment here

    [Read more]

    Designing A simple Webpage Using Basic Tags

    Posted On // Leave a Comment





    We are already Introduced to HTML

    So Now We want out own official Webpage in Webworld.

    We are creating our first webpage i.e. "About Techno Geek"

    So let's start creating our Webpage Now

    The html is mainly focused in building Structure. For decorating We have CSS. We will learn it after HTML.

    First Recall The basic format Again

         <html>
             <head>
                  <title> Techno Geek </title>
             </head>
            
              <body>
                The Body Area consists of The  content which has to be displayed on The Webpage
              </body>
         </html>

    Let have a Look At our  Webpage



    Ok can you guess the ingredients of above webpage?

    So we have A heading , A paragraph , A Subheading  and a list.


    It's interview time now



    Welcome Heroes. You made our webpage complete.

    <h1> <p> <h2>  and <li> : Thanks for inviting and yes we do !

     So what are you called inside The HTML


    <h1> : We all are called tags.

     Oh as like <title> and other who we have met at introduction.

    <h1>: Yes

     I am eager about your work and location inside HTML.
     
    <h1>: Ok. I am the Heading Tag and I makes the Text as Heading. And I lies Inside the Body Tag and also I have closing tag too
    </h1>

    <p>: Hi I am Paragraph Tag and I am used to make a paragraph inside the HTML. and I also have a closing tag </p>.

    <h2> : Hi ! I am a Subheading Tag and I used to create a subheadings and I am used mostly at webpage.

    <li> : Hi ! M...

     
    just wait a minute <li>. I have a question for <h2>. 
     <h2> are you related to <h1>

    <h2> : Yes I am I am his brother and we are 6 brothers and our smallest brother is <h6>. We have our own work but generally our small brother is too small that he is not used generally.

     
    Ok Now it's your turn <li> . Please explain about yourself

    <li>: My full name is List Item and I am called when there is      need of List in HTML. I also have two Partners.

    OMG!! Who are those. I have not seen them at our HTML.

    <li>: Yea they were not there at your file. But let me introduce them. 

    <li>:  Here they are <ul> and <ol>

    Hello guys ! I am amazed that we have more guest too. Please tell us about yourselves.

    <ul>: I am used when unordered list is required like there is in your new website.

     
    But You were not there at my website.

    <li> : Default unordered list is applied.

    <ol> : And ordered list  i.e. me places your list items in order. Default there is numerical counting.

      <ol> <ul>: We are used befor the <li>  and list items are displayed according to us.

    <h1>: Ok we have to go. We are needed in HTML.

    Thanks for this interview tags and I also have to publish this interview in Techno Geek's blog.


    So the interview was amazing but there was something missed.


    The <ul> and <ol> tags did not mentioned their place correctly so they emailed me their location


    Hey techno Geek we are placed in this way

            <ul>
                <li> your text here</li>
            </ul>

    and for  ordered list

          <ol>
               <li> your text here</li>
           </ol>

     or you can add attribute like

                        <ol type="A"> 
                               <li> your content here</li>
                        </ol>



    Now you may be thinking  Attribute what is that ?

    So for the customization of tags we use attribute. Like above  the attribute is  type="A"   

    Now We have our Techno Geek's About page ready.

    And it's your Experiment time Now To create your webpage.  And in case you had forgot  Then check Introduction To HTML.

    And If you are having any suggestions Then please do not forget to mention in comments.
    [Read more]