Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ntb-html · The NoteTab and HTML List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 817
  • Category: General
  • Founded: Jun 17, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 7088 - 7117 of 7309   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#7088 From: "John Wallace" <johnta1@...>
Date: Wed Mar 7, 2012 11:57 am
Subject: RE: [NH] Re: Need help with path for PHP incude
johnta1
Send Email Send Email
 
Seems I also remember that some servers need to have an 'include' directory
where the includes are kept?


John Wallace
Pontiac Power Rules !!!
www.wallaceracing.com <http://www.wallaceracing.com/>



   _____

From: ntb-html@yahoogroups.com [mailto:ntb-html@yahoogroups.com] On Behalf Of
Mike Breiding - Morgantown WV
Sent: Tuesday, March 06, 2012 2:54 PM
To: ntb-html@yahoogroups.com
Cc: John Wallace
Subject: Re: [NH] Re: Need help with path for PHP incude




On 3/6/2012 12:20 PM, John Wallace wrote:
> OK, then use
http://epicroadtrips.us/2011/mtown2gv_nov_2011_p1/w1navigation.php in your
include path statement and not the server
> directory path?

Tried that. No go.
Thanks,
-Mike
=================

>
> <?php
include_once("<http://epicroadtrips.us/2011/mtown2gv_nov_2011_p1/w1navigation.ph\
p>
> http://epicroadtrips.us/2011/mtown2gv_nov_2011_p1/w1navigation.php"); ?>
>
> The include path you used may not be in your public html area?
>
> With PHP, we can't see what the actual file looks like, just what is
interpreted by the browser.
>
>
> John Wallace
> Pontiac Power Rules !!!
> www.wallaceracing.com<http://www.wallaceracing.com/>
>
>
>
> _____
>
> From: ntb-html@yahoogroups.com <mailto:ntb-html%40yahoogroups.com> 
[mailto:ntb-html@yahoogroups.com
<mailto:ntb-html%40yahoogroups.com> ] On Behalf Of Mike Breiding - Morgantown WV
> Sent: Tuesday, March 06, 2012 2:06 PM
> To: ntb-html@yahoogroups.com <mailto:ntb-html%40yahoogroups.com>
> Cc: hockeyreferee_2000
> Subject: Re: [NH] Re: Need help with path for PHP incude
>
>
>
>
> On 3/6/2012 11:45 AM, hockeyreferee_2000 wrote:
>> I think that what you want is:
>> <?php include_once("../2011/mtown2gv_nov_2011_p1/w1navigation.php"); ?>
>
> Still will not work.
> See: http://epicroadtrips.us/2011/az/fossil_creek/index1.php
>
> Source:
> <div id="navwrapper">
> <div id="navigation">
> Warning: include_once(../2011/mtown2gv_nov_2011_p1/w1navigation.php):
> failed to open stream: No such file or directory in
> /hsphere/local/home/mbreidin/epicroadtrips.us/2011/az/fossil_creek/index1.php
> on line 415
>
> Warning: include_once(): Failed opening
> '../2011/mtown2gv_nov_2011_p1/w1navigation.php' for inclusion
> (include_path='.:/hsphere/shared/apache/libexec/php5ext/php/') in
> /hsphere/local/home/mbreidin/epicroadtrips.us/2011/az/fossil_creek/index1.php
> on line 415
> </div>
> </div>
>
> Thanks,
> -Mike
> ================================
>
>>
>> --- In ntb-html@yahoogroups.com <mailto:ntb-html%40yahoogroups.com>
<mailto:ntb-html%40yahoogroups.com> , Mike Breiding -
Morgantown WV<mike@...> wrote:
>>>
>>> On 3/6/2012 10:52 AM, John Wallace wrote:
>>>> The same way you do the other links?>
>>>> a href = ' http://epicroadtrips.us/2011/az/fossil_creek/ '
>>>> Since you don't have a file name listing in the urls, it will open
'index.html' or 'index.php'
>>>> (or whatever the default is setup as)
>>>
>>> Hmmm...
>>> I am trying to have http://epicroadtrips.us/2011/az/fossil_creek/ refer
>>> to the menus here:
>>> http://epicroadtrips.us/2011/mtown2gv_nov_2011_p1/w1navigation.php
>>>
>>> -mb
>>> ============================
>>>>
>>>> John Wallace
>>>> Pontiac Power Rules !!!
>>>> www.wallaceracing.com<http://www.wallaceracing.com/>
>>>>
>>>> _____
>>>>
>>>> From: ntb-html@yahoogroups.com <mailto:ntb-html%40yahoogroups.com>
<mailto:ntb-html%40yahoogroups.com>
[mailto:ntb-html@yahoogroups.com <mailto:ntb-html%40yahoogroups.com>
> <mailto:ntb-html%40yahoogroups.com> ] On Behalf Of Mike Breiding - Morgantown
WV
>>>> Sent: Tuesday, March 06, 2012 12:34 PM
>>>> To: NTB HTML
>>>> Subject: [NH] Need help with path for PHP incude
>>>>
>>>>
>>>> Greetings,
>>>> I seem to have forgotten something very basic.
>>>>
>>>> I cannot seem to get the path correct for this:
>>>> I need http://epicroadtrips.us/2011/az/fossil_creek/ to use the PHP menu
>>>> from here:
>>>> http://epicroadtrips.us/2011/mtown2gv_nov_2011_p1/w1navigation.php
>>>>
>>>> How would the path be written to do that?
>>>> <?php include("path to PHP menu"); ?>
>>>>
>>>> I have tried and tried but I cant seem to get it.
>>>> Thanks,
>>>> -Mike
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Fookes Software: http://www.fookes.com/
> NoteTab website: http://www.notetab.com/
> NoteTab Discussion Lists: http://www.notetab.com/groups.php
>
> ***
> Yahoo! Groups Links
>
>
>
>
>





[Non-text portions of this message have been removed]

#7089 From: Mike Breiding - Morgantown WV <mike@...>
Date: Wed Mar 7, 2012 1:21 pm
Subject: Re: [NH] Re: Need help with path for PHP incude
mikebreiding
Send Email Send Email
 
On 3/7/2012 4:57 AM, John Wallace wrote:
> Seems I also remember that some servers need to have an 'include' directory
where the includes are kept?

I think this is just a user preference.
I put my includes wherever needed.

But, in this instance, poor planning caused a problem with my being able
to figure out how to access the files from another directory.

Thanks,
-Mike

#7090 From: Mike Breiding - Morgantown WV <mike@...>
Date: Wed Mar 7, 2012 1:23 pm
Subject: Re: [NH] Need help with path for PHP incude
mikebreiding
Send Email Send Email
 
Rudi,
Thanks for your elaboration and details below.
But, I admit it strained my pea sized brain!
-Mike
====================

On 3/6/2012 11:57 PM, rhorbas@... wrote:
> Mike Breiding wrote:
>> On 3/6/2012 5:01 PM, rhorbas@... wrote:
>>> Mike Breiding - Morgantown WV schrieb am 07.03.2012 00:54:
>>>> On 3/6/2012 4:42 PM, Rudolf Horbas wrote:
>>>>> <?php include $_SERVER['DOCUMENT_ROOT'] .
>>>>> '/2011/mtown2gv_nov_2011_p1/w1navigation.php'; ?>
>>>>> should do it.  HTH,  Rudi
>>
>>>> That did it!
>>> Great!
>>>
>>>> Have you any input on the use of a specific path:
>>>> http://epicroadtrips.us/2011/mtown2gv_nov_2011_p1/w1navigation.php
>>>
>>> What exactly do you mean?
>>
>> You answered that here:
>>
>>> Yes, you can. Not only will this fail in certain configs
>>> (allow_url_fopen, allow_url_include): There's no point using a slow http
>>> request via the network when the file is on the same disk.
>>> Use an absolute path instead, and prepend it with the server var
>>> DOCUMENT_ROOT:
>>>
>>> <?php
>>> include $_SERVER['DOCUMENT_ROOT'] .
>>>      '/2011/mtown2gv_nov_2011_p1/w1navigation.php';
>>> ?>
>
> That's basically the same -- I'm just elaborating on this specific
> method of inclusion, because it's rather failsafe.
>
> Inclusion of files via http is definitely slower and completely
> unnecessary here, because php is allowed to get the file via it's own
> disk system.
> Getting the file via http has other disadvantages: It's being processed
> by php first, so any *php* code in the file is not available to the
> files including it, unless it generates php code itself, which would be
> really awkward.
> In other contexts, where you don't have complete control over the
> included file's contents, it's even a dangerous idea: Any generated php
> code in the file is being executed in the server's context, so it would
> be easy to insert malicious code. That's why many server configurations
> will have disabled it by default.
>
> So in a nutshell:
>
> Never use this method, unless you have very specific reasons to do so.
>
> Relative paths ("../../path/to/include.php") will get you there, albeit
> it takes some experience to find the correct path.
>
> Absolute paths with the server's document root (that's where the files
> are stored that are accessible via a browser) as a variable will almost
> always work.
>
> Rudi
>
>
> ------------------------------------

