Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 Re: User Discussion & Help » Xinha.org » 2008-07-28 12:36:54

Thanks for offering James, but I'd like to contribute to Xinha this way. Since my JavaScript knowledge and time is limited, this allows me to still help out a little! smile

Until this project is cancelled or discarded, I will continue to pay for the registration. If any changes need to be made to the registration, please notify me at sonnenberg@gmail.com

#2 Re: User Discussion & Help » Xinha.org » 2008-07-18 11:23:29

The redirection is set up in the DNS zone, which I do not control. Upon registration I have received these nameservers from Gogo to enter:

Name Server:NS1.HYNERIA.GOGO.CO.NZ
Name Server:NS2.HYNERIA.GOGO.CO.NZ

Which is where the domain is controlled. Making changes there shouldn't be a problem. If you want me to setup different nameservers, please let me know and I'll change them ASAP. smile

It should be easy to change the zones so that all traffic uses xinha.org instead, instead of the other addresses currently being used, that way people will find it easier to remember the URL.

Never noticed the xinha.org in the release files! wink

--Rinck

#3 Re: User Discussion & Help » How do I integrate Xinha with Opera 9.5 » 2008-07-17 18:24:21

xinha cannot be integrated with Opera other than through a website/CMS of some sort. It is a javascript based application which needs to be integrated by the website developer, not by the end user. Even if you were able to get the xinha editor to show up on this forum (to stick with your example), your formatting would be lost because the system doesn't allow you to post html code.

#4 User Discussion & Help » Xinha.org » 2008-07-17 15:22:59

Foxx
Replies: 4

Hey people,

a while ago (few years) now I registered xinha.org and have setup the DNS servers so that it points to this website. I thought that would be a nice way to support this project.

It seems however, as if this domain is not being used. Therefore I wonder if it still makes sense for me to hold on to it at all.

Just to make it clear, I do not want any money for this, I just want to support this cool open source project by providing it with an easy to remember URL.

Please let me know if this is appreciated at all, if not, no hard feelings, I will simply not renew the registration when it comes up for renewal.

--Rinck

#5 Re: User Discussion & Help » getInnerText » 2005-06-15 05:16:31

are you using a backend? if your using PHP you can easily use the strip_tags() command and get the desired result...

#6 Re: User Discussion & Help » Drip: application to help find memory leaks in IE » 2005-06-04 05:06:29

I know this has been discussed before (the whole closures discussion), but are some of these leaks fixable? and what effect would that have on Xinha? Would it also improve loading times in IE? Or just prevent IE from crashing when you reload your page?

#7 Re: User Discussion & Help » Leftover <p>-tags after removing style » 2005-06-03 03:39:48

*bump*... has anyone been able to reproduce this behaviour and should I submit it as a ticket?

#8 Re: User Discussion & Help » Has anyone developed a 'Track Changes' feature yet? » 2005-06-02 08:37:28

you could create such a feature with php or asp, before saving the edited version, compare it with the original version and then for example highlight the changes, although it would be quite an extensive amount of work

#9 Re: User Discussion & Help » OT (sorta): DHTML drag-drop sorting interface » 2005-05-28 04:26:57

nice script, maybe you could add some lines somewhere stating that as soon as you click on an item, it is put on top, now if you select the first item, you drag it behind the other items. besides that, very nice! smile

#10 Re: User Discussion & Help » Leftover <p>-tags after removing style » 2005-05-26 06:22:32

It happens in both IE 6.0.2800.1106.xpsp2.050301-1526 as well as in FF version 1.0.1

