Displaying 4 results from an estimated 4 matches for "enkoder".
Did you mean:
encoder
2000 Jul 26
3
Next Vorbis beta, MPEG+ enkoder
Hi.
When can we expect the next beta version of Vorbis encoder (with some
tagging & encoding options I hope)?
Also, today I tested MPEG+ encoder which you can download from
http://www.stud.uni-hannover.de/user/73884/mppenc.zip (win encoder)
http://www.stud.uni-hannover.de/user/73884/in_mpp.zip (winamp plug-in)
http://www.stud.uni-hannover.de/user/73884/mppdec.zip (win decoder)
It sounds
2006 Nov 13
4
Mass filtering page content for javascript anti-spam script
Hi all,
I''d like to write a function that replaces all email addresses in my
pages with a javascript anti-spam script. I know it''s a bit horrible
for screen readers, but I feel it''s our best option at the moment.
I think I need some kind of function that builds the javascript
depending on the email address and then replaces it in the text. I got
a bit lost at this
2011 Feb 01
1
Email Obfuscation Techniques
The other thread brought to my attention that only the <email> syntax
obfuscates mailto links. Plus, while the entity encoding technique
probably fools some scrapers, I doubt it's all that effective. Even
Gruber uses the Hivelogic Enkoder [1].
So, what are people using for obfuscation and are you using any
scripting or automation (filter that takes a pass before or after
Markdown) to get this into your HTML?
[1]: hivelogic.com/enkoder
--
arno? s? hautala? ? /-|?? arno at alum.wpi.edu
pgp b2c9d448
2007 Jun 12
1
Captcha, account verification in RoR
...ite and am curious about the best way to
stop spam on the site. For account creation there is:
a) Captcha
b) email verification
For messages, forums I am sure you could try to check the message for
any weird characters or typical spam phrases. I saw in the other post
there is the hivelogic email enkoder for hiding email addresses for
protecting email addresses. I was reading a blog and it said captcha
and email verification are bothersome to users. Almost seemed from the
blog that it shouldn''t be used. If that is true, what are RoR
developers using? What is the best practice for Ruby...