#7091 From: Eric Fookes <egroups@...>
Date: Wed Mar 21, 2012 2:15 pm
Subject: Pre-release of NoteTab 7.0 available
eric_fookes
Send Email Send Email
 
Hi everyone,

I'm pleased to announce to you the availability of a pre-release version
of NoteTab 7.0 -- at last! :)

Here's a list of the main changes since version 6.2:

* Under Windows 32-bit with the /3GB option and Windows x64, NoteTab can
now allocate resources past the 2GB address limit when needed (up to 4 GB).

* Added support for wildcard searching in find/replace tools. This
feature is not available in NoteTab Light (unless you enable trial
mode). The following tokens are provided:

    * = matches 0 or more word characters. Example: "jo*" matches "JO",
"John", "Jody", "joint", "join_leave".

    # = matches 0 or more word characters, including HTML entity
characters. Example: "na#" matches "naïve", "naïve", and "naïve".

   ** = matches 0 or more characters and can span across words within a
line. Example: "click**link" matches "click link", "click on link",
"clicking on link", "Click on this link", but not "click on links".

    ? = matches exactly one word character. Example: "jo?" matches "Job"
and "jot", but not "JO", "John", "Jody", and "joint".

    ~ = matches 0 or one word characters. Example: "jo~" matches "JO",
"Job", and "jot", but not "John", "Jody", and "joint".

    & = matches exactly one word character or one HTML entity. Example:
"caf&" matches "café", "café", and "café".
Word characters include alphanumeric characters, all extended ANSI
characters, as well as "_".

To search with wildcard tokens, select the Wildcards option in the
Search drop-down list. Choose Standard for literal searching and
"Regular Exp." for searching with regular expressions.

The ^!Find and ^!Replace Clip commands also support wildcard searching.
Use "*" as an option parameter. The following example searches for words
that end in "tab":
^!FIND "*tab" C*

* Added new HTML-CSS and HTML-AutoReplace libraries and Clipbar, which
include support for HTML5 and CSS3. They replace the following outdated
files (note that these are not uninstalled by NoteTab):
HTML.clb
HTML-ar.clb
CSS1.clb
HTML-1.ctb
HTML-2.ctb
CSS1.ctb

* Added two new web page templates (Web page.tpl and Web page HTML5.tpl)
to replace the following outdated files (note that these are not
uninstalled by NoteTab):
HTML.tpl
CSS1.tpl

* Updated the regular expressions engine to the latest release, which is
based on PCRE 8.30.

* A confirmation dialog box is now displayed when the Close All menu
command is used.

* The Find and Replace dialog boxes now show search results in a balloon
(unless you are using Blind-User mode) instead of a message box. This
speeds up you work as you no longer need to click on the message box OK
button to close it.

* The "Search Disk.fvr" Favorites file created after a Search Disk
operation now removes the maximum limit of 65 files.

* Program file is now code signed to reduce the risk of anti-virus false
positives.

* Fixed printing issue whereby last page or pages failed to print.

* Fixed issue with "Save Directory" setting being ignored under the "Use
Default Directories" option.

* Fixed issue with "Disk Files" option in "Quick List" when "Show Full
Names" option is turned off.

* Fixed issue when pasting text with non-Windows line breaks into
NoteTab Pro.

* Partially fixed issue with disappearing Clip wizard labels under
Windows 7 (though the problem does reappear if you hit the Alt key).

* Fixed issue when comparing negative integer values in Clips.

* Fixed issue in ^$GetDate(Date Mask;+/-days)$ function when using the
"+/-days" parameter.

* Some other minor improvements and issues fixed.

* Updated documentation.


There are still a couple of features missing from the pre-release
copies. I'll save them as a surprise for later... <g>

The price for NoteTab Pro 7 will be increased to $39.95 (sorry about
that). The new pricing is necessary to make NoteTab financially viable
again. Registered users will benefit from a 50% upgrade discount.
Customers who purchased NoteTab this year will be entitled to a free
upgrade.

NoteTab Std will no longer be sold as a separate product, but will be
included with NoteTab Pro. However, it will be available for free as a
single product through TrialPay.

If you would like to try NoteTab 7 and provide feedback before the final
version is released, use the download links below:

NoteTab Light 7 (freeware)
http://www.notetab.com/ftp/NoteTab_Light_Setup.exe

NoteTab Pro 7 (30-day trial version)
http://www.notetab.com/ftp/NotePro_Trial_Setup.exe

You can safely install the trial version of NoteTab Pro 7 alongside your
paid version of NoteTab Pro 6. Just make sure you don't install it in
the same folder!

I do hope you will like this new release, even though the program
interface hasn't changed. A lot of work has gone into it, and as I said
earlier, there are still a couple of surprises to come...

I look forward to reading your comments and feedback.

--
Regards,

Eric Fookes
http://www.fookes.com/

#7092 From: Axel Berger <Axel-Berger@...>
Date: Wed Mar 21, 2012 2:43 pm
Subject: Re: [NH] Pre-release of NoteTab 7.0 available
absalom_nemini
Send Email Send Email
 
Eric Fookes wrote:
> Here's a list of the main changes since version 6.2:

I'm not going to denigrate the worthwhile additions but do want to list
what's missing:

1) I need to disable the terrible second guessing introduced with UTF-8.
I need to be able to tell NoteTab "treat all text as standard ANSI
encoded and editable unless explicitly told otherwise". Warnings are
fine, crippling me is not.
2) Flexible highlighting for e.g. LaTeX.
3) Scrolling the text window up and down by lines through a key
sequence. Waiting until the cursor reaches the top or bottom before
scrolling commences is a bore.

