topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 25, 2024, 6:37 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

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 - fenixproductions [ switch to compact view ]

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 47next
126
DC Gamer Club / Re: Torchlight 2
« on: August 28, 2012, 05:23 AM »
I am getting angry with this: developers changing release dates and saying they did not tell them in the past.
First it was July, then "Summer 2012" (in fact it may mean December - AFAIK that's summer in Australia) and now "we will tell you soon".

I know development needs time and I know I am whining here but - seriously - if I treat my landlord same way, I would be living in cardboard box pretty quickly.

127
General Software Discussion / Re: Images unexplainably changed
« on: August 26, 2012, 05:02 PM »
Does your software save embedded color profiles?
It can to may lead to many issues in various applications (i.e. Firefox or others).

And more:
http://regex.info/blog/2012-03-27/1964

128
Living Room / Re: Need to store 5.5 Petabits long term? Try DNA.
« on: August 23, 2012, 03:33 AM »
"sarcastic trolling"
the Church team used commercial DNA microchips to create standalone DNA

To think they were burning witches not so long ago ;)


129
Living Room / Re: I need ideas!
« on: August 19, 2012, 06:57 PM »
@Stephen66515
1. Similar to this:
http://jqueryui.com/download
…but for other web libraries/frameworks (modernizer, html5 shiv, etc.).

4. Many image browsers have geotagging support: you click on "tag it" button and have gmaps loaded (your service) in application window. You chose location and it gets saved as longitude+latitude +altitude (sometimes) in image meta info. If you have custom mapping service instead of gmaps, real coordinates could be shown on custom map.
i.e. 52° 15' 0" N / 21° 0' 0" E would not show Warsaw on it but "the sniper tower located left of the east gate".

Similar to:
http://www.uesp.net/...vion/map/obmap.shtml

130
Living Room / Re: I need ideas!
« on: August 19, 2012, 06:10 PM »
1. web configurator - chose what would you like to see on your page, what browsers to support, etc. -> you'll see links for libraries
i.e I want my page to support HTML5/CSS3 and fixed size layout - links for modernizer and 960

2. cook it - type in what you've got in fridge -> see closest recipe

3. pr0n lookup - chose what kind of " human features" you like ->  actress name ;)

4. gmaps like system for custom maps - I would really like to have GPS tagged games screenshots

5. fun SPAM - page with hilarious email SPAM screenshots,

131
Living Room / Re: I need ideas!
« on: August 19, 2012, 05:51 PM »
What kind of? Dev or something else?

132
Living Room / Re: Go dark for IE - October 26, 2012
« on: August 18, 2012, 05:46 PM »
 :down:
I am one of the happy XP users and there is no true reason for me to lose few hundreds bucks just for the sake of newer OS and IE bashing.
IE8 is not so bad with few JS libraries in use (a LOT better than previous versions when you need to fix websites and I do it daily).

133
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: August 16, 2012, 03:45 AM »
@ioncube
Long info:
http://www.regular-e...s.info/tutorial.html

Short:
. - any character
\d - any numeric character
* - zero or more occurrences
? - after them is switch for "non greedy mode"
parenthesis - mark expression group which can be referenced in replacement as $1

134
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: August 13, 2012, 03:42 PM »
@cranioscopical
It is still the same issue: Designer generated code has one method called before proper object is set. You can be sure that's it if you see:
at System.Windows.Forms.Control.ResumeLayout(Boolean performLayout)
at BBCeditor.Form1.InitializeComponent() in D:\code\Projects2010\BBCeditor\BBCeditor\Form1.Designer.cs:line 1604
I had thought one time fix is enough but I was wrong: any work with Designer switches this error back. This is something to teach you being scrupulous ;)

135
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: August 13, 2012, 12:20 PM »
@cranioscopical
Try this one:
http://fenixproducti...c/BBCeditor1135b.zip

If it works I will need to note somewhere down that each work with Designer requires manual code re-arrangement.

136
Announce Your Software/Service/Product / Re: BBCeditor 1.1.35
« on: August 12, 2012, 06:18 PM »
1.1.35:
http://fenixproducti...bc/BBCeditor1135.zip

- error logging re-enabled - cranioscopical
- option for clearing non-existing Recent files on startup - MilesAhead
- if some text is selected, clicking on Regexp button uses it inside tags (if there are (.*?) or (\d*?) in expressions) - ioncube
- few Regex buttons samples added - taken from here as ioncube suggested

137
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: August 08, 2012, 02:33 AM »
@cranioscopical
I've commented out error checking code in this one. I will add it back later today and we'll see if that helps.

@Target
Oversight for not cleaning all test strings.

138
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: August 05, 2012, 06:39 PM »
I did not prepare RegExp examples yet but…

