473,387 Members | 1,542 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Seeking a special component.....

jim
I'd like to build my own drag and drop web page editor. Are there any
components out there that already handle CSS, PHP, XHTML and Javascript
validation?

And, are there any components that would make the drag and drop canvas any
easier to code?

Thx!
Jun 27 '08 #1
6 1024
Look at AJAX yet?

"jim" <ji*@home.netwrote in message
news:at******************@bignews3.bellsouth.net.. .
I'd like to build my own drag and drop web page editor. Are there any
components out there that already handle CSS, PHP, XHTML and Javascript
validation?

And, are there any components that would make the drag and drop canvas any
easier to code?

Thx!
Jun 27 '08 #2
jim
Are you referring to the web technology or the nitobi AJAX GUI collection?

In either case, they are not applicable for my application. I would like
for this to be a desktop application.

Thank you for your reply.

"clintonG" <no****@nowhere.comwrote in message
news:uH**************@TK2MSFTNGP06.phx.gbl...
Look at AJAX yet?

"jim" <ji*@home.netwrote in message
news:at******************@bignews3.bellsouth.net.. .
>I'd like to build my own drag and drop web page editor. Are there any
components out there that already handle CSS, PHP, XHTML and Javascript
validation?

And, are there any components that would make the drag and drop canvas
any easier to code?

Thx!

Jun 27 '08 #3
Hi Jim,

Its called the WebBrowser control. Have a look at the Classname of your HTML
canvass in VS using Spy++.

Regards.
"jim" <ji*@home.netwrote in message
news:at******************@bignews3.bellsouth.net.. .
I'd like to build my own drag and drop web page editor. Are there any
components out there that already handle CSS, PHP, XHTML and Javascript
validation?

And, are there any components that would make the drag and drop canvas any
easier to code?

Thx!

Jun 27 '08 #4
Hi Jim,

http://www.obout.com

Regards.
"jim" <ji*@home.netwrote in message
news:at******************@bignews3.bellsouth.net.. .
I'd like to build my own drag and drop web page editor. Are there any
components out there that already handle CSS, PHP, XHTML and Javascript
validation?

And, are there any components that would make the drag and drop canvas any
easier to code?

Thx!

Jun 27 '08 #5
jim
OK....maybe I didn't explain this properly.

Ever seen Dreamweaver? I want to code my own basic version of Dreamweaver.

That entails CSS, PHP, XHTML and Javascript validation and even
auto-complete (which I did fail to mention in my op as a need - sorry).

An example of using the IE or Mozilla activeX control to code a web page
building application would be great - if anyone has seen such a beast in the
wild.

The reason for the application is to give back to a cms community and make
the building of UIs for the cms community easier by having a tool designed
specifically for integration with the cms.

This tool is not to be construed as a competitor to Dreamweaver or any other
web editor. It is to be a single purpose tool to design front ends for a
specific cms. Where you now need several tools and a lot of hand coding to
get the front ends right for this cms, I'd like to make more of a drag and
drop tool that at least makes the core building of the cms/php scripts
needed to interface with the cms' back end a simple drag and drop operation.

This should make customizing the cms' visual styles much much easier than it
currently is - especially for beginners.

The biggest thing will be the ability to drag, drop, resize and change the
attributes of divs that have specific names assigned to them that the cms
expects to see. It's like using div building blocks to drag and drop a
visual front end for the cms.

It seems like a pretty simple concept. But, I also need to be able to allow
the end user to do a little hand coding if they wish, which requires some
way to validate and auto-complete CSS, XHTML, PHP and JAVASCRIPT on-the-fly.
This is the biggest part of the puzzle (to me anyway) because hand-writing a
component to validate and auto-complete even one of these web technologies
would be a HUGE undertaking (taking vast amounts of time and research).

Thanks for your replies.


"rob^_^" <ie**********@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi Jim,

Its called the WebBrowser control. Have a look at the Classname of your
HTML canvass in VS using Spy++.