A very nice thing would be Regex capability with ^$StrReplace()$ as well
as with ^!Replace. Whenever I need both, Regex in the Find and functions
in the Replace, things tend to get rather complicated.

Axel

#7093 From: Eric Fookes <egroups@...>
Date: Wed Mar 21, 2012 3:53 pm
Subject: Re: [NH] Pre-release of NoteTab 7.0 available
eric_fookes
Send Email Send Email
 
Hi Axel,

Thanks for your speedy feedback. See my comments below...

> 1) I need to disable the terrible second guessing introduced with UTF-8.
> I need to be able to tell NoteTab "treat all text as standard ANSI
> encoded and editable unless explicitly told otherwise". Warnings are
> fine, crippling me is not.

You do realize that such an option is already available? For example, in
the Open File dialog box you select "UTF-8 (no conversion)" in the Code
Page field.

> 2) Flexible highlighting for e.g. LaTeX.

Customizable syntax highlighting is not going to be implemented in the
current editions of NoteTab because such a feature is not supported by
the input control. However, we do have such a feature in a completely
rewritten Unicode version of NoteTab that uses a different input
control. Unfortunately we've had to put its development on hold due to
funding issues.

> 3) Scrolling the text window up and down by lines through a key
> sequence. Waiting until the cursor reaches the top or bottom before
> scrolling commences is a bore.

I think most users do this through the mouse scroll wheel or using
PgUp/PgDown. We've received very few requests for a keyboard shortcut
over the years.

> A very nice thing would be Regex capability with ^$StrReplace()$ as well
> as with ^!Replace. Whenever I need both, Regex in the Find and functions
> in the Replace, things tend to get rather complicated.

That is already on the to-do list. Just haven't had time to implement it
as other features were a higher priority.

--
Regards,

Eric Fookes
http://www.fookes.com/

#7094 From: "John Shotsky" <jshotsky@...>
Date: Wed Mar 21, 2012 4:10 pm
Subject: RE: [NH] Pre-release of NoteTab 7.0 available
shotsky1
Send Email Send Email
 
As I installed Pro Trial on my Win7-64 computer, Norton antivirus blocked an
'stb' file. I can uninstall and reinstall,
if further testing is needed.

?Category: Resolved Security Risks
Date & Time,Risk,Activity,Status,Recommended Action,Path - Filename
3/21/2012 09:01,High,notepad.stb (Suspicious.MH690.A) detected by
Auto-Protect,Quarantined,Resolved - No Action
Required,c:\programs\notetabpro 7\notepad.stb


Category: Quarantine
Date & Time,Risk,Activity,Status,Recommended Action,Path - Filename
3/21/2012 09:01,High,notepad.stb (Suspicious.MH690.A) detected by
Auto-Protect,Quarantined,Resolved - No Action
Required,c:\programs\notetabpro 7\notepad.stb

If there is a different location at which to post these issues, please note it.
Regards,
John
RecipeTools Web Site:  <http://recipetools.gotdns.com/>
http://recipetools.gotdns.com/

From: ntb-html@yahoogroups.com [mailto:ntb-html@yahoogroups.com] On Behalf Of
Eric Fookes
Sent: Wednesday, March 21, 2012 07:15
To: notetab@yahoogroups.com; ntb-clips@yahoogroups.com; ntb-html@yahoogroups.com
Subject: [NH] Pre-release of NoteTab 7.0 available


Hi everyone,

I'm pleased to announce to you the availability of a pre-release version
of NoteTab 7.0 -- at last! :)

Here's a list of the main changes since version 6.2:

* Under Windows 32-bit with the /3GB option and Windows x64, NoteTab can
now allocate resources past the 2GB address limit when needed (up to 4 GB).

* Added support for wildcard searching in find/replace tools. This
feature is not available in NoteTab Light (unless you enable trial
mode). The following tokens are provided:

* = matches 0 or more word characters. Example: "jo*" matches "JO",
"John", "Jody", "joint", "join_leave".

# = matches 0 or more word characters, including HTML entity
characters. Example: "na#" matches "naïve", "naïve", and "naïve".

** = matches 0 or more characters and can span across words within a
line. Example: "click**link" matches "click link", "click on link",
"clicking on link", "Click on this link", but not "click on links".

? = matches exactly one word character. Example: "jo?" matches "Job"
and "jot", but not "JO", "John", "Jody", and "joint".

~ = matches 0 or one word characters. Example: "jo~" matches "JO",
"Job", and "jot", but not "John", "Jody", and "joint".

& = matches exactly one word character or one HTML entity. Example:
"caf&" matches "café", "café", and "café".
Word characters include alphanumeric characters, all extended ANSI
characters, as well as "_".

To search with wildcard tokens, select the Wildcards option in the
Search drop-down list. Choose Standard for literal searching and
"Regular Exp." for searching with regular expressions.

The ^!Find and ^!Replace Clip commands also support wildcard searching.
Use "*" as an option parameter. The following example searches for words
that end in "tab":
^!FIND "*tab" C*

* Added new HTML-CSS and HTML-AutoReplace libraries and Clipbar, which
include support for HTML5 and CSS3. They replace the following outdated
files (note that these are not uninstalled by NoteTab):
HTML.clb
HTML-ar.clb
CSS1.clb
HTML-1.ctb
HTML-2.ctb
CSS1.ctb

* Added two new web page templates (Web page.tpl and Web page HTML5.tpl)
to replace the following outdated files (note that these are not
uninstalled by NoteTab):
HTML.tpl
CSS1.tpl

* Updated the regular expressions engine to the latest release, which is
based on PCRE 8.30.

* A confirmation dialog box is now displayed when the Close All menu
command is used.

* The Find and Replace dialog boxes now show search results in a balloon
(unless you are using Blind-User mode) instead of a message box. This
speeds up you work as you no longer need to click on the message box OK
button to close it.

* The "Search Disk.fvr" Favorites file created after a Search Disk
operation now removes the maximum limit of 65 files.

* Program file is now code signed to reduce the risk of anti-virus false
positives.

* Fixed printing issue whereby last page or pages failed to print.

* Fixed issue with "Save Directory" setting being ignored under the "Use
Default Directories" option.

* Fixed issue with "Disk Files" option in "Quick List" when "Show Full
Names" option is turned off.

* Fixed issue when pasting text with non-Windows line breaks into
NoteTab Pro.

* Partially fixed issue with disappearing Clip wizard labels under
Windows 7 (though the problem does reappear if you hit the Alt key).

* Fixed issue when comparing negative integer values in Clips.

* Fixed issue in ^$GetDate(Date Mask;+/-days)$ function when using the
"+/-days" parameter.

* Some other minor improvements and issues fixed.

* Updated documentation.

There are still a couple of features missing from the pre-release
copies. I'll save them as a surprise for later... <g>

The price for NoteTab Pro 7 will be increased to $39.95 (sorry about
that). The new pricing is necessary to make NoteTab financially viable
again. Registered users will benefit from a 50% upgrade discount.
Customers who purchased NoteTab this year will be entitled to a free
upgrade.

NoteTab Std will no longer be sold as a separate product, but will be
included with NoteTab Pro. However, it will be available for free as a
single product through TrialPay.

If you would like to try NoteTab 7 and provide feedback before the final
version is released, use the download links below:

