Search:

Type: Posts; User: GaryK

Search: Search took 0.04 seconds.

  1. Re: What to do when internet connection is too slow because of low received packets?

    otherwise you need to do a reset of your livebox and that you change the channel of the wifi .If you have returned to a fixed IP, it may be that you must give the address of your DNS. Otherwise, your...
  2. Replies
    3
    Views
    1,515

    Re: 10 reasons why should i buy iphone ?

    iPhone uses fast 3G and Wi-Fi wireless connections to deliver rich HTML email, Maps with GPS, and Safari — the most advanced web browser on a mobile device. It has Google and Yahoo! search built...
  3. Replies
    3
    Views
    1,854

    Re: How to view hidden file in dos

    Type dir/ah = All Hidden Files
    dir/ar = All Read Only Files

    /A is for only show the specify for the attribute not show the hidden file.
  4. Replies
    2
    Views
    1,545

    Re: Computer going into powersave mode

    Go to Control panel in your pc
    Select power Options
    in that select "Always On "
    Down look"Turn off monitor" There select "Never"
    Click on Apply
    Ok.
  5. Replies
    2
    Views
    2,019

    Re: How to backup e-mail horde

    copy any config files in the different config subfolders. one is in the main horde installation and then there is for each module a separate config. your SMTP server is configured to rewrite...
  6. Replies
    3
    Views
    1,914

    Re: How to Create image in PHP ?

    If you are sure that the downloaded file is safe to work with you to determine what type of image it is, then use the "* imagecreatefrom" function for this type of pointing the way to the uploaded...
  7. Replies
    2
    Views
    741

    Re: What is satellite radio ?

    Radio services are usually provided by commercial ventures and are subscription-based. The various services are proprietary signals, requiring specialized hardware for decoding and playback....
  8. Replies
    0
    Views
    1,362

    URL Option With Button in HTML

    In this program when the user selects an option in the select object, the loadPage() function is invoked by the onclick event handler of button, passing the select object as an argument. The URL...
  9. Replies
    5
    Views
    1,964

    Re: How to remove Windows 2000 ?

    See this thread : http://forums.techarena.in/guides-tutorials/1129015.htm it will help you
  10. Replies
    4
    Views
    1,216

    Re: Difference betwen 32bit and 64bit

    The 64-bit versions of Windows can utilize more memory than 32-bit versions of Windows. This helps minimize the time spent swapping processes in and out of memory by storing more of those processes...
  11. Replies
    3
    Views
    725

    Re: How to make Website ?

    if you want to make web site you first have to choose one domain name for your site like www.techarena.in , google.com, yahoo.com etc. then register that domain. then develop site from developers.
  12. Re: How can I display image on a button with pure HTML?

    HTML Image Submit Button


    <INPUT TYPE="image" SRC="images/submit.gif" HEIGHT="30" WIDTH="173" BORDER="0" ALT="Submit Form">


    Hope this helps!
  13. Replies
    3
    Views
    3,501

    Re: To password protect shared documents

    your network is a workgroup? if yes you can go to sharing and security and add the computer name of the user that you want him to read or write to the shared folder .
  14. Re: How to Connect or Disconnect from a MYSQL Server

    The mysql> prompt tells you that mysql is ready for you to enter commands.

    If you are logging in on the same machine that MySQL is running on, you can omit the host, and simply use the following:...
  15. How to Connect or Disconnect from the MYSQL Server

    To connect to the server, you will usually need to provide a MySQL user name when you invoke mysql and, most likely, a password. If the server runs on a machine other than the one where you log in,...
  16. Sticky: Re: How to make a New Thread / Topic on TechArena Forums

    Hey bro thats a nice way to tell all of us members specially the newly registered members explaining how to make new Thread Or topic on the forum.
    Keep it up bro! :notworthy
  17. Blue-ray (BD) reset region code from here for Power DVD.

    This is what you need to do for Blue-ray (BD) Resetting region code in power DVD.

    Blu-Ray Disc (BD) or BD-ROM AV video discs also feature Regional Playback Control (RPC) which more commonly known...
  18. Replies
    3
    Views
    811

    Regular websites won't load in browser

    Hello,
    I have XP operating system.
    There are some websites that i visit regularly but now those webpages & the sites are not loading.
    What can I do in this case?
  19. Thread: What is My SQL ?

    by GaryK
    Replies
    1
    Views
    641

    Re: What is My SQL ?

    My SQL Features


    A broad subset of ANSI SQL 99, as well as extensions
    Cross-platform support
    Stored procedures
    Triggers
    Cursors
    Updatable Views
    True VARCHAR support
  20. Thread: What is My SQL ?

    by GaryK
    Replies
    1
    Views
    641

    What is My SQL ?

    MySQL is a relational database management system (RDBMS) which has more than 11 million installations. The program runs as a server providing multi-user access to a number of databases.

    MySQL is...
  21. Replies
    1
    Views
    3,074

    Re: File sharing in Windows XP

    If this is the first time you do this it is normal that you see this message "If you are aware of security risks .."

    You'll have a window below, we will not use the wizard, so check "Enable...
  22. Replies
    1
    Views
    3,074

    File sharing in Windows XP

    This may be useful to exchange files between any posts in business or at home. Imagine yourself with a network of 10 PCs and a particularly large installation that you want to install on each...
  23. Replies
    0
    Views
    1,045

    PHP Form: Email + MySQL

    Here is the complete code for combining the dispatch of form by both email and MySQL.
    As I commented in bold text so that you can find at most.



    <? php
    / / Mysql parameters to replace yours...
  24. Replies
    1
    Views
    2,347

    Re: LG Prada II with Bluetooth Watch LG Prada Link

    The Prada Phone II, aka LG-KF900, a 3G HSDPA wonder with Wifi, 5Mpix AF camera, 3” 400 x 240 touch screen and slide qwerty keyboard now has a new friend, PRADA Link, LG-LBA-T950. It's a Bluetooth...
  25. Replies
    3
    Views
    1,325

    Re: How to recover PDA contacts and notes

    if you chose the synchronization yes. You defined in the option which must be synchronized.
  26. Replies
    3
    Views
    1,325

    Re: How to recover PDA contacts and notes

    If your old was synchronized with your PC (via Outlook), simply synchronize the new and you find your contact / appointment / notes.
  27. Replies
    1
    Views
    8,072

    File Handling in C#

    The FileInfo classes are derived from the MarshaByRefObject class. This permits to transfer the objects of FileInfo class across applications.The FileSystemInfo & FileInfo classes are defined in...
  28. Thread: Fibonacci in C++

    by GaryK
    Replies
    5
    Views
    2,412

    Re: Fibonacci in C++

    Here is a recursive algorithm:



    int fibonacci( int i ) {
    if ( i == 0 ) return 0;
    if ( i == 1 ) return 1;
    else return fibonacci( i - 1 ) + fibonacci( i - 2 );
    }
  29. Replies
    5
    Views
    5,429

    The coup, I have returned and I am a 2.95Ghz =...

    The coup, I have returned and I am a 2.95Ghz = 257 * 11.5 in ratio 1:1 5-3-3-9 and V-core to exceed the 1.6V
  30. Replies
    5
    Views
    5,429

    More info, it would be nice. CM what, and what...

    More info, it would be nice. CM what, and what settings?
  31. Replies
    5
    Views
    5,429

    I never managed to pass the 3.0Ghz! I am like you...

    I never managed to pass the 3.0Ghz! I am like you I had 2.99 blocks.

    my ram is in 1:1 ratio
    a voltage of 1.65

    and while not stable at all

    So I remain a 2.87Ghz with a V-core slightly...
  32. Replies
    2
    Views
    948

    Finding IP address

    HI,
    How to get real ip address?
  33. Replies
    8
    Views
    1,903

    I am hearing a lot about Chrome these days. I...

    I am hearing a lot about Chrome these days. I have seen this browser on my friends computer and it looks good. Does not occupy much space for unnecessary options on screen, thats what I liked most.
    ...
  34. Replies
    8
    Views
    1,903

    Before I can go for this, my friend suggested me...

    Before I can go for this, my friend suggested me Opera. I installed and tried it and no such problem in Opera. So I think I'll stick to this browser until the next problem appears :D. Atleast better...
  35. Replies
    8
    Views
    1,903

    Hello noko23, thanks for your suggestion. I tried...

    Hello noko23, thanks for your suggestion. I tried to launch a site from run command as you said, but I am still getting this error 'ieuser.exe-Application error!' and IE does not work. I had deleted...
  36. Replies
    8
    Views
    1,903

    IE stopped working!

    Hi,
    I am unable to use internet explorer!
    Getting ieuser.exe-Application error!
  37. Replies
    3
    Views
    1,804

    You can have a look at this thread!...

    You can have a look at this thread!
    http://forums.techarena.in/monitor-video-cards/1034929.htm
    I hope this helps!
  38. Replies
    2
    Views
    800

    Five reason to avoid Apple 3G iphone

    1. The browser

    It's certainly best in class for surfing the mobile web - but only when it works. During the seven days the iPhone 3G graced my presence I lost count of the number of times the...
  39. Replies
    0
    Views
    975

    Serena wins US Open

    http://gallery.techarena.in/data/519/US-open.jpg

    American Serena Williams defeated second seed Jelena Jankovic 6-4, 7-5 in the women's US Open final on Sunday for her ninth career Grand Slam title...
  40. Replies
    0
    Views
    762

    New game released in AppStore named aBalls

    http://gallery.techarena.in/data/519/aBalls-game.JPG

    There’s a new game released in AppStore named aBalls made by rashid. That’s a Lines logic game remake, that was so popular in Russia in the...
  41. Replies
    0
    Views
    1,132

    Wanted - An iPhone power miser app

    While Guy Kawasaki might be able to get 36 hours of standby life out of his iPhone 3G, many of the rest of us are struggling with having enough power to make it through a day.

    Mike Davidson, CEO...
  42. Hey i just found the solution for myself Itunes...

    Hey i just found the solution for myself Itunes ran a diagnostic and they showed me how to turn off my proxy server. Now other programs are working fine, thanks for the help!
  43. Can only connect to the internet with Firefox. Not other programs why?

    Hi,
    I can only connect to the internet using firefox & Outlook.
    Safari, internet explorer, & i tunes simply dont work anymore why is this happning to me? Can anyone solve my problem? :blink: ...
  44. Replies
    4
    Views
    2,510

    Hi everyone is there any one who can help me. I...

    Hi everyone is there any one who can help me. I had completed my education in BSc computer science from mumbai university(2007), I have also completed my manual testing and now currently doing...
Results 1 to 44 of 46
Page generated in 1,711,620,701.35743 seconds with 17 queries