Search Results

Search found 11 results on 1 pages for 'waterfallrain'.

Page 1/1 | 1 

  • Win xp reinstall now I am unable to connect to broadband what shall I select to do this?

    - by waterfallrain
    Hello, My hardrive was failing so I needed to reinstall win xp. I completed the reinstall and the drivers but now only the wireless connection works. The broadband states connected but does not go out to the interenet. When I click Internet Explorer it says unable to find webpage. I have tried several major sites so I know its not the site but some configuration or something I need to do on my end. When I go to the cmd prompt and renew the ip it refers to my wireless nothing about this broadband connection. What do I type/select to get this to go out to the Internet. The broadband is working for my other laptop so I know the connection is not the issue. Any help would be much appreciated thank you.

    Read the article

  • Windows XP reinstall, now I am unable to connect to broadband what shall I select to do this?

    - by waterfallrain
    My hardrive was failing so I needed to reinstall Windows XP. I completed the reinstall and the drivers but now only the wireless connection works. The broadband states connected but does not go out to the Internet. When I click Internet Explorer it says unable to find webpage. I have tried several major sites so I know it's not the site but some configuration or something I need to do on my end. When I go to the command prompt and renew the IP address it refers to my wireless, nothing about this broadband connection. What do I type/select to get this to go out to the Internet. The broadband is working for my other laptop so I know the connection is not the issue. Any help would be much appreciated.

    Read the article

  • How do you update your twitter status using YQL?

    - by waterfallrain
    This is the code example I am following: VALUES ('tweeting from yql!', '@your_consumer_key', '@your_consumer_secret', '@your_access_token', '@your_access_secret'); I understand the consumer key and secret part however I dont understand what to put in for the your_access_token and your_access_secret part. Are these urls I was given what I need to add for the last two items? http://twitter.com/oauth/request_token

    Read the article

  • How do I alter the Epitwitter scripts to post to twitter from a web form?

    - by waterfallrain
    Hello, I am trying to update my twitter status with php and outh using the Epitwitter scripts. The following is the textarea of the web form I created to allow me to update twitter. <textarea name="updatestatus" cols="50" rows="4" id="updatestatus"> </textarea> Do I change this line in my confirm.php script from $status = 'Testing API'; To this $status=$_POST["updatestatus"]; I am wanting to know if I at least got that right so I can look at other possible problems with this form not being able to update twitter. As it stands now I am manually editing the status each time and it works that way perfectly but have not yet figured out how to get a webform to do this.

    Read the article

  • How to code which CheckBoxMenuItem is selected in Java?

    - by waterfallrain
    I am trying to add a method which takes the menu selection and passes it to a variable. In this case I would like to take "7" and insert that into the year variable if that is what is selected from teh checkboxmenu. So far have search the internet and sun site with no clear example on how to differentiate the menu items. Any suggestions would be appreciated thanks. cbMenuItem = new JCheckBoxMenuItem("7 year"); cbMenuItem.setMnemonic(KeyEvent.VK_H); cbMenuItem.addItemListener(this); menu.add(cbMenuItem); cbMenuItem = new JCheckBoxMenuItem("15 year"); cbMenuItem.setMnemonic(KeyEvent.VK_S); cbMenuItem.addItemListener(this); menu.add(cbMenuItem);

    Read the article

1