web browser in ruby?
- WalkerTexasRanger
-
WalkerTexasRanger
- Member since: Feb. 10, 2008
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
Can someone tell me how to code a simple web browser for ruby?
My friend did it in visual basic, I figure it would be easier in ruby.
- sirtom93
-
sirtom93
- Member since: Dec. 22, 2006
- Offline.
-
- Send Private Message
- Browse All Posts (11,240)
- Block
-
- Forum Stats
- Member
- Level 24
- Blank Slate
At 6/1/08 09:52 PM, WalkerTexasRanger wrote: Can someone tell me how to code a simple web browser for ruby?
My friend did it in visual basic, I figure it would be easier in ruby.
I have no idea but I would guess it is actualy easier in vb.
- elbekko
-
elbekko
- Member since: Jul. 23, 2004
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
Especially since VB has a webbrowser control that just invokes IE. Not that you can call that a webbrowser.
"My software never has bugs. It just develops random features. " - Unknown
[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]
- everyoneloves345
-
everyoneloves345
- Member since: Jul. 25, 2006
- Offline.
-
- Forum Stats
- Member
- Level 05
- Blank Slate
At 6/2/08 12:39 PM, elbekko wrote: Especially since VB has a webbrowser control that just invokes IE. Not that you can call that a webbrowser.
Same as in Borland Delphi.
Making a webbrowser handwritten is something else than just dropping a controller/component on a form.

