Click here to get back home

Alternative to CMS Encore Pro and CityDesk using the power of Visual Web Developer

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Alternative to CMS Encore Pro and CityDesk using the power of Visual Web Developer truthwalker 03-18-2007
Posted by truthwalker on March 18, 2007, 8:26 pm
Please log in for more thread options


I am here to tell you all about ActiveConverter a alternative to other
desktop website publishing systems. By using the power of Visual Web
Developer ActiveConverter can convert a Visual Web Developer project
into static websites. This means you do not need to have ASP.NET on
your server.

This works by taking a snapshot of the Visual Web Developer project.
This is very useful for websites that only need to access the server
once loading of the page. You can use the content management system in
Visual Web Developer, grab data from the database, use Visual Basic or
C Sharp code to make your website more powerful. All this can be done
on your computer and then published to your website or what ever you
want.

To learn more and download the lite version for free, check out
http://www.activeconverter.com. Stop by the forums if you need any
help, would like to request a feature, or talk about the weather.

System Requirements:
Visual Web Developer Express or Studio 2005
.Net Framework 2.0 or higher

Pro version costs: 25 USD. Lite Version is free.


Posted by Andy Dingley on March 19, 2007, 7:31 am
Please log in for more thread options


On 19 Mar, 00:26, truthwal...@gmail.com wrote:

> ActiveConverter can convert a Visual Web Developer project
> into static websites. This means you do not need to have ASP.NET on
> your server.

Obviously this is impossible, for at least a significant number of non-
static websites.

> This works by taking a snapshot of the Visual Web Developer project.

Snapshot. What if the website is at all dynamic? You might well
snapshot a read-only catalogue from a database, but what about an
updateable blog?


> This is very useful for websites that only need to access the server
> once loading of the page.

Are these still an interesting fraction of websites?

