Logo
FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in
New Feature: Scrolling to Fans or Favorite Artists

 
Post new topic   Reply to topic    www.fanart-central.net Forum Index -> FAC Site Discussion
View previous topic :: View next topic  
Author Message
Kirbyt
Still very bored


Joined: 31 May 2008
Posts: 356
Location: Flint, Michigan

PostPosted: Sun Aug 31, 2008 5:06 am    Post subject: New Feature: Scrolling to Fans or Favorite Artists Reply with quote

I wanted to feel like a horizontal scroll bar for left to right to see all of your fans and favorite artists.

Go ahead and say "This is a bad idea" because you think it's weird. Rolling Eyes

Should I explain more?

OK. First off, this feature can let you scroll left to right to look at all of your fans and favorite artists you have now. This is for when you see your "oldest" people that are not shown that you want to talk to or comment on their pictures.
Back to top
View user's profile Send private message
AnimeEmo
Newb


Joined: 14 Jun 2008
Posts: 14

PostPosted: Sun Aug 31, 2008 6:19 am    Post subject: Reply with quote

Like the one on iTunes, its like a circular reel? I think one stetching across the whole page would be really annoying.
Back to top
View user's profile Send private message
London
Moderator


Joined: 23 Mar 2006
Posts: 6474

PostPosted: Sun Aug 31, 2008 6:40 am    Post subject: Reply with quote

Er. How is side to side scrolling better than the vertical scrolling we have now?
_________________
[i][size=9]Go Yankees![/size][/i]
Back to top
View user's profile Send private message
Kirbyt
Still very bored


Joined: 31 May 2008
Posts: 356
Location: Flint, Michigan

PostPosted: Sun Aug 31, 2008 6:44 am    Post subject: Reply with quote

What I mean is that the screen will be the same. It won't stretch out. It'll make room of its own.
Back to top
View user's profile Send private message
London
Moderator


Joined: 23 Mar 2006
Posts: 6474

PostPosted: Sun Aug 31, 2008 8:34 am    Post subject: Reply with quote

I don't understand what you mean at all.
_________________
[i][size=9]Go Yankees![/size][/i]
Back to top
View user's profile Send private message
Kirbyt
Still very bored


Joined: 31 May 2008
Posts: 356
Location: Flint, Michigan

PostPosted: Sun Aug 31, 2008 3:25 pm    Post subject: Reply with quote

*Sigh*

Should I make an animated picture of the feature?
Back to top
View user's profile Send private message
Stratadrake
Elder Than Dirt


Joined: 05 May 2004
Posts: 13721
Location: Moo

PostPosted: Sun Aug 31, 2008 5:00 pm    Post subject: Reply with quote

He means that, on your profile page, the little boxes that say "Favorite artists" and "Fans" could have their own inline scrollbars so interested visitors could scroll farther down the list.

This is not a hard idea to actually code, however some users have [i]hundreds[/i] of fans and/or favorite artists, it would not be practical for the server to be displaying them all.
_________________
Strata here: [url=http://www.nanowrimo.org/eng/user/242293]Nanowrimo[/url] - [url=www.fanart-central.net/user-Stratadrake.php]FAC[/url] - [url=http://stratadrake.deviantart.com]dA[/url] - [url=www.furaffinity.net/user/Stratadrake/]FA[/url]
[size=9]Disclaimer: Posts may contain URLs. Click [url=http://tvtropes.org/pmwiki/pmwiki.php/Main/TVTropesWillRuinYourLife]at your own risk.[/url][/size]
Back to top
View user's profile Send private message
London
Moderator


Joined: 23 Mar 2006
Posts: 6474

PostPosted: Sun Aug 31, 2008 5:06 pm    Post subject: Reply with quote

Oh. I thought he meant he wanted the page that shows up when you click the little arrows to scroll left and right instead of up and down.

If anyone cares about who's faving that user, why not just click the arrow? >_>
_________________
[i][size=9]Go Yankees![/size][/i]
Back to top
View user's profile Send private message
Kirbyt
Still very bored


Joined: 31 May 2008
Posts: 356
Location: Flint, Michigan

PostPosted: Sun Aug 31, 2008 5:13 pm    Post subject: Reply with quote

Well, wouldn't it be annoying when you click the arrow then tried to find the user you're looking for, you can't seem to find him/her.
Back to top
View user's profile Send private message
firehead
Forum Stalker


Joined: 15 Nov 2006
Posts: 1220
Location: In a box

PostPosted: Sun Aug 31, 2008 9:33 pm    Post subject: Reply with quote

Dont add so many people.
_________________
[img]http://i143.photobucket.com/albums/r151/lilkongfu/BUNGIE-1.png[/img]
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Kirbyt
Still very bored


Joined: 31 May 2008
Posts: 356
Location: Flint, Michigan

PostPosted: Sun Aug 31, 2008 9:38 pm    Post subject: Reply with quote

Alright, this may be a good idea. [b]Some[/b] thinks it's good.
Back to top
View user's profile Send private message
cstdenis
Evil Overlord


Joined: 31 Dec 1969
Posts: 6490
Location: In the tubes.

PostPosted: Sun Aug 31, 2008 9:45 pm    Post subject: Reply with quote

[quote="Stratadrake"]This is not a hard idea to actually code, however some users have [i]hundreds[/i] of fans and/or favorite artists, it would not be practical for the server to be displaying them all.[/quote]

Wouldn't be too hard on the server if it's done with ajax based system.
_________________
You will obey or molten silver will be poured into your ears.
Back to top
View user's profile Send private message Visit poster's website
Sora121
Developer


Joined: 02 Oct 2006
Posts: 2591
Location: I'm here some place

PostPosted: Mon Sep 01, 2008 9:20 pm    Post subject: Reply with quote

[quote="cstdenis"][quote="Stratadrake"]This is not a hard idea to actually code, however some users have [i]hundreds[/i] of fans and/or favorite artists, it would not be practical for the server to be displaying them all.[/quote]

Wouldn't be too hard on the server if it's done with ajax based system.[/quote]

That would be a triggered function using something like onblur, and onfocus.
An un-loaded artist would be set up like this:
<span id="fav_{$fav_row_id}" onfocus="loadNextUser(this.id)">&nbsp;</span>

Yeah, I could see it wouldn't be too hard to do.
But the one thing we would need to worry about, is, what if a user decides to scroll back and forth multiple times?
That would cause quite a number of requests to the server. But I guess you could place a 1-2 second delay timer on it, or something.
Back to top
View user's profile Send private message MSN Messenger
Stratadrake
Elder Than Dirt


Joined: 05 May 2004
Posts: 13721
Location: Moo

PostPosted: Tue Sep 02, 2008 4:15 am    Post subject: Reply with quote

onFocus and onBlur refer to the system focus and not visibility, when scrolling it is the scrollbar that has the focus, not its contents. But if I recall correctly, AJAX request data can be stored as a Javascript variable and thus cached.

Besides, the only thing we really need to monitor is if the user scrolls past the end of the list, and extend the container's .innerHTML accordingly.
_________________
Strata here: [url=http://www.nanowrimo.org/eng/user/242293]Nanowrimo[/url] - [url=www.fanart-central.net/user-Stratadrake.php]FAC[/url] - [url=http://stratadrake.deviantart.com]dA[/url] - [url=www.furaffinity.net/user/Stratadrake/]FA[/url]
[size=9]Disclaimer: Posts may contain URLs. Click [url=http://tvtropes.org/pmwiki/pmwiki.php/Main/TVTropesWillRuinYourLife]at your own risk.[/url][/size]
Back to top
View user's profile Send private message
Kirbyt
Still very bored


Joined: 31 May 2008
Posts: 356
Location: Flint, Michigan

PostPosted: Sun Oct 19, 2008 12:32 pm    Post subject: Reply with quote

So can there be when you only see 10, 15, or 20 user you could see?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    www.fanart-central.net Forum Index -> FAC Site Discussion All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum