Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I use the right tool(s) for the job. It all depends on the application and what I'm trying to accomplish.

The on over-riding requirement that I've always insisted on in any web application that I am involved in writing is that what the browser sees is as platform neutral as practical. I certainly eschew things like Front Page extensions, Java Applets, Active X and other outrages.

Main reason I put Java Applets into that group is because of the various issues I've stumbled across over the years dealing with JRE and JVM differences.

I'll use JavaScript where I have to but it is a PITA dealing with browser differences so I try and minimize its use to the basics.

CSS layout where possible/practical and again with as much browser neutrality as possible. In some cases in the past I've had to employ CSS hacks to deal with various bugs in browsers to get things to work evenly across browsers.

And I haven't really mentioned a particular language or preferred server platform. :-)


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

In reply to Re: When building web apps, I: by blue_cowdawg
in thread When building web apps, I: by mattk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-25 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found