Regards.
"jim" <ji*@home.netwrote in message
news:at******************@bignews3.bellsouth.net.. .
>I'd like to build my own drag and drop web page editor. Are there any
components out there that already handle CSS, PHP, XHTML and Javascript
validation?

And, are there any components that would make the drag and drop canvas
any easier to code?

Thx!


Jun 27 '08 #6
Depending on your needs, you could also consider using IDE extensibility.

For example http://msdn.microsoft.com/en-us/vsx/bb933751.aspx (Visual Studio
Shell, it has a stand alone mode allowing to run a custom version of VS side
by side). Or Eclipse is based on plug-ins AFAIK...

--
Patrice

"jim" <ji*@home.neta écrit dans le message de groupe de discussion :
eJ******************@bignews8.bellsouth.net...
OK....maybe I didn't explain this properly.

Ever seen Dreamweaver? I want to code my own basic version of
Dreamweaver.

That entails CSS, PHP, XHTML and Javascript validation and even
auto-complete (which I did fail to mention in my op as a need - sorry).

An example of using the IE or Mozilla activeX control to code a web page
building application would be great - if anyone has seen such a beast in
the wild.

The reason for the application is to give back to a cms community and make
the building of UIs for the cms community easier by having a tool designed
specifically for integration with the cms.

This tool is not to be construed as a competitor to Dreamweaver or any
other web editor. It is to be a single purpose tool to design front ends
for a specific cms. Where you now need several tools and a lot of hand
coding to get the front ends right for this cms, I'd like to make more of
a drag and drop tool that at least makes the core building of the cms/php
scripts needed to interface with the cms' back end a simple drag and drop
operation.

This should make customizing the cms' visual styles much much easier than
it currently is - especially for beginners.

The biggest thing will be the ability to drag, drop, resize and change the
attributes of divs that have specific names assigned to them that the cms
expects to see. It's like using div building blocks to drag and drop a
visual front end for the cms.

It seems like a pretty simple concept. But, I also need to be able to
allow the end user to do a little hand coding if they wish, which requires
some way to validate and auto-complete CSS, XHTML, PHP and JAVASCRIPT
on-the-fly. This is the biggest part of the puzzle (to me anyway) because
hand-writing a component to validate and auto-complete even one of these
web technologies would be a HUGE undertaking (taking vast amounts of time
and research).

Thanks for your replies.


"rob^_^" <ie**********@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>Hi Jim,

Its called the WebBrowser control. Have a look at the Classname of your
HTML canvass in VS using Spy++.

Regards.
"jim" <ji*@home.netwrote in message
news:at******************@bignews3.bellsouth.net. ..
>>I'd like to build my own drag and drop web page editor. Are there any
components out there that already handle CSS, PHP, XHTML and Javascript
validation?

And, are there any components that would make the drag and drop canvas
any easier to code?

Thx!


Jun 27 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Richard Maher | last post by:
Hi, I am seeking the help of volunteers to test some software that I've developed which facilitates distributed two-phase commit transactions, encompassing any resource manager (e.g. SQL/Server...
24
by: Joseph Geretz | last post by:
Up to this point, our application has been using Windows File Sharing to transfer files to and from our application document repository. This approach does not lend itself toward a secure...
11
by: Jim | last post by:
Have you seen any NNTP classes that I may use or build upon to build a simple newsreader/downloader? Is there such a class in the .Net framework that I have overlooked? If not, inclusion of RFC...
8
by: david.lindsay.green | last post by:
Hello all, I am quite new a web scripting and making web pages in general and I have stumbled across a problem I have as yet been unable to solve. I am trying to take the contents of a textarea box...
6
by: jim | last post by:
I'd like to build my own drag and drop web page editor. Are there any components out there that already handle CSS, PHP, XHTML and Javascript validation? And, are there any components that...
6
by: jim | last post by:
I am seeking a .Net component that handles CSS, Javascript, HTML and PHP editing, validation and auto-completion (intellisense would be great). I have searched Google and componentsource but have...
1
by: SteveV | last post by:
I'm writing a Netflix Watch Now player application that will be used by special needs kids. The transport buttons need to be fairly large and their function more obvious than those used on the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.