- HTML5 is so powerful that you can do a lot of things.

- CSS3 enable you to modeling your site to as you wish.

- JavaScript (ajax) enable your site to fast interactions.

These 3 resources are essential to a professional WebSite.

Wt enable you to transform your Site in a complete and powerful
WebApplication offering Server and Browser features.

Wt main feature is easy enable C++ to Web/Internet jobs (so called
'Framework').

Other Wt features are: PostgreSQL easy communication and many JavaScript
(Ajax, jQuery, Ext JS) pre-developed implementations.


Now, I'm Not interest in Wt replacing HTML or CSS (using WGridLayout?!
I think not).

I'm interest in improve actual features and create new...  I think that
is important do Wt a COMPLETE WebFramework filling some lacks: VMime (to
send emails), cURL (for downloading files and URLs), etc...  I said
about this at 07/07 email subject "Boost Wt".

I would like to design a Web Site/Application using HTML5 + CSS3 and
Making it live with Wt !!!

But is important remember that YOU can create your own LIB, and create a
HTML wrapper.  See: http://www.w3schools.com/html5/

eg:
<video width="320" height="240" controls="controls">
<source src="movie.mp4" type="video/mp4" />

lib:
Wt::htmlVideo *vd = new Wt::htmlVideo(320,240,"controls");
vd->sourceAdd("movie.mp4", "video/mp4");
vd->sourceAdd("movie.ogg", "video/ogg");
vd->sourceAdd("movie.webm", "video/webm");

root()->addWidget(vd);

But...  if you dont want learn HTML or CSS, you must learn new Wt
classes...  I think that is reinvented the wheel!!! Total waste of time.


On 11/17/2011 01:00 PM, Parveen Arora wrote:
>> HTML + CSS with XMLs is the best solution.
> I don't think so it should be if one is using witty, because as per as
> my knowledge while using wt you do not need to learn any extra
> language which is also mentioned in the introduction of witty on its
> own website.
>
> So I have some doubt regarding this, that how using HTML +CSS with
> XMLs will be the best solution?
>
> Do you mean we should use witty with these or not, If yes then what is
> the role of witty and what are the core benefits of it.
> Can you please explain a bit more?


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to