I thought it might be due to ZoneAlarm Pro at first (since it doesn't allow me to load xinha in IE either, I have to close it first), but even after shutting it down the problem persists...

Should I submit this as a ticket? Can you reproduce this behaviour?

#11 Re: User Discussion & Help » Leftover <p>-tags after removing style » 2005-05-25 19:40:45

gogo wrote:

I don't recall any changes that would have just now introduced this, can you check back with an earlier version and see if it's always been like that before submitting a ticket.

I'll try this with an older version this weekend and post my findings here!

gogo wrote:

but nomatter what I try, as soon as I click on the tidy button, my COMPLETE editor is emptied, nowhere to be found again....

I found out that this isn't due to HTMLTidy, but due to switching to source view, if I switch to source view, the code disappears, and when switching back, it's still gone...

#12 User Discussion & Help » Leftover <p>-tags after removing style » 2005-05-25 04:35:40

Foxx
Replies: 5

I just downloaded the latest nightly (25th of may today), but I seem to be having trouble removing a style after just inserting it.

When selecting one of the list items in the example page, and then selecting a style through the stylist plugin, it appropriately puts the <p>-tags within the list item and the style changes. However, since having <p> tags within a list item is not desireable, I want to remove it again, but then it turns out it only removes the class attribute of the paragraph-tag, but leaves the paragraph tag itself intact.

Has this already been submitted as a ticket? I couldn't find it, but then again it maybe under some other description.

Also, this brings me to my next problem, of course I can manually delete the <p>-tags from the source view, but I thought maybe HTMLTidy could be able to solve it quickly, but nomatter what I try, as soon as I click on the tidy button, my COMPLETE editor is emptied, nowhere to be found again....

I'm using FireFox 1.0.1 on Windows XPSP2.

When testing the same issue in IE6SP2, my text disappears from the editor without even having to click the tidy button, it happens as soon as I click on view source.

Another thing that I noticed is that when loading Xinha in FF, it goes pretty fast, almost unnoticable, however when loading in IE, it takes quite some time and you see the counter in the lower left corner telling you that only 48 other items are remaining. Can anyone explain what causes the difference?

If any of these issues haven't been submitted as tickets, please let me know and I will do so ASAP.

Foxx

#13 Re: User Discussion & Help » PHP specific fork of Xinha » 2005-05-11 03:34:46

Yermo wrote:

I have a feeling my style is probably incompatible. If you have a chance, please check out the unified_backend branch and see what you think about what I've done. (tabstops set to 2)

I will see if I have some time to go through it this weekend and let you know what I think here.

Foxx

#14 Re: User Discussion & Help » PHP specific fork of Xinha » 2005-05-10 19:46:00

From what I've read so far, I'm kind of in the middle. One the one hand I agree with the fact that the Xinha Core should be completely independent and optimized for useage without any backend system. But on the other hand, many (in my opinion, MOST) project will somehow want to incorporate functionality which is only available on the server side (uploading of files, etc) which means the need for a good integration with backend systems is unmistakably there.

I would personally like to see Xinha being able to work as a standalone application, but also totally plugin ready and being able to provide the necesary information to whatever backend system might arise.

To be honest, aside from the fact that gogo and yermo have different view on some aspects, I don't see why there isn't a solution that satisfies both parties without making any compromises on the actual product itself.

I think from all threads I've read it has become pretty clear that Xinha in its current form is a mess coding-wise, which is mainly an inheritance of InteractiveTools.com, and in order to be able to grow it needs to be (partly) rewritten. Why not take yermo's changes (even though you don't like the coding style, it still does the same thing, yermo already indicated that optimizations are at hand), commit them to the current trunk and work from there? It has been mentioned many times that Xinha needs to be changed in order to better support plugins of ANY type, not just the unified backend.

To cut a long story short, aside from some different perspectives on how things should be done, everyone pretty much wants the same thing, a highly customizable, full featured WYSIWYG editor, so I don't see a valid reason to make another fork and divide your efforts, while working together might be more beneficial and more efficient for all parties involved.

But hey, that's just my opinion and it's late too, so I might change some things tomorrow, and I do really appreciate your efforts yermo, since I personally make use of PHP as well for file uploading and some other custom hacks for my CMS, keep it up!! smile

#15 Re: User Discussion & Help » Linker: URL's with ampersand get messed » 2005-05-06 03:09:03

if you have your doctype set to XTHML (either strict or transitional), then & in URL's will be parsed correctly, your document won't even verify as valid XHTML without it...

#16 Re: User Discussion & Help » New Home » 2005-04-08 18:29:15

New home, www.xinha.org is now officially active...

Foxx

#17 Re: User Discussion & Help » New Home » 2005-04-07 18:41:57

@ gogo, is there some way I can reach you directly through some mail address or something concerning some xinha.org configurations? this is kind of a detour... please email me at foxxfury@hotmail.com with details on how to contact you more efficiently, so I can set up the domain properly! thnx!

#18 Re: User Discussion & Help » Linker Plugin Integration With The CMS Etomite » 2005-04-07 03:31:22

sorry, must have misread your first post, it was late...

#19 Re: User Discussion & Help » Linker Plugin Integration With The CMS Etomite » 2005-04-06 19:45:05

Altough I have a little experience with etomite, I don't immediately have an answer to your problem. However I do know there's extensive knowledge and documentation on etomite and its plugins and this documentation also contains a shitload of info on how to use certain etomite specific functions, I think you will have more luck searching through there than this forum... just my opinion though!

#20 Re: User Discussion & Help » Developers Developers Developers » 2005-04-05 17:24:22

Personally I don't use ASP(.NET), but I think there would be plenty that would like to see some great plugins for ASP(.NET), for example a good version of the image/file manager plugin (EFM). I suggest you contact the creator of EFM so maybe you can combine your strenghts. You could make one standard client-side interface and then have two possibilities for server side processing, either ASP or PHP. That way neither of you will be wasting any efforts nor time...

#21 Re: User Discussion & Help » Skript Kiddie at work » 2005-04-03 06:21:20

when using that google query, you get some arabic version of google... I guess that tells us something of the nationality of the person in particular... happy hunting! smile

#22 Re: User Discussion & Help » New Home » 2005-04-03 05:47:19

ok, will try and get that fixed as soon as I get home! I also asked you what official email address you'd like to have (currently only as forwarder, no pop boxes yet)... admin@xinha.org?? whatever... lemme know and I'll set it up!

#23 Re: User Discussion & Help » New Home » 2005-04-02 12:21:08

As for using xinha.org, I emailed gogo about it, but haven't received a reply yet... smile eveything is possible!

#24 Re: User Discussion & Help » template toolkit + xinha= problem? » 2005-04-01 10:46:06

<input type=hidden name=component_id value=[% component.component_id %]>

it is always recommended to put quotes around your attribute values anyways, maybe if you insert them yourself before hand, like so:

<input type="hidden" name="component_id" value="[% component.component_id %]" />

then maybe the problem will be solved!

#25 Re: User Discussion & Help » Design A Logo for Xinha! » 2005-03-23 06:49:29

I found a nice font that can be used for the logo, unfortunately I'm not a graphics expert, but I'm sure others will know their way around...

http://www.1001fonts.com/font_details.html?font_id=2605

It's called the "Made In China"-Font.. smile

Board footer

Powered by FluxBB