header image
Home arrow News Feeds
News Feeds
evolt.org - Workers of the Web, Evolt!
<!-- <h2><a href="http://evolt.org/">Welcome to evolt.org</a></h2> <p>We are a community of like minded people, web professionals, promoting the mutual free exchange of ideas, skills and experiences. To this end we run several mailing lists including '<a href="http://lists.evolt.org/mailman/listinfo/thelist">thelist</a>' a vibrant mailing list with thousands of members. If you have a question related to any aspect of web development you can join <a href="http://lists.evolt.org/mailman/listinfo/thelist">thelist</a> right now and become a part of the community.</p> <p>Our members also write articles for our website (this one). You can be a part of this community. All you have to do is click on '<a href="http://evolt.org/user/register">register</a>' above. Once you have registered you can submit comments or articles to the website.</p> <p>If you are interested in helping behind the scenes then join '<a href="http://lists.evolt.org/mailman/listinfo/theforum">theforum</a>' another evolt mailing list dedicated to the running of evolt.org</p> <hr /> -->

  • A Very Simple and Effective Captcha

    I have a very simple anti-bot spam technique that works extremely well. It requires no javascript, cookies or complicated server weirdness, is fully accessible, has no hidden fields, has negligible overhead and takes just a moment or two to implement. It requires that the user fill out one field with a number, so it's good for anti-bot but will not prevent human spammers. In three years, I have yet to receive any spam on any of the many sites that I have installed this on. Sites that were being bombarded with hundreds of spams daily suddenly became quiet and good emails get though.



  • Simulating Apache asis feature with very simple CGI
    Apache's asis feature, provided by mod-asis, is a very simple way of sending static HTTP headers along with static content. Many installations of Apache have this disabled (the default) and those of us not on Apache are out of luck. This combination has led to this simple and useful feature being overlooked by most web developers.

  • Search Engine Friendly URLs with IIS and Classic ASP

    A few years ago, I needed a Content Management System (CMS) for my site Voor Beginners and its English counterpart For Beginners. One of the requirements was, that the CMS should use "search engine friendly" URLs. This is fairly easy to accomplish with Linux and Apache; however, another requirement was that the CMS should run on the Windows platform... In this article, I will show how you can "simulate" the effects of .htaccess and mod_rewrite using Microsoft's Internet Information Server (IIS) and classic ASP.



  • Google Algorithm Update Analysis
    Anybody who monitors their rankings with the same vigor that we in the SEO community do will have noticed some fairly dramatic shifts in the algorithm starting last Thursday (July 5th) and continuing through the weekend. Many sites are rocketing into the top 10 which, of course, means that many sites are being dropped at the same time. We were fortunate not to have any clients on the losing end of that equation however we have called and emailed the clients who saw sudden jumps into the top positions to warn them that further adjustments are coming. After a weekend of analysis there are some curiosities in the results that simply require further tweaks in the ranking system.

  • Working with hierarchical data in SQL using Ancestor tables
    This document describe an approach to SQL queries of hierarchical data using ancestor tables. Multiple inheritance are allowed but cycles are not allowed for this approach to work.