User Profile

Collapse

Profile Sidebar

Collapse
RiskyHunter
RiskyHunter
Last Activity: Mar 19 '08, 06:39 AM
Joined: Mar 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • problem with accessing the build-in GPS on nokia (N95)

    i bought nokia N95 which has JSR-179 support.

    however i couldn't communicate with the GPS receiver to get the location

    this is the code:

    Criteria cr = new Criteria();
    cr.setCostAllow ed(false);
    cr.setSpeedAndC ourseRequired(t rue);
    cr.setHorizonta lAccuracy(500);
    cr.setAltitudeR equired(true);
    LocationProvide r...
    See more | Go to post

  • RiskyHunter
    started a topic C# multi-threading
    in .NET

    C# multi-threading

    this is my code:

    // it is not the real one i just wanna knew if i can do it this way

    public Hashtable ht = new Hashtable();

    public void XYZ()
    {

    List<User> p2 = new List<User>();// the users that i need their location

    for (int i = 0; i < 50; i++)
    {
    ...
    See more | Go to post

  • RiskyHunter
    replied to question in c# multi-threading
    in .NET
    veljkoz thanks 4 ur reply;

    however, i really wanna knew whats the different (in term of functionalities ) between
    the two ways, the way that i implement the thread and the backgroundWorke r
    which way is much better;

    thanks a lot;
    See more | Go to post

    Leave a comment:


  • RiskyHunter
    started a topic question in c# multi-threading
    in .NET

    question in c# multi-threading

    Hi all;

    I hope u don't ignore my question this time because whenever I ask questions
    here nobody answer them T_T. what's the problem is they are too trivial in away
    you don’t even want to answer them?? I really don’t know O_o

    Anyway this is my problem;

    i have a method which generate the user location;

    and i wanna use multi threading to get the position of the user concurrently;...
    See more | Go to post

  • RiskyHunter
    started a topic How can i communicate with GPS?
    in .NET

    How can i communicate with GPS?

    Hi;

    i wanna ask you about the APIs that i can use to connect my application with the GPS which is in the mobile phone;

    am thinking about creating an application in the mobile phone that have the ability to communicate with the GPS to extract the current user location, and another application in the server to get the location generated and also asks for the user location each time i need it;

    plz help me...
    See more | Go to post

  • RiskyHunter
    started a topic How can i communicate with GPS
    in Java

    How can i communicate with GPS

    Hi;

    i wanna ask you about the APIs that i can use to connect my application with the GPS which is in the mobile phone;

    am thinking about creating an application in the mobile phone that have the ability to communicate with the GPS to extract the current user location, and another application in the server to get the location generated and also asks for the user location each time i need it;

    plz help me...
    See more | Go to post

  • RiskyHunter
    replied to new with c# and sql server 2005
    in .NET
    question about the connection string in c#

    i created a database using sql sever 2005 using c# and i wanna connect to that database using this code:

    Code:
    using System;
    using System.Data.SqlClient;
    
    namespace ConsoleCSharp
    {
    /// <summary>
    /// Summary description for Class1.
    /// </summary>
    class DataReader_SQL
    {
    /// <summary>
    /// The
    ...
    See more | Go to post

    Leave a comment:


  • RiskyHunter
    replied to new with c# and sql server 2005
    in .NET
    kunal pawar i still have problem T_T

    An error has occurred while establishing a connection to the server. When conne
    cting to SQL Server 2005, this failure may be caused by the fact that under the
    default settings SQL Server does not allow remote connections. (provider: Named
    Pipes Provider, error: 40 - Could not open a connection to SQL Server)
    See more | Go to post

    Leave a comment:


  • RiskyHunter
    replied to new with c# and sql server 2005
    in .NET
    dip_developer thanks a lot 4 ur reply

    i have tried to use this one:
    "Data Source=myServer Address;Initial Catalog=myDataB ase;User Id=myUsername;P assword=myPassw ord;"

    however, i still have problem in opening the connection;

    i just wanna knew if i can set up the user id and the password using the xml configuration file?? if that wrong plz tell me how can i do it

    thanks
    See more | Go to post

    Leave a comment:


  • RiskyHunter
    started a topic new with c# and sql server 2005
    in .NET

    new with c# and sql server 2005

    am new with c# so plz be patient with me..
    i have created a database and i wanna connect my application with it

    while am searching i found this code:

    using System;
    using System.Data.Sql Client;

    namespace ConsoleCSharp
    {
    /// <summary>
    /// Summary description for Class1.
    /// </summary>
    class DataReader_SQL
    {
    ...
    See more | Go to post

  • RiskyHunter
    started a topic Establishing a connection to an SQL database??
    in Java

    Establishing a connection to an SQL database??

    Hi;

    Am connecting my Java application to Oracle and i have few questions;

    And actually that's my first time working with the database so plz be patient with me ^_^

    1) Actually i wanna ask about the database security and what things that it may threat the security of the database, the application that am building is
    for dental clinic so i have to establish a connection to a Oracle database on a...
    See more | Go to post

  • RiskyHunter
    replied to Online Database??
    in Java
    r035198x thank you so much 4 ur reply ^_^
    See more | Go to post

    Leave a comment:


  • RiskyHunter
    started a topic Online Database??
    in Java

    Online Database??

    Hi

    am connecting java application with oracle in order to add,Modify and delete the data from the database.

    but the problem is that I really don't knew how can I make the database accessible by multiple user so that if more than one user using my application
    they can add, delete and modify in the same database.

    plz give me the starting point if u have any idea

    thanks in advance
    See more | Go to post

  • RiskyHunter
    started a topic problem with httpUnit
    in Java

    problem with httpUnit

    Hi;

    am using httpUnit in order 2 extract the source code of the websit but the problem is that the httpUnit respond is very slow, this is my code

    public String extractNewFile( ) throws Exception {
    WebConversation session = new WebConversation ();
    WebRequest request = new GetMethodWebReq uest(
    "http://elearning.uaeu. ac.ae/webapps/login/");
    WebResponse response = session.getResp onse...
    See more | Go to post

  • RiskyHunter
    replied to converting HTML 2 painText
    in Java
    thanx alooooooooot prometheuzz ^_^
    See more | Go to post

    Leave a comment:


  • RiskyHunter
    replied to converting HTML 2 painText
    in Java
    <html><head><ti tle>test</title></head>\n<body><h 1>Heading</h1></body></html>

    i wanna convert this HTML form to plain text

    so the plain text form

    test Heading
    See more | Go to post

    Leave a comment:


  • RiskyHunter
    started a topic converting HTML 2 painText
    in Java

    converting HTML 2 painText

    Hi;

    am trying 2 convert the source code of URL to plain text;

    do u knew any java API that may help me to do that;


    thanx alot

    r.h
    See more | Go to post

  • RiskyHunter
    replied to How can i access URL with java
    in Java
    thanx alot dmjpro.^_^. am gonna do more searching
    See more | Go to post

    Leave a comment:


  • RiskyHunter
    started a topic How can i access URL with java
    in Java

    How can i access URL with java

    Hi;

    i used the URL java API in order to extract the source code of the website;
    but the problem is i couldn't access to the website from my Application(i specified my username and password correctly )??

    it seem that the website that am trying to access does not use simple username and password authentication;

    do u have any idea??

    can i access to the website from my application?? ...
    See more | Go to post

  • RiskyHunter
    started a topic question about yahoo??
    in Java

    question about yahoo??

    i think every body knew about the property that yahoo has which is the Automatic notification of the new email to ur mobile phone...

    it send u an sms if u received new email..

    i just wanna knew which language they use to implement this characteristic ??

    and if u use it does it have disadvantage or something actually i can't use it in my country so plz if u have any idea reply...
    See more | Go to post
No activity results to display
Show More
Working...