On Thu, Nov 17, 2011 at 11:03 PM, John Robson <john.rob...@usp.br> wrote:

> 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).

Yes, you should not be, until the technology present is not performing
upto the mark or fulfilling the expectations.


>
> I'm interest in improve actual features and create new...
Thats a good idea.

> 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".

http://sourceforge.net/mailarchive/forum.php?thread_name=4E1B9FAB.5090906%40argyllcms.com&forum_name=witty-interest
Ok, got your point.



> 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.

If reinvented wheel can be much better than the old or present one,
only then I will go for that.
Other wise I agree with you that there is no use of reinventing the
same wheel again and again and one should think about moving further.


But may be most of the users can be only interested in using Wt to
make website or to solve their any problem they are facing, or
possibly they can't be at the development level of witty.


Thanks for quick response, Its quite helpful.



-- 
Parveen Arora
www.parveenarora.in
E-Mail: m...@parveenarora.in

------------------------------------------------------------------------------
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