NoteTab Light 7 (freeware)
http://www.notetab.com/ftp/NoteTab_Light_Setup.exe

NoteTab Pro 7 (30-day trial version)
http://www.notetab.com/ftp/NotePro_Trial_Setup.exe

You can safely install the trial version of NoteTab Pro 7 alongside your
paid version of NoteTab Pro 6. Just make sure you don't install it in
the same folder!

I do hope you will like this new release, even though the program
interface hasn't changed. A lot of work has gone into it, and as I said
earlier, there are still a couple of surprises to come...

I look forward to reading your comments and feedback.

--
Regards,

Eric Fookes
http://www.fookes.com/



[Non-text portions of this message have been removed]

#7095 From: Axel Berger <Axel-Berger@...>
Date: Wed Mar 21, 2012 4:45 pm
Subject: Re: [NH] Pre-release of NoteTab 7.0 available
absalom_nemini
Send Email Send Email
 
Eric Fookes wrote:
> You do realize that such an option is already available? For example, in
> the Open File dialog box you select "UTF-8 (no conversion)" in the Code
> Page field.

Yes. I can't reproduce it right now, but I have ended up with a
read-only uneditable test that way. "Open as" sometimes seems not work.
Also after running my UTF-8 to ANSI conversion script the text with
correct ANSI characters was shown as if it were DOS encoded and I
couldn't make the correct characters appear except by making a new empty
document and copying the contents into it. In all, whenever there are
UTF characters and NoteTab's recognition kicks in, I always end up with
loads of hassle and aggravation. Please take away all automatisms and
replace them by warning messages.

N.B: I hope the Tab sequence in the file open selectbox is repaired now.
In 6.2 it's totally illogical.

> Unfortunately we've had to put its development on hold due to
> funding issues.

Don't give away so many free updates. I mean it, I expect a lot but I am
prepared to pay your very reasonable prices for it.

> I think most users do this through the mouse scroll wheel or using
> PgUp/PgDown. We've received very few requests for a keyboard shortcut
> over the years.

Mouse is evil and page up loses everything in sight instead of just
adding one more line. Also keyboard shortcuts for Clipbar items would be
nice.

> That is already on the to-do list.

Thanks.

Axel

#7096 From: Eric Fookes <egroups@...>
Date: Wed Mar 21, 2012 6:29 pm
Subject: Re: [NH] Pre-release of NoteTab 7.0 available
eric_fookes
Send Email Send Email
 
Hi Axel,

Thanks for your latest comments.

> ... In all, whenever there are
> UTF characters and NoteTab's recognition kicks in, I always end up with
> loads of hassle and aggravation. Please take away all automatisms and
> replace them by warning messages.

I think such a change would upset a lot of users that appreciate the way
NoteTab handles UTF-8 files. With all due respect, I don't think you
represent a typical user in the way you deal with such data.

> N.B: I hope the Tab sequence in the file open selectbox is repaired now.
> In 6.2 it's totally illogical.

I'm not aware of anything being broken in that feature. When you select
to open multiple files through the File Open dialog box, NoteTab opens
them in alphabetical order.

--
Regards,

Eric Fookes
http://www.fookes.com/

#7097 From: Axel Berger <Axel-Berger@...>
Date: Wed Mar 21, 2012 6:47 pm
Subject: Re: [NH] Pre-release of NoteTab 7.0 available
absalom_nemini
Send Email Send Email
 
Eric Fookes wrote:
> I'm not aware of anything being broken in that feature. When you select
> to open multiple files through the File Open dialog box, NoteTab opens
> them in alphabetical order.

No, no, I said TAB sequence. After <Ctl><O> the cursor is in the "file
name" field. Pressing <Tab> repeatedly moves it to "file type" and "open
as read-only", jumping over the "code page" field between. Continuing we
come to "open", "cancel", "code page", "look in", the list area, and
finally back to "file name".
Logically "code page" ought to belong between "file type" and "read
only", not beween "cancel" and "look in", don't you agree?
I rarely use the code page choice, but when I do I find it a lot of
hassle to reach.

Axel

#7098 From: Eric Fookes <egroups@...>
Date: Wed Mar 21, 2012 7:17 pm
Subject: Re: [NH] Pre-release of NoteTab 7.0 available
eric_fookes
Send Email Send Email
 
On 21/03/2012 19:47, Axel Berger wrote:
> No, no, I said TAB sequence. After<Ctl><O>  the cursor is in the "file
> name" field. Pressing<Tab>  repeatedly moves it to "file type" and "open
> as read-only", jumping over the "code page" field between. Continuing we
> come to "open", "cancel", "code page", "look in", the list area, and
> finally back to "file name".

Oh, okay. Now I see. I was not aware of that issue. I'm not sure if
there is a way to control the tab sequence in the Windows File dialog
box, but I will investigate this.

Thanks Axel.

--
Regards,

Eric Fookes
http://www.fookes.com/

#7099 From: Mike Breiding - Morgantown WV <mike@...>
Date: Sun Mar 25, 2012 12:54 pm
Subject: Page not displaying properly in IE 8
mikebreiding
Send Email Send Email
 
Greetings,

For some reason this page is now aligning left instead of centered.
Also, the "Back to top" link no longer works.

http://wildwonderfulwv.us/house4rent/index.html

There are no problems in FF or Chrome.

I know the page is a mess.
All I am interesting in doing is fixing these problems, not a total
re-work which will make it perfect in all regards. ;)

Thanks,
-Mike

#7100 From: "John Wallace" <johnta1@...>
Date: Sun Mar 25, 2012 1:07 pm
Subject: RE: [NH] Page not displaying properly in IE 8
johnta1
Send Email Send Email
 
I don't see any css for your Div id=content or other divs?

IE has always been strange on handling stuff.

Possibly add a div id that has center in it in the css?

John Wallace
Pontiac Power Rules !!!
www.wallaceracing.com <http://www.wallaceracing.com/>



   _____

From: ntb-html@yahoogroups.com [mailto:ntb-html@yahoogroups.com] On Behalf Of
Mike Breiding - Morgantown WV
Sent: Sunday, March 25, 2012 8:54 AM
To: NoteTab HTML
Subject: [NH] Page not displaying properly in IE 8




Greetings,

For some reason this page is now aligning left instead of centered.
Also, the "Back to top" link no longer works.

http://wildwonderfulwv.us/house4rent/index.html

There are no problems in FF or Chrome.

I know the page is a mess.
All I am interesting in doing is fixing these problems, not a total
re-work which will make it perfect in all regards. ;)

Thanks,
-Mike





[Non-text portions of this message have been removed]

#7101 From: Mike Breiding - Morgantown WV <mike@...>
Date: Sun Mar 25, 2012 2:09 pm
Subject: Re: [NH] Page not displaying properly in IE 8
mikebreiding
Send Email Send Email
 
On 3/25/2012 9:07 AM, John Wallace wrote:
> I don't see any css for your Div id=content or other divs?

There is this:
#content
{margin-left:auto;margin-right:auto;width: 700px;}

BTW - this behavior only started recently.
So, I am not sure what I might have done, if anything to change it.

Thanks,
-Mike


