Slashdot Mirror


User: j7702

j7702's activity in the archive.

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

Comments · 3

  1. Re:You're not very smart, are you? on Cross-OS File System That Sucks Less? · · Score: 1

    Good where the days of FAT/12 32G per partition... no.. NO.. NO! That's right.. Not Gigabytes, MEGABYTES

  2. Re:You're not very smart, are you? on Cross-OS File System That Sucks Less? · · Score: 1

    Nothing makes me laugh more than a windows "guru" bragging about a raid array.
    I bet this is a lie
  3. What if.. on How to Prevent Form Spam Without Captchas · · Score: 1

    .. you derive the form field name from a random key (that is included in a hidden field).. so that the receiving page can descipher the field name and associate the correct data.

    To make it human readable, randomize the sequence of text lables and position them and the form fields using CSS positioning.

    The result should be a very readble nice form for the naked eye.. while the page source would be very hard to interperate.