Slashdot Mirror


User: miri

miri's activity in the archive.

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

Comments · 13

  1. Re:WAP Development kit here : on Toolkit Available For WAP programming · · Score: 1

    The phone.com browser (used in Motorola & Siemens phones) is using ugly fixed-size fonts, but works without crashes. Yes, it's good idead to test all WML in it too, cause it renders some things differently than Nokia :).

  2. Re:Been here :/ on Toolkit Available For WAP programming · · Score: 1

    You can start it on Windows machine (but I recommend using Phone.com emulator too - it's simpliest installation) and run it over VNC. Also, is good idea to use XML validator (xmlparse).
    You want to see REAL wap service? (click on "TADY" to go though, it's in Czech so far).
    The service is not finished yet, the "photos" are from Stileproject ;), there will be real photos soon.

  3. Re:Jeez - whatta bunch of whiners! on Toolkit Available For WAP programming · · Score: 1

    Have you built some site in WML? I see some part of WML "unlucky choosen" if not completelly broken. Example, this code in HTML for entering some value on the page in PHP script - in HTML, it's one cycle, in WML, you need TWO cycles:
    HTML (shortened):
    <form>
    <input name=a[1]> <input name=a[2]> <form>
    WML (some ' omited):
    <input name=a1>
    <input name=a2> <anchor>submit<go href=p>
    <postfield name=a[1] value=$(a1) />
    <postfield name=a[2] value=$(a2) />
    </go></anchor>

  4. Re:A dead end? on Toolkit Available For WAP programming · · Score: 1

    6250 is not on the market yet. Maybe in Q3 ;)? You might mean 6150, which is for more than year old.

  5. Hidden stories on Multithreading Extensions for Mac OS 9? · · Score: 1

    Why are some stories (like this) hidden and accessible only from "Search" page? Some appears on front page later, but some does not (I have not any section/author filters defined).

  6. Re:Works well with Nokia 7110e on Google Releases WAP Search Tool · · Score: 1

    Really? Where do you live? It's not possible in Europe... And I have latest firmware (4.84) and many things are still not fixed (not few months), like this!!!

  7. Re:They should get rid of it. on Mozilla Junkbuster-like Feature Removed · · Score: 1

    He is not right, I hope it's about 1/10... But well, in Europe, there are free ISP, but very costly phone lines and you don't have any other choice (in night, 0.50c per hour, over day $2 per hour)...

  8. Download, but don't show [Re:They should get rid] on Mozilla Junkbuster-like Feature Removed · · Score: 1

    Hi.
    My junkbuster-like proxy does this :). It's one of choices :). See here :). It's now almost dead, I had not time to improve it for a year :S.

  9. Re:I'm using it right now, and it is.... on Netscape 6 Preview Release · · Score: 1

    Have you ever seen Netscape 4.7x using 185MB of memory? I did. Yesterday.
    But you're right, there is still something wrong with Seamonkey, it eats 100% (or tries to) of CPU sometimes.

  10. Re:Travelling and Connecting on a budget on Net Access on an American Road Trip? · · Score: 1

    Gnokii might help you with use of Nokia phone as modem under Linux.

  11. Re:Sci-fi precedents on Putting Your Brain into A Computer · · Score: 1

    First two were good. Third not so much... Last... In Czech, this book is named "Analy Heechee", but it was often called "Kanaly Heechee" (kanal = the sewer).
    I read them all though.

  12. Re:the annoying things that Netscape does... on Mozilla Status Update · · Score: 2

    To remove some toolbar buttons and add Find button, put this in your .Xdefaults and run "xrdb -merge .Xdefaults" (and restart Netscape):

    Netscape*toolBar.search.isEnabled: false
    Netscape*toolBar.destinations.isEnabled: false
    Netscape*toolBar.myshopping.isEnabled: false

    Netscape*toolBar.numUserCommands: 1
    Netscape*toolBar.userCommand1.commandName: findInObject
    Netscape*toolBar.userCommand1.labelString: Find
    Netscape*toolBar.userCommand1.commandIcon: Find

  13. Re:For specialized uses... on On The Subject of Web Hosting · · Score: 1

    I've tried to get price quote for services and after I fill up the form at http://www.above.net/company/inquiry.html , I've got Internal server error, so I sent e-mail to webmaster@above.net... And after few hours:

    ----- The following addresses had transient non-fatal errors -----
    XXXXXX@mog.above.net
    (expanded from: <XXXXXX@pobox.eng.sjc.above.net>)

    ----- Transcript of session follows -----
    XXXXXX@mog.above.net... Deferred: Operation timed out with mog.above.net.
    Warning: message still undelivered after 4 hours
    Will keep trying until message is 5 days old

    The inquiry script (formmail.pl) is already fixed though :).