topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday September 21, 2026, 12:45 pm
  • 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 ... 574 575 576 577 578 [579] 580 581 582 583 584 ... 1515next
14451
I'm afraid that Clipboard Help+Spell may not work perfectly on non-english machines for unicode text. Sorry.
14452
Living Room / Re: *URGENT* Patch IE security flaw (31 January 2011)
« Last post by mouser on February 01, 2011, 05:33 AM »
Thanks for the heads up  :up:
14453
LaunchBar Commander / Re: Download link blocked by K9
« Last post by mouser on January 31, 2011, 08:05 AM »
Thank you very much for posting about this and submitting the request to their site to reclassify.  It can get very frustrating for me as a coder when sites wrongly mark a program as harmful.
14454
Official Announcements / Re: January 2011 Giveaway is open for entry
« Last post by mouser on January 31, 2011, 02:42 AM »
Almost time to run the giveaway drawing -- all you last minute stragglers, enter now!
14455
N.A.N.Y. 2011 / Re: NANY 2011 Release: JottiQ
« Last post by mouser on January 30, 2011, 10:23 AM »
nice  :up:
14456
General Software Discussion / Re: Stacey - An interesting, simple flat file CMS
« Last post by mouser on January 30, 2011, 06:17 AM »
Nice Find!
I'm absolutely going to have a look at this -- it seems like it captures much of the spirit that we discussed in this thread when looking for a CMS for DonationCoder.
14457
Developer's Corner / Re: Choosing a CMS
« Last post by mouser on January 29, 2011, 07:04 PM »
One thing i will add that was touched on by other posters.

In my (albeit limited) experience, it is a mistake to compare the features of product A (out of the box) to product B (with lots of community-built extensions/addons).

The more addons/extensions you use, the harder it is to maintain, and in general the more likely you are to have problems and strange interactions, and trouble upgrading.

That's not to say you shouldn't use extensions/addons, but it is to say that you should prefer a system whose CORE is closest to your needs, and that relying on a large number of extensions to get the functionality you want is never as simple as it seems.

When I get up to speed with Django however I am sure it will become my preferred choice over Drupal.
-bscott
im looking into the same transition at the moment and have much of the same feelings as you.  I have done work with Drupal hoping to use it as a "framework" because of the very excellent developer-friendly approach to coding and good documentation, but just found Drupal too alien and too large a CMS to work well as a general framework.  From the perspective of building general purpose website applications, Django looks promising.  However, deployment of Python sites is much trickier than PHP, and there is a lot about Django i don't love.  Haven't found a better framework yet though (pylons looks interesting but a bit chaotic).
14458
Living Room / Re: Egypt Blacks Out Internet!
« Last post by mouser on January 28, 2011, 09:35 PM »
It's really interesting what's happening over there!

Anyone from Egypt or in touch with people who are who can give us an update from your perspective?
14459
So i'm revamping the "share" link which you will find at the bottom of DonationCoder.com pages.

I'm not at all sure we will stick with this addtoany.com helper tool, BUT for now, i'd appreciate some help prioritizing which services you people use so they can be featured at the top of the list.

  • If you are a social network users, you can help by going to: http://www.addtoany.com/buttons/
  • Then click "More Options" and then "Prioritize Services"
  • And then click to choose your 10 favorite (or best) services to add them to the list.
  • Then when you are done click "get button code" and paste it here.

None of the other options matter, just the list of site priorities that it shows in the button code like:
a2a_config.prioritize = ["facebook", "stumbleupon", "twitter", "evernote", "email", "google_bookmarks"];
14460
while i avoid any programs that clean registry or drivers, for fear of making things work, the suggestion to try another computer is excellent, and i would do that if power cycle doesnt work.  and worstje is right to suggestion restarting the PC too before concluding it's something bad with printer.
14461
N.A.N.Y. 2011 / Re: NANY 2011 Release: Ten Timer
« Last post by mouser on January 28, 2011, 05:14 PM »
A totally not-needed but cute option would be to be able to configure TenTimers and tell it how many of the 10 rows to show.  so that we could use it as 5 timers, etc.
14462
Developer's Corner / Re: Choosing an Installer
« Last post by mouser on January 28, 2011, 05:13 PM »
When i went searching for installers many years ago, one of my requirements was the ability to make an installer that built setup executables that did not have to bundle in with the files to install.