>
> IE has always been strange on handling stuff.
>
> Possibly add a div id that has center in it in the css?
>
> John Wallace
> Pontiac Power Rules !!!
> www.wallaceracing.com<http://www.wallaceracing.com/>
>
>
>
>    _____
>
> From: ntb-html@yahoogroups.com [mailto:ntb-html@yahoogroups.com] On Behalf Of
Mike Breiding - Morgantown WV
> Sent: Sunday, March 25, 2012 8:54 AM
> To: NoteTab HTML
> Subject: [NH] Page not displaying properly in IE 8
>
>
>
>
> Greetings,
>
> For some reason this page is now aligning left instead of centered.
> Also, the "Back to top" link no longer works.
>
> http://wildwonderfulwv.us/house4rent/index.html
>
> There are no problems in FF or Chrome.
>
> I know the page is a mess.
> All I am interesting in doing is fixing these problems, not a total
> re-work which will make it perfect in all regards. ;)
>
> Thanks -Mike

#7102 From: "John Wallace" <johnta1@...>
Date: Sun Mar 25, 2012 2:10 pm
Subject: RE: [NH] Page not displaying properly in IE 8
johnta1
Send Email Send Email
 
I don't see that when I pop up the source?

John Wallace
Pontiac Power Rules !!!
www.wallaceracing.com <http://www.wallaceracing.com/>



   _____

From: ntb-html@yahoogroups.com [mailto:ntb-html@yahoogroups.com] On Behalf Of
Mike Breiding - Morgantown WV
Sent: Sunday, March 25, 2012 10:09 AM
To: ntb-html@yahoogroups.com
Cc: John Wallace
Subject: Re: [NH] Page not displaying properly in IE 8




On 3/25/2012 9:07 AM, John Wallace wrote:
> I don't see any css for your Div id=content or other divs?

There is this:
#content
{margin-left:auto;margin-right:auto;width: 700px;}

BTW - this behavior only started recently.
So, I am not sure what I might have done, if anything to change it.

Thanks,
-Mike

>
> IE has always been strange on handling stuff.
>
> Possibly add a div id that has center in it in the css?
>
> John Wallace
> Pontiac Power Rules !!!
> www.wallaceracing.com<http://www.wallaceracing.com/>
>
>
>
> _____
>
> From: ntb-html@yahoogroups.com <mailto:ntb-html%40yahoogroups.com> 
[mailto:ntb-html@yahoogroups.com
<mailto:ntb-html%40yahoogroups.com> ] On Behalf Of Mike Breiding - Morgantown WV
> Sent: Sunday, March 25, 2012 8:54 AM
> To: NoteTab HTML
> Subject: [NH] Page not displaying properly in IE 8
>
>
>
>
> Greetings,
>
> For some reason this page is now aligning left instead of centered.
> Also, the "Back to top" link no longer works.
>
> http://wildwonderfulwv.us/house4rent/index.html
>
> There are no problems in FF or Chrome.
>
> I know the page is a mess.
> All I am interesting in doing is fixing these problems, not a total
> re-work which will make it perfect in all regards. ;)
>
> Thanks -Mike





[Non-text portions of this message have been removed]

#7103 From: Mike Breiding - Morgantown WV <mike@...>
Date: Sun Mar 25, 2012 2:32 pm
Subject: Re: [NH] Page not displaying properly in IE 8
mikebreiding
Send Email Send Email
 
John,
I corrected the doctype and fixed a malformed URL and now it appears to
be OK - at least on my end.

Thanks,
-Mike
==========================

On 3/25/2012 10:10 AM, John Wallace wrote:
> I don't see that when I pop up the source?
>
> John Wallace
> Pontiac Power Rules !!!
> www.wallaceracing.com<http://www.wallaceracing.com/>

>
> From: ntb-html@yahoogroups.com [mailto:ntb-html@yahoogroups.com] On Behalf Of
Mike Breiding - Morgantown WV
> Sent: Sunday, March 25, 2012 10:09 AM
> To: ntb-html@yahoogroups.com
> Cc: John Wallace
> Subject: Re: [NH] Page not displaying properly in IE 8
>
>
>
>
> On 3/25/2012 9:07 AM, John Wallace wrote:
>> I don't see any css for your Div id=content or other divs?
>
> There is this:
> #content
> {margin-left:auto;margin-right:auto;width: 700px;}
>
> BTW - this behavior only started recently.
> So, I am not sure what I might have done, if anything to change it.
>
> Thanks,
> -Mike
>
>>
>> IE has always been strange on handling stuff.
>>
>> Possibly add a div id that has center in it in the css?
>>
>> John Wallace
>> Pontiac Power Rules !!!
>> www.wallaceracing.com<http://www.wallaceracing.com/>
>>
>>
>>
>> _____
>>
>> From: ntb-html@yahoogroups.com<mailto:ntb-html%40yahoogroups.com>  
[mailto:ntb-html@yahoogroups.com
> <mailto:ntb-html%40yahoogroups.com>  ] On Behalf Of Mike Breiding - Morgantown
WV
>> Sent: Sunday, March 25, 2012 8:54 AM
>> To: NoteTab HTML
>> Subject: [NH] Page not displaying properly in IE 8
>>
>>
>>
>>
>> Greetings,
>>
>> For some reason this page is now aligning left instead of centered.
>> Also, the "Back to top" link no longer works.
>>
>> http://wildwonderfulwv.us/house4rent/index.html
>>
>> There are no problems in FF or Chrome.
>>
>> I know the page is a mess.
>> All I am interesting in doing is fixing these problems, not a total
>> re-work which will make it perfect in all regards. ;)
>>
>> Thanks -Mike

#7104 From: Axel Berger <Axel-Berger@...>
Date: Sun Mar 25, 2012 2:54 pm
Subject: Re: [NH] Page not displaying properly in IE 8
absalom_nemini
Send Email Send Email
 
Mike Breiding - Morgantown WV wrote:
> There is this:
> #content
> {margin-left:auto;margin-right:auto;width: 700px;}

