473,595 Members | 2,474 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to creat a web browser

now i have problem i.e how 2 creat a web browser ?

can any1 help me on this
which languge i need 2 know what other things i need 2 know to make a
web browser ?

plz. help

Nov 14 '05 #1
18 2222
On 17 May 2005 19:03:14 -0700, bl************* **@yahoo.com wrote in
comp.lang.c:
now i have problem i.e how 2 creat a web browser ?
You can't make a web browser with standard C, since the language does
not have any built-in networking support. So the question is
off-topic here.
can any1 help me on this
which languge i need 2 know what other things i need 2 know to make a
web browser ?

plz. help


Programming languages require very precise input. If you can't use
proper spelling, capitalization, and punctuation in English, how can
you possibly hope to write programs?

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.l earn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Nov 14 '05 #2

"Programmin g languages require very precise input. If you can't use
proper spelling, capitalization, and punctuation in English, how can
you possibly hope to write programs?" ?????

That was --while true-- a harsh gesture. As it is off-topic too! Last
time I checked standard C it didn't include "written language critique"

Nov 14 '05 #3
On 17 May 2005 19:03:14 -0700, bl************* **@yahoo.com wrote:
now i have problem i.e how 2 creat a web browser ?

can any1 help me on this
which languge i need 2 know what other things i need 2 know to make a
web browser ?

plz. help


The first language you need is English. Then you can find an
appropriate newsgroup to post in. This is not it.

--
Al Balmer
Balmer Consulting
re************* ***********@att .net
Nov 14 '05 #4
In article <11************ *********@g14g2 000cwa.googlegr oups.com>,
<bl************ ***@yahoo.com> wrote:
now i have problem i.e how 2 creat a web browser ?

can any1 help me on this
which languge i need 2 know what other things i need 2 know to make a
web browser ?


You can download the source code for firefox and see how they did it:

http://www.mozilla.org/download-mozilla.html

You may find the complexity intimidating, but if you want to write
anything more than a toylike browser, you'll need to come to grips with
the reality of the situation. In fact, it might be just as rewarding to
contribute to their project rather than trying to go it alone.

Good luck, and just because you don't write perfectly standard English
at all times doesn't mean you can't handle programming. I've met
and worked with a few borderline dyslexic programmers who were top-notch.
I was glad to fix their occasional spelling mistakes or poor word choice
for them so that they could concentrate on developing cool software.
Nov 14 '05 #5
Alan Balmer wrote:
On 17 May 2005 19:03:14 -0700, bl************* **@yahoo.com wrote:

now i have problem i.e how 2 creat a web browser ?

can any1 help me on this
which languge i need 2 know what other things i need 2 know to make a
web browser ?

plz. help

The first language you need is English. Then you can find an
appropriate newsgroup to post in. This is not it.


To translate... What these people are saying is that generally, one
needs to learn to crawl before they learn to walk.

Writting a web browser is generally considered to be one of the hardest
things to write, and I know of no project that was started from scratch
in this decade.
The newest project I know of that attempts just this is Dillo (And it
happens to be extremely fast and written in C), however even they appear
to use an existing, although very old and small renderer as a basis
(From what I can see).
Dillo has alot of problems, however, as the simple fact of the matter
is that very few websites are correctly written, and the primary job of
a modern web browser is to be able to render acceptably websites that
may not be "correct". Slashdot is one particularly nasty website for
Dillo, for instance.
Nov 14 '05 #6
> Programming languages require very precise input. If you can't use
proper spelling, capitalization, and punctuation in English, how can
you possibly hope to write programs?


Apropos, I recently had a co-worker; a programmer, who was a dyslectic.
Because of that, he had to double-check and sometimes triple-check his
writings. When verifying the code, he more than occasionally discovered bugs
and optimization-opportunities. His code never contained error related to
variable-names.

--

Regards,
Ronny Mandal
Nov 14 '05 #7
<bl************ ***@yahoo.com> wrote

now i have problem i.e how 2 creat a web browser ?

can any1 help me on this
which languge i need 2 know what other things i need 2 know to make a
web browser ?

Do you want to create a web browser from scratch, or do you want to call
someone else's code so that you can incorporate a browser into your own
application?

Browsers are inherently graphical. Do you want to write the graphics
routines from scratch, or do you want to call someone else's library?

(You cannot do graphical output in ANSI C, and need a third party library
for window maagement and the like, but this will be the least of your
problems.)
Nov 14 '05 #8
Arafangion wrote:
Alan Balmer wrote:
bl************* **@yahoo.com wrote:
now i have problem i.e how 2 creat a web browser ?

