Slashdot Mirror


User: jammed

jammed's activity in the archive.

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

Comments · 6

  1. Big news! on Google Terminates Six Services · · Score: 1
    Isn't the big news that Jaiku will be open sourced and...

    With the open source Jaiku Engine project, organizations, groups and individuals will be able to roll-their-own microblogging services and deploy them on Google App Engine. The new Jaiku Engine will include support for OAuth, and we're excited about developers using this proven code as a starting point in creating a freely available and federated, open source microblogging platform.

    Twitter killer?

  2. Bug fixing on Google Wants You To Be Its Unpaid Muse · · Score: 1

    Wow, does this mean finally there is a way to tell them of the bugs in there existing products? Would finally like to be able to display more than the default number of images on the image search.

  3. Ubi-comp on Looking Beyond Vista To Fiji and Vienna · · Score: 1
    I cannot imagine an office full of people all gabbling at their PCs without going nuts.
    Neither can I, but I for one hate searching/writing emails on my mobile phone. For this a voice interface would be ideal. There are a lot of devices where using voice commands and receiving a voice response would be the best possible interface.
  4. Re:Only a few annoying sites... on Search Engines Leech Value from Web Sites · · Score: 1

    Jacob Neilsen was on the advisory board at google, right back in the early days before they had advertising etc.
    cite: http://www.useit.com/alertbox/990905.html

    He was the reason I started using google, back in 1999.

    He is a largely reason google is so simple to use. With the clean homepage, simple search results, the goooooogle page navigation etc.

    So, I think his comments are worthy of more than just a passing thought.

  5. Re:Moral Victory on The Register Takes Aim at Wikipedia Again · · Score: 1

    wikipedia is a Anarchic system.
    http://en.wikipedia.org/wiki/Anarchism

    But of course Anarchism has been given a bad name by reinventing the actual meaning of the word.

    Like cynic http://en.wikipedia.org/wiki/Cynics
    and many others.

  6. Word and styles on Sanely Moving from Word to the Web? · · Score: 1


    What always got me was that MSWord has all these built in styles e.g. Heading 1, Heading 2 etc which get turned to complete html font size mush when you use save as html AND this goes for every other single convertor I've used.

    Why not use these to convert to structured html, eg h1 h2 etc?

    This is why back in 1998 in a previous company (i was lead developer in a publishing company) we had to build our own - which is still being used by some of my current clients.

    There are a number of problems with it; its always one of those "solutions" that I've always meant to get back to, correct all the issues and publish it online.

    If the documents you use are heavily structured using the built in styles then it maybe of some use to you.

    Its basically a VB (yuk) automation on Word. We had to use Powerpoint to get all the images out as gifs (yuk again), and we had to write a really interesting algorithm to get out tables as html rather than the awful images some convertors do.

    Maybe you could get in contact if you're interested.