What you offer is an interesting and useful feature. You over-play it
somewhat (it's just not useful to a great many sites) and yet you've
chosen to limit it unneccessarily to ASP.NET sites. If it's a "Flatten
my dynamic responses to a static snapshot and manage the URL mapping"
tool, then there's no reason it even needs to know what teh back-end
implementation is, let alone limit itself to it.


> would like to request a feature,

I'd like it to not output such badly broken markup as your own site
uses. That's a big loss of credibility for a web-tools vendor.


Posted by truthwalker on March 20, 2007, 12:20 am
Please log in for more thread options


> On 19 Mar, 00:26, truthwal...@gmail.com wrote:
>
> >ActiveConvertercan convert a Visual Web Developer project
> > into static websites. This means you do not need to have ASP.NET on
> > your server.
>
> Obviously this is impossible, for at least a significant number of non-
> static websites.

Yes, I know that is impossible if your website needs to be dynamic,
thus the reason I said static.
Not sure what your point is. I see many websites out there that are
static. So I know there are at least
some people who would like this feature instead of having to manually
maintain the website look and feel
and other things. While still having a static website.

> Snapshot. What if the website is at all dynamic? You might well
> snapshot a read-only catalogue from a database, but what about an
> updateable blog?
Yes, a blog would be out of the question, you seem to be specifically
mentioning websites that
this product would not work with.

> Are these still an interesting fraction of websites?
Please explain this sentence, I do not understand it.
>
> What you offer is an interesting and useful feature. You over-play it
> somewhat (it's just not useful to a great many sites) and yet you've
> chosen to limit it unnecessarily to ASP.NET sites. If it's a "Flatten
> my dynamic responses to a static snapshot and manage the URL mapping"
> tool, then there's no reason it even needs to know what the back-end
> implementation is, let alone limit itself to it.
Remember that this requires Visual Web Developer. Visual Web Developer
is doing
all the work with your website. ActiveConverter only converts it into
static html so you
can upload it to your server.

> I'd like it to not output such badly broken markup as your own site
> uses. That's a big loss of credibility for a web-tools vendor.

You can always run HTML Tidy or some other html clean up program after
converting.
This is easy to do after the whole project or each page in it, in the
ActiveConverter program.

I admit there are a few things I would like to fix up in the markup of
my site, if there is a main
problem in the markup, please let me know so I can fix it.

What I want to know is have you tried the product's lite version
before commenting? If not
I would like to encourage you to try ActiveConverter. Direct download
link: http://www.activeconverter.com/files/setup.exe

Thank you for responding to my post.


Posted by Andy Dingley on March 20, 2007, 10:34 am
Please log in for more thread options


On 20 Mar, 04:20, truthwal...@gmail.com wrote:

> > >ActiveConvertercan convert a Visual Web Developer project
> > > into static websites. This means you do not need to have ASP.NET on
> > > your server.
>
> > Obviously this is impossible, for at least a significant number of non-
> > static websites.
>
> Yes, I know that is impossible if your website needs to be dynamic,
> thus the reason I said static.

You said "convert to static", not "convert from static".

There are 3 sorts of website, for our purposes here:

#1 Entirely static sites built from static HTML.

#2 Static sites generated dynamically from a read-only database.
These are sites that can correctly use HTTP GET throughout, according
to the usual rules on HTTP GET action vs. HTTP POST.

#3 Dynamic interactive sites that change according to user
interaction, passage of time or external inputs (newsfeeeds etc.)

Your product converts type #2 sites to type #1. This is a useful task,
I've done it myself many times. #1 doesn't need your product. #3
can't use it.

Your original postings were far from clear that the product couldn't
be used for a #3 site.

These days there are increasingly fewer #2 sites. #1 is still popular,
but for "serious" sites, #3 is replacing #2 as more and more non-core
features are added. These could be as simple as targetted (server-
side) ad serving.

What I still fail to understand is why you limit the product to
ASP.NET sites. It uses Visual Web Developer (but not at run-time) and
the final hosting is presumably static HTML alone. You don't specify
any dependencies on particular web servers.

If the original site is accessed via HTTP, then there's no reason at
all why the conversion tool should even _know_ if it ran on ASP.NET or
mod_perl etc., let alone care. Does this tool parse the source
instead?

Incidentally, making a tool like this is one of the few good reasons
to output your site as XHTML rather than HTML. It makes it very easy
to do.

> You can always run HTML Tidy or some other html clean up program after
> converting.

Now _that's_ an admission of failure, if ever I heard!





Posted by truthwalker on March 21, 2007, 1:35 am
Please log in for more thread options



> You said "convert to static", not "convert from static".

Well since ActiveConverter converts Visual Web Developer projects. And
there almost always is something dynamic in Visual Web Developer
projects. For example if you want to make it easier to change your
website's look you can use Master files (also known as templates)
which means if you change a Master file, the pages that use the Master
file will update themselves automatically. So I hope that it makes
sense to say it converts to static.

> There are 3 sorts of website, for our purposes here:
>
> #1 Entirely static sites built from static HTML.
>
> #2 Static sites generated dynamically from a read-only database.
> These are sites that can correctly use HTTP GET throughout, according
> to the usual rules on HTTP GET action vs. HTTP POST.
>
> #3 Dynamic interactive sites that change according to user
> interaction, passage of time or external inputs (newsfeeeds etc.)
>
> Your product converts type #2 sites to type #1. This is a useful task,
> I've done it myself many times. #1 doesn't need your product. #3
> can't use it.
>
> Your original postings were far from clear that the product couldn't
> be used for a #3 site.
>
> These days there are increasingly fewer #2 sites. #1 is still popular,
> but for "serious" sites, #3 is replacing #2 as more and more non-core
> features are added. These could be as simple as targetted (server-
> side) ad serving.
>
> What I still fail to understand is why you limit the product to
> ASP.NET sites. It uses Visual Web Developer (but not at run-time) and
> the final hosting is presumably static HTML alone. You don't specify
> any dependencies on particular web servers.

Are you asking why create a product that only works for a small part
of the web that create #2 websites? Well people who create #2 websites
do exist and the point of this product is to make those people's lives
easier. I do not see anything wrong with that, do you?

>From experince I know that updating and maintaining a purely static
website can very annoying and tedious if trying to maintain or update
the look to pages already created. This was one of the reasons
ActiveConverter was created.

Plus if you wanted to create a #3 website in Visual Web Developer with
a server that supported ASP.NET you could with ActiveConverter be able
to let your visitors download a part of your website for offline
viewing. For example a book or a tutorial.

> If the original site is accessed via HTTP, then there's no reason at
> all why the conversion tool should even _know_ if it ran on ASP.NET or
> mod_perl etc., let alone care. Does this tool parse the source
> instead?

ActiveConverter uses the engine like the one that ASP.NET uses to
convert Visual Web Developer projects. It is like if you were to go to
a website that uses ASP.NET and save the source code of that page that
you see in your web browser then later download the images, styles,
etc from the webpage. Aftr getting the source, images, styles, etc
combine all of it to create the webpage that you could then upload to
your server and not need ASP.NET. Now of course there would be some
limitations if the website needed server side scripting more then once
but there are many things that you can use in Visual Web Developer
that do not. Hope that explains the process better, if not let me
know.

> Incidentally, making a tool like this is one of the few good reasons
> to output your site as XHTML rather than HTML. It makes it very easy
> to do.

Whole point of ActiveConverter is making life easier when trying to
maintain a static website through Visual Web Developer.

>
> > You can always run HTML Tidy or some other html clean up program after
> > converting.
>
> Now _that's_ an admission of failure, if ever I heard!

My website is maintained and updated with Visual Web Developer and
ActiveConverter. I have not used any program like HTML Tidy on my
website. Since you keep talking about major flaws in my website would
you kindly tell me specifically about them so I can attempt to fix
them?

Thanks again for responding to my posts.


Similar ThreadsPosted
Alternative to CMS Encore Pro and CityDesk using the power of Visual Web Developer March 18, 2007, 8:25 pm
Web Developer Wanted February 28, 2008, 1:12 pm
Need recommendation for VISUAL (!) HTML-Editor ? May 29, 2006, 6:37 am
Mozilla Foundation Co-Hosts Europe's Leading XML and Web Developer Conference May 13, 2005, 1:24 pm
AjaxToday.com (AJAX DHTML CSS Javascript HTML developer community) Launched! March 23, 2006, 7:08 pm
ANNOUNCE: Altova DiffDog 2005 - the dedicated differencing utility for developers and power users January 18, 2005, 10:52 am
Alternative to Frames November 17, 2004, 8:19 pm
Alternative to TSEP October 1, 2006, 10:46 pm
Alternative to WebRing? October 11, 2006, 6:41 am
Alternative methods to IMG May 9, 2007, 5:15 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap