topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday April 6, 2026, 8:53 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 ... 451 452 453 454 455 [456] 457 458 459 460 461 ... 1515next
11376
Official Announcements / Re: The DonationCoder 2012 Fundraiser Has Begun!
« Last post by mouser on April 30, 2012, 06:29 AM »
Well said Tao.. Let's all cheer on DC members Mitzevo and Stephen6615 who have been working on the transition of the site to a CMS platform, which should bring with it some real site improvements, including the return of a daily DC blog (we can discuss that here).
11377
Leaving aside specifics -- I wish you well and I hope more members of DonationCoder experiment with these kinds of funding sources.
11378
MEWLO Web Framework / Re: OLD - Yumps Videos
« Last post by mouser on April 29, 2012, 11:03 PM »
Screenshots showing first addon/plugin stuff (video shows same):

Screenshot - 4_29_2012 , 10_48_22 PM.png
Screenshot - 4_29_2012 , 10_48_25 PM.png
Screenshot - 4_29_2012 , 10_48_45 PM.png
Screenshot - 4_29_2012 , 10_48_58 PM.png
Screenshot - 4_29_2012 , 10_49_25 PM.png
11379
MEWLO Web Framework / Re: OLD - Yumps Videos
« Last post by mouser on April 29, 2012, 09:00 PM »
Here's another related question: can users change their ID?

This is again one of these things that is technically trivial -- the only issue is whether it is confusing for members of the site to see a user name/id change.  So this is something a site builder would have to decide if they want to allow or not.
11380
Living Room / Re: Kickstarter Highlight: PennyGems
« Last post by mouser on April 29, 2012, 03:38 PM »
finally a use for pennies.
11381
MEWLO Web Framework / Re: OLD - Yumps Videos
« Last post by mouser on April 28, 2012, 05:49 PM »
Also, related to this, if someone did create another yumps account, is there a way to "merge" it (or bridge it?) with another existing one?

There is no "merge" function implemented, or on my near term horizon for now.

HOWEVER, this is exactly the kind of scenario that prompted me to write the full fledged "Bridge Management" area.  From that page you can see that users can temporarily disable/enable their bridged logins, or remove them from an account.

So let's say created two YUMPS accounts, one bridged with facebook, and one with twitter.  And you decided you only wanted one of those accounts and to have both twitter and facebook log you into that one account.  You would log into the other, delete the bridge to your twitter account.  Then you could log into the account you want to keep and add the twitter account to that one.

I'll have to give some more thought about whether it makes sense to have an explicit merge function..

I also need to implement some functionality to let users delete accounts -- I haven't done that yet.  Deleting accounts is one of those things that is a lot trickier than you might imagine -- because if you have content on the site authored by someone whose account is deleted -- how is that handled?  Most of the time it makes sense to "virtually" delete account:  mark them as deleted but leave their record in the database for content that is linked to them.  But then with some accounts that have not created any content that is overkill.  And then there is the issue of whether the user should be able to delete their own account or if/when a moderator has to approve the process.
11382
MEWLO Web Framework / Re: OLD - Yumps Videos
« Last post by mouser on April 28, 2012, 05:41 PM »
How about openid?
OpenId is already one of the supported bridges.
11383
MEWLO Web Framework / Re: OLD - Yumps Videos
« Last post by mouser on April 28, 2012, 01:58 PM »
Also, on a related matter, when a user creates an account, she must specify an email and a username. While I can see that this is useful for forums and other stuff, in a situation where you just want to differentiate users, giving a username and an email sounds like an overkill.

A very astute comment, and I agree completely.  YUMPS is being built to NOT require emails or passwords (despite some of the screens), if the administrator doesnt want to require them to create accounts.

There are some sticky wickets with doing this and it involves some interesting choices, for example:

If you don't get an email for a person, you cannot send them a password reminder.  If they log out or connect via another computer, and have forgotten their password, and all they have is a local account with password (not a bridged account), then there is no way to send them a new password and an administrator will have to step in and handle it on a case by case basis.

YUMPS is built so that you can let people create accounts and enter some areas before providing an email or password, but restrict others that prompt the user that they need to provide an email/password first.  This addresses your idea about needing an email to post -- but i think it will be useful in other cases too, where you want to make signing up as easy as possible, and let the user modify their profile at leisure, but restrict certain actions to only after they provide a validated email.

The modify profile screen you saw that said the user has to provide their current password to modify certain fields -- that actually is only the case when the site has been configured that way -- it would not be required if the site did not require local passwords.

Currently when you create a bridged account you are prompted to create a unique username, which defaults to a uniquified version of your facebook/twitter username, etc.

I will be adding a feature that is a 0-step bridged account creation, which will be suitable for some sites.   This is the kind of thing used in blog comments where you don't want to bother the user by asking them even just for their username -- where the yumps account creation is entirely automatic and behind the scenes, and the user never even has to worry about whether a local account was created for them (a unique username will be created automatically for them).  Then on those occasions where the user is a regular site participant, if the user ever wants to they go to their site yumps profile and modify their info.



As you can see, the issues you are raising are EXACTLY the kinds of issues that YUMPS is meant to handle well.  While user sccount creation and management is a small side detail for most web services -- it is one of the central focuses for YUMPS -- so I intend to make it better and more robust than anything else out there.
11384
MEWLO Web Framework / Re: OLD - Yumps Videos
« Last post by mouser on April 28, 2012, 01:51 PM »
2 - I find the "bridge this external account with an existing YUMPS account" workflow a bit confusing,

