How to use USB flash drive as ram in windows 8, 7 and XP (pendrive)

Posted by Tushar Bedekar
Many of the programs in the system uses lots of memory during operations. The processing speed of a system depends on RAM.  So to solve this problem use your pendrive or USB as a RAM.
Using pendrive as a RAM increases the system performance. It is not a difficult process you can easily do this with the help of the following simple steps.
First insert your pendrive (minimum 2GB recommended).
Format your pendrive.

Steps for Windows XP
  • Right click on “My Computer” and go to “properties”.
  • Now click on ‘Advance tab’.
  • Click on the ‘settings’ of performance.
  • Now the performance options appear. Go to ‘Advance tab’.
  • Click on ‘change’ option of virtual memory.
  • Select your pen drive.
  • Click on ‘custom size’ which is a radio button. It displays the initial and maximum size of the pen drive.
  • Click on ‘set’ button.
  • Click ‘OK’ to complete the setup. 
Finally you had to restart your PC.
Steps for Windows 8 and 7
  • Plug in your Pen drive.
  • Format it.
  • Right click on the pen drive icon.
  • Select ‘properties’.
    • Select ‘Ready boost’.
    • Click “use this device”.
    • Now select the maximum space that  RAM can give to the computer.
    • Click ‘ok’ and ‘apply’.

      MORE
      There is a software called Eboostr which uses the hidden RAM in your computer. You can configure more than 4 pen drives with this software.

Read More

Can we write any thing inside the main function in c?

Posted by Tushar Bedekar
Image result for cyes we can write inside the main function.That is we can pass formal arguments inside the main function in c.we can declare any variable inside the main function which is same as declaring the variable inside the block of the main function. lets have a look on the program given below:




Program:-  

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

int main(int a,int b)
{
    int c;
    printf("\"enter the two numbers\"");
    scanf("%d%d",&a,&b);
    c=a+b;
    printf("the sum of %d and %d is %d",a,b,c);
    getchar();
    return 0;
}

Have A Try:-

Can we Store Something in the void Data Type.If no then what is the purpose of using void as a modifier or a data type in "C Programming" languages.put your answer in the form of the comment.

you many also contact us at contact us
Email:-      admin@allaboutcomputing.net
Read More

Write a C program for Generating a pattern as given bellow

Posted by Tushar Bedekar
A B C D E F G F E D C B A
A B C D E F     F E D C B A
A B C D E            E D C B A
A B C D                   D C B A
A B C                           C B A
A B                                   B A
A                                          A






C Program me:-


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

int main()
{
    int l=6;
    int i,k,p=6,m=1;
    char ch,kp='F',tu;
    printf("ABCDEFGFEDCBA \n");
    for(i=0;i<=6;i++)
    {
        tu=kp;
        ch=('A'-1);
        for(k=0;k<l;k++)
        {
            ch=ch+1;
            printf("%c",ch);
        }

        for(k=0;k<m;k++)
            printf(" ");

        for(k=0;k<p;k++)
        {
           printf("%c",tu);
           tu=tu-1;
        }
        kp=kp-1;
        printf("\n");
        l=l-1;
        m=m+2;
        p=p-1;
    }

    return 0;
}

Read More

IDE,Linker,Editor,Console And Debugger

Posted by Tushar Bedekar
Basically If We talk About writing the "C Program-me" We usually use the IDES (Integrate Development Environment) such as Turbo C++,Dos box(specially for windows 7 and windows 8). More over one can also use online software's to compile and execute the c program-me.


Integrated Development Environment IDE:-


Basically place that we use to write the "C program-me" is referred to as the Integrated development environment (IDE).An integrated development environment (IDE) or interactive development environment is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools and a debugger. Most modern IDEs offer Intelligent code completion features.


Linker:-



A linker or link editor is a computer program that takes one or more object files generated by a compiler and combines them into a single executable program.

Definition: To convert Source Code to Machine code takes two phases.
Compilation. This turns the Source Code into Object Code.
 Linking. This collects all the various Object Code files and builds them into an EXE or DLL.
