No big deal, I'll have to just take a little more care over what I tpye
Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
Upgrade Complete!
#31
Posted 28 July 2003 - 12:39 PM
No big deal, I'll have to just take a little more care over what I tpye
#32
Posted 28 July 2003 - 12:44 PM
#33
Posted 28 July 2003 - 12:55 PM
#34
Posted 28 July 2003 - 01:04 PM
#35
Posted 28 July 2003 - 01:17 PM
Any chance we can get a spell checker for our posts. I'm the world's worst. Can't type or spell (or chew bubble gum for that matter.)
#36
Posted 28 July 2003 - 01:23 PM
J
#37
Posted 28 July 2003 - 01:28 PM
Matt's got a neat thing you can add to your browser to do spell check- maybe he would post it here for us?
I'm looking for something to integrate in the meantime...
#38
Posted 28 July 2003 - 01:35 PM
They were thinking of working on a module that worked with Word's dictionary, which would be great because most everyone has that. But unfortunately, they don't see to have that one completed at this time.
You might try IEspell.com anyway if you're using IE. I think it allows you to spell check anything in your browser. I haven't looked at it, however.
Jill
#39
Posted 28 July 2003 - 01:44 PM
I grabbed it and am posting here:
If you are like me, you go back and edit your posts constantly to fix spelling, grammatical errors, etc.
One of my programmers gave me a script today that will automatically spell check text that you have written in a text box on a form.
Take the following code:
oShell= new
ActiveXObject("WScript.Shell");
oShell.SendKeys( "^c" ); // copy
oWord= new ActiveXObject("Word.Application");
oWord.Visible= true;
oWord.Documents.Add();
oWord.Selection.Paste();
oWord.ActiveDocument.CheckSpelling();
oWord.Selection.WholeStory();
oWord.Selection.Copy();
oWord.ActiveDocument.Close(0);
oWord.Quit();
var nRet= oShell.Popup(
"Apply changes?\nClick OK to replace all selected text.",
0,
"Spell Check Complete",
33 );
if ( nRet == 1 ) {
oShell.SendKeys( "^v" ); // paste
}
1. copy to notepad
2. save as spellcheck.js in the c:temp directory
3. open IE
4. open windows explorer, browse to the c:temp directory
5. click and drag the spellcheck.js file into your links on the IE browser.
The next time you are composing a message select all of the mesage in the text box, then copy.
Click the spellcheck link on your browser.
Word will automatically open, spellcheck, select replace text, and the text you have written will automatically change and word will close.
very cool.
__________________
Matt Bailey
The Karcher Group - Web Design & Internet Marketing
think - web - marketing
#40
Posted 30 July 2003 - 12:44 AM
At the bottom of the page, you can click to the page number of the current topic you want to view (eg. this topic = Pages: (3) 1 2 [3] ). Could you add a "Goto previous" & "Goto next" page link ?
Its not important, just nice to be able to not think & just press a button.
#41
Posted 30 July 2003 - 09:37 AM
I had something very deep and clever to say here but in the scrolling down through all the messages I forgot it. That, also, is not a problem with this forum, but one I will have to look elsewhere to rectify. (this is going to get worse with age? Man, I'll be dead of sheer forgetfulness before I hit 40 at this rate.)
Anyhow, keep up the good work, it's exciting to be in on something this cool this early so I can hear all about the work that goes into it. Looking forward to a lot of time spent (some may say wasted but to them i say phooey, just wait until I make my millions with the knowledge gleaned form these forums; I *won't* buy you a Lear jet if you're mean to me) here!
#42
Posted 30 July 2003 - 12:09 PM
Thanks for the thanks, Phil!At the bottom of the page, you can click to the page number of the current topic you want to view (eg. this topic = Pages: (3) 1 2 [3] ). Could you add a "Goto previous" & "Goto next" page link ?
I've added that to my list.
#43
Posted 30 July 2003 - 06:25 PM
#44
Posted 30 July 2003 - 06:26 PM
Jill
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users








