topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday November 11, 2025, 4:06 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 27 28 29 30 31 [32] 33 34 35 36 37 ... 47next
776
Announce Your Software/Service/Product / Re: BBCeditor 1.0.7
« Last post by fenixproductions on April 05, 2009, 06:55 PM »
And now, for the common-sensely challenged, how about a robust 'undo' ?
-cranioscopical (April 05, 2009, 06:20 PM)
OK. I'll try to add it.

Honestly: I had only read about it and it looked complicated so I've decided to add it later. Now it's time for it, IMHO.

BTW One question which bothers me:
What do you think about drag'n'drop? What would it be the best way to get that implemented for files?

I've thought about it and the only way I see now is:
- bbc files - open immediately (should I ask about saving changed content or don't bother user at all?);
- txt files - insert text from them;
- images - insert proper img tag.

But I am not sure about it. Any other ideas?
777
Announce Your Software/Service/Product / Re: BBCeditor 1.0.7
« Last post by fenixproductions on April 05, 2009, 04:34 PM »
1.0.7 is out!

I've changed table tag parsing so now "colspan" attribute will be used for rows with less columns than max.
Additionally each table, row and cell have unique class name. Just take a look on the source of generated preview (RMB -> Show source).

I have also implemented automatic preview.
778
General Software Discussion / Re: Against ellipsis ... (dot dot dot)
« Last post by fenixproductions on April 05, 2009, 02:33 PM »
fenixproductions/tranglos: Interesting! But Firefox seems to use three dots (see about:config part above), not a single special ellipsis-character.

I've took a look and ellipsis is there (no 3 separate dots).
I checked that by hitting backspace: one hit -> all gone :)
779
General Software Discussion / Re: Against ellipsis ... (dot dot dot)
« Last post by fenixproductions on April 04, 2009, 10:03 AM »
2f0dder
Can't agree more.

Hm, tranglos mentioned already that ellipsis is not "3 characters" :)
780
Announce Your Software/Service/Product / Re: BBCeditor 1.0.6
« Last post by fenixproductions on April 03, 2009, 07:29 PM »
2cranioscopical
I'll try to implement better parsing and nicer preview (with colspan and separate classes for rows / columns) for tables.

BTW I was wrong. Columns width depends on the widest cell. Your first column was set to header because it had "the longest" content. With colspan implemented this will no longer be a problem but you will have to get your hands dirty with CSS :p

I suggest to customize style.css for better visibility:
Code: CSS [Select]
  1. table
  2. {
  3. border: 1px dotted rgb(90,90,90);
  4. }
  5.  
  6. td
  7. {
  8. border: 1px dotted rgb(255,0,0);
  9. padding:4px;
  10. }
  11.  
  12. th
  13. {
  14. padding:4px;
  15. border: 1px dotted rgb(0,0,255);
  16. background-color: rgb(255,255,200);
  17. }

P.S. And I found another bug for tomorrow: empty cells are not visible :(
781
Announce Your Software/Service/Product / Re: BBCeditor 1.0.5
« Last post by fenixproductions on April 03, 2009, 06:23 PM »
1.0.6 is out!

Fixed: only one "th" tag was added for many columns.

ToDo: better table tag parsing.
782
Announce Your Software/Service/Product / Re: BBCeditor 1.0.5
« Last post by fenixproductions on April 03, 2009, 06:11 PM »
2cranioscopical
I see you've got only one header here so first column width is set according to it:

table.png

You can always try to change CSS for it ;)

Thanks for spotting that. I see it needs to be fixed ("automatic table" should insert same number of "th" tags as "td").
783
Announce Your Software/Service/Product / Re: BBCeditor 1.0.5
« Last post by fenixproductions on April 03, 2009, 11:03 AM »
1.0.5 is out.

I've added window with information about available shortcuts.
Users can also define "Save as" filename (date&time variables support) template.
784
Announce Your Software/Service/Product / Re: BBCeditor 1.0.4
« Last post by fenixproductions on April 02, 2009, 07:22 AM »
2steeladept
If you got .NET framework 2.0 installed on your machine: download, unpack and double click on EXE. Nothing more.

I can see only three things which can be a problem:
- no 2.0 framework installed - app will not start at all;
- dictionaries  - in older machines it takes a time for reading them (5 seconds here) so you can rename dic folder temporary to see if it's the reason;
- no automatic refresh - application is loaded, you type code in but have no preview (either hit F5 or click on top right refresh button);

Other reasons should generate error messages. Do you get any?
785
Living Room / Re: Anti-Necrospamming
« Last post by fenixproductions on April 01, 2009, 01:16 PM »
2ewemoa
It might be just my PC but without modifications it does not work at all.
786
Does free version still not support layers?

If yes I will stay with Paint.NET or Artweaver…
787
Living Room / Re: Screen Recorder used by DCC?
« Last post by fenixproductions on April 01, 2009, 05:03 AM »
I've tried a lot of screen recording software about year ago and I've stuck to BB (Express). For me choice was obvious: it offered the easiest way to record anything and the size of created Flash files was the smallest.