Linking is quite a technical process. The obj files generated by the compiler include extra information that the linker needs to ensure that function calls between different obj files are correctly "joined up".


Editor:-



A text editor is used to edit plain text files.  Text editors differ from word processors, such as Microsoft Word or WordPerfect, in that they do not add additional formatting information to documents.  You might write a paper in Word, because it contains tools to change fonts, margins, and layout, but Word by default puts that formatting and layout information directly into the file, which will confuse the compiler.  If you open a .doc file in a text editor, you will notice that most of the file is formatting codes.  Text editors, however, do not add formatting codes, which makes it easier to compile your code.

Definition: 
An Editor is an program much like a Word Processor that you use to edit the Source Code of any program you write.

Most IDEs come with a built in editor and some will automatically highlight compile errors in the editor to simplify fixing them.


Console:-



(1) The combination of display monitor and keyboard (or other device that allows input). Another term for console is terminal. The term console usually refers to a terminal attached to a minicomputer or mainframe and used to monitor the status of the system.
(2) Another term for monitor or display screen.
(3) A bank of meters and lights indicating a computer's status, and switches that allow an operatorto control the computer in some way.
(4) A device specially made for game play called a video game console. The player interacts with the game through a controller, a hand-held device with buttons and analog joysticks or pads. Video and sound are received by the gamer though a television. See also console game.
(5) In Windows Home Server the Console is the application software you use to manage Windows Home Server from any of the computers on your home network. Here you can configure back-ups, access add-ins, configure folders, and change Windows Home Server settings.


Debugger:-



A special program used to find errors (bugs) in other programs. A debugger allows a programmer to stop a program at any point and examine and change the values of variables.

Most IDEs come with a built in editor and some will automatically highlight compile errors in the editor to simplify fixing them.


Read More

Upcoming 4GB RAM Mobiles in India

Posted by Tushar Bedekar
Ever since Intel, Qualcomm, and MediaTek invented 64bit ARM mobile chipsets, smart phones have become smarter with manufacturers fitting them with 4GB of RAM. In fact, 4 GB RAM has become a top selling feature in the high end smart phones being sold around the world. Many smartphone manufacturers have announced their new devices fitted with 4GB RAM and soon these advance mobile phones will make their entry in India. This article lists some of the best 4GB smart phones that will soon be available to Indian consumers.

Motorola Moto X 3rd Generation 2015:-

Motorola has not made an official announcement yet, but there have been leaked reports on internet that confirm the fact that Moto X 3rd generation 2015 is soon to be launched in India. This is a very advance smartphone with high end specifications. It is believed to have a massive 5.2 inch screen that produces a resolution of 2560X1440pixels. The monitor will have protection from scratches through Corning Gorilla Glass 3. However, the outstanding feature of this state of the art technology smartphone is rumored to be humongous 4GB RAM.
Moto X 3rd generation 2015 will run on latest Android v5.0 Lollipop and it will be fitted with a dual core 1.8GHz Cortex A57 processor. It will be available in both 32GB as well as 64GB models and there will be no slots for expansion of internal memory. It will be a dual camera device with a 15 MP rear camera and a front 5MP camera capable of recording videos n full HD (1080p). Another outstanding feature of this smartphone will be its fast charging battery. The smartphone is fitted with a non removable Li-ion 3280mAh battery that can be charged 60% in just 30 minutes.

Oppo Find 9:-

Find series from Oppo smartphones has become extremely popular among consumers in India
because of their unique features and high end specifications. Oppo 7 was the last smartphone made by the company that created lot of buzz with its stylish looks and high end features. There are a rumor that next in line is Oppo 9, a smartphone that would boast a 4GB RAM and Quad HD display on a 5.5 inch monitor. It will have 32 GB of internal memory and will be powered by Snapdragon 810 processor that is octa core. This beautiful smartphone will run on latest Android v5.0, also called Lollipop.

Xiaomi Mi5:-