can any1 help me on this
which languge i need 2 know what other things i need 2 know to
make a web browser ?


The first language you need is English. Then you can find an
appropriate newsgroup to post in. This is not it.


To translate... What these people are saying is that generally,
one needs to learn to crawl before they learn to walk.

Writting a web browser is generally considered to be one of the
hardest things to write, and I know of no project that was
started from scratch in this decade.

... snip ...

Besides which a request using silly abbreviations, lower case i, 2
in place of two, etc. is fundamentally offensive to the reader and
demonstrates ignorance, rather than a language barrier. The
conclusion may be wrong, but the subject is off-topic here anyhow.

--
"If you want to post a followup via groups.google.c om, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
Nov 14 '05 #9
On Thu, 19 May 2005 04:40:47 +1000, Arafangion
<Ar********@inv alid.email.addr ess.com> wrote:
Alan Balmer wrote:
On 17 May 2005 19:03:14 -0700, bl************* **@yahoo.com wrote:

now i have problem i.e how 2 creat a web browser ?

can any1 help me on this
which languge i need 2 know what other things i need 2 know to make a
web browser ?

plz. help

The first language you need is English. Then you can find an
appropriate newsgroup to post in. This is not it.


To translate... What these people are saying is that generally, one
needs to learn to crawl before they learn to walk.

I'm not surprised that you think the OP needs a translator, but what I
was saying was:

1. Leet speak may be appropriate when discoursing with other children
about favorite rock stars (translation:
l3E7 $p33|< ma% |3E aPPr0PR|A+E \/\/HEN disKu55][Ng |=4V0|2|tE
r0xxx0R 574|2$ W][tH 07]-[Er (H][1|)r3]\[

but it's not appropriate when discussing technical matters with
professionals, and sloppy language in general is a bad sign in a
would-be programmer.

2. How to create a web browser is not topical in this newsgroup.

--
Al Balmer
Balmer Consulting
re************* ***********@att .net
Nov 14 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
4714
by: Rock | last post by:
Hi, I want to create this.. A 2 col table with 3 rows down. In the 1st col I want three thumb size images, 1 in each row When an image is rolled on, the larger image shows up in col 2
3
1396
by: ironpythonster | last post by:
Hi everyone,there is a simply question puzzle me: Under the CPP,where can use the char* to creat a string class for use,but under the .NET Framework? How to use C# to creat a string class as the BCL suppert?? It can do this work? PS: I read from the code of SSCLI,It is found that when BCL implent the string ,it calll for an model of the runtime lib.
0
1159
by: dhanuka | last post by:
please i need u are help ! i would like to creat programe can not be affect in end task as we creat program in vb in that program can be remove through end task program so i need the program to creat can not be do any thing using end task funtion thank u dhanuka(basic vb user )
0
998
by: dhanuka | last post by:
plese!dhanuka@gmail.com i need your help i hop to creat artificial intaligon program dut i have not good in vb i want to creat programe but it is hase to be easy and can be undestand well need some help requester
1
2765
by: dhanuka | last post by:
hai i hop to creat a program in vb, it must be a registration form through the program we have to add some details for this program Ex - we have to add some persons details i can creat that part but i have no any idea about how that detail save and how it add for my program Ex - need to save all the detail and as we whish want to display it agin as the definition it has thes conditions 1.to save all the persons details 2.as we...
1
1050
by: yogesha | last post by:
i want to creat a control with dual buttons in C#.net. which can be used to move back or font as like in web browser. it should also contain a arrow button as in combobox to show the list. please help me to custom the combobox to add two button to it.. thanks in advance....
3
9563
akashazad
by: akashazad | last post by:
Hi guys in my application (VB6.0). I want to creat a folder in to which i want to creat a text file . so is there any one who can give me code for that . thankx in advance
0
980
by: Mark Rae [MVP] | last post by:
"George" <gvarelas@casinorio.grwrote in message news:2B7510D2-FC06-4252-8DF8-C97AB2497DF7@microsoft.com... You have no other choice - all the server can do is create markup and render it to the client. It is totally impossible for server-side code to interact directly with the client browser, for fairly obvious reasons. Comparisons with WinForms programming are pointless - the two environments
0
1443
by: Jason7899 | last post by:
hi, i use the crystal report for creat reports and print all that i want in vb or vb.net now i looking for a such like crystal report for use in php or html all data is retrieve from a mysql database. i have found something like crystal report working in java not javascript. but i unable to remember the name i know that tool is a free tool, anyway any one know something like that for creat and print reports? thanks a lot for your help...
0
7955
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7883
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8019
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5418
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3873
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3911
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2391
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1490
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1223
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.