MajorGeeks Support Forums IOBit Software

Go Back   MajorGeeks Support Forums > Majorgeeks.Com - Off Topic > Interesting Website Links
Register FAQ Members List Calendar Casino Mark Forums Read

Interesting Website Links Websites that others might find interesting or funny. Computer related or not even close, its all good.


Reply
 
Thread Tools Display Modes
  #1  
Old 03-27-08, 13:12
swallowtail swallowtail is offline
Private E-2
 
Join Date: Mar 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Online Virtual Typewriter?

Hey, does anyone know of an online virtual typewriter? I haven't been able to find one...

Thanks!
Reply With Quote
Sponsored links
  #2  
Old 03-27-08, 13:40
PC-XT's Avatar
PC-XT PC-XT is offline
Master Sergeant
 
Join Date: Oct 2007
Location: on a farm
Posts: 637
Thanks: 23
Thanked 73 Times in 70 Posts
Default Re: Online Virtual Typewriter?

If you mean a Web Page that types a page and lets you print it out, I am making one. It won't look like a typewriter, but I guess it could if I styled it. My site went down, though, and I may need to find another host, so I put it on hold. But this page doesn't need a server. You can load it from a disk, type in it, then print it from the browser. There is no save feature.
If you mean a typewriter that actually prints as you type, it would probably need Java, ActiveX or some program.
I am making the HTML one because I haven't seen one before. There are two versions, one lets you type raw HTML, the other one is just like a typewriter. They require DHTML, or more specifically, JavaScript and DOM. If you want, I can try to finish it when I get a chance in the next few days, so you can see if it will work. It shouldn't be that hard, for a simple version. I'm thinking of making a separate window or frame control eventually.
__________________
I.think(code);
I.eat(code.spaghetti);
Reply With Quote
  #3  
Old 03-27-08, 13:47
swallowtail swallowtail is offline
Private E-2
 
Join Date: Mar 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Online Virtual Typewriter?

Cool! That would be neat. I was looking for a page that looked like a typewriter, and typed what you were typing, but you could highlight and save what you wrote in a word document or something. What you are making sounds good, too though. Let me know when you finish!
Thanks!
Reply With Quote
  #4  
Old 03-27-08, 15:34
Bill_Marsden's Avatar
Bill_Marsden Bill_Marsden is offline
Major Geek
 
Join Date: Jun 2006
Location: Dallas, TX, USA
Posts: 2,018
Thanks: 6
Thanked 18 Times in 16 Posts
Default Re: Online Virtual Typewriter?

Just curious, what is wrong with word processors? I wanted for decades to get away from typewriters when I had to use them.
Reply With Quote
  #5  
Old 03-27-08, 16:51
swallowtail swallowtail is offline
Private E-2
 
Join Date: Mar 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Online Virtual Typewriter?

There's nothing wrong with them. But there is something about typing on a typewriter that seems attractive to me. It's sortof similar to distraction-free writing applications like WriteRoom, but with a slightly different feel. I'm not sure how much sense this is making, but maybe a little?

On a different note, I've never used a real typewriter before and a virtual one is about as close as I can get (for now). It would be an interesting experience.
Reply With Quote
Sponsored links
  #6  
Old 03-28-08, 13:00
PC-XT's Avatar
PC-XT PC-XT is offline
Master Sergeant
 
Join Date: Oct 2007
Location: on a farm
Posts: 637
Thanks: 23
Thanked 73 Times in 70 Posts
Cool Re: Online Virtual Typewriter?

I have a beta you can try. My CPU just fried, so I'm working on that now. Borrowing someone else's comp to post this... Had to post it on an old test forum, because this one doesn't allow HTML file attachments, and no time to fix my site hosting problem now. Hope it works. You can either open it in a browser directly, or download it: (The forum gives that choice; it's just a regular Webpage.) typewriter It's just a beta, not fully tested, so let me know if you have any problems... It would help to know the code on the status bar (updates with each key press for debugging) and any error message.
Also, since it runs in a browser, keys like tab and backspace may be interpreted by the browser before they get to the script. Try using Esc to remove the last character, and Ctrl+T to tab (except that this opens a new tab is some browsers, let me know if you can think of a better key). I plan on maybe finding better keys or making it look like a typewriter later.
A cheat code: to actually type HTML, once the typewriter is loaded in your browser, enter "javascript:void(nohtml=false)" in your browser (copy from here and paste there, if you like) to enable direct HTML typing (though not tested much yet, the slash for the closing tag opens a search box in FireFox.)
It starts completely blank, except for the title. Maybe I should put some message there, like type here or something, so you know it's loaded...ok, I just did.
You can copy what you type using your browser, but can't paste (yet).

Old typewriters used the same key for 1 (one) and l (lowercase L) and some other tricks that are different from this one, which is more like an electric typewriter I sometimes use which can be attached to a display to be used as a word processor.
__________________
I.think(code);
I.eat(code.spaghetti);