Chinese smartphone manufacturer Xiaomi is planning to launch a new smartphone called Xiaomi Mi5 that is slated to have very high end specifications including Snapdragon 820 processor and a massive 4GB of RAM. It will be a successor to the very popular MI series that is a strong rival of Apple iPhone 6 and Samsung Galaxy 6. Though Xiaomi has this phone ready but the company waited for the release of the super fast processor from Qualcomm. Now this smartphone will be released in the month of November.
Mi5 will boast of a huge 5.5 inch screen that will produce a quad HD display. It will have a gigantic 4GB RAM that is much higher than 1 GB RAM of iPhone 6 and 3GB RAM of Samsung Galaxy 6. Another USP of this stylish smartphone will be fingerprint scanner. This scanner will not require a button or a sensor as is the case with iPhone 6 or Galaxy 6. This smartphone will e fitted with a 15 MP rear camera and an 8 MP front camera.

Huawei Honor 7 :-

Honor is the name of a very popular smartphone series made by Chinese manufacturer Huawei. The company is preparing to launch its next flagship product called Huawei Honor 7. There will actually be two models namely Honor 7 and Honor 7 Plus. It is Honor 7 Plus that will boast of 4 GB of RAM and 128 GB of onboard memory. It will have a 5.5 inch screen producing a resolution of 1080p.This phone will be fitted with a very large 4000mAh battery. It will have a great 13 MP rear camera.  Another outstanding feature of the phone will be its body that is rumored to have been made using aircraft grade metal.

 Sony Xperia Z5:-

Xperia is a very popular flagship series of smart phones from Sony. The company is believed to be
working on is new smartphone in this series that will be called Z5. This smartphone will have a qHD display producing a resolution of 1440 x 2560pixels. It will be powered by the latest Snapdragon 820 processor and boast of a huge 4 GB of RAM. Another unique selling feature of this smartphone will be a 21 MP rear camera. This will be the first Sony smartphone fitted with Sense ID fingerprint scanner. The battery of this smartphone will have the ability to charge quickly n a few minutes. It will be a very beautiful and stylish smartphone with a totally clean front without any buttons. There are also rumors that Xperia Z5 will be fitted with a 10 MP front camera.

There are some more smartphones soon to be launched in India that will be fitted with 4 GB of RAM. The prices of these phones varies between manufacturers and the features and specifications it gets. Overall, 2015 will be a challenging year for all these manufacturers. However, the smartphones described above are those that are most talked about because of their features and specifications besides 4 GB RAM Mobile

Authors Bio:

The article has been written by Kundan Srivastava, who is passionate about technology. He's working at 91mobiles.com and writes about the latest in the tech domain, right from devices to innovations. 


Publisher's Last Words:

This is guest post by Kundan Srivastava, Thanks to Kundan Srivastava for this awesome and useful information.if you want to post your article on http://www.allaboutcomputing.net you can contact me. For more about Computer programming and for many more about Computer or web designing stay connected with http://www.allaboutcomputing.net .
I hope you have got answers of some Questions by this small post and I know you have lot of questions, So please feel free to ask in comment section or you can mail me my    e mail id is : tushar.bedekar11@gmail.com 

Read More

CSS Ready Classes- A preferable way of tweaking gravity forms

Posted by Tushar Bedekar

Forms have always been regarded as an indispensable component of a website where users are expected to provide a specific kind of input. If you've been running a WordPress powered website then you'd be well familiar with the awesome plugins that can render you the flexibility of creating forms which can further be incorporated into multiple web pages. One such WP plugin that has served as a 'magic wand' for creating advanced forms is Gravity Forms. Specially suited for e-commerce websites, this plugin can be conveniently integrated with popular applications and online services such as: PayPal, Authorize.net, Zapier and many more. Apart from this, the 1.5 version of Gravity Forms plugin brought along a brand new feature called 'Ready Classes' which provided us an excellent means of building unique layouts for the fields within the forms. Keep on reading the post as I'll take you on a journey of using these Ready Classes for performing minor/major tweaks to the forms.

Ready Classes- A closer look:-

Ready classes are the classes names which can be assigned to the parents elements for every form field. These classes make use of default styles which are available within the form's stylesheet. Therefore, you can choose from a wide collection of options/buttons which allow you to moderate the look and feel of fields available within a specific form. In addition to these highly accessible buttons, there are handy popups which include a well-defined list of different Ready Classes that allow you to customize the forms in your own unique way. Lastly, you can also enjoy the convenience of adding a new Ready Class with a simple double-click.

Insights on using Ready Classes for customizing forms:-

To get started with adding a Ready class to a particular form field, you can get on with opening the form builder and initiating the form editing process. After that, you'll have to decide about the field to which the new ready class needs to be added. For tis, simply head on to 'Advanced tab' where you'll find a CSS Class Name. Here, just insert the names of all the ready classes which you wish to integrate with the form field. 
Here's a list of few default CSS ready classes(available in the Gravity Forms stylesheet) for you to choose from:

1.      gf_line

This is a CSS ready class that allows you to position the form field inline horizontally(in relation to other fields).

2.      gf_left_half

Compatible with “top label” form layout setting, this ready class will let you position the field towards the left column out of the two form layouts.

3.      gf_right_half

Just like gf_left_half, even this ready class is just compatible with “top label” form layout setting. With this ready class, you'll be able to position the form field towards the right column out of the available layouts. You may opt for adding the gf_left_half and gf_right_half classes for arranging the fields in a style that they appear parallel to each other. Here, you must remember that the gf_left_half class is being added to the first field and gf_right_half class to the second one.

4. Ready Classes applicable in case of forms with lists:

Ø  gf_list_2col
This ready class will allow you to make big modifications to checkbox lists, followed by converting the checkboxes into 2 column formats which are spaced proportionally.
Ø  gf_list_3col
Exactly similar to the gf_list_2 col, the gf_list_3 col will transform the checkboxes into proportionally spaced 3 column formats.
Ø gf_list_4col
With this ready class, you can change your checkboxes into proportionally spaced 4 column formats. You can use this ready class with checkbox lists and multiple form label position settings.
Ø   gf_list_5col
Use this ready class for changing the checkboxes into 5 column formats. This class can be used with checkbox lists as well as different form label position settings.
Ø  gf_list_inline
With this ready class, you'll be able to position the checkbox list inline horizontally. Quite similar to other ready class, this one can also be used with checkbox lists and varied form label position settings.
Ø  gf_list_height_25
This ready class lets you assign a 25px height value to different checkbox items included within the available list. Issues such as hanging floats remain at bay, with the use of this ready class.
Ø  gf_list_height_50
Using this ready class enables you to assign 50px height value to different checkbox items and preventing issues like hanging floats. You may use this ready class with a form label position setting of your preference.
Ø  gf_list_height_75
This ready class will assign a 75px height value to all checkbox items and prove as a viable option for keeping issues like “hanging floats” at bay.
Ø  gf_list_height_100
Use this ready class to assign a 100px height value to checkbox items available with the list. Plus, you may use this ready class with a form label position setting(s) of your choice.
Ø  gf_list_height_125
This ready class assigns a 125px height value to checkbox items, followed by offering you the flexibility of using the same with a form label position setting that is in sync with your requirements.
Ø  gf_list_height_150
Use this ready class for assigning a 150px height value to checkbox items within the available list. If you want to remain safe from the hanging floats error, this ready class can serve as your savior.
We're done!

Conclusion:-

Explained above are just a few ready classes available for modifying the form fields, there are many other miscellaneous one which come with their unique set of functions. Do share your experiences of using any/all of the above mentioned CSS ready classes using the comments section below.

Author Biography:-


Samuel Dawson is a expert professional with Designs2HTML Ltd, a perfect PSD to HTML company having long years of experience. Samuel has effective strategy to gain knowledge from different online portals & he also shares his knowledge further. 

Publisher's Last Words:

This is a guest post by Samuel Dawson, Thanks to Samuel Dawson for this awesome and useful information.if you want to post your article on http://www.allaboutcomputing.net you also can contact us. For more about Computer programming and for many more about Computer or web designing stay connected with http://www.allaboutcomputing.net .
I hope you have got answers of some Questions by this small post and I know you have lot of questions, So please feel free to ask in comment section or you can mail me my    e mail id is : tushar.bedekar11@gmail.com 
Read More
back to top