A Text-Based Search Engine is a tutorial which deals with generation of a text search engine in the users website. This tutorial offers guideline to the users about the creation of search engine with the help of text based functionalities. Here...
Homepage Search Engine is a text search engine just like google where users can search all text files on their website. This program supports boolean search, wildcards, phrases and different categories. It has several features like, spider robot...
PSLightningSearch is a text search engine script where users can perform keyword searches. You can specify directories to be searched, a list of keywords would be ignored and individual documents would not be searched. This program records keyword...
Testing a Full-Text Search Stemmer in C# is an informative article in which the author discusses about testing the output of the stemmer component in C#. You can use the stemmer component for FREETEXT queries and CONTAINS queries using the...
The simplest PHP Google API Search Script there is. With just two files to upload and one parameter to edit, you can have it up and running on your site in minutes. It uses The Google Web API and NuSOAP to provide a site search or web search...
Create a Site Search Engine in ASP.NET is a perfect search engine. Using this search engine you have an option to search entire page and also dynamic pages. This search engine searches any types of file with any extension placed on web.config...
Creating a Text Box Server Control with Color Highlighting is an article through which you can learn how to develop a custom text box control which changes the background color when the user enters text into the text field, as well as when it...
How to Read a text file in ASP .NET ? is an user friendly tutorial in which author describes the procedure for reading the text files. Through this tutorial users can learn about name space, which has to be included in the programme to read the...
Open and Read content from a text file is a simple ASP article where you will learn the procedures involved in file management. You can learn how to handle files of your website, to open the files and to read the content of the files line by line....
Reading a text file in ASP is an online tutorial briefing on the FileSystemObject of ASP in managing files and folders. The author of this article has demonstrated on two different methods for reading and writing text files using the ASP codes.... |