Last edited by PC-XT; 03-28-08 at 13:21.. Reason: made change to code: Type Here message
Reply With Quote
  #7  
Old 03-28-08, 17:13
Bill_Marsden's Avatar
Bill_Marsden Bill_Marsden is offline
Major Geek
 
Join Date: Jun 2006
Location: Dallas, TX, USA
Posts: 2,018
Thanks: 6
Thanked 18 Times in 16 Posts
Default Re: Online Virtual Typewriter?

Once you've used a manual typewriter you never want to go back... to the manual typewriter that is. :D

The big difference between a keyboard and a selectric is the feel of the keyboard IMO. I remember the later Selectrics, that had the special tape that you could whiteout a character you mistyped.

Ink Jets are slow, but I never could get a color picture from by typewriters. :D Having been there, I'm glad to leave them behind. I can type around 50 WPM for what it's worth.
Reply With Quote
  #8  
Old 03-30-08, 14:55
PC-XT's Avatar
PC-XT PC-XT is offline
Master Sergeant
 
Join Date: Oct 2007
Location: on a farm
Posts: 637
Thanks: 23
Thanked 73 Times in 70 Posts
Default Re: Online Virtual Typewriter?

One thing, though: You can use manual typewriters when there is a power outage.

Although, you can just write it by hand, as well, so...


I'll try to post a better link to the typewriter web page later...
__________________
I.think(code);
I.eat(code.spaghetti);
Reply With Quote
  #9  
Old 03-30-08, 17:11
PC-XT's Avatar
PC-XT PC-XT is offline
Master Sergeant
 
Join Date: Oct 2007
Location: on a farm
Posts: 637
Thanks: 23
Thanked 73 Times in 70 Posts
Default Re: Online Virtual Typewriter?

I just uploaded it as a regular Webpage here.
__________________
I.think(code);
I.eat(code.spaghetti);
Reply With Quote
  #10  
Old 03-31-08, 21:10
PC-XT's Avatar
PC-XT PC-XT is offline
Master Sergeant
 
Join Date: Oct 2007
Location: on a farm
Posts: 637
Thanks: 23
Thanked 73 Times in 70 Posts
Default Re: Online Virtual Typewriter?

Here is an updated version with frames: HTML Typewriter
__________________
I.think(code);
I.eat(code.spaghetti);
Reply With Quote
Sponsored links
  #11  
Old 04-15-12, 15:21
Wafflecakes930's Avatar
Wafflecakes930 Wafflecakes930 is offline
Private E-2
 
Join Date: Apr 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Online Virtual Typewriter?

I have found an online typewriter that works rather well, it looks really cool and you can type as the typewriter types it in for you. I was in the same place as you were because typewriters inspire me to write with more quality and with a more extensive vocabulary. It sounds silly but it is true. Here is the link: http://www.digitalfutureinc.com/
I hope this solves your problem!
Reply With Quote
  #12  
Old 04-15-12, 15:37
TimW's Avatar
TimW TimW is offline
MajorGeeks Administrator - Jedi Malware Expert
 
Join Date: Jan 2005
Location: The recesses of my mind!
Posts: 44,585
Thanks: 377
Thanked 4,191 Times in 3,982 Posts
Default Re: Online Virtual Typewriter?

@wafflecakes, you are replying to a 4 year old thread. I doubt the OP will come back to see your response.
__________________
Major cake licker.
YCLAHTW, BYCMHD!!

Major Geeks on Facebook

Major Geeks Newsletter
Reply With Quote
  #13  
Old 04-15-12, 17:04
Wafflecakes930's Avatar
Wafflecakes930 Wafflecakes930 is offline
Private E-2
 
Join Date: Apr 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Online Virtual Typewriter?

@TimW I don't mind. I found this post a little while ago while looking for an online typewriter, so it may be beneficial to SOMEONE.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Virtual DJ Rikky Interesting Website Links 3 08-08-06 17:36
Virtual IP killz0ne Networking 1 06-23-06 11:47
Virtual pc for mac the gn Macintosh 4 02-14-06 09:08
PDF Typewriter stevo4 Software 2 10-30-05 10:49
How do I use online scans when I can't get online? Roger Lawrence Malware Removal 3 01-23-05 12:48


All times are GMT -5. The time now is 04:54.


MajorGeeks.Com Home Page
| Admin Tools | All In One | Anti-Spyware | Anti-Virus | Appearance | Backup | Benchmarking | BIOS | Browsers | Covert Ops |
Data Recovery | Diagnostics | Drive Cleaners | Drive Utilities | Drivers | Driver Tools Ergonomics | Firewalls | Games | Game Tweaks | Graphics | Input Devices | Internet Tools | Macintosh | Mail Utilities | Memory | Messaging | Monitoring | Microsoft | Multimedia | Networking | Office Tools | Process Management | Processor | Registry | Security | System Info | Toys | Video | Miscellaneous
|

-->
Powered by vBulletin® Version 3.8.4
Copyright © 2009 vBulletin Solutions, Inc. All rights reserved.
Ad Management by RedTyger