Hello Kemiclyimbalncd ~
I'll start with your second question ... "why can't I view their
source code?" ...
Their source code is perfectly visible, it's just moved quite a way
down the page, so if you click on "view source" in your browser, all
you see for your first screenful is a blank screen. Use your scrollbar
and scroll down, you'll see the source code there.
So far as the 'technologies' used to build their website, I find the
following:
1. HTML (contained in tables for structure) -
I find no DOCTYPE Declaration, so the version of HTML they are using
is indeterminate. Since the page displays approximately the same in
half a dozen different browsers, an educated guess would be they used
HTML 4.01 transitional.
- Doctype information -
http://www.htmlhelp.com/tools/validator/doctype.html
2. Cascading style sheets (CSS)
3. Javascript (for mouseover graphics)
4. The clip on how Spam Arrest Works was done using Macromedia Flash
5
Spam Arrest does not divulge the technology for its product, but the
way it works would suggest a simple permission-based database product
that the user "educates" by permitting certain emails to come through
and blocks the rest. If the sender isn't on your list of "approved"
senders, Spam Arrest uses a verification process of asking the sender
to verify. If it isn't verified, it is held in a special "folder" for
the recipient to either reject or accept.
Regards,
Serenata |
Request for Answer Clarification by
kemiclyimbalncd-ga
on
29 Apr 2003 13:01 PDT
You were right about how to view the source code. But one thing still
concerns me, because I am interested in building a similar website.
This is what the owner told me: [With regard to the technologies used
to creats Spam Arrest, it is primarily in-house developed code with
some 3rd party libraries, all written in java and running on linux.
OUr web server is resin and our mail servers are communigate pro.]
Also, one web programmers told me the ideal technologies to use would
be PHP, C#, MySQL. While another said to use ASP and MySQL. I am
looking for the best technologies to use since I want this website
that I will build to load fast and be extremely stable.
|