Search found 11 matches

by BertrandH
Wed Sep 10, 2008 9:32 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP 2008: CSS Preview [solved]
Replies: 2
Views: 1829

Re: RapidPHP 2008: CSS Preview

Yes, it works.

I should have thought about the dropdown menu. Maybe, it can be added in the help file?

Thank you for your help.
by BertrandH
Tue Sep 09, 2008 6:21 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Built-in Web Server w/PHP
Replies: 23
Views: 17905

Re: Built-in Web Server w/PHP

I didn't try the PHP alternative.
:)

Anyway, EasyPHP can be useful for MySQL. :wink:
by BertrandH
Tue Sep 09, 2008 5:42 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Built-in Web Server w/PHP
Replies: 23
Views: 17905

Re: Built-in Web Server w/PHP

Hi Bill, Yes, I got it to work. EasyPHP has to be running in order the preview to work. Here is what you can do: 1) go to http://www.easyphp.org/ and download it (it's free) 2) install using the default settings (next all the time) 3) in RapidPHP/WeBuilder 2008, here are the required settings in ...
by BertrandH
Tue Sep 09, 2008 3:18 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Built-in Web Server w/PHP
Replies: 23
Views: 17905

Re: Built-in Web Server w/PHP

Hi,
I got RapidPHP 2008 and haven't found any integrated server (either PHP or SQL). Would like to know about it too...
Maybe, you can try EasyPHP, which has everything (Apache, PHP, and MySQL).
Bertrand
by BertrandH
Tue Sep 09, 2008 3:13 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP 2008: CSS Preview [solved]
Replies: 2
Views: 1829

RapidPHP 2008: CSS Preview [solved]

In the help file Editing style sheets > Previewing style sheets , it says: Style sheets can be previewed in two ways Based on automatically generated web page which generates content for each selector Based on any HTML document of your choice Style sheet preview mode can be selected using Preview ...
by BertrandH
Tue Sep 09, 2008 8:11 am
Forum: Web Developer Talk
Topic: Code snippets auto modification on several pages
Replies: 14
Views: 17436

Re: Code snippets auto modification on several pages

Thank you for the link. It is bookmarked now.

I have never done php, and want to learn it. That's why I am doing php pages now, but will come later.
by BertrandH
Mon Sep 08, 2008 10:39 pm
Forum: Web Developer Talk
Topic: Code snippets auto modification on several pages
Replies: 14
Views: 17436

Re: Code snippets auto modification on several pages

I have just purchased a copy of RapidPHP 2008. :wink: :P

The PHP idea is nice but I want to avoid server side coding. I don't need dynamic coding at the moment (it will come later).
by BertrandH
Mon Sep 08, 2008 10:19 am
Forum: Web Developer Talk
Topic: Code snippets auto modification on several pages
Replies: 14
Views: 17436

Re: Code snippets auto modification on several pages

Yes, and I have used F&R to do exactly what your example does, that is, to replace a three-way button bar with a four way one. It works very well and forgoes having to hand-code everything. (...) Hope this makes sense. @Cary While I have used Dreamweaver long enough to know it wasnt for me (or my ...
by BertrandH
Sun Sep 07, 2008 11:00 pm
Forum: Web Developer Talk
Topic: Code snippets auto modification on several pages
Replies: 14
Views: 17436

Re: Code snippets auto modification on several pages

Hi davenz and Cary, Thanks for your replies. Your master pages idea is closer to what I meant.... I understood library usage, only wanted to illustrate it didn't do what I was talking about. :wink: My idea was this: If I have a navigation bar styled with css. Each of my individual pages have list ...
by BertrandH
Sun Sep 07, 2008 8:42 pm
Forum: Web Developer Talk
Topic: Code snippets auto modification on several pages
Replies: 14
Views: 17436

Code snippets auto modification on several pages

Hi, I would like to be able to save a custom library for each project. Let's consider I have 300 pages with the same footer. If I decide to make a change in the footer, it seems I will have to change it manually on 300 pages, which is time-wasting. Some automation would be nice. It would really ease ...