Owner: When I get stuck in coding... URL:http://stuckincoding.blogspot.com/ Join Date: Sun, 13 Jan 2008 05:36:22 -0600 Rating:0 Site Description: Some findings in how to resolve programming bugs, technical constraints of hardware or software as well as some knowledge sharing about IT related technology. Site statistics:Click here
Online tutorial for JSP Beginner 2008-01-17 08:55:00 If you are a Java newbie and are interested in exploring JSP (JavaServer Page) programming, the following Website would be a good place for you to have some fundamental technical hands on experience: Read more:Beginner
Search Engine Technology 2008-01-13 00:37:00 Conventional search engine technology has been based upon two main categories, which are crawler-based search engine and the human-powered directories based search engine(Sullivan, 2001). There also are search engines that use a combination of both techniques when presenting results to a user’s query. In the case of hybrid search engines, a crawler-based engine augments its results with human generated lists, while the human generated directories may augment its results with crawler-based results when its directories contain no or few results for a particular query (Marendy, 2001). Many crawler-based search sites have added human-powered directory-based topic browsing. The Web is organized as a tree of topics, similar to the Dewey decimal system, in which the tree nodes are maintained by Read more:Search
, Engine
, Technology
, Search Engine
How to create ".htaccess" file for Apache server on Windows platform? 2008-01-12 22:11:00 You may think that under Microsoft Windows
platform, we are not able to create
any file with file name that starts with dot sign (.).If you are setting up Apache
Web Server on windows platform and wish to use .htaccess
file to post certain authentication a.k.a security restrictions for some particular directories in the Web server
, you might face the problem to create a ".htaccess" file.From my understanding, actually we have at least two ways to create a file with filename that starts with a dot under Windows platform.1) Use MS DOS command to rename an existing file with normal filename to filename starts with dot .e.g.C:\>ren htaccess .htaccess2) During the process of creating and saving a new file by using notepad, put double quote (”) at the front and end of your desired filename (of