[Klug-general] Interactive Websites

Karl Lattimer karl at qdh.org.uk
Thu Dec 14 16:47:19 GMT 2006


On Thu, 2006-12-14 at 04:55 +0000, Peter Childs wrote:
> Nope No wonder the web is cutting out normal people when its that
> complex, its a different language in a different format for every job.

No its a collection of technologies which each serve a purpose. 

> I'm fast heading towards believing that the entire internet needs
> redesigning from the ground up.

Are you going to redesign it? Just because you don't see how the
technology fits together.

> Some of the tasks can be completed in multiple different ways at
> different levels of the model.

Some are dictated by security, some by interactivity, some by usability.
A simple 2+2 could be done in javascript or php for instance, however
when that 2+2 is £2 + £2 for traveling expenses for instance, and the
user can change that their end, this isn't a great place to do that.

> I mean even if the had XML structured Css it would have helped but no
> its a complely different format.

For good reason

> I'm a developer thats fine but really I want to let others design and
> get the english and graphics correct with out having to worry about
> the technical asspects but currently this is impossible.

????????? ITS FREAKIN EASY!

> If I need to write some quick code to get somthing to work, then fine.
> but ideally I should be able to leave the design to somone else and
> just worry about the code.

So YOU do the HTML and someone else does the CSS CSS = design,
HTML,javascript,php = text and inputs, processing.

> Currently I need to get them to put there design on paper (yes good
> old fasioned paper) and then copy it using a minumum of 2 different
> complicated languages.

I think you've missed the point.

> Right enough flaming for 5am I'll go to work now


What you want is this;

HTML + CSS - output to the user
Javascript - interaction on the client side level
PHP - server side data and processing.

JPG, PNG and GIF are image files and are part of DESIGN.

If you can't get your head around the document object model, or the PHP
hypertext processor, and you consider yourself a developer I'd become a
designer. 

javascript and php are easy peasy, get a book on them and you'll
understand it.

K,

> Peter
> 
> On 07/12/06, Allen Brooker <allen.brooker at allenjb.me.uk> wrote:
> > Peter Childs wrote:
> > > Right Second post in ten minutes, its been rather quite so I thought
> > > this place needed some livening up. Unless your all positing on the
> > > wiki now and I can't be be bothered to look, I have wiki and forums..
> > > and that comes from someone using gmail......
> > >
> > > I need to create a interactive web site, Rather not give details its
> > > for work. Basically we have a large C++ Qt application and and want to
> > > transfer it or enhance it with an interactive website.
> > >
> > > Anyway I'm trying to work out what tools to use because I'm getting a
> > > bit lost.
> > >
> > > I mean the web just has too many bits.
> > >
> > > Php/Perl/Java/SSI (Pick one)
> > > Html
> > > Javascript (with all its ie/firefox/opera differences)
> > > CSS (Yes thats a 4th complely different language)
> > > AJAX (Which is really more of an idea than a langauge)
> > > GWT (Oh that encapsulates most of the above into java)
> > > JPEG
> > > PNG
> > > GIF
> > > ActiveX
> > > Flash
> > >
> > > Are you confused yet?
> > >
> > > I want to know where to start what to use.
> > >
> > > I've been looking at Dojo/Php/HTML/CSS but thats still 4 complete
> > > different langaues to learn which does not help. And I'm a programmer
> > > not a designer so I should be able to cope. But I don't know how a
> > > Designer with no programming skills would cope with the web currently.
> > >
> > > Please bring back the paper and pencil at least then you only had to
> > > chouse between type of pen/pencil and type of paper....
> > >
> > > Peter.
> > Hi Peter,
> >
> > You're going to need to use a number of different "languages" whatever
> > you do as each one serves a different purpose.
> >
> > HTML - This is a document markup language. It allows you to give
> > structure to what would otherwise be a plain text document.
> >
> > CSS - This is a style markup language. It allows you to determine how a
> > document should look on different mediums (in this case, notably the
> > screen and possibly print - there's also stuff going on for other
> > mediums such as speech at the moment. I'm not sure what stage they're at).
> >
> > JavaScript - This is a client-side scripting language that allows you to
> > do programmed actions on the client side. This tends to give a snappier
> > response than server side scripting, but at the cost of security (JS can
> > be interfered with / results changed before sending to server) and
> > reliability (JS may be disabled or features not implemented on the given
> > platform).
> >
> > PHP / Python / Perl / whatever - These are server-side scripting
> > languages that allow you to do programmed actions on the server.
> > Personally I recommend PHP because it's easy to pick up and is well
> > documented.
> >
> > Java / ActiveX - I wouldn't worry about these. Nobody really uses Java
> > stuff on the web these days (except maybe JSP on the server side - but
> > uptake is still very low compared to PHP). ActiveX is platform specific
> > and there's lots of issues revolving around security and permissions.
> >
> > Flash - Don't get me started. Just stay away =P
> >
> > JPEG / PNG / GIF - These are different image formats, each ideal for
> > different types of images (is it a photo, does it have large blocks of
> > colour, etc).
> >
> > Hope that helps
> >
> > Allen
> >
> > _______________________________________________
> > Kent mailing list
> > Kent at mailman.lug.org.uk
> > https://mailman.lug.org.uk/mailman/listinfo/kent
> >
> 
> _______________________________________________
> Kent mailing list
> Kent at mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/kent
> 





More information about the Kent mailing list