@Target
Test version with external applications added:
http://fenixproducti...bc/BBCeditor1134.zip

@paulhypno
I think Ctrl+A and Ctrl+C are enough for this task.

139
Living Room / Re: Typing Speed Competition!
« on: August 05, 2012, 02:55 PM »
163/33 with looking on keys (80/16 without) :(

140
General Software Discussion / Re: Immersive Explorer: Oh God why?
« on: August 03, 2012, 08:44 AM »
Probably already discussed but every time I hear "Metro app" , sandboxing comes to my mind: how sandboxed File manager is supposed to work?

Interesting note:
http://www.freelists...on-Windows-8-for-ARM

141
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: August 02, 2012, 06:14 PM »
hehe, it's not like you had anything else to do though, is it...
Yes and no ;)
No - BBCeditor has most of the features you would normally use and I am pretty lazy.

Yes:
- code cleanup (again) - there is a lot of redundant or unwanted code - either from old engine (manual parsing in past, regexp now) or some functions used multiple times (Ctrl+C/V is easier for beginner but re-factoring is important for bigger programs),
- tabs - always useful but multithreading is still problematic for me (preview is generated in separate thread),
- templates - although BBCeditor has snippets it would be nice to implement templates like DC has,
- tags rule sets -there are multiple variations of BB syntax and my tool tries to handle most of them but maybe some should be possible to be switched off (i.e. parse only tags which are valid for DC),
- live editor - I saw on CodeProject HTML edit control which allowed to edit HTML code directly within it; BBCeditor would have the possibility to work in WYSIWYG way;
- direct post -it should be technically possible to send POST message via HTTP to any web address and put your message directly into wanted board,
- BB syntax highlight,
- text operation - sorting, case change, etc.
- Jump lists - since I have Win7 on my work laptop I can always play with that.

142
General Software Discussion / Re: A strange Hijack
« on: August 02, 2012, 03:17 PM »
a couple of years ago (XP admin account), I was opening tabs in the background, from a google search.
Thread just in time?
I had similar issue 2 days ago on my PC: some Java applet (or Uplay I forgot to disable) started in background tab and created crappy application in my TEMP folder. Comodo reacted immediately but I was unable to do anything because intruder showed fullscreen window (white with 404 page) on top of everything. Since it was constantly putting itself on top of everything I couldn't even kill it from Task Manager. Live Security Premium fake AV was running and I thought nothing can be done. Although second screen was unchanged I couldn't even close my system so… hard reset into Admin mode.

Luckily: such crap did not start automatically. I've cleared TEMP folder completely, managed to find and disable bad stuff with Autoruns, and run couple of helpful applications (including HijackThis). After full system scan it appeared that manual play with DEL button and Autoruns was enough and only some trash in browser cache was additionally removed.

BUT now my believe in having clean system decreased… and browsing with browsers plugins disabled is not as comfortable as with them.

143
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: August 02, 2012, 01:40 PM »
@ioncube
Expression: \[yell](.*?)\[/yell]
Replacement: <div style="background:yellow">$1</div>

I will try to sit down on weekend and provide package with some buttons preconfigured for this feature.

@Target
I will check what I can do.
The problem here is: I am always overthinking things, so now I have not only an idea for starting external application with some parameters BUT to also have WM_MESSAGES support. Darn me ;)

144
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: July 22, 2012, 04:30 AM »
It appears this was not my bug at all.

Little more info:
http://bytes.com/top...t-set-resizing-panel

145
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: July 21, 2012, 03:57 PM »
@cranioscopical
Please re-download little update:
http://fenixproducti...c/BBCeditor1133c.zip

Except standard error message please take a look at system event log too.

146
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: July 21, 2012, 03:28 PM »
@paulhypno
I rather meant to look here:
http://www.techrepub...ower-boot-times/3253

147
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: July 21, 2012, 02:12 PM »
@paulhypno
Please download again and check:
http://fenixproducti...c/BBCeditor1133b.zip

I have added system logging and disabled one option.
In case of problems, please check System Events log (Applications part) and paste error message here in spoiler tag.

148
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: July 21, 2012, 01:08 PM »
New version with Regexp tags added - please test:
http://fenixproducti...bc/BBCeditor1133.zip

149
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: July 18, 2012, 11:50 AM »
@ioncube
Thank you for your help but I will make it in different way: by adding Regexp type custom tag.
You will have the possibility to define any bbc string which will be replaced with custom HTML.
This way it should be more flexible and will not require new versions for each new/strange tag.

BTW I would suggest using CSS classes for rendered HTML - thanks to that you'll have more preview skinning options.

150
Announce Your Software/Service/Product / Re: BBCeditor 1.0.30
« on: July 17, 2012, 04:23 PM »
@ioncube
Currently it is not possible to do that but I will try to add it over the weekend.

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 47next