I use this in my applications to make my installer packages zip-compatible, by NOT having INNO setup package the files, and just make a standalone installer that i then create a self-extracting zip from.

Just something to keep in mind.  Wise used to make an installer that would do this automatically which was really nice.  Both INNO and NIS can create standalone installer exes.  There are a couple more commercial setup makers that also make zip-compatible installer packages, which i really like.
14463
typically what one does in such case is UNPLUG device from power.. WAIT 5-10 minutes, replug it in.
14464
Living Room / Re: Darwinism + geneticism + two-wheeled vehicles = ... awesomeness.
« Last post by mouser on January 28, 2011, 10:08 AM »
Love it -- great find.

For those who aren't familiar with this kind of work, check out Genetic Algorithm or Genetic Programming research.
14465
N.A.N.Y. 2011 / Re: NANY 2011 Release: Ten Timer
« Last post by mouser on January 28, 2011, 09:29 AM »
Added ten countdown timers.


AWESOME!!!  :up: :up: :up:

I love it -- perfect for keeping track of a bunch of things at once.
14466
N.A.N.Y. 2011 / Re: NANY MUGs
« Last post by mouser on January 28, 2011, 09:05 AM »
If you have not recieved your gift certificate email by now -- send me a message through the forum.
14467
we already do that -- we let people edit these fields but they are not shown until they have made several normal posts.
actually letting the spammers SET those fields is helpful because they self-identify themselves as spammers early :)
14468
Why not add text-captcha (that question answer one) to forum sign up page ?

yes, i will be doing so.
14469
New improvements (hopefully) and cleaning up of the register/signup page, hopefully make the process a little smoother AND to make the captcha harder for bots (not sure how many bots are getting through but pays to be pro-active since we are always on the alert for spammers).
14470
Developer's Corner / Re: Choosing an Installer
« Last post by mouser on January 28, 2011, 02:15 AM »
InnoSetup is what I use.. it's not perfect, but it has a pretty good combination of power-when-you-need it, and dead simple use when you don't.
The mini-ide that comes recommended with it in the full downloads are good.

I need to check for the .NET 4.0 framework, so that's a must.


Inno Setup does not have built in support for checking .net stuff, which is quite unfortunate.  But their have been threads on the forum about adding this to inno script, AND about other installers that DO explicitly support .net version checking.
14471
Developer's Corner / Re: Choosing a CMS
« Last post by mouser on January 28, 2011, 02:03 AM »
I've not looked at Joomla in a while, so I'm wondering if it has finally achieved of sane degree of usability. Last I tried, it was about the most obtuse thing I'd ever seen.


You obviously haven't looked at Drupal yet then -- I strongly recommend you cross it off your list.
14472
And on top of that Gothic built a little desk and console terminal for Cody to sit at and monitor raw tcp traffic to the server -- when he sees a request come in that he recognizes, he can intercept it and peck out a memorized reply himself.  I don't know if that will lead to faster results, but it keeps Cody busy.
14473
Couple of minor tweaks to the forum -- we've set up the APC caching library which should make the forum load faster.

We've added a line to the bottom of each forum page which will show how long the page took to render and the current server "load" (load of 1.0 means cpu is fully loaded; any value under 8 or so is good).  So if a page is slow to load for you, check this line at the bottom of the page -- if its showing fast render time and low server load, then it's probably a network connectivity problem.

I also tried to put back the selective quoting feature on the forum where you can select some text and then hit the quote button to quote only that text; still seems a bit flakey but hopefully that's just old js in the cache which will work itself out.
14474
Finished Programs / Re: IDEA: Drop target to move files to predefined folders
« Last post by mouser on January 27, 2011, 02:41 PM »
looks like we did lose 7 posts on the entire forum, between the time we sent the forum into administrative mode and the time we ran the backup. im still not sure exactly how that could have happened, BUT thanks to new email low tech backup solution, but i have the contents of them and will send the losts posts to the authors.
14475
N.A.N.Y. 2011 / Re: NANY MUGs
« Last post by mouser on January 27, 2011, 02:18 PM »
let's have some photos of people with their mugs!
Pages: prev1 ... 574 575 576 577 578 [579] 580 581 582 583 584 ... 1515next