HTML - Help With Keyword Search Program
I am not sure if this is the right place to ask this question, so I apologize in advance.
Are there any easy to use (and free) Perl script programs (would it be a program or just script?) that I could use on a website to integrate a keyword search program so that users can search specified text and HTML documents? Thanks in advance for any suggestions and help. Similar Tutorialshi all, I'm trying to optimise my key word search, but no matter what I type on google, my site is not listed. I've tried using meta tags, making sure all my alt tags are correctly defined etc. The only thing that i can think of is the keywords are not listed enough in the code. Anyone any advice, or any reccomondations for places to go for good tutorials etc? thanks <meta name="description" content="wonderfull beach - blue bay - rooms- hoiliday fresh air google3a970ace18e26dae.html"> Can anyone tell me what the google html file in the description tag is. Its is probably SEO related. I have not been able to find anything about it. Can it be the sitemap XML file in some disguise? Best regards I'm making an HTML-based text editor for Windows PCs. The editor needs to have some special functions, and one of them is the automatic colouring of certain keywords. Here's the situation. (Apologies if little of the following is relevant, but I can't be sure.) The editor is part of a program. When the user wants to write something, the editor is created (an instance of the Windows WebBrowser) and custom HTML is loaded into it. So it's displaying a spontaneously-created HTML page. This page includes a section marked contenteditable=true, and that's where the user types. When the user is finished writing, they press a button, the current HTML in the browser is read and the text is extracted from it and saved, and the browser is destroyed. All that works fine. However, I'm having trouble building in some special functions. Namely keyword colouring. The host program allows the user to set a number of keywords, and a colour for each one. The idea is that when the user is typing in the editor, keywords will be detected and coloured. This colouring process needs to happen in realtime. As an amateur, I naively thought it would suffice to just read the HTML intermittently, scan for the keywords and add tags to each one, like this: Code: <SPAN style=text-colour:#FF00FF>thekeyword</SPAN> But there are several problems with this method. Every time the HTML is revised and reloaded into the browser, the "page" is scrolled back to the top. (As an aside, if anyone knows a method for getting and setting the caret position in an HTML page, I'd be grateful to know it too!) The second problem is that if the user types in the middle of a keyword, the new text inherits the colour. So obviously the tags method isn't going to be sophisticated enough. What I need is a smart way to detect and recolour keywords on the fly. Some form of syntax highlighting, I suppose. Does anybody know any tricks for doing this? JavaScript perhaps? Below is an example of what I want to achieve. As you can see, the caret is in the middle of a keyword. If the user pressed the spacebar, the editor would immediately look like the second image. What do you think? Is it possible? Thanks for reading, Seymour. Hey all, I'm having a bit of trouble applying the style keyword to get it to work in firefox. It works fine in internet explorer. my code is: <table style="position:absolute;left:220;top:155" > as in it doesnt position the table in absolute, it still puts it UNDER any text rather than applying the position any ideas as to why this isnt working in firefox? is there an equivelent I can use to position a table on the screen? For example, this scenario: 1. My page contains the text "giraffes in corduroys" 2. somebody googles that text - either as a phrase or just the words 3. google points them to my page 4. the user clicks to go to my page... Is there any way to determine that it was the text "giraffes in corduroys" which brought them to my page? Would the crux be getting the previous URL in the browser history? Hi...not sure if this is the proper place to post this or not. I'm trying to do two things...first: I'm trying to set up a search box in frame 1 that will search, scroll to and highlight text in frame 2. Is this possible? I've been searching around for days looking for answers, and have so far come up short. I managed to create a search box in frame 1 that reloads frame 2, but that's not really what I'm after. ---------------------------- Now for the second thing I'm looking to do (along the same lines): I want to click a link in frame 1 that scrolls to a target in frame 2 and highlights it. The target is a word in the middle of a paragraph. Any help would be appreciated. I'm pretty green, so treat me like a beginner. Thanks so much! Hi, I am wanting to impliment a feature where I can install a search box on my website that will search anothers content. Basically I have two sites, one has thousands of sound effects on it, the other is more of a portal site. On the portal site I want to add a search box that will link into the other sites database so that the user would navigate away from the portal site and be taken to the stabndard search results page of the main site based on thier queory. Is there any code that anyone knows of to do this? Thanks all! For a designer/programmer, which program is required or best to have? The book I am studying from is using Adobe Photoshop Elements 8 and I keep seeing "Dreamweaver" mentioned on the net so do I have to get both softwares to prepare for any jobs or only one or is there another? Which software or softwares would you guys recommend I get for the future to deal with these digital files processing please? _ |_| Diagnostic _ |_| System Restore _ |_| PC Tune Diagnostic ~ To find whats wrong System Restore ~ Restores software to factory defaults PC Tune ~ Performance optimizer -------------------------- My goal is that when a technician checks a box ( one or more of the following above ) an automatic message is added to a separate page that can be printed out. So to say, if I where to check 'diagnostic' and 'pc tune' my internet browser will open a second page with the descriptions of the two services. The more boxes you click the more paragraphs that get added to the second page. Hey all! I have just started programming a website in html. I took some html 4 classes about10 years ago - I know that's like a lifetime ago, but anyway, it seems that I'm still able to use a bunch of the stuff I learned back then, but I get some errors when running the validator on the site. I have been able to do most of what I want on the site with a combination of what I learned back then and with some awesome help from this support forum. It seems that some of the errors I'm getting is due to newer code that I have been getting from people who have been very kind to help me out. Not due to their code, but probably because I set my doctype up to be: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> The people who have been helping out are of course using newer code, etc. I realize that I need to move up to today's way of programming, but the question is: what's the best way to do this? Back when I took the html courses, I learned to program with notepad. I did an intranet back then in frontpage, but from what I heard, that code was pretty messy and didn't always show right in all browsers. The site I'm building now needs to work in at least all major browsers as I need to earn a living from it. What's the recommeded software, html version, etc. these days? I have a copy of the latest dreamweaver, but does that write messy code similar to what frontpage did back then? How about some free software? What html version is recommended etc., keeping in mind that I need the site to be a reliable as possible and not that flashy, and that I am pretty green at this and not a full time programmer. There will be some rollover buttons, tables, etc., on the site, but that's really it, and then some forms and a link to a wordpress blog I will be putting together. I hope there are someone out there with a good recommendation. Also, is there a way to get the html 4 to work with never code such as javascripts etc. I can upload a zip with the code and images for the site if anyone has time to look at, and helping me figure out how to solve some of the validation errors I'm getting? The site in not uploaded yet but on my harddrive. Thank you all and have a great weekend. Johanm Hello guys, I am new to this forum, yesterday i started learning html and i am writing sample codes for different things and i got an error when i tried to hyper linking to the link on the same page. i tried to create 5 hypers links within the page and wrote the syntax and all correctly ..but when i tried to click the first one and the second one its working but when i tried with the 3rd, 4th and 5th hyper links its not getting linked to the correct place... http://personalpage.webng.com/lists.html .this is the webpage i wrote... when i click the first two they are linked to the correct place but when i tried the others they are not getting linked properly...... can anyone see the program and tell me whats the solution?\ thankyou Hi gang, About 4 years ago I used the trial version of Homesite to clean a freinds code. Now 4 years later I have my own site (http:www.pjsoaps.com) and I have 8 b'zillion duplicate tags and junk. Homesite won't let me run the trial again so I downloaded a trial version of "HTML Code Cleaner" and tried it on some of my worst pages, unfortunately what it does is turn my easily read stepped code into ONESINGLELINEOFCODE. ugh I'm looking for a free, trial or inexpensive code cleaner. I just LOVED Homesite but I simply can't afford it at the moment. Any suggestions? Thank you in advance, pjsoaps www.pjsoaps.com Once again I have no idea where this post should go. Please move me and accept my apology. Here's the deal: I want to help out someone who has limited programing skills. Also, I don't want to give them access to my server. I am looking for a free program where she could add javascript and html code to the site for affiliate links and banners. I need her to work completely from the back end of the program. Plus, I don't want to baby sit her site either, just set it up and let her have at it. Would a blogging program be able to do this? I don't blog, so I'm not sure what's best. She's been pushing Cash Crate on a freewebs site and actually making money! So I know she can do better with better affiliates if she just had a chance. I was wonder what browser or editing program that I can use to see my webpage that would show the map coords as I move my mouse around the webpage please? Thank You in Advance. Ok I'm still really new to HTML with no bad habits & would like to use a program that is really easy to use & geared toward function-ability. I've been using notepad for my HTML I would prefer to steer away from DreamWeaver as I dont plan on using a WYSIWYG So what are my other options for great programs to write HTML in? Thanks hey, im currently setting up 4 pc's for a local kindergarten/nursery, in which the computers are locked down in a kiosk mode, with a web page navigation, what i need is for the links to open the games that are installed on the PC, but as its for kids age 3 - 4 etc i dont want the usual prompt of "open or save file as". the pc's will not be on the internet at all, all the files are local, so is there either anyway to turn of the prompt via a registry hack ? or can u suggest a way for me to open the programs either through html, javascript or would a flash or director link or something else work better? ive searched but i cant find any way of doing it, or bypassing a security feature, like i say the machines are locked down and not on the net, so i can relax all security measures. thanks Barrie I just started writing code, and currently use notepad++. I then use XAMPP to see my code in action. Any better free programs to do all this? Super new to this, and these are the ways my teacher gave. thanks! `Hello I have this problem that i have a list of things, that is very very long. There is about 5000 entries and i need to make a table where the user can select to sort by something. It looks like this Sort By Car Sort By Tires Sort By Make Sort By Year So how do i make it, so that when the user clicks sort by make, it will sort by it? Do i do it in HTML or what? Are there programs to do this? Thanks For Help! Turha I'm trying to have my search box and search button aligned but I can't seem to get it working. Whenever I try to move one vertically, both of them end up moving and I'm all out of ideas. Here is the code: Code: <script src="http://supportforms.epnet.com/eit/scripts/ebscohostsearch.js" type="text/javascript"></script> <form action="" method="post" onsubmit="return ebscoHostSearchGo(this);"><input id="ebscohostwindow" name="ebscohostwindow" type="hidden" value="1" /> <input id="ebscohosturl" name="ebscohosturl" type="hidden" value="http://search.ebscohost.com/login.aspx?direct=true&site=ehost-live&scope=site&type=1&custid=S6281220&groupid=Main&profid=EDS&mode=bool&cli0=FR&clv0=Y&cli1=RV&clv1=Y&cli2=PT82&clv2=(PT+Academic+Journal+or+PT+Periodical+or+PT+Trade+Publication)%7e(PT+Book+or+PT+Almanac+or+PT+ebook+or+PT+audiobook)%7e(PT+Newspaper+or+PT+NEWSP+or+PT+Newswire+or+PT+WIRES)&lang=en&authtype=guest" /> <input id="ebscohostsearchsrc" name="ebscohostsearchsrc" type="hidden" value="url" /> <input id="ebscohostsearchmode" name="ebscohostsearchmode" type="hidden" value="+" /> <input id="ebscohostkeywords" name="ebscohostkeywords" type="hidden" value="" /> <div style="background-image: url('http://i.imgur.com/Wjilo.jpg'); background-repeat: no-repeat; width: 900px; height: 600px; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 9pt; color: #353535;"> <div style="padding-top: 249px; padding-left: 70px;"><span style="font-weight: bold;" ></span> <div> <input id="ebscohostsearchtext" name="ebscohostsearchtext" type="text" size="23" style="font-size: 16pt; padding-right: 340px; height: 50px;"> <button type="submit" style="border: 0; background: transparent;"><img src="http://i.imgur.com/nYPoa.png" width="145" hspace="25" alt="submit" /> </div> </div> </div> </form> Hi, I want to make a search box on my website. The thing is that I would like the search bar to be able to search on multiple search engines. For example I can type a movie in the search field and then I can select if I want to search for the movie either on google or on IMDb. I want it to look like this: http://subtext.no/kjartan/charlie/searchbox.png If anyone could help me get this kind of searchbox it would be great. Thanks in reaply. |