Search found 21 matches
- Sat Apr 10, 2010 3:39 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Strange error message: "ng [filename.php]
- Replies: 6
- Views: 4335
[SOLVED] Strange error message: "ng [filename.php]
The easiest way to generate the error is to write some php code and use the preview feature or do a php syntax check. Neither WeBuilder nor other php tools had this problem before the WeBuilder upgrade. The fix was to install php.exe downloaded from your site. That version of PHP works with ...
- Sun Apr 04, 2010 7:12 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Strange error message: "ng [filename.php]
- Replies: 6
- Views: 4335
Re: Strange error message: "ng [filename.php]
That must be the default setting, because it was already ="On" and I haven't edited the file.
- Wed Mar 17, 2010 9:15 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Strange error message: "ng [filename.php]
- Replies: 6
- Views: 4335
Strange error message: "ng [filename.php]
WeBuilder 2010 xp-sp3 When I looked at my code this morning, I wondered what moron wrote it :D I re-wrote the code (after getting some much-needed sleep). So we can lay the blame for that part of the fiasco at my feet (and weary brain). Starting with a blank screen and blank mind got me code that ...
- Wed Mar 17, 2010 2:39 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Strange error message: "ng [filename.php]
- Replies: 6
- Views: 4335
Strange error message: "ng [filename.php]
Webuilder 2010 xp-sp3 See code below. In Webuilder, if I comment out the function and the loop, the syntax check shows "No syntax errors were found." If I enable either or both - function and loop - Webuilder syntax check throws " Ng panda.php " I'm running the script in a dos window. With or ...
- Mon Sep 28, 2009 9:31 pm
- Forum: Easy Button & Menu Maker Support
- Topic: [ Solved ] menu "wraps" unexpectedly
- Replies: 7
- Views: 7316
Re: menu "wraps" unexpectedly
Ah! The CSS!
When I removed the ID Selector for the <div id='menu-top' align="center">, the problem went away.
Thanks for your patience and help.
When I removed the ID Selector for the <div id='menu-top' align="center">, the problem went away.
Thanks for your patience and help.
- Sun Sep 27, 2009 9:37 pm
- Forum: Easy Button & Menu Maker Support
- Topic: [ Solved ] menu "wraps" unexpectedly
- Replies: 7
- Views: 7316
Re: menu "wraps" unexpectedly
From meo.css I removed all references to lists and list items. That didn't stop the wrapping. I've modified the project several different ways - including changing the order of the menu items - then saved the project and applied it to the website. None of those edits stopped the wrapping. The only ...
- Fri Sep 25, 2009 11:07 pm
- Forum: Easy Button & Menu Maker Support
- Topic: [ Solved ] menu "wraps" unexpectedly
- Replies: 7
- Views: 7316
Re: menu "wraps" unexpectedly
Correction: it's not fixed. I added another button to the beginning of the list. The I went through the process of saving the project and inserting the code. When I looked at the code, the last list item read <li>, not <li class="spaced_li">. So it's not the drugs I've been taking. The code, as ...
- Fri Sep 25, 2009 7:05 pm
- Forum: Easy Button & Menu Maker Support
- Topic: [ Solved ] menu "wraps" unexpectedly
- Replies: 7
- Views: 7316
Re: menu "wraps" unexpectedly
That fixed it. Thank you.
Easy Button & Menu Maker Rocks! You may quote me.
Easy Button & Menu Maker Rocks! You may quote me.
- Thu Sep 24, 2009 6:16 am
- Forum: Easy Button & Menu Maker Support
- Topic: [ Solved ] menu "wraps" unexpectedly
- Replies: 7
- Views: 7316
[ Solved ] menu "wraps" unexpectedly
Observe the menu on http://www.maryellenoconnor.com/docs/home.php The menu was built using easy button & menu maker. The code is embedded in http://www.maryellenoconnor.com/docs/menu_top.inc, which is included in http://www.maryellenoconnor.com/docs/home.php If you display http://www ...
- Sat Sep 20, 2008 8:44 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: css preview wb 9.1.0.98
- Replies: 8
- Views: 4808
Re: css preview wb 9.1.0.98
The solution turns out to be a setting in preferences: Options --> Preferences --> Preview --> Mappings --> Turn off "Use Folder Mappings When Displaying Preview" HTML previews with 'folder mappings' off or on PHP previews with 'folder mappings' off or on CSS previews with 'folder mappings' off, but ...
- Sat Sep 20, 2008 6:58 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: css preview wb 9.1.0.98
- Replies: 8
- Views: 4808
css preview wb 9.1.0.98
When I try to preview css, the preview window says: Navigation to the webpage was canceled If I refresh the screen, it says This program cannot display the webpage Most likely causes: You are not connected to the Internet. The website is encountering problems. There might be a typing error in the ...
- Fri Sep 12, 2008 5:08 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: WB 2008 - Publish To FTP Doesn't Work
- Replies: 8
- Views: 4333
Re: WB 2008 - Publish To FTP Doesn't Work
I thought I was going to have to up the meds. It's good to know that the problem is real. I eagerly await the update. Meanwhile, most of the other glitches in the earlier release are gone. Thanks for all you do to make life better for programmers.
- Wed Sep 10, 2008 7:15 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Sluggish behaviour in WeBuilder
- Replies: 46
- Views: 29573
Re: Sluggish behaviour in WeBuilder
I learned early on to use includes. My background in programming is C, C++, and Pascal - and BASIC (pre-visual basic). When I was still lucid, I even did some programming in Assembler (look it up). Suddenly I feel very old :wink: . The big advantages to PHP includes are modular code that is easy to ...
- Tue Sep 09, 2008 8:35 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Sluggish behaviour in WeBuilder
- Replies: 46
- Views: 29573
Re: Sluggish behaviour in WeBuilder
Would it help to take those mountains of text out of the page with the code and put that text into include files? For example, make each chapter one include file, and call one or more includes from a coded page. I really, really, really prefer to separate my code and content as much as possible ...
- Tue Sep 09, 2008 5:15 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: WeBuilder Code Preprocessor
- Replies: 20
- Views: 18211
Re: WeBuilder Code Preprocessor
If Microsoft had started the Windows interface with the menu options listed alphabetically, it would seem natural and intuitive to us all. Now most windows and linux gui programs use the MS conventions - for better or for worse - and we've all accepted the quirkiness therein. One suite of programs ...