Although Wink is pretty interesting and I saw dozen presentations created with it on various websites. So it might be good as free alternative.

The only tool which was too strange for me to use was Camtasia Studio (I've got licence for v. 2). I used it not more than 5 times and forgot easily.
788
Living Room / Re: Anti-Necrospamming
« Last post by fenixproductions on April 01, 2009, 04:54 AM »
fenixproductions, by any chance, does the script work when accessing DC via vanilla http and not when via https?
Not working for https at all but that's not a problem because I use http mainly.

First I thought it's the problem of additional lines:
Code: Javascript [Select]
  1. opera.addEventListener('AfterEvent.load',function (e) {
  2. ...
  3. },false);

so I changed it (according to your link) to:

Code: Javascript [Select]
  1. (function () {
  2. ...
  3. })();

but it stopped working completely.

So I followed more links and changed to:

Code: Javascript [Select]
  1. opera.addEventListener('BeforeEvent.load',function (e) {
  2. ...
  3. },false);

but it only gave first state back.

I have no more ideas.
789
General Software Discussion / Re: Internet Explorer 8.1 released
« Last post by fenixproductions on March 31, 2009, 08:18 PM »
It's just too unreal to be good AFD joke ;)
790
I am not sure but there are two possibilities for my machine:
- last reinstall - so two years ago (but I doubt it; Kaspersky broke my Windows to the state there was no BSOD; black screen instead);
- more than four years ago with Win98 and broken CD-ROM (BSODs with too much scratched CDs);
791
Living Room / Re: Anti-Necrospamming
« Last post by fenixproductions on March 31, 2009, 02:59 AM »
An example page of where it might make a difference is unreplied topics.  Do you notice any effect there (the right-most column in particular)?
Nope. It looks like before.
792
Living Room / Re: Anti-Necrospamming
« Last post by fenixproductions on March 30, 2009, 07:11 PM »
2ewemoa
I hope the subsequent versions keep working.  I guess there is some evidence to have hopes for this.
-ewemoa

I didn't know that link. I've simply found very old script written by me (Opera supported userscripts long before Firefox) and added two lines to yours.

Unfortunately, I don't know how should it work for topics listing. I can't see any change, neither in Opera nor Firefox.
793
Living Room / Re: Anti-Necrospamming
« Last post by fenixproductions on March 29, 2009, 07:19 PM »
2ewemoa

As an experiment, I put together a Greasemonkey script to change the color of the reply date string if it's been more than 180 days.
-ewemoa

Works fine even in Opera. Good job  :Thmbsup:
794
Site/Forum Features / Re: Update Your Browser! It's Obsolete!...
« Last post by fenixproductions on March 29, 2009, 05:29 PM »
2Josh
OK. Feel my generosity: It's all forgiven.
795
Something wrong with OOo Impress?

Size and speed or overkill? hewhoeatspie wants just a viewer, not complete OO suite. It would be just like using Photoshop for viewing BMP files.

Just to be honest: I am using OpenOffice for many purposes but not for quick view of PPT files. I think MS PPT Viewer is better for this purpose. I would really like to see some OO version cut down from unwanted crap just for simple viewing.
796
2hewhoeatspie
Unfortunately, I must disappoint you.

Some time ago I was looking for such application and I found nothing. I've even was so mad that I wanted to write something by myself but ended up with no links for PPT file format description.

The only solution I came up is looking for portable version of MS PPT Viewer but I doesn't answer your question.

(2) I'm pretty sure it's like, the size of MS Office, at least, according to my Add/Remove Programs list.
-hewhoeatspie

27MB for 2007 version or 4 for older ones.
797
Site/Forum Features / Re: Update Your Browser! It's Obsolete!...
« Last post by fenixproductions on March 29, 2009, 02:10 PM »
2Josh
So where the limit is? 5% or maybe 10%? Does Chrome fit or not yet?
What about operating systems (like app103 mentioned)? Is the limit the same or it does not care about it?

Browser security is not about it's version only but also about additional components like Flash or Java. Will this site tell me everything is OK for the newest Firefox with really outdated Flash?

Back to the percents... Is it really wise to watch only them for whole of the time? If yes, than we should never ever mention about Linux distros for desktop.
798
Site/Forum Features / Re: Update Your Browser! It's Obsolete!...
« Last post by fenixproductions on March 29, 2009, 01:12 PM »
No Opera listed?
799
Site/Forum Features / Re: March 2009 Survey Discussion
« Last post by fenixproductions on March 29, 2009, 01:03 AM »
Done :)
800
Announce Your Software/Service/Product / Re: BBCeditor 1.0.4
« Last post by fenixproductions on March 29, 2009, 12:09 AM »
1.0.4 is out.

I've fixed lower toolbar images scalling (too much comments in code ;)
Pages: prev1 ... 27 28 29 30 31 [32] 33 34 35 36 37 ... 47next