HTMLPad2006 SSI Support

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.

  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".

Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!

HTMLPad2006 SSI Support

Postby websquad » Thu Jul 20, 2006 5:06 am

The number one feature I'd like to see added to HTMLPad2006 is support for Server Side Includes. I really do not want to install a local web server on my desktop, so that is no solution for me.

I use HTMLPad only for creating a master template for a new web site, because with native SSI support, I have to include all the code as inline code. HTML pad is able to resolve Flash references; it seems to me it wouldn't be too hard to resolve INCLUDE references in a properly coded SSI setting.

The lack of SSI support is what keeps me from using HTMLPad for daily maintenence activity, and thus requires me to use a basic (NoteTabPro) ASCII editor.
User avatar
websquad
 
Posts: 23
Joined: Sat Dec 17, 2005 6:30 pm

Postby websquad » Sat Mar 17, 2007 1:12 am

I never received a response to my original query. I believe that HTMLPad (and perhaps the other products, although I'm not familiar with them) would be greatly enhanced if common code could be included, for purposes of rendering a page in the development environment, by use the include statement that is used on SSI sites:

<!--#include virtual="/LogoBar.html" -->

Am I alone in wanting this? I would rather not have to install a desktop server to get this capability.

Comments ??
User avatar
websquad
 
Posts: 23
Joined: Sat Dec 17, 2005 6:30 pm

Postby MikeyB » Mon Mar 19, 2007 10:16 am

Hi websquad,

Personally I don't think it would be a very good idea to have HTMLPad / Rapid CSS / Rapid PHP / WeBuilder handle SSI.

I would imagine the it would involve somehow including a web server into the program so it can do the rendering.
This would make them bloated, and slower, and Karlis has recently mentioned he wants to keep them as slick & fast as possible.

If you have Windows 2000/XP Pro (and I'm sure the non-home versions of Vista) they come with IIS included, so you don't have to download & install a seperate web server.
User avatar
MikeyB
Top Contributor
 
Posts: 511
Joined: Fri Jun 09, 2006 10:38 am
Location: UK

Postby syrupcore » Tue Apr 03, 2007 8:51 pm

there like 10 one-click apache/php/mysql programs out there now. seriously, it takes no work to get a webserver runing locally these days. I use the one from instant rails. takes 4 seconds to start up.

I think for installation, I double clicked an exe and told it where to install to and what folder to use as my 'web root' which is the folder with all my projects in it. 2 minutes or something.



edit: looks like webuilder v8 will include a webserver after all.
User avatar
syrupcore
Top Contributor
 
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa

Postby websquad » Wed Apr 04, 2007 5:41 am

syrupcore wrote: ... I double clicked an exe and told it where to install to and what folder to use as my 'web root' which is the folder with all my projects in it. 2 minutes or something.


Wow, a BIG download ... takes 1.6GB of disk space after unzip, installation, and the zip file deleted! I had a free partition, so I copied the zipped file to it, uncompressed it, and ran InstantRails.exe. After I configured it, it had an application "InstantRails" executing, and that app indicates that Apache has started. The installation created a directory "InstantRails" with 11 subdirectories:
apache
config-files
help
mysql
php
phpmyadmin
rails_apps
ruby
safe
tmp
www

Where do you put your web pages? In subdirectories in the apache folder, such as i:\InstantRails\apache\WebSite1\index.shtml ?? Or, since the Server Root is specified in the httpd.config file as ServerRoot "${path}/apache", should the web pages in a folder in the InstantRails folder, such as

i:\InstantRails\WebSite1\index.shtml ??

I would like to include in my SHTML file an include statement such as
<!--#include virtual="/header.html" -->
whereby header.html is in the WebSite1 folder.

Am I on the right track?
User avatar
websquad
 
Posts: 23
Joined: Sat Dec 17, 2005 6:30 pm

Now I Have Apache ... What's Next ??

Postby websquad » Thu Apr 05, 2007 3:32 am

I couldn't get any input on where I should install the web pages for Instant Rails to resolve SSI Includes. Someone suggested Xampp distribution of Apache, so I downloaded it and, with the help of their FAQ page, got it to working OK.

I then loaded a test project in the /xampp/htdocs/ subdirectory, and I had no problem with FireFox and MSIE 6 displaying some test "include" text.

That's the good news.

The bad news is that I can't get HTMLPad2006 to properly display that same web page's included text.

Any ideas ??

I'll post this issue on the "Support" forum, since it is my understanding HTMLPad should have this capability.
User avatar
websquad
 
Posts: 23
Joined: Sat Dec 17, 2005 6:30 pm

Postby syrupcore » Fri Apr 06, 2007 8:57 pm

sorry I missed your question websquad. glad you got xampp almost working. :)
User avatar
syrupcore
Top Contributor
 
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa

Postby websquad » Fri Apr 06, 2007 10:19 pm

syrupcore wrote:sorry I missed your question websquad. glad you got xampp almost working.
The operative word is almost: the Server Side Includes are not resolving in HTMLPad, but are in MSIE and FireFox. Since this is a feature that ought to be working now that Apache is functional on my system, I've moved the post to the Support forum:
http://forums.blumentals.net/viewtopic.php?t=2149
User avatar
websquad
 
Posts: 23
Joined: Sat Dec 17, 2005 6:30 pm

Postby syrupcore » Sat Apr 07, 2007 12:06 am

i saw it there, yes. I don't use webuilder's internal preview so I have no help to offer. :(
User avatar
syrupcore
Top Contributor
 
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa

Postby chrisjlocke » Sat Apr 07, 2007 9:15 am

I haven't looked into it yet, but you might have to tell Apache to accept server side includes. Also, you *may* have to use .shtml files.

http://httpd.apache.org/docs/1.3/howto/ ... opermitssi

As I said, I haven't looked into it yet fully...


A short dirty workaround is to use php. Of course, this means changing your page to a .php page though... :-(
User avatar
chrisjlocke
Top Contributor
 
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK

Postby websquad » Sat Apr 07, 2007 2:38 pm

chrisjlocke wrote:I haven't looked into it yet, but you might have to tell Apache to accept server side includes. Also, you *may* have to use .shtml files.
As I said, I haven't looked into it yet fully...
A short dirty workaround is to use php. Of course, this means changing your page to a .php page though... :-(

(1) The Apache version I have came with SSI's installed. As previously mentioned, SSI's work fine locally as long as I view them with MSIE or FireFox; the only problem is with HTMLPad 2006. And an early step was to convert the files to .shtml (although there are patches you can supply to Apache to preclude the need for that ... I chose to not apply them).

(2) The site where I need this the most has almost 500 pages: .php is out of the question ... it may be in the future in a CMS setting, but not this year.
User avatar
websquad
 
Posts: 23
Joined: Sat Dec 17, 2005 6:30 pm

Postby syrupcore » Sun Apr 08, 2007 8:35 pm

why is php out of the question? an include statement in php is essentially the same as an ssi. I think most of the internerd has gone that route.
User avatar
syrupcore
Top Contributor
 
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa

Too many pages to change .....

Postby websquad » Sun Apr 08, 2007 10:06 pm

My church web site has about 450-475 pages ... too many to change! Besides, I was lead to believe that HTMLPad would support Server Side Includes so long as I had Apache installed .... I've installed it, and I still can't get HTMLPad to resolve the SSI's ...
User avatar
websquad
 
Posts: 23
Joined: Sat Dec 17, 2005 6:30 pm

Postby Karlis » Sat May 12, 2007 1:14 pm

Not sure, but there is a possibility that this could be done with the new high-speed built-in webserver. Will check.

The question is: Does anybody else needs this?
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
Karlis
Site Admin
 
Posts: 3601
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe


Return to HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests

Who is online

Users browsing this forum: No registered users and 28 guests

cron