30 Oct 2011

How To Run Turbo C Full Screen Mode In Windows 7 [working trick]


                             Every one used turbo c for coding c and c++ programming, its  a best to code for beginners. We have found out working trick of running  turbo c in full screen mode in windows 7.Turbo c work fine in windows xp , but where as in windows 7  the full version mode is not enabled in it. So we have worked in this problem frankly speaking even me too faced this problem after a big research we bought the solution with one click software solution. Which make you turbo c installed and full screen enabled . No need of any more tweaking too. Its really works and start coding within a minute :) So lets dive into tutorial.
Tutorial – Running Turbo c Full Screen Mode In Windows 7
  • First Download this Turbo c Software from here. Click To Download
  • File is present on mediafire , so download to your computer and its a zipped file. You need to unzip the file.
  • An EXE file is present , just click on install it.
  • After installation you can see short cut icon on your desktop like this
    • Just click on short cut icon. The Turbo c will open in full screen Mode in windows 7 .
    • Everything works cool .
    • Before closing the turbo c, you will get a command prompt. No need to worry just type  ”EXIT” and press enter.
    • Thats all.. we have Run Turbo c in Full Screen Mode in windows 7.
    Conclusion :
    Now on you can work on Turbo c Full screen mode on windows 7 . No need of any manual tweaking, its all automatic with one click software.  We thank Dailytut for providing this software :) .Happy Coding Every one :)


    16 Oct 2011

    Create nameless files and folders in windows

     This trick will allow you to create files and folders without any name.
    Just follow the following steps:

    1. Select any file or folder.
    2. Right click on it, press rename or simply press F2.
    3. Press and hold the alt key. While holding the Alt key, type numbers 0160 from the numpad.

    Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don't type the numbers which are present on top of the character keys.
             
    4. Press Enter and the nameless file or folder will be created.

    Reason: The file or folder that seems nameless is actually named with a single space.

    But what if you want to create another nameless file or folder in the same directory ?

    For this you will have to rename the file with 2 spaces. Just follow these steps below:

    1. Select file, press F2.
    2. Hold alt key and type 0160 from the numpad.
    3. Release the alt key. Now without doing anything else, again hold alt key and press 0160.
    4. Press enter and you will have second nameless file in the same directory.
    5. Repeat step 3 to create as many nameless files or folders in the same directory





    DELETE OR REMOVE RECYCLE BIN ICON FROM DESKTOP


                                                                                                                                                                                                                    If you are the kind of person who always likes neatness specially desktop, then here is a small trick for you that will simply remove the Recycle bin icon from desktop.
    Follow the steps below:

    [Start] [Run] [Regedit]

    Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
    CurrentVersion\Explorer\BitBucket

    Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.

    Data Type: DWORD // Value Name: NukeOnDelete

    Setting for Value Data: [0 = Use Recycle Bin / 1 = Permanently Delete]
    Exit Registry and Reboot

      Another Method
    start->run->gpedit.msc-> user configuration ->desktop->remove recycle bin from desktop->double click->change it not configured to enable->apply and ok.

    now come to start->run->gpupdate.exe and press enter.

    your recycle bin icon is gone from desktop nad you will need to revert your settings for get that back.

    after reverting setting make sure to run gpupdate.exe command. 
           


    Single Click Shutdown for Windows OS

     Did you know that in Windows XP you can shut down your computer from the (eventually DOS prompt) command line box? Moreover, you can do this by clicking your mouse only once.

    All you need to do is... right-click on an empty Desktop spot -> select New -> Shortcut -> type shutdown followed by a space, and then enter one or more of the parameters listed below -> click Next -> type a suggestive name for your new shortcut -> finally, click Finish.

    This is the Shutdown.exe (located in %systemroot%\System32, usually C:\Windows\System32) syntax:

    shutdown [-i|-l|-s|-r|-a] [-f] [-m \\computername] [-t xx] [-c "Text"] [-d[u][p]:xx:yy]>

    Valid command line switches:

    -a = Abort system shutdown in progress ONLY IF the -t xx timeout option was already set to ANY value other than 0. ALL switches except -l and -m are ignored during abort.

    -c "Text" = Text comment (case insensitive) to be displayed in the Message area of the System Shutdown window. MUST be enclosed between quotes. Maximum allowed 127 ASCII characters.

    -d [u][p]:xx:yy = Reason code for shutdown:
    u = User code.
    p = Planned shutdown code.
    xx = Major reason code. Positive integer number less than 256.
    yy = Minor reason code. Positive integer number less than 65536.

    -f = Force running applications to close without warning.

    -i = Display the shutdown interface (GUI). MUST be the first option!

    -l = Log off the current user of the local computer (default action). Can NOT be used with the -m option unless the current user has Sysadmin rights, in which case the -m switch takes precedence.
    -m \\computername = Remote/network computer name (most always case sensitive) to log off/restart/shut down. Current user MUST have Sysadmin rights to be allowed to use this switch!

    -s = Shut down the local computer.

    -r = Shut down and restart (reboot) the local computer.

    -t xx = Set shutdown timer to timeout for xx seconds. IF NOT specified defaults to 20 seconds. Allowed values between 0 and 99 seconds. The -a switch is the ONLY one that CAN be used during the timeout period.

    NOTE: 
    The dash (-) in front of these switches can be replaced by a forward slash (/).

    Spaces are NOT required to separate the shutdown command from ANY following switches, but ARE required to separate ANY switch from its following parameter(s), if any.
    For example:

    shutdown -s -c "Shutting down!" -t 3 

    tells your computer to shutdown after waiting for 3 seconds while the System Shutdown window will display text above in the Message area.

    Optional: after you're done creating your customized shortcut for shutdown -> right-click on it -> select Properties -> enter your desired key "combo" in the Shortcut Key box (e.g. Ctrl + Alt + End) -> click OK/Apply.
    From now on just left-click on your shutdown shortcut or hit that key combination to turn off/restart/log off your computer.

    Disable CD/DVD or USB drive Autorun


                           Well, this is one of my most suggested and favorite computer trick. What this small trick does is, it simply makes you to disable Autorun of any removable drives such as cd, dvd, Pen drives etc.
                             You might have noticed often that, when ever you plugin your USB into the Usb port or when you insert a cd or dvd into the cd/Dvd rom drive, Auto play option automatically gets executed.
    It is very dangerous to allow any drive autoplay on its own, specially Usb drives. Because, along with Autorun files, USB drives containing virus also gets executed resulting your computer affected by virus or Trojan horses.

    So this trick goes this way.
    Disable CD Autorun

    1) Click Start, Run and enter GPEDIT.MSC
    2) Go to Computer Configuration, then-> Administrative Templates,
    ---> System.
    3) Locate the entry for Turn autoplay off. Double click on it
    4) Click on Enable.
    5) Select All Drives to disable all drives including Usb drives or only Cd Rom drive.
    6) Now click on apply.

    Top Ten Tips To Improve System Speed


           1. Let your PC boot up completely before opening any applications.

             2. Refresh the desktop after closing any application. This will remove any unused files from the RAM.

               3. Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).

             4. Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM

             5. Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.

           6. Delete the temporary internet files regularly.

               7. Defragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster.

               8. Always make two partitions in your hard drive. Install all large Softwares (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.

               9. When installing new Softwares disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application.

              10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum.

    RAM IS THE WORKING AREA (DESKTOP) OF THE CPU, KEEP IT AS EMPTY AND UNCLUTTERED AS POSSIBLE!

    How to Apply for Passport?????????


    The Consular Passport and Visa (CPV) Division of the Ministry of External Affairs is responsible for the issuance of the Indian Passport to Indian Citizens. Passports are issued to Indian citizens from 30 locations across the country and 163 Indian missions abroad.
    All information pertaining to the issuance of Passports can be availed from the Central website passport.gov.in(External website that opens in a new window). All the Passport offices(External website that opens in a new window)located in India have an online Status Enquiry Service(External website that opens in a new window) , whereby one can check the status of a passport application by entering the File Reference Number available in the receipt. Applicants can also avail the facility to submit their grievances online, in case there are any.

    How to Apply For a Passport(External website that opens in a new window)

    To apply for a fresh Passport, re-issue of Passports/ issue of Passports in lieu of lost & damaged Passports and for miscellaneous services, obtain the relevant Passport Application Form from any of the Passport Offices or the designated Speed Post centers or any of the designated outlets in your city. The Passport Application Form(External website that opens in a new window) can also be downloaded by clicking here.
    The carefully filled up Application Form has to be submitted, along with proof of residence, proof of date of birth, personal particulars form (if applicable), 'No Objection Certificate' (in case of Government of Public Sector Employees), necessary affidavits and other supporting documents at any of following locations, under the jurisdiction of which the applicant is presently residing:
    1. Across the counter of the Passport office
    2. At the Speed Post centers
    3. District Passport Cells
    4. Passport Collection Centers
    For further information and details, kindly visit the central website of the Passport Office.







    How to apply for a Passport in India



                apply for a Passport.jpg
                                                                      The process of getting an India passport has been simplified. By following the instructions provided you can plan ahead and get your passport quickly and hassle-free. The Regional Passport Offices issues it, after checking the relevant papers submitted and police verification. It usually takes 25 –30 days to get a regular passport.
                                                        

    Things You'll Need

    1. 6 passport size photos(3.5 X3.5 cm)
    2. age proof certificate (those born after Jan 26th ’89 must MCH birth certificate, or Domicile certificate from any Educational institute or an affidavit duly notarized)
    3. 3 documents for Proof of residence (ration card, water bill, electricity bill, voter’s card, letter issued by income tax dept. or bank account)

    Steps

    1
    The application can be obtained for Rs.10/- from, regional passport office or legal publication institutes
    2
    A personal letter from the applicant along with the required documents can be submitted even through a representative.
    3
    A token must be obtained while submitting the application and according to the number the application is accepted.
    4
    Applications are accepted in head post offices and speed post offices. On line facility is also available.
    5
    PASSPORT FOR MINORS Approval letter from parents is mandatory while applying for a passport for a minor Birth certificate and proof of residence and Xerox copy of the passport of either of the parents are to be submitted along with the application
    6
    INSTANT PASSPORT (TATKAL) In cases of urgency “Tatkal” scheme can be applied A letter of endorsement of the identity of the applicant, by Govt. Secretary or Police Commissioner is mandatory for Tatkal(instant) Passport. Even MROs or Circle Inspectors can give a letter to that effect with a Xerox copy of the photo identity cards. The charges for Tatkal- Rs.1500/- additional fee.

    Tips

    The tarrifs are as follows:
    1. (TARIFF) Passport (valid for 10 years) Rs.1000-00
    2. Minor Passport Rs. 600-00 Expiry renewal Rs. 1000-00
    3. Duplicate (when lost) Rs. 2500-00
    4. Tatkal scheme Rs. 1500-00

    Caution

    Beware of using brokers or agents for getting your passport! Quite often you will end paying more money and you might not receive your passport any sooner!

    தற்கொலை செய்யும் நேரம் எப்போது...?

    ரு மனிதன் எப்போது தற்கொலை செய்து கொள்ள நினைக்கிறான்?

                 அம்மாவின் இடுப்பில் உட்க்கார்ந்து கொண்டு சந்தை கடையை சுற்றி பார்க்கும் போது ஜவ்வு மிட்டாய் வேண்டும் என்று அடம்பிடிக்கிறோம்

                          அம்மா வாங்கி தர வில்லை என்றால் செத்து போகலாம் போல் தோன்றுகிறது ஆக அந்த வயதிலேயே தற்கொலை எண்ணம் உதயமாகி விடுகிறது

                    அதன் பிறகு ஓட்டை கால் சட்டையை கிண்டல் செய்யும் நண்பர்களிடம் இருந்தும் கணக்கு பாடம் மண்டையில் ஏறாத போது பிரம்பால் விளாசி தள்ளும் வாத்தியாரிடமிருந்தும் தப்பித்து கொள்ள தற்கொலை செய்யலாமா என தோன்றுகிறது

                        ஆசை பட்ட பெண் எதிர்பார்த்த வேலை கிடைக்காத போதும் அந்த எண்ணம் தோன்றுகிறது

                        இப்படி வயதுக்கு ஏற்ற சூழலுக்கு தகுந்த விதத்தில் எல்லா மனிதனுக்குமே எதோ ஒரு சூழலில் தற்கொலை செய்து கொள்ள விருப்பம் வருகிறது

                     இதில் தொண்ணுறு விழுக்காடு மனிதர்கள் எண்ணத்தோடு நிறுத்திக் கொள்கிறார்கள் மீதம் உள்ளவர்கள் தான் எண்ணத்தை செயலாக்கி தனக்கும் பிறருக்கும் துயரத்தை தருகிறார்கள்

                    தற்கொலை செய்து கொள்ள விரும்புவர்களை நான் கோழைகள் என்று சொல்ல மாட்டேன் காரணம் கோழைகள் கூட எதற்காகவாவது பயன் படுவார்கள் இவர்கள் ஒன்றுக்குமே லாயக்கில்லாத மடசாம்பிராணி.



    15 Oct 2011

    The 3 reasons to think different in the cloud Once you grasp these three key tenets, you'll fully understand what the cloud has to offer over traditional computing


    I'm always amazed when I hear everyone's varying takes on cloud computing. For some, there's a profit motive, such as with technology providers spinning into cloud computing. For others, such as enterprise IT, it's the ability to brag about their cloud computing projects. However, in many cases, nothing really changes other than labels.
    I assert that real cloud computing is not just a way of doing computing, but a way of thinking about computing that's different from traditional approaches, specifically in terms of sharing, trusting, and accounting.
    [ In the data center today, the action is in the private cloud. InfoWorld's experts take you through what you need to know to do it right in our "Private Cloud Deep Dive" PDF special report. | Also check out our "Cloud Security Deep Dive," our "Cloud Storage Deep Dive," and our "Cloud Services Deep Dive." ]
    The fundamental tenet of cloud computing is that we share resources, including storage, processing, and development tools. Thus, the model is not just virtualization or remote hosting, it's the ability to manage thousands of tenants simultaneously in the same physical hardware environment. The obvious benefit of this aspect of cloud computing is the economy of scale and, thus, much lower operational costs.
    The second important aspect of cloud computing is the ability to trust those who manage your IT assets hosted on local or remote cloud computing platforms. The biggest barrier to cloud computing is not the ability to perform to SLAs, but for enterprises to trust public cloud providers or those charged with private clouds with the management of those assets: no trust, no migration, no cloud.
    Finally, "accounting" refers to the ability to pay only for resources you use and to ensure you've been able to meet all performance and uptime expectations. After all, you now get computing resources that show up like items in a phone bill, listing the time or the instances you accessed during a given period. Although many embrace this approach, others find it odd compared to current practices. In essence, it's a more sophisticated return to the timeshare model.
    Cloud computing will become a reality only if we're able to think differently. If instead we try to fit our square pegs into a round hole by making a square hole, nothing changes. No value will come.

    How cloud computing is changing IT


    Cloud computing, software services, outsourcing and hosting mean very different things, but to IT managers and administrators, these technologies are all about the same thing: applications and/or data formerly on-premise are now on a server beyond the company perimeter. There is plenty of trepidation among established shops who are in a familiar (if not irritating) groove. How much disruption will this emerging computing model cause in the average enterprise? This special report digs into strategic areas of cloud computing where IT pros are short on answers.


    CLOUD COMPUTING TECHNOLOGY
    Cloud service lock-in persists, but it is avoidable
    Cloud service providers are making it easier to get data onto the cloud, but moving between environments continues to be gnarly. There are ways, however, to avoid cloud lock-in.
    Enterprises face integration hurdles to private clouds
    Enterprises that want to offer IT as a Service face challenges that include virtualization stall, bleeding-edge automation tools and thorny policy orchestration problems.
    Prepping for IT services? Virtualize and centralize resources
    Evaluating Exchange Server in the cloud
    Do the advantages of running Exchange Server in the cloud, like ease of use and hands-off management, sound too good to be true? Check the fine print before signing on the dotted line.
    More on the technical challenges of cloud computing:

    CLOUD CAREER UPHEAVAL
    How the cloud will crowd your job
    With cloud computing on the rise, many of the IT jobs done manually will fade into the past. Keeping up with products and technology has never been more important.
    More on the cloud's affect on personnel:

    CLOUD INFRASTRUCTURE
    Jump-starting the cloud with the right applications
    Assembling a trusty cloud app arsenal may be the key to a well-built cloud infrastructure, but knowing where to begin is half the battle.
    More on cloud infrastructure:

    WINDOWS IN THE CLOUD
    Microsoft smoothes path to Azure for Windows shops
    Microsoft made the on-ramp to Azure easier for Windows users by adding loads of new features. But customers still need time to wrap their heads around the cloud idea.
    Microsoft Azure: Is it good for the Vars?
    VARs disagree on whether Microsoft Azure's PaaS power is better than the more incremental Amazon Web Services.
    More on Windows in the cloud:

    GOVERNANCE IN THE CLOUD
    Old-style rules and red tape derail private cloud project
    Despite one IT architect's best efforts, his private cloud project was felled by unnecessary regulations and an ossified corporate IT culture.
    More on cloud computing in the data center:

    MORE CLOUD-BASED SERVICES
    Windows Intune shows promise at first glance
    Windows Intune -- Microsoft's cloud-based antivirus service -- may be a bit rough around the edges in beta, but its future looks bright.
    Microsoft counters Google Apps with Office 365
    Checkmate! Microsoft hopes its Office 365 online software suite will help retain customers considering a move to Google Apps.