Posted on October 25th, 2007 by admin
Here is the very simple procedure to create an image for your very own email address. Here goes..
1. You need to know the email address.
2. Open this weblink for the Email Icon Generator (http://services.nexodyne.com/email/index.php).
3. Now enter you Email address and select email hosts like yahoo, gmail.
4. Then click on generate.
5. You can either copy the […]
Filed under: Misc | No Comments »
Posted on October 18th, 2007 by admin
This is an alternative to the image and audio captcha and it is much simpler than the other two methods.
1. Add an input field to your form, with some interesting name, for example ‘URL’.
<input name=”url” type=”text” value=””/>
2. Hide the input box using css so that users(genuine) cannot see it directly.
<style>
.style1 {
display: none;
}
</style>
<p class=”style1″><input name=”url” type=”text” […]
Filed under: Css, Security, PHP, HTML, Web | 1 Comment »
Posted on October 7th, 2007 by admin
Doug Cutting, an experienced developer of text-search and retrieval tools, created Lucene. Cutting is the primary author of the V-Twin search engine (part of Apple’s Copland operating system effort) and is currently a senior architect at Excite. He designed Lucene to make it easy to add indexing and search capability to a broad range of […]
Filed under: Search Engine | No Comments »