That is correct, but IE chooses not to see it so. Instead (and for yiur
CSS in addition) you need to say align:center (and undo that for the
element's children).
This is from the top of my aging head, I'm visiting my daughter in the
Holy Land and have no access to my tools.

Axel

#7105 From: Mike Breiding - Morgantown WV <mike@...>
Date: Sun Mar 25, 2012 3:47 pm
Subject: Re: [NH] Page not displaying properly in IE 8
mikebreiding
Send Email Send Email
 
Thanks, Axel.
I got I fixed.
-Mike
================

On 3/25/2012 10:54 AM, Axel Berger wrote:
> Mike Breiding - Morgantown WV wrote:
>> There is this:
>> #content
>> {margin-left:auto;margin-right:auto;width: 700px;}
>
> That is correct, but IE chooses not to see it so. Instead (and for yiur
> CSS in addition) you need to say align:center (and undo that for the
> element's children).
> This is from the top of my aging head, I'm visiting my daughter in the
> Holy Land and have no access to my tools.
>
> Axel
>
>
> ------------------------------------
>
> Fookes Software: http://www.fookes.com/
> NoteTab website: http://www.notetab.com/
> NoteTab Discussion Lists: http://www.notetab.com/groups.php
>
> ***
> Yahoo! Groups Links
>
>
>
>
>

#7106 From: Eric Fookes <egroups@...>
Date: Tue Mar 27, 2012 7:51 pm
Subject: Pre-release #2 of NoteTab 7.0 available
eric_fookes
Send Email Send Email
 
Hi everyone,

I'm have just uploaded a new pre-release of NoteTab Light and NoteTab
Pro Trial version 7.0.

Here's a list of the main changes since the first pre-release:

* Added real-time word count feature, with a choice between two counting
methods. The feature is controlled through the View|Word Count submenu
and the word count is displayed in the status bar next to the Ins/Ovr
info panel. Word-count is based either on selected text or the whole
document (or topic with Outlines). This feature is not available in
NoteTab Light (unless you enable trial mode).

The MS Word method returns a count that should be a close match to the
word-count result in Microsoft Word. The NoteTab method is more
sophisticated and counts words using a more extensive set of word
delimiters. MS Word mostly counts words delimited by space characters.
In the following examples, MS Word counts one word per line whereas
NoteTab counts three words in each:
    info@...
    http://fookes.com/
    help-me-please
    2x10x250

* When the real-time word-count feature is enabled, you can click on the
corresponding panel in the status bar to see more detailed text
statistics. You will see the word count based on the NoteTab method, the
average number of characters per word, the number of sentences, and the
average number of words per sentence. This information is particularly
valuable to copywriters, bloggers and journalists.

* Added new Bootstrap library, Clipbar and templates. Bootstrap, from
Twitter, is a fantastic collection of CSS and HTML for rapidly
developing professional-looking web sites. For more information, visit
the official Bootstrap website through this link:
http://www.notetab.com/redir/Bootstrap

* Added new Clip function to count the number of words in a string:
^$StrWordCount("Str"[;Method])$
    Method = MsWord or NoteTab

* Updated Clip functions to support regular expressions and wildcards:
^$StrCount("SubStr";"Str"[;Options])$
^$StrPos("SubStr";"Str"[;Options])$
^$StrReplace("SubStr";"Str"[;Options])$

Options:
C: Searches for whole words only.
I: Ignores character case.
R: Specifies that the search criteria represents a regular expression.
*: Specifies that the search criteria uses wildcards.
A: Use to replace all matched occurrences with ^$StrReplace. When this
option is not used, only the first match is replaced.

* Fixed issue in ^$GetDateToInt[(Date;DateFilter)]$ function that failed
when date filter did not exactly match date pattern. Example:
^$GetDateToInt(2012-3-27;yyyy-m-d)$

* Fixed an issue with ^$GetDocumentPath$ and the %NtbDocuments% token
failing to use the user-defined default directories.

* Fixed errors in the Clip Assistant.

* Fixed an issue in the Modify | Block | Cut feature that failed to work
if only the last character column was selected.


If you would like to try NoteTab 7 and provide feedback before the final
version is released, use the download links below:

NoteTab Light 7 (freeware)
http://www.notetab.com/ftp/NoteTab_Light_Setup.exe

NoteTab Pro 7 (30-day trial version)
http://www.notetab.com/ftp/NotePro_Trial_Setup.exe

You can safely install the trial version of NoteTab Pro 7 alongside your
paid version of NoteTab Pro 6. Just make sure you don't install it in
the same folder!

I look forward to reading your comments and feedback.

--
Regards,

Eric Fookes
http://www.fookes.com/

#7107 From: "John Shotsky" <jshotsky@...>
Date: Sun Apr 1, 2012 2:27 pm
Subject: RE: [NH] Pre-release #2 of NoteTab 7.0 available
shotsky1
Send Email Send Email
 
I have found a small bug that occurs only in NoteTab lite. I am hoping this can
be fixed before NoteTab 7 goes gold, as
some of my users use the Lite version, some use standard, and most use Pro. I
have nearly 100 users, many of whom have
purchased NoteTab just to use my clip library.

The problem:
The following command is supposed to add a 'tag' to the front of the line in
which the cursor is located, at the time
the clip is activated:
^!Jump LINE_START
;^!Replace "^(.*::)?" >> "Author::" RTS
^!Jump +1

As can be seen, it jumps to the beginning of the line, removes any potential
existing tag, adds the 'Author::' tag to
the line and jumps to the next line, in case the next line needs a different
tag. Works properly in Pro and Standard,
but it puts the tag on the subsequent line in Lite.

To test, just type your name in a new doc, place the cursor anyplace in that
line, and use the clip.

Regards,
John
RecipeTools Web Site:  <http://recipetools.gotdns.com/>
http://recipetools.gotdns.com/

From: ntb-html@yahoogroups.com [mailto:ntb-html@yahoogroups.com] On Behalf Of
Eric Fookes
Sent: Tuesday, March 27, 2012 12:52
To: notetab@yahoogroups.com; ntb-clips@yahoogroups.com; ntb-html@yahoogroups.com
Subject: [NH] Pre-release #2 of NoteTab 7.0 available


Hi everyone,

I'm have just uploaded a new pre-release of NoteTab Light and NoteTab
Pro Trial version 7.0.

Here's a list of the main changes since the first pre-release:

* Added real-time word count feature, with a choice between two counting
methods. The feature is controlled through the View|Word Count submenu
and the word count is displayed in the status bar next to the Ins/Ovr
info panel. Word-count is based either on selected text or the whole
document (or topic with Outlines). This feature is not available in
NoteTab Light (unless you enable trial mode).

The MS Word method returns a count that should be a close match to the
word-count result in Microsoft Word. The NoteTab method is more
sophisticated and counts words using a more extensive set of word
delimiters. MS Word mostly counts words delimited by space characters.
In the following examples, MS Word counts one word per line whereas
NoteTab counts three words in each:
info@... <mailto:info%40fookes.com>
http://fookes.com/
help-me-please
2x10x250

* When the real-time word-count feature is enabled, you can click on the
corresponding panel in the status bar to see more detailed text
statistics. You will see the word count based on the NoteTab method, the
average number of characters per word, the number of sentences, and the
average number of words per sentence. This information is particularly
valuable to copywriters, bloggers and journalists.

* Added new Bootstrap library, Clipbar and templates. Bootstrap, from
Twitter, is a fantastic collection of CSS and HTML for rapidly
developing professional-looking web sites. For more information, visit
the official Bootstrap website through this link:
http://www.notetab.com/redir/Bootstrap

* Added new Clip function to count the number of words in a string:
^$StrWordCount("Str"[;Method])$
Method = MsWord or NoteTab

* Updated Clip functions to support regular expressions and wildcards:
^$StrCount("SubStr";"Str"[;Options])$
^$StrPos("SubStr";"Str"[;Options])$
^$StrReplace("SubStr";"Str"[;Options])$

Options:
C: Searches for whole words only.
I: Ignores character case.
R: Specifies that the search criteria represents a regular expression.
*: Specifies that the search criteria uses wildcards.
A: Use to replace all matched occurrences with ^$StrReplace. When this
option is not used, only the first match is replaced.

* Fixed issue in ^$GetDateToInt[(Date;DateFilter)]$ function that failed
when date filter did not exactly match date pattern. Example:
^$GetDateToInt(2012-3-27;yyyy-m-d)$

* Fixed an issue with ^$GetDocumentPath$ and the %NtbDocuments% token
failing to use the user-defined default directories.

* Fixed errors in the Clip Assistant.

* Fixed an issue in the Modify | Block | Cut feature that failed to work
if only the last character column was selected.

If you would like to try NoteTab 7 and provide feedback before the final
version is released, use the download links below:

NoteTab Light 7 (freeware)
http://www.notetab.com/ftp/NoteTab_Light_Setup.exe

NoteTab Pro 7 (30-day trial version)
http://www.notetab.com/ftp/NotePro_Trial_Setup.exe

You can safely install the trial version of NoteTab Pro 7 alongside your
paid version of NoteTab Pro 6. Just make sure you don't install it in
the same folder!

I look forward to reading your comments and feedback.

--
Regards,

Eric Fookes
http://www.fookes.com/



[Non-text portions of this message have been removed]

#7108 From: Eric Fookes <egroups@...>
Date: Wed Apr 4, 2012 9:00 pm
Subject: Pre-release #3 of NoteTab 7.0 available
eric_fookes
Send Email Send Email
 
Hi everyone,

Thanks for all your feedback so far. I've tried my best to fix all the
reported issues. You can now download the new pre-release of NoteTab
Light and NoteTab Pro Trial version 7.0:

NoteTab Light 7 (freeware)
http://www.notetab.com/ftp/NoteTab_Light_Setup.exe

NoteTab Pro 7 (30-day trial version)
http://www.notetab.com/ftp/NotePro_Trial_Setup.exe

Here's a list of the main changes since pre-release #2:

* The Tools | Text Statistics feature is now based on the new NoteTab
word-count method. When used on an HTML file, NoteTab only counts
visible page text (tags and commented blocks are ignored).

* Fixed several issues affecting wildcard searching.

* Fixed the A option (replace all) issue in:
^$StrReplace("SubStr";"ReplaceStr";"Str";Options)$

* Some other minor improvements and issues fixed.


I look forward to reading your comments and feedback.

--
Regards,

Eric Fookes
http://www.fookes.com/

#7109 From: Eric Fookes <egroups@...>
Date: Wed Apr 4, 2012 9:22 pm
Subject: Re: [NH] Pre-release #2 of NoteTab 7.0 available
eric_fookes
Send Email Send Email
 
Hi John,

> The problem:
> The following command is supposed to add a 'tag' to the front of the line in
which the cursor is located, at the time
> the clip is activated:
> ^!Jump LINE_START
> ;^!Replace "^(.*::)?">>  "Author::" RTS
> ^!Jump +1

Thanks for the info. The issue should now be fixed in update #3.

--
Regards,

Eric Fookes
http://www.fookes.com/

#7110 From: "John Shotsky" <jshotsky@...>
Date: Sun Apr 8, 2012 1:50 am
Subject: RE: [NH] Pre-release #2 of NoteTab 7.0 available
shotsky1
Send Email Send Email
 
Thanks Eric!

Now, the one feature I would love to see is the ability to 'call' and ;return'.
You might think you could so that by
simply writing extra clips and using the clip command, but it's not that simple.
My list of over 200 clip commands would
explode to several hundred if I did that, because in one clip, there might be 20
'calls' depending on the state of the
data.

So, the way it would work is that a ^!Call [label] would be exactly like a GoTo,
or a Jump EXCEPT that the line number
of the Call+1 would be remembered, and upon seeing a ^!Return, it would resume
processing after the Call. That way, a
group of subfunctions that only apply to that clip subsection would be possible.

The alternatives I know all too well – either write a separate clip for each
'subfunction' (not acceptable, since they
only pertain to one section of one clip library), or you have to arrange the
sequence of tests and processes in some
sort of an order, and process through all of them, hoping you get the most
complex first. That is most unsatisfactory,
and results in trying to do too much at one time, which leads to errors later.
OR you have to write the same code over
and over, each time you need that function. The point is that these little
subroutines could be called over and over
within a given clip, so that when a certain condition is found, and a fix
needed, it could be implemented by calling a
subroutine, instead of duplicating that code each time it is needed. As we all
know, it is far easier to manage a single
instance of code than many instances of the same code plocked down in different
places.

Here is how, within one clip subsection, I would envision this working:
Clip name: Process Data.
Inside Process Data
Find abc
If error, skip +1
call ABCRepair
find def
If error, skip +1
Call DEFRepair
goto AfterSubroutines

:ABCRepair
Replace this for that
Return
:DEFRepair
Replace this for that
Return
:AfterSubroutines

That may seem very simplistic, but in fact it is more complicated than that.
Let's say, for example, that you want to
change case of some text based on some test. If the subroutine name is 'change
case', and if the calling section stores
a value to say what is to be changed, then the subroutine would use the variable
to process and achieve the desired
result. That subroutine could be called anywhere from within the body of the
current clip section, and anything could be
changed, based on the variable set by the calling function.

This would be a HUGE step forward for NoteTab in terms of programmability. It is
already the best, and we thank you for
your insight and effort in bringing us what is easily the best such editor
around. But this would help justify a price
increase, while not adding substantially to the complexity of the system. (From
a developer's view.)

No options would be needed – a simple call to a subroutine and a simple return
from it is all that would be needed,
except error code for when the called subroutine doesn’t exist, or a return is
encountered without a call to return to.
Please give this some consideration. It would GREATLY simplify my life, where I
could simply write functions that could
be used over and over, exactly like separate clips can be used now, but for use
ONLY within one clip section.

Regards,
John
RecipeTools Web Site:  <http://recipetools.gotdns.com/>
http://recipetools.gotdns.com/

From: ntb-html@yahoogroups.com [mailto:ntb-html@yahoogroups.com] On Behalf Of
Eric Fookes
Sent: Wednesday, April 04, 2012 14:22
To: ntb-html@yahoogroups.com
Subject: Re: [NH] Pre-release #2 of NoteTab 7.0 available


Hi John,

> The problem:
> The following command is supposed to add a 'tag' to the front of the line in
which the cursor is located, at the time
> the clip is activated:
> ^!Jump LINE_START
> ;^!Replace "^(.*::)?">> "Author::" RTS
> ^!Jump +1

Thanks for the info. The issue should now be fixed in update #3.

--
Regards,

Eric Fookes
http://www.fookes.com/



[Non-text portions of this message have been removed]

#7111 From: Eric Fookes <egroups@...>
Date: Sat Apr 14, 2012 3:52 pm
Subject: Pre-release #4 of NoteTab 7.0 available
eric_fookes
Send Email Send Email
 
Hi everyone,

Thanks again for all your feedback so far. I've tried my best to fix all
the reported issues. You can now download the latest pre-release of
NoteTab Light and NoteTab Pro Trial version 7.0:

NoteTab Light 7 (freeware)
http://www.notetab.com/ftp/NoteTab_Light_Setup.exe

NoteTab Pro 7 (30-day trial version)
http://www.notetab.com/ftp/NotePro_Trial_Setup.exe

Here's a list of the main changes since pre-release #3:

* Brand new program icon (hope you like it). NTL, NTS, and NTP each have
their distinctive color.

* NTP: Added easy-on-the-eyes CSS syntax highlighting.

* NTP: Improved HTML syntax highlighting, notably in pages that contain
PHP, ASP, and Javascript code.

* Improved the Strip HTML Tags feature with better handling of documents
that contain PHP, ASP, and Javascript code.


I've used a new method for the syntax highlighting in HTML and CSS
documents. The challenge was to sacrifice as little performance as
possible while making it more reliable, especially in documents that
contain PHP, ASP, and Javascript code.

The difficulty in developing this new method was to ensure that the
syntax highlighting remains always synchronized while editing the code.
Although I've spent hours testing, there may be certain processes that
will create highlighting errors. If you discover such an issue, please
provide instructions so that I can reproduce it at my end.

Note that at this stage I am not planning on adding more new features --
otherwise v7 will never launch <g>. But I will continue to fix bugs that
you report, or at least try.

I look forward to reading your comments and feedback.

--
Regards,

Eric Fookes
http://www.fookes.com/

#7112 From: "John Shotsky" <jshotsky@...>
Date: Mon Apr 16, 2012 11:31 am
Subject: RE: [NH] Pre-release #4 of NoteTab 7.0 available
shotsky1
Send Email Send Email
 
I still get a Norton Insight error when installing the beta. It complains of
notepad.stb, and removes it. Is it a needed
file?



Regards,
John
RecipeTools Web Site:  <http://recipetools.gotdns.com/>
http://recipetools.gotdns.com/

From: ntb-html@yahoogroups.com [mailto:ntb-html@yahoogroups.com] On Behalf Of
Eric Fookes
Sent: Saturday, April 14, 2012 08:53
To: notetab@yahoogroups.com; ntb-clips@yahoogroups.com; ntb-html@yahoogroups.com
Subject: [NH] Pre-release #4 of NoteTab 7.0 available


Hi everyone,

Thanks again for all your feedback so far. I've tried my best to fix all
the reported issues. You can now download the latest pre-release of
NoteTab Light and NoteTab Pro Trial version 7.0:

NoteTab Light 7 (freeware)
http://www.notetab.com/ftp/NoteTab_Light_Setup.exe

NoteTab Pro 7 (30-day trial version)
http://www.notetab.com/ftp/NotePro_Trial_Setup.exe

Here's a list of the main changes since pre-release #3:

* Brand new program icon (hope you like it). NTL, NTS, and NTP each have
their distinctive color.

* NTP: Added easy-on-the-eyes CSS syntax highlighting.

* NTP: Improved HTML syntax highlighting, notably in pages that contain
PHP, ASP, and Javascript code.

* Improved the Strip HTML Tags feature with better handling of documents
that contain PHP, ASP, and Javascript code.

I've used a new method for the syntax highlighting in HTML and CSS
documents. The challenge was to sacrifice as little performance as
possible while making it more reliable, especially in documents that
contain PHP, ASP, and Javascript code.

The difficulty in developing this new method was to ensure that the
syntax highlighting remains always synchronized while editing the code.
Although I've spent hours testing, there may be certain processes that
will create highlighting errors. If you discover such an issue, please
provide instructions so that I can reproduce it at my end.

Note that at this stage I am not planning on adding more new features --
otherwise v7 will never launch <g>. But I will continue to fix bugs that
you report, or at least try.

I look forward to reading your comments and feedback.

--
Regards,

Eric Fookes
http://www.fookes.com/



[Non-text portions of this message have been removed]

#7113 From: Eric Fookes <egroups@...>
Date: Mon Apr 16, 2012 11:54 am
Subject: Re: [NH] Pre-release #4 of NoteTab 7.0 available
eric_fookes
Send Email Send Email
 
Hi John,

> I still get a Norton Insight error when installing the beta. It
> complains of notepad.stb, and removes it. Is it a needed file?

Unfortunately that is a false positive. Perhaps you can disable the
warning on that file? If not, you can safely delete it. It's only used
when the "Replace MS Notepad" feature is activated.

--
Regards,

Eric Fookes
http://www.fookes.com/

#7114 From: "John Shotsky" <jshotsky@...>
Date: Mon Apr 16, 2012 12:00 pm
Subject: RE: [NH] Pre-release #4 of NoteTab 7.0 available
shotsky1
Send Email Send Email
 
I thought it was safe, but a lot of people use Norton and will see this error. I
reported it and sent the file to
Symantec to see if they can fix it on their end.

Regards,
John
RecipeTools Web Site:  <http://recipetools.gotdns.com/>
http://recipetools.gotdns.com/

From: ntb-html@yahoogroups.com [mailto:ntb-html@yahoogroups.com] On Behalf Of
Eric Fookes
Sent: Monday, April 16, 2012 04:54
To: ntb-html@yahoogroups.com
Subject: Re: [NH] Pre-release #4 of NoteTab 7.0 available


Hi John,

> I still get a Norton Insight error when installing the beta. It
> complains of notepad.stb, and removes it. Is it a needed file?

Unfortunately that is a false positive. Perhaps you can disable the
warning on that file? If not, you can safely delete it. It's only used
when the "Replace MS Notepad" feature is activated.

--
Regards,

Eric Fookes
http://www.fookes.com/



[Non-text portions of this message have been removed]

#7115 From: Axel Berger <Axel-Berger@...>
Date: Mon Apr 16, 2012 12:05 pm
Subject: Re: [NH] Pre-release #4 of NoteTab 7.0 available
absalom_nemini
Send Email Send Email
 
Eric Fookes wrote:
> Unfortunately that is a false positive.

Are there recent changes to it with version 7? If not, this must be a
very old error. My *.stb is from 2003 and has persisted through all
updates.

Axel

#7116 From: "John Shotsky" <jshotsky@...>
Date: Mon Apr 16, 2012 12:13 pm
Subject: RE: [NH] Pre-release #4 of NoteTab 7.0 available
shotsky1
Send Email Send Email
 
Your file predates Norton's Insight program, probably. And, when installing, you
can whitelist it so it stops
complaining. People are naturally resistant to whitelisting files that are being
installed. Even I hesitated, knowing
what it is supposed to be for. If Symantec fixes it at their end this error
should go away for those that have current
definitions.

Because I install the beta into its own empty folder, it does not ever see any
of the old files. As an ex-software
product manager, I have been caught too many times with leftover file problems
with betas, because some could be
overwritten but not others, leaving things out of sync. So, I see the Norton
error upon each install. Probably not the
next time, since I whitelisted the file.

Regards,
John
RecipeTools Web Site:  <http://recipetools.gotdns.com/>
http://recipetools.gotdns.com/

From: ntb-html@yahoogroups.com [mailto:ntb-html@yahoogroups.com] On Behalf Of
Axel Berger
Sent: Monday, April 16, 2012 05:06
To: ntb-html@yahoogroups.com
Subject: Re: [NH] Pre-release #4 of NoteTab 7.0 available


Eric Fookes wrote:
> Unfortunately that is a false positive.

Are there recent changes to it with version 7? If not, this must be a
very old error. My *.stb is from 2003 and has persisted through all
updates.

Axel



[Non-text portions of this message have been removed]

#7117 From: Eric Fookes <egroups@...>
Date: Mon Apr 16, 2012 12:42 pm
Subject: Re: [NH] Pre-release #4 of NoteTab 7.0 available
eric_fookes
Send Email Send Email
 
Hi Axel,

>> Unfortunately that is a false positive.
>
> Are there recent changes to it with version 7? If not, this must be a
> very old error. My *.stb is from 2003 and has persisted through all
> updates.

The version that comes with NoteTab 7 is code signed. This was not the
case with earlier versions.

Code signing is supposed to reduce the risk of getting false positives,
but some anti-virus products (like Norton) seem to ignore that information.

--
Regards,

Eric Fookes
http://www.fookes.com/

Messages 7088 - 7117 of 7309   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help