brianmcdoogle
Member
Will www.secondapps.com/mockup be updated as you play with the design some more?
What font is the text in that mockup?
Will www.secondapps.com/mockup be updated as you play with the design some more?
What font is the text in that mockup?
I tried to log into the normal, non-web app NeoGAF site on my iPad 2 today and it redirected me to the web app. Is there no way to access the normal site from a tablet now? Drives me nuts that sites like YouTube treat a wifi iPad 2 as a cell phone.
Try deleting all of your cookies.Ever since I changed my password I can't seem to stay logged in to the web app.
Is this a known issue? Is there a fix I can do?
It broke. Rather than fix it I've been rebuilding the entire web app from scratch.This might be an old question - any reason search doesn't exist anymore?
Sounds like you're doing it wrong. There is no such redirect that I'm aware of. If the address says "secondapps" when you are logging in, then you are on the wrong web site.I tried to log into the normal, non-web app NeoGAF site on my iPad 2 today and it redirected me to the web app. Is there no way to access the normal site from a tablet now? Drives me nuts that sites like YouTube treat a wifi iPad 2 as a cell phone.
Is it just me or does anyone else noticed that you can't subscribe to threads any more
I suggested this some time ago but it fell on deaf ears. =(The killer feature of this webapp should be dynamic insertion of smily faces...or rather...keying off the :lol tag and replacing with the actual laughing face dude.
It'd be like GAFGold for the rest of us!
Can you guys see individual posts in the webapp??
For a while now every time someone links to a single post it just shows an empty post for me.
http://www.neogaf.com/forum/showpost.php?p=35414323&postcount=2981
Alright... I'm sorry to derail the thread for a moment, but I need help.
Ever since yesterday morning, I have inexplicably been unable to start threads or send/receive PM's. When I go to make a thread, I get this:
![]()
When I go to send a PM, it tells me my storage quota is full, no matter how many messages I delete (I only have 91 PM's).
Since I can't PM any of the mods to help me figure this out, I feel completely locked out from any helpful avenues. I'm running out of ideas here, so I thought I'd appeal to some of you in this thread to PM some of the mods to have them look into this.
It's like I have been moved into some limited member group or something. I don't think I've been Junior'ed, since my tag is still intact.
Any help will be GREATLY appreciated at this point, as I am getting pretty frustrated now.
You need GAF Platinum to start new threads and send PMs.
I had it, but I downgraded to gold once the subscription fee went up $10/month. Gold has everything I need... like smilies.![]()
You knew this would come back to bite you in the ass one day. Hope you get it sorted out!
PMed charlequin for you, I've heard he's always willing to help people out
Alright... I'm sorry to derail the thread for a moment, but I need help.
Ever since yesterday morning, I have inexplicably been unable to start threads or send/receive PM's.
Mockup site looks wonderful on a Windows Phone, thanks!!
Sorry, just noticed an important paragraph I somehow skipped in one of your posts, and your last post. Thanks again for all the great work.Please re-read my posts, Letters. I addressed several of your issues.
Is there still going to be a black version?
cjelly and J Tourettes, there can be an invert colors/black and white theme. However, that might be an Evilore decision.
I think they're just not implemented yet.I logged in on my iPhone and none of the User Features links work. Clicking any of the Subscribed Threads, Profile, PM's, etc just auto-snaps the page to the top.
The gaming/OT/Community/FAQ thread links work though.
3 ads? Are you logged in? I get one at the top and one at the bottom?I thought a while back it was decided that there was going to be only 1 ad in each thread, not three. That is a bummer, but other than that, it looks fine.
I thought a while back it was decided that there was going to be only 1 ad in each thread, not three. That is a bummer, but other than that, it looks fine.
The graphics will definitely be made Retina/high-res/not-blurry on iPhone 4. I have already planned for that feature. However, that is probably going to be the last thing I do.
What is NeoGAF Prime that I keep seeing being mentioned?
Looks good so far, but what happened to all the extra options such as jump to page, via a toolbar? You seemed to be against shoving extra options or info at the footer yet now the only way to see the page info or even make a post/thread, is to scroll all the way down (or jump, of course). Found this odd considering previous posts.Progress Update:
I've been able to make a lot of progress on the rewrite this past week. I'm probably a bit more than 50% done. The web app is usable although you can't yet post or do many of the things a logged in user would have. You can read the forums just fine, though.
Now that I decided how I wanted to properly separate the parsing and display code, adding the remaining missing features should go much smoother. This new codebase is going to make fixes and adding features MUCH easier in the future. Before, if NeoGAF Prime changed, it was a pain to fix the web app because I would often have to make the corrections in several places. Now, everything is a function (for example: Want to parse a post's data? I can now call a universal parsePost() function).
I've decided to scale back my original idea of having a header toolbar, at least for the time being. Instead, I'm making the controls work like the current web app in that there will be a search button in the top right instead. Everything else is basically the same control wise. I can revisit the toolbar idea in the future but adding it now would just slow me down.
Nifty things
- The "Goto Last Unread Post" feature works. I've been testing this all week and it seems to be working fine. Just tap the arrow on a thread listing. The behavior works the same as NeoGAF Prime.
- All the UI graphics are now stored in a single pallet image. This should speed up downloads on 3G and make the need for an "UI Images off" feature unnecessary.
- I redesigned the main menu to make things like logging out and setting preferences easier to find.
- No more table tags.
- There are dummy ad images in place but so far I've not found them to be a nuisance. They actually look good in the new design.
- The search box will be contextual. If you are viewing a thread, the default behavior of the search box will be to search only that thread. However, every search box has an "Advanced" button that will go to a fill fledged search screen.
- Whether posts are read/unread is now entirely determined based on what NeoGAF prime says. So, if you read a thread on your desktop and then go mobile, it will be reflected there also.
- Embedding YouTube videos is now enabled for all users. There will probably be a preference setting to disable it
Some things to consider
- I'm going to remove the option to reorder the main menu. The reason being is that the forum list is now dynamically generated based on the order and availability of forums on NeoGAF Prime. This is helpful if they add new forums in the future or decide the change the order, it will be automatically reflected on the mobile app.
- Pagination information is only at the bottom now (eg. Page 1 of 20). I don't think it'll be a big issue since you change pages at the bottom anyway. To have it at the top also would really cut into screen real-estate.
- I'm considering adding some "Tap and hold" features if I can get them to reliably work. For example, tapping and holding the logo might prompt a "Jump to forum" option or tapping and holding the "Next Page" button can jump you to the last page. However, this is very tricky so I'm not making any promises. I'd like to do it without using jQuery, if possible, which isn't easy. Also, some browsers have special behaviors when tap-and-holding an anchor that might make this feature unrealistic.
Yeah, it was fun while it lasted but it pretty much played it's role and there's no real point in furthering those ideas. I really like Timan's look, digging it in the mockup too.Moving forward
I want to thank everyone for all the design suggestions. As you'll be able to see on the mockup link below, I've gone with a mix of Timan and my original design. Please, NO MORE MOCKUPS! Moving forward, I don't really want any more design feedback. It's up to me and Evilore to decide from now on or this redesign will never get done.
Sweet! Glad to hear this.The graphics will definitely be made Retina/high-res/not-blurry on iPhone 4. I have already planned for that feature. However, that is probably going to be the last thing I do.
It simply is another way to refer to the main NeoGAF site that you are currently using, i.e. Desktop browser GAF.What is NeoGAF Prime that I keep seeing being mentioned?
You know what, I always wondered why the green. Wouldn't it be neater looking if it were orange, similar in shade to primeGAF? That's how I have it setup for my post highlight extension on GAF.Oops. I forgot about highlighting the user's posts (only did their quotes). If you refresh, you should see your posts now as green but to make it look good I'll have to edit the image pallet later.