Search:

Type: Posts; User: Darth

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,145

    Re: Learning Java online

    Well there is no website to compare with Java;s own website
    The Java™ Tutorials
    This is what you must follow & it will cover Java totally. They have all the tutorials very nicely written & easy...
  2. Replies
    3
    Views
    5,813

    Re: Java - remove letters from string

    Try this:


    for (int j = 0; j < keyword.length(); j++)
    {
    letter = keyword.charAt(j);
    for (int i = 0; i < alphabet.length(); i ++)
    {
    if...
  3. Thread: GTX 295 Crashes

    by Darth
    Replies
    13
    Views
    3,825

    Re: GTX 295 Crashes

    Oh we are happy to see that you managed to solve your problem & shared the cause.
    Hope you get a good PSU & it fixes the issue.
  4. Replies
    3
    Views
    1,116

    Re: Help me with Hotmail on Mac OS using POP

    To setup Windows Live Hotmail account in Mac OS X Mail:
    * Select Mail | Preferences ... from the menu of the Mac OS X Mail
    * Go to the category of Accounts.
    * Click + ( "Create an Account.")...
  5. Replies
    31
    Views
    473,627

    Re: Samsung GT-S5230 Star Touch Screen Mobile Phone

    Well you can ask your question in a new topic with a title in appropriate section of the forum.
    What logo you are asking about please clarify in your question so it will be easier to answer your...
  6. Thread: GTX 295 Crashes

    by Darth
    Replies
    13
    Views
    3,825

    Re: GTX 295 Crashes

    @ hcintegrity
    Well I suppose its due to the conflict between one of the patches & video driver.
    Is your video driver is updated? Try updating your video driver.
  7. Re: how to create and restore mysql database using vb 6.0

    Use the ODBC driver for VB6 via a DSN and issue commands through ADO. Look-up the syntax on the MySQL website for CREATE DATABASE databaseName and associated admin functions.

    I hope this helps you.
  8. Replies
    2
    Views
    968

    Re: Data backup on Windows 7

    Transfer files and settings to another Windows 7-based computer
    Windows Easy Transfer enables you to back up all user account files and settings, and then restore those accounts and all the users'...
  9. Replies
    3
    Views
    2,736

    Re: javafx xml parsing example

    Getting Weather Forecast from Yahoo!

    This example shows how to parse XML in the JavaFX programming language

    Information about weather forecasts is obtained by performing an HTTP GET request by...
  10. Thread: applet in jsp?

    by Darth
    Replies
    3
    Views
    1,530

    Re: applet in jsp?

    Applet in JSP

    The jsp:plugin tag will generate the right html code to load your Applet.

    <jsp:plugin type="applet"
    code="TestApplet.class"
    width="500"
    ...
  11. Replies
    3
    Views
    2,965

    Re: What are the implicit objects in JSP?

    JSP Implicit Objects

    Implicit objects in JSP are the Java objects that the JSP Container makes available to developers in each page. These objects need not be declared or instantiated by the JSP...
  12. Re: What is the common mechanisms used for session tracking?

    Session

    A Session refers to all the request that a single client makes to a server. A session is specific to the user and for each user a new session is created to track all the request from that...
  13. Replies
    3
    Views
    784

    Re: Mysql Cross Join help.

    Have a look at this example:



    /*

    mysql> SELECT ArticleTitle, AuthID FROM Articles CROSS JOIN AuthorArticle;
    +-------------------+--------+
    | ArticleTitle | AuthID |...
  14. Replies
    3
    Views
    1,976

    Re: Where can I get struts Interview questions?

    Hey try these sites:

    1. http://www.geekinterview.com/Interview-Questions/J2EE/Struts

    and

    2. http://www.coolinterview.com/type.asp?iType=38

    Hope this helps you.
  15. Replies
    3
    Views
    52,180

    Re: How to let Java read text file line by line.

    This code will read the MyFile.txt and print its content on the console. It reads the file line by line in the form of DataInputStream.


    import java.io.BufferedInputStream;
    import...
  16. Replies
    3
    Views
    1,691

    Re: help: Convert hex to int

    Convert from Hex to Int

    VBScript


    <%
    Response.Write "<hr>Long -> Hex, VBScript<p>"
    DecVal = 16777215
    Response.Write Hex(DecVal)
  17. Re: Need example of fileoutputstream out.write to a file in Java.

    Copy Bytes between FileInputStream and FileOutputStream


    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;

    public class CopyBytes {
    public...
  18. Replies
    3
    Views
    4,658

    Re: Hibernate dynamic update query

    Update HQL


    /////////////////////////////////////////////////////////////////////////
    import java.util.*;

    import java.sql.*;
    import org.hibernate.*;
    import org.hibernate.criterion.*;
  19. Re: Need help for synchronization in a clustered environment.

    Installing a Synchronization Server cluster

    A cluster is a set of application servers that are managed together and participate in workload management. In a distributed environment, you can...
  20. Replies
    3
    Views
    10,731

    Re: To find key in array for Javascript.

    Check if key exists or not in a JavaScript array

    There is no easy in-built function in JS to check if a given key exists or not in a JavaScript array object.
    The below small snippet works just...
  21. Replies
    3
    Views
    4,802

    Re: PHP Need to subtract day from MySQL date

    Mysql Date Subtract

    Mysql Date Subtract is used to find the date between the current date and the date before the current date.

    We use select DATE_SUB(curdate(),INTERVAL 1DAY) that return you...
  22. Re: Help: PHP exceptions handling explanation needed

    What is an Exception

    PHP 5: Exception handling is used to change the normal flow of the code execution if a specified error (exceptional) condition occurs. This condition is called an exception.
    ...
  23. Replies
    3
    Views
    714

    How to install OS X on my G3 Desktop?

    Hi,

    I am trying to install OS X on my G3 Desktop.
    The main question is, Will it be possible to install the OS X on Mac G3?

    Thanks
  24. Re: How to replace hard drive in hp pavillion 6000?

    I hope your laptop is in warranty. If it is take it to your hp service center.
    If you wish to troubleshoot the problem on your own, then

    1. First remove the battery from the laptop, Now unplug DC...
  25. Re: need to show data in other html table for php

    I have a question regarding display of data in php table in corresponding table & respective columns & I am really dont have any idea if its possible for me.
    If you have any idea to display mysql...
  26. Replies
    3
    Views
    1,682

    Cant Open/Save attachments in Windows Mail

    RC1 Build 5600...can't open attachments...can't save them anywhere...all settings are correct...?
    How can I upgrade my Vista to a more recent version???
  27. Replies
    6
    Views
    6,821

    Re: Google End User License Agreement

    Use Revo Uninstaller

    Revo is a great uninstall utility. Much more powerful than the Windows Add/REmove as it will also remove Registry entries safely. PC Decrapifier will get rid of all the demo...
  28. Replies
    7
    Views
    867

    Re: Temperature of Turion64 ML-28

    Yeah, now returned to the temperature range between 52 and 55. This is shown by SpeedFan temperature and the Everest. But the CPU temperature shown by the bios is 10 degrees lower.
  29. Replies
    7
    Views
    867

    Re: Temperature of Turion64 ML-28

    My aging desktop with a new processor, an Athlon64 3000+ 754 Venice, and until yesterday it was on the same track on the laptop, between 50 and 60, but was turned on at night "almost" in today's idle...
  30. Replies
    7
    Views
    867

    Temperature of Turion64 ML-28

    I have a notebook Compaq V2312US Turion64 ML-28 and the track temperature of the processor varies between 50 and 60 degrees Celsius.

    This temperature is normal or is little tipsy?
  31. Replies
    4
    Views
    3,816

    Test speed of CPU

    How to test the speed of my computer / cpu?
  32. Replies
    8
    Views
    3,722

    Re: Fax Console problems

    Try out this link http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q311794
  33. Thread: Back to SP2

    by Darth
    Replies
    2
    Views
    1,985

    Back to SP2

    I reinstalled with XP Service Pack 3 and was happy to get my system better. But not for long enough. Soon later, the games started giving problems and I am screwed.

    When I acquire and play games,...
  34. Replies
    2
    Views
    2,978

    Yes the download link is also there and its a...

    Yes the download link is also there and its a rapidshare :smoke:. Will try it. Thank you for that.
  35. Replies
    2
    Views
    2,978

    Network Scanner, MP Navigator

    I install my Canon MP530 printer on 1 computer and I shared, I can print something.

    But I also wanted to be able to scan network, I install MP Navigator, it works on the computer connected to USB...
  36. Replies
    1
    Views
    993

    hd3870x2 overclock

    Unless I downloaded ati tool to try to give this a little gas but allows me not (ati tool) to save the changes made because it says that not supported by card ??? How can I possibly halt that...
  37. Replies
    5
    Views
    1,237

    Yeah, even I played the demo and liked it. But I...

    Yeah, even I played the demo and liked it. But I fear the full version will not run smoothly on my PC. That game looks like requires a good graphic card. :g:
  38. Replies
    7
    Views
    4,062

    Yeah, as you say. Will u give your opinion on...

    Yeah, as you say.
    Will u give your opinion on what config C2D + 7700 Go on laptop?
  39. Replies
    7
    Views
    4,062

    BlaBla video games

    A Special blabla video games seems to me appropriate, we will find among other things: advice, tips, request assistance and information.

    For me the first question: When leaving Crisis, after Far...
  40. Replies
    2
    Views
    2,839

    I forget to clarify that my lcd screen is a...

    I forget to clarify that my lcd screen is a 22-inch and I would connect Graphic card to my TV (LCD 107cm fullHD) having a very good video quality (which is the case for the moment).
  41. Replies
    2
    Views
    2,839

    8800GT, 8800GTS or 8800GS Sli?

    Hi all

    I would like to invest in a good CG at around 500$$

    GeForce 8800 GTS 512 MB
    or GeForce 8800GT and I don't know which brand to choose
    or Asus SLI EN8800GS/HTDP/384M Pack

    So if you...
Results 1 to 41 of 41
Page generated in 1,714,057,949.61752 seconds with 17 queries