rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tbafromca

Pages: 1
1
HFS ~ HTTP File Server / Re: Google Search of HFS Site
« on: January 22, 2009, 11:13:09 PM »
I have the stop spiders disabled.

When I do a test search from http://www.google.com/sitesearch/index.html it doesn't return any results for my HFS site. Will the standard Google spider yield a different result?

Thanks for your assistance.

2
HFS ~ HTTP File Server / Google Search of HFS Site
« on: January 22, 2009, 05:50:47 PM »
Will my site be searchable (spider) by Google. I want it to be. Please reply with an tips and tricks to optimize for Google. Thanks.

3
Be the first to provide a working fix and I will PayPal you $50.

4
Latest Release FileNotes 20090119 1.0.3

CHANGE HISTORY
-------------------------------------------------------------------------------
20090119 FileNotes v1.0.3
-------------------------------------------------------------------------------

   Updated Help About

   Added Help General (creates FileNotes.rtf from embedded resource)

   Added pop-up directing users to select folders if there are none.

   Added File+Add Folder menu item

   Added warning that comments may be lost when opening hfs.comments.txt
   that doesn't have the "[comments]" line first.

5
I am using the en_ultima_blue_2205.tpl template (HFS Live Ultima Edition 2 build 205). With the stable 2.2e Build #154 release the ~upload window appears and works fine. With the same template used on the past 6 beta releases the window is blank with no underlying source code. Using FireBug I can see the below error:

Error: [Exception... "'Permission denied to get property XULElement.selectedIndex' when calling method:

Googling provided the below:

Fixing the Permission denied to get property XULElement.selectedIndex error
If you're ever doing some AJAX stuff with a text-box input it's possible that your Firebug will throw a very unusual error:

Error: [Exception... "'Permission denied to get property XULElement.selectedIndex' when calling method:

The problem lies in Firefox specifically and it's autocomplete functionality. To fix it all you need to do is update your input field with the following code:

<input type="text" autocomplete="off">

The autocomplete bit of code stops Firefox from attempting to complete the content in the box (thus throwing off the DOM or something). It's not XHTML 1.0 transitional complient but it does stop Firefox from throwing errors.

Didn't seem to fix. The wcreator.js code is below:

// LIVE Popup Window Creator by AQ
function create_window(wd,ht,addr,dirs,menub,toolb,statusb,scrollb,resize,fullscr,destiny,wname){
myleft = (screen.width) ? (screen.width - (wd) ) / 2 : 100;
mytop = (screen.height) ? (screen.height- (ht) ) / 2 :100;
settings='top=' + mytop + ',left=' + myleft + ',width = '+wd+' ,height= '+ht+' ,location='+addr+',directories='+dirs+',menubar='+menub+',toolbar='+toolb+',status='+statusb+',scrollbars='+scrollb+',resizable='+resize+',fullscreen='+fullscr+''
uploadwindow=window.open(destiny,wname,settings);
uploadwindow.focus();}

The template code:

src="'+using_server+'js/wcreator.js"

[upload-link]
<div style="position:absolute;top:16px;right:15px;border:0px;z-index:7;width:21px;height:25px;"><script language="javascript">document.write('<a href="#" title="'+send_files+'" onclick="create_window(655,435,\'no\',\'no\',\'no\',\'no\',\'yes\',\'yes\',\'yes\',\'no\',\'%encoded-folder%~upload\',\'uploadfiles\')" onmouseover="img_upload.src=\''+upload_over+'\';" onmouseout="img_upload.src=\''+upload_normal+'\';"><img name="img_upload" src="'+upload_normal+'" border="0" /></a>')</script></div>

Any tips to fix are greatly appreciated. Thanks.




6
A right click seems insufficient in folder tab, you should think of adding at least a comman in the main menu and having the same effect

Except that to say about the other one, except that this approach to manage comments countered interesting

Recommendation noted. Will add either a button or menu on the next release. Thanks.

7
First - Click on the Folders Tab > Right Click in the Window > Select "Add a Folder..."

Second - Click on the Comments Tab > Select a Folder from the Drop Down

Third - All files are automatically read from the subdirectory > click in the "Notes" column - row turns grey - start typing > Enter a note> Click Save when done.

You don't open any documents. The application creates/opens/reads/writes to the hfs.comment.txt file in the selected subdirectory.

8
HFS is great. I am using it for distributing files to our clients.

We wrote this application to easily manage file comments in multiple subdirectories. This is beta version 1.3 - updated 1.19.08. More to follow.

Below are release notes:

-------------------------------------------------------------------------------
FileNotes - This is a comment editor. Creates and maintains multi-file
comment files for HFS (hfs.comments.txt). These comments are displayed
as "Notes", when enabled in HFS.

-------------------------------------------------------------------------------
This is a Windows program and requires the .NET 2.0 Framework to run.

Note: FileNotes creates hfs.comments.txt files using built-in Windows API
commands to manipulate "ini" files. The hfs.comments.txt file format is
almost like an ini file, except that it has no "section".

In order to operate, FileNotes will add a line that says "[comments]" at the
top of the file. HFS does not see this line.

WARNING: if you use FileNotes to create hfs.comments.txt you will not notice
this, however, if you have existing hfs.comments.txt files that you want to
maintain with FileNotes, you must add the [comments] line BEFORE you use
FileNotes on your folder or you will lose your comments. A future version
will not have this problem.


See post below for latest release

Pages: 1