well some of this is unavoidable, though i could split it into separate screens based on whether you want to:
1. create a new local account
2. create a new account based on a bridge to facebook,etc.
3. login to your current account with local password
4. login to your current account with bridge

I think the confusion you are seeing is because the login page will let facebook,openid, etc. users just click on their logo to proceed, whether they have an existing account on the site or not.

So if you click on the facebook icon on the login page, and you have already created an account bridged with that id, it logs you in.  If you haven't yet registered, it will then let you register.

I think your biggest confusion was when i showed how you could connect the bridge to an existing account that you hadn't yet logged into yet in that session (ie facebook linked to account created with twitter).  I could hide that option but the aim was to prevent people from accidentally creating 2 different yumps account, one for each login.  Perhaps it can be refined.  Perhaps the text on that link should say something like "WAIT! If you already have an account on YUMPS, don't click submit to create a new account, but click here to login with your other account and connect this bridge to that account."

I should note that it is quite easy and less confusing to add a new bridged account AFTER you are logged in (from the Manage Bridges) page.
11385
MEWLO Web Framework / Re: OLD - Yumps Videos
« Last post by mouser on April 28, 2012, 01:46 PM »
1 - when you create a bridged account, I think it should say not only the site it is bridged with (in this case, twitter) but also the username. I can easily see a situation where you bridge an account with someone else's twitter account (which was left logged in on your browser).

good idea, added to todo list.
11386
MEWLO Web Framework / Re: OLD - Yumps Videos
« Last post by mouser on April 27, 2012, 09:28 PM »
And here is a video teasing the new addons functionality as well as a look at the features that let administrators "impersonate" users:

https://www.donation...ndimpersonation.html
11387
MEWLO Web Framework / Re: OLD - Yumps Videos
« Last post by mouser on April 27, 2012, 09:24 PM »
And here is a video on changing your email address -- slightly more complicated than you might think:

https://www.donation...l/changingemail.html
11388
N.A.N.Y. 2011 / Re: NANY 2011 Release: Color Warlock
« Last post by mouser on April 27, 2012, 04:33 PM »
No errors here.
11389
N.A.N.Y. 2011 / Re: NANY 2011 Release: Color Warlock
« Last post by mouser on April 27, 2012, 02:29 PM »
Nice work  :up:
11390
Living Room / Re: Show us the View Outside Your Window
« Last post by mouser on April 27, 2012, 01:21 PM »
Mark0!!!  Great to see you again!!!

Beautiful photo - that's HDR enhanced, isn't it?

Giampy, very nice and peaceful  :up:
11391
LaunchBar Commander / Re: Getting rid of the homepage advertising entry
« Last post by mouser on April 27, 2012, 09:45 AM »
Yes, that's not a bad idea at all.
11392
Wekcome Mario and FleuR00  :up:
11393
MEWLO Web Framework / Re: OLD - Unfinished Web project: YUMPS
« Last post by mouser on April 26, 2012, 05:54 PM »
I've started to work on the addon/plugin system for YUMPS (with events and triggers, etc.) .. Very fun stuff that I expect will evolve significantly over time.  But getting this right will be critical to making YUMPS useful.
11394
Undo will not work on object operations I'm afraid -- only things like cropping, resizing, borders, special effects, etc.
11395
Screenshot Captor / Re: Access violation error every morning
« Last post by mouser on April 26, 2012, 11:12 AM »
Hi Dl.. ok that's troubling, BUT.. also perhaps somewhat good in the sense that it is happening regularly enough that i should be able to attack the problem; something must be happening with sleep mode.. perhaps something to do with monitor info changing in sleep mode and not reseting, or some memory pointer no longer valid after sleep mode.

If you are willing to help me diagnose, I'd love the help trying to test a fix, and i can begin by sending you a debug version that will help me narrow down the cause -- email me: [email protected].
11396
Screenshot Captor / Re: arrows?
« Last post by mouser on April 25, 2012, 11:24 PM »
Also it seems like when the arrows go wonky, I can't copy the image to the clipboard - I click on the image and do a ctrl-c and the box says the object was copied to the clipboard, but there's nothing to paste when I'm in the other application.

this will happen if you do the Ctrl+C while you are in object selection mode -- maybe you have SC set to stay in object selection mode after placing an arrow so you can place multiple arrows?
11397
LaunchBar Commander / Re: Getting rid of the homepage advertising entry
« Last post by mouser on April 25, 2012, 12:19 PM »
I must admit it's not the clearest thing.

ps. The reason that line of text is there at all is not to advertise, it's because sometimes the windows taskbar can jump in front of the menu, and that bottom row of text is designed to show something useless so that it won't matter if it gets covered up or not.
11398
General Software Discussion / Re: Acronis Saves the Day
« Last post by mouser on April 25, 2012, 12:16 PM »
I've always had good luck with Acronis, and it is blazingly fast at backup.
11399
Screenshot Captor / Re: Dual Monitor Issues-Screen goes to black
« Last post by mouser on April 25, 2012, 11:54 AM »
and what about capture each screen one at a time (ie move mouse into each screen and do a PrtScr to ask Screenshot Captor to capture the current screen)?
11400
LaunchBar Commander / Re: Getting rid of the homepage advertising entry
« Last post by mouser on April 25, 2012, 11:49 AM »
Hi Stonerose, welcome to the site.

Open up the LaunchBar configuration/preferences, go to the top node in the tree labeled "Options" and then find the item labeled "Custom Tray Menu Bottom Text".  Check that box and you can set it to say what you want or make it blank:

Screenshot - 4_25_2012 , 11_46_41 AM.png
Pages: prev1 ... 451 452 453 454 455 [456] 457 458 459 460 461 ... 1515next