Hi Laura,
Your Aunt asked me to have a look at your questions.
Well I don't see anything obviously wrong with what you've done, so I don't know why it isn't working.
Why don't you give this a whirl instead, it is from the horses' mouth as it were:
The result of going through that wizard should give you code to paste in.
I think if you normally refer people to 'http://hisfield.netau.net/' rather than 'http://www.histifle.dnetau.net/' then you should use that name for indexing also.
There are ways to prevent a site from being indexed, in particular a robots.txt file, but that isn't something that you would accidentally have created. But for more information on that see http://www.robotstxt.org/robotstxt.html
Search engines usually use their own peculiar data stores rather than SQL databases.
Largely this is because, unlike an SQL database, they are intended to perform text searches and/or regular expression matches within text.
Tables in an SQL database are generally already parsed into 'columns' for particular types of data so they are more easily searched.
Sometimes some of the meta data may be stored in an RDBMS like MySQL.
The other big challenge for larger search engines is that they often involve indexing a huge amount of data.
Google, Bing etc have their own search engine and infrastructure, but there are also open source search engines which are based on 'full text search'. One of the most popular such search engine is Apache Lucene, see:
and
But to run a site with back end services like this means you need access to and/or to install software on the host server itself, this may be problematic depending who and how your site is hosted.
I think from the description of your requirements google search should meet your needs if you can get it going, so I suggest you go through the wizard I pasted in at the top and let us know how that goes.
Uncle David (& Aunt Heidi)
On Mon, Jan 23, 2012 at 12:05 PM, Heidi Cheung <heidi.s.cheung@gmail.com> wrote:
Dave, Can you help Laura, please? Thanks, Heidi
---------- Forwarded message ----------
From: laura cheung <laura001_hk@yahoo.com>
Date: Sun, Jan 22, 2012 at 12:05 AM
Subject: Re: Laura-question about Search Engines
To: Heidi Cheung <heidi.s.cheung@gmail.com>
Oops sorry. wrong email.
From: laura cheung <laura001_hk@yahoo.com>
To: Heidi Cheung <heidi.cheung@rogers.com>
Sent: Saturday, January 21, 2012 5:14 PM
Subject: Re: Laura-question about Search Engines
Dear Aunt Heidi,Sorry to bother you once more but I would like to seek your advice once more. The link you sent me previouslydoes not seem to be working on my dad's website (which i have recently uploaded due to my impatience despite not being finished yet) http://hisfield.netau.net/When I search for things, nothing comes up.I suspect that it is because google has not indexed my website therefore a google search engine will not work. I have tried to get Google to index my site by submitting the link to them but it still has not worked. Do you know how long it normally takes? Is it even related to my problem? I hand-coded on Notepad++, used 000webhost.com to host and Cushy CMS to add some content and make sure that my dad can easily edit.I tried to build my own search engine using php and mysql but there were several problems i could not fix, therefore I had to resort to embedding such things :)Thanks,Laura(i hope that the website comes out all right on your browser. I use internet explorer.)
Next, is the email from my client. I sent him an email last week, letting him try out the website a little
He particularly enjoyed Cushy CMS. I may have forgotten to mention this but, I signed up for CushyCMS. All I have to do is add the class "cushycms" to things and CushyCMS will allow the client to edit it.
No comments:
Post a Comment