This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 坛子里哪位DX做过浏览器的? 我需要做一个"超简版"浏览器, 给点意见8~~
-taop(青衫薄履);
2003-6-27
(#1261334@0)
-
Code with browser control.It only take you half an hour to finish
-jasonlicn(粘纸照片);
2003-6-28
(#1261736@0)
-
忘了说了, 不能够用Control. :(
-taop(青衫薄履);
2003-6-30
(#1264350@0)
-
*bump*
-taop(青衫薄履);
2003-6-30
(#1264446@0)
-
你想要简到什么程度? 支持CSS? JAVSCRIPT?
-99999(老猫);
2003-6-30
(#1264511@0)
-
一概不用支持. 能支持到Table即可..
-taop(青衫薄履);
2003-6-30
(#1264519@0)
-
then its easy, do a simple html parser should be enough.
-agentkiller(key);
2003-6-30
(#1264521@0)
-
Source code? 谢谢~~
-taop(青衫薄履);
2003-6-30
(#1264526@0)
-
你可以试试砍MOZILLA的SOURCE CODE.
-99999(老猫);
2003-6-30
(#1264538@0)
-
MOZILLA实在太大, 把我需要的部分分出来太困难. 我的最终版本不得超过150KB (CE下)..
-taop(青衫薄履);
2003-6-30
(#1264549@0)
-
自己写个语法分析器。不过你打算怎么把结果显示出来?比如<table>, 你要画出来么?
-red7male(洪七公);
2003-6-30
(#1264555@0)
-
当然要画. 实际上写个PARSER还算简单, 主要是显示太累... :(
-taop(青衫薄履);
2003-6-30
(#1264560@0)
-
有难度啊,如果要考虑table上各种属性-背景啊,边框啊,字体啊-----很难写出一个和IE浏览结果一致的。再问一下,你打算用什么画?GDI, DirectX, 还是。。。
-red7male(洪七公);
2003-6-30
(#1264566@0)
-
恩.. 那些个属性一概不用考虑. 能把个PDF, WORD等文档转出来的HTML文件显示个八九不离十即可.. //用DirectX写BROWSER? 没想过...
-taop(青衫薄履);
2003-6-30
(#1264577@0)
-
没弄过,不过觉得有难度。另外问一句,CE不都带浏览器么,还写一个干什么。要不写个程序把CE的浏览器包一下?
-red7male(洪七公);
2003-6-30
(#1264589@0)
-
主要是空间问题. 我们的机器只有16/32MB. 把CE的浏览器磨块加进去需要至少2MB. 所以我们把Browser, shell什么的全删了...
-taop(青衫薄履);
2003-6-30
(#1264624@0)
-
我写了一个半生不熟的浏览器, 显示TABLE没问题. 你们公司要不要招人啊?
-99999(老猫);
2003-7-1
(#1265501@0)
-
刚看了一下公司的website, 还真有一个空缺(不过肯定不是干这个).. 你要是熟里面的东西又在Vancouver的话, 就发信给我8. 我把网址给你~~You are an experienced developer with excellent skills in Java, EJB, Servlets, HTML, XML, Oracle, SQL, PL/SQL, Windows, Internet application services and hosting as well as public data network interfaces.
-taop(青衫薄履);
2003-7-1
{204}
(#1265707@0)
-
you dont need to do that urselfusing VB, there already a mini browser component
using C++ builder or Delphi, you can find similer components there
using JAVA, swing could support basic HTML display
-sabotage(不会游泳的鱼);
2003-7-2
{169}
(#1266732@0)
-
#1264624
-taop(青衫薄履);
2003-7-2
(#1266923@0)
-
which language are you using? C++ SDK for ppc?
-gangs(网下倩女,网上幽魂);
2003-7-4
(#1270550@0)