Tuesday, January 31, 2017

How to Create Login Form in Java-9 using SQL Server and NetBeans IDE

If you confused then you can watch this video for more details:



Thank you so much for reading and watching this video, if you are new to this channel subscribe that channel also share this article. For more stay connected to this blog. if you encounter some error related to this article please let me know comment the issues in the comment section below.

Monday, January 30, 2017

How to Get Adobe Products for Free [100% legal]

More:

Sunday, January 29, 2017

How To Earn Money From Online?

Hello guyz, i am going to write an article about how to earn money from online. Many people ask me about how to make money from online without having worry about making websites, making videos. So, After some research i have found some websites that are providing jobs for the user. Now, i am going to describe about one website that provides jobs for the user that are not needed to be a perfect on computer. The users who are only know about how to surf internet or the user who can play with some social networking website like Facebook can make money from this website. So, This website is very useful for both technical as well as non-technical user for making money from online.

To earn money from online, You need to do a lot of things if you want to make money from your own website like doing SEO, putting a lot of as well as qualitative content for user. But for non-technical user it may be tedious and time consuming. The better solution for the user who want to make money instantly from online is this website(http://www.microworkers.com). Currently, more than 896k users are connect to this website and make money and for making money, please follow the procedure below which i am going to describe:

1. open your web browser like chrome or Firefox and type Microworkers.com in the address bar and press enter which will looks like this:
Make Money from Online

2. As you can see, there are different option if you are already the user of this website you can simply login but if you are new then click on REGISTER FOR FREE. After clicking to this link, new web page having form window will appear. which will look like this:
Make Money from Online
3. Fill the form with correct information. After filling form and click on submit button you will receive a email in your email address for verification.

4. When you verify your email, for verification open your email address, Microworkers send one email with one link click on that email and then click on that link after this your email will be verified.

5. Login in into your account. After login you can see a variety of job listed for you. Then you can click in any one job and complete that job and send the feedback as requested by the job. After doing that job you will get money instantly. which will look like this:
Make Money from Online


This is pretty much easy and simple method to earn money from online.

For more, Watch this video:




Thank for reading this article, stay connected for more and subscribe to my channel for more informative knowledge.

Sunday, January 22, 2017

Six Most Amazing Websites in the World

Hello Everyone, Today i am going to write an article about some awesome websites. In general you may know about some typical websites that is some social networking websites like Facebook or Twitter or some websites which has contents of some matter like w3schools. But i am presenting you a totally different awesome websites.

In my opinion, i am placing http://www.fireeye.com in the first place of this list. Through this website you can see the cyber attacks that is taking place in this universe. This website shows the map of which country attack which country. The demo shows in the following figure.

Six Awesome Websites

I am placing http://www.zoomquilt.org in the second place of this list. When you open this website some images are zooming again and again. This image will zoom until you see this website. You can see the demo in the video which is at the last of this web page.

I am placing http://www.essaytyper.com in the third place of this list. When you open this website it looks like this:
Six Awesome Websites
This website type something about the text you enter.when you edit the text in the dotted underline and type as you wish and click on the pencil sign. a new web page will open and then start typing randomly or haphazardly by pressing you keyboard but this website will give type the correct information about that text which you want to type.

I am placing http://www.app.thefacesoffacebook.com in the fourth place of this list. This website contains all the profile picture of the Facebook users which is awesome. When you open this website it looks like this:
Six Awesome Websites

 It is meaning less here is some dots with different colors but when you click somewhere then photos will start to appear. This is also the awesome website i have ever seen.


I am placing http://www.archive.org in the fifth place of this list.This website is also awesome and useful too. Through this website you can see the past structure of the currently running website. Through this website i see the structure of YouTube in 2009 march 17 and it looks like this:

Six Awesome Websites

I am placing http://pointerpointer.com/ in the sixth place of this list. when you open this website and point your mouse pointer somewhere then this website will automatically show some photos pointing that mouse pointer. This is real awesome website.
The following video shows these all websites and how they react in detail do watch.






Thank you! For more information stay connected.



Saturday, January 21, 2017

Embedded System Software Development Tools

Following are the Embedded System Software Development Tools:

1. Cross-assmbler


A cross assembler is a assembler that is run on a computer Operating System(host system) of a different type from the system.

              - Cross-assembler enable us to program system that are not general computer such as Embedded System.
              - Depending on the time period, the machine code resulting from assembler and linking process have been fed to the target prototype or programming device such as PROM, ROM or Flash memory etc through a serial link, through punched card or by other means.
              - The format may be exact bit by bit copy of machine code or some check summed text based on the representation of code Intel hex as well as other format.

2. Cross-Compiler

 

A Cross-compiler is a compiler capable to create executing code for a plate form other than one on which compiler is running. Example a compiler that runs on windows-7 PC not generate port that generate Android smart phone in Cross compiler.

            - A Cross-compiler is necessary to compile for multiple plate forms from the machine.
            - A plate form port be in physible for a compiler to run such as for microcontroller of an Embedded System because both contains no Operating System.
            - Cross-compiler is for cross-plate form software development of binary code while a source to source compiler translate from one programming language to another in text form.
            - In a paravisualization, one machine runs many operating system and a Cross-compiler port generate an executable for each of them from one main source.

USES:
            - Embedded Computer where a device has extremely limited resources.
            - Compiling for multiple machine.
            - Compiling on a server.

3. Debugger

 

            - As the name suggests, a debugger is a tool used to debug the code.
            - It is important to test whether the code we have written is free from errors or not. So, a debugger is used for this testing.
            - It goes through the whole code and tests it for errors and bugs.
            - It tests our code for different types of errors for example: runtime error or a syntax error and notifies us wherever it occurs.
            - The line number or location of error is shown by debugger so we can go ahead and rectify it.
            - So from the function, we can see how important tool a debugger is in the list of Embedded System Software Development Tools.

4. Downloader


            - Once we have an executable binary image stored on the host computer, we will need to download that image to the Embedded System and execute it.
              - The executable binary image is usually loaded into the memory device on the target board and execute from there.
              - The most common ways to write the software from host system to target system includes PROM, ROM, Flash memory etc.

Design of 4 Bit Adder using 4 Full Adder

Hello Everyone, Today i am going to write the VHDL code for the 4 bit full adder. The VHDL code for the full adder is pretty simple and easy but when you have to write the VHDL Code for 4bit full adder you have to apply some logic.

To write the VHDL code for the following 4-bit full adder, you have to use the term PORT MAP.
VHDL Code for 4-bit full adder

Now, the code is:

library IEEE;
use IEEE.STD_LOGIC_1164.all;
ENTITY adder_4bit IS
         PORT(
         A:IN STD_LOGIC_VECTOR(3 down to 0);
         B:IN STD_LOGIC_VECTOR(3 down to 0);
         Carry:OUT STD_LOGIC;
         Sum:OUT STD_LOGIC_VECTOR(3 down to 0)
);
END ENTITY adder_4bit
ARCHITECTURE adder_4bit_structure OF adder_4bit IS

       COMPONENT fa IS
       PORT(A:IN STD_LOGIC;
                   B:IN STD_LOGIC;
                   C:IN STD_LOGIC;
                   Sum:OUT STD_LOGIC;
                   Carry:OUT STD_LOGIC;
                   );

END COMPONENT
SIGNAL s:STD_LOGIC_VECTOR(2 down to 0);
begin
               one:    fa PORT MAP(A(0), B(0), '0', sum(0), s(0));
               two:   fa PORT MAP(A(1), B(1), s(0), sum(1), s(1));
               three: fa PORT MAP(A(2), B(2), s(1), sum(2), s(2));
               four:  fa PORT MAP(A(3), B(3), s(2), sum(3), carry);
END ARCHITECTURE adder_4bit_structure

How to Earn Money Through YouTube

Hello Everyone, Today i am going to write about how to earn money through online. There are many different way through which you can earn money but some methods are very difficult and tedious to do as well. And in some method some site give you to do the job but after completing that job they do not pay you. And also if you want to register some site and want to upload content in your site and then you want to earn money through ad sense it's not that much easy. You have to concern about many different things like doing SEO and much more others things. And also google do not active ad sense for your site easily.

So, i am going to write about how to earn money easily without doing any tedious work and can earn money straight forward through online.

The only option possible for this is the YouTube yeah YouTube is the best platform for making money through online. You do not have to worry about doing SEO, uploading much more content.

The only thing you need to do is open your YouTube Channel and start uploading Video there but your own. if you upload other's video, your channel will banned immediately permanently. Now i am going to show you how to do this:

Follow these steps:


1. Go to http://www.youtube.com and sign in through your gmail account.
2. Then you will see this window:
Earn Money Through Online


3. From the left side of your browser window, you see there My channel there as show in above figure.And click on My channel, after clicking this you will see the following window. And then enter your YouTube Channel Name There and click Create Channel.
Earn Money Through Online

4. After Create your Channel you will see the following window.
Earn Money Through Online
From this window you can see your channel art by clicking add channel art button and channel icon in edit channel icon.

5. now upload one video of your own not others by clicking upload icon in the top of your channel which looks like this before uploading video you should verify your YouTube Channel for this Look at the Step 7:
Earn Money Through Online
6. After uploading one video go to the Video Manager tab from the top of the the channel which is side by subscriber as you can see in above figure. Then go to the Channel option from the left of the window and after clicking on the Channel tab go to the Advance and set your country to united state because monetization is not enable in some country which is the means for earning money through YouTube.which will looks like the following figure:
Earn Money Through Online


 7. Then go to the Status and features tab which is inside the CHANNEL tab of the left side of your window and verify your YouTube Channel there. After verifying Your Channel. After verifying your channel you will see the monetization option from there, enable the monetization option:
Earn Money Through Online
8. After enabling monetization you will see the another window. From that window click on get started button and do the further steps as requested by the YouTube and the most important things do provide your real information while signing to the Google Adsense account.

9. That's it. when you requested for google ad sense your request will accept within a week and you can earn money easily but for this you have to upload as much as qualitative videos. If you encounter some issues then let me know. comment your issues in the comment section below. if you like this article share this in your Facebook, Twitter etc.

For more information see the video below:


Monday, January 9, 2017

Best Screen Recording / Capturing Software for YouTube

Hello guyz, if you are planning to record some useful tutorials or any other video in your PC (Windows) for YouTube, Then you need to have a best Video Capture/Recording Software in your PC.There are many software available in Market and Internet which you can buy or download for your required purpose, but the matter is which is the best and easiest software which make your work easy and provide easy user interface to use it and have a great features as well.

In this context i have observed many software and use many of them which are:

1. Adobe Captivate 9
2. CamStudio
3. AVS Video Recorder
4. Ezvid
5. Window Video Recorder
6. Camtasia etc.

But after using among this all software, i finally came in the decision that the best Screen Recording/Capturing Software is the Adobe Captivate. This software is easy to use and it has many features, you can edit your video, after recording, can add images, objects, highlight something in your video and also you can directly upload that video to your youtube channel. It has such a great flexibility. To Record video, goto file > Record a New > Video Demo.

Best Screen Recording Software
 After this you will see the following window:
Best Screen Recording Software
Look here, you can capture your whole screen or custom size as you want. after recording, if you see the resolution the video is clear. but in some software the video will be fine when you recording after stopping to record, your video will unclear difficult to recognize the content of your video or the sound will be fast and the video will be slow. But in case of Adobe Captivate, all these problem are overcome. That's why i am saying this is the best screen recording software.

After Recording, you can Directly upload it to your YouTube Channel or can edit which look like this:

Best Screen Recording Software

if your video is fine you can directly upload it to your YouTube Channel or if your video need some change then click on edit. After clicking on edit you can edit your video and add some features like textbox, caption, highlight some content , add images etc. which look like:

Best Screen Recording Software
now if you want to obtain the MP4 format of your video click on publish video option from the toolbar menu and click on publish on computer.

Best Screen Recording Software

 After this you have a different option like you can product a YouTube widescreen HD, YouTube Widescreen SD, or for other iPhone videos or your custom size video.
Best Screen Recording Software
Look, These are the all procedure and the features that are provide by the Adobe Captivate 9 with easy user interface. Hope you guyz learn something and able to select the best screen recording software after reading this article.

Stay connected for more.

Sunday, January 8, 2017

How to Create Login Window in C# using SQL Server Database in Visual Studio

Watch Video



Saturday, January 7, 2017

How to Add Facebook Like Box for Blogger Blog


In this period, Facebook is the most important and useful social networking website. Facebook like box is a great Widget for bloggers, which give you the opportunity to promote your personnel blog or your website on social networking site. Google consider Twitter and Facebook are a major factor for Search Engine Optimization (SEO). So, adding a like box in your blog is a better idea to promote your blog and you as well. So I am going to show you how to create Facebook Like box for Blogger blog easily.

   

1. Before I begin, you must go to this Facebook page Click here to create your Facebook like box, then get your Facebook page like box code from there which will look like this:
Add Facebook Like Box for Blogger Blog


From here paste your Facebook Page URL in the URL section enter your required height and width and then click get code to get your Facebook page like box. Or enter and select the option as your preference.


2. Then the new pop-up box will appear and select Iframe from there and copy that code.
3. Now Log in in your blogger and select layout from the left panel. 

 
Add Facebook Like Box for Blogger Blog
     
        4. From the sidebar click on Add a Gadget and the next window will appear as:
Add Facebook Like Box for Blogger Blog


5. Now select HTML/JavaScript and Paste your Facebook like box code which is obtained from the step 1. Which is look like this:
Add Facebook Like Box for Blogger Blog


6. Now click on Save now your Facebook Like Box will appear in your sidebar.


Enjoy. Stay connected for more.