Slashdot Mirror


User: drrnwbb

drrnwbb's activity in the archive.

Stories
0
Comments
6
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6

  1. Re:Old stuff on Cell Phone Tracking In the UK · · Score: 1

    any idea what the keyword is? i had sonera as my operator for the last three years and ive not heard of anything like this. instructions must be hidden away in the finnish part of the site.

  2. Re:Like public transport in finland on Admission Tickets as Text Messages · · Score: 1

    turnaround is about 10-20seconds. (only once have i waited more than 20seconds for the reply). you have to write a code ("A 641" for finnish or "AS 641" for swedish) and send it to the number "16353". the sms message you get sent to you has a code that incorporates the time and date, then it states the time the ticket was bought, when it expires (an hour later) and what forms of travel its valid on (trams, some buses, trains, a boat). the sms ticket cost is 2

  3. Re:good idea? on U.S. Offers Glimpse at Manhattan Project Facility · · Score: 1

    that funding was (primarily) from irish americans.
    the pressure put on sinn fein and the IRA by the american government aswell as the granting of travel visas to sinn fein brought them into the peace process and led to the good friday peace process.

    granted, the funding over the years did the people of northern ireland no favours, but that money didnt come from the american government, but instead from (primarily) americans of irish extraction.

  4. Re:good idea? on U.S. Offers Glimpse at Manhattan Project Facility · · Score: 1

    without the help/pressure of the american government, there would be no peace process in northern ireland.

  5. you kill one bug, another one comes in its place on Anatomy Of A Bug In Microsoft Office · · Score: 1
    this is what i get when i view the pages:



    Server Error in '/' Application.
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a web.config configuration file located in the root directory of the current web application. This <customErrors> tag should then have its mode attribute set to Off.

    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode=Off/>
    </system.web>
    </configuration>


    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the defaultRedirect attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode=RemoteOnly defaultRedirect=mycustompage.htm/>
    </system.web>
    </configuration>

  6. funniest line in the article on Home Directory In CVS · · Score: 1

    "Keeping your home directory in CVS is not all fun though"

    ah well. you cant have everything i guess.