boulder
Account Details
SteamID64 76561197991090950
SteamID3 [U:1:30825222]
SteamID32 STEAM_0:0:15412611
Country Uganda
Signed Up August 11, 2012
Last Posted July 5, 2018 at 8:18 PM
Posts 214 (0.1 per day)
Game Settings
In-game Sensitivity raw input
Windows Sensitivity 5
Raw Input 1
DPI
600
Resolution
1920x1080
Refresh Rate
120
Hardware Peripherals
Mouse razer death adder 2013
Keyboard corsair vengeance k60
Mousepad razer goliathus
Headphones corsair vengeance 1500
Monitor benq
1 2 3 4 5 6 ⋅⋅ 14
#4 Showstopper confirmed gay!??? in The Dumpster
duwatnaI quit

Yeah I wouldn't wanna be on that team anymore either

posted about 8 years ago
#1 Showstopper confirmed gay!??? in The Dumpster

Keep pressing 0 to hear him say it on repeat

https://www.youtube.com/watch?v=ztDec3WYzxU

posted about 8 years ago
#20 TF.TV Viewer (Unofficial) [Android] in TF2 General Discussion

Haha, nice try.

posted about 8 years ago
#18 TF.TV Viewer (Unofficial) [Android] in TF2 General Discussion
yttrium
Show Content
boulderLinks work, but broken links do not appear as broken so they're a little confusing. I've had a lot of people tell me links are broken, but everyone is just clicking the same stupid links in the S21 thread that don't work in the first place. There's no target specified on them.
The threads view is sometimes a little broken when doing pulldown refreshes, or getting the next page of elements. I haven't fully investigated that issue, but it works if you change between the sorting a couple times.
No, it appears that *links*, using the URL bbcode, are broken. If it's a plain text URL then it works fine. I tested this on the link I posted above, where I had text that wasn't the URL itself. I then tested it on an actual URL that someone just pasted that auto-linked, and that works fine.

I see, thanks. I have an HtmlTagHandler which is supposed to be handling those but I guess it's not.

posted about 8 years ago
#17 TF.TV Viewer (Unofficial) [Android] in TF2 General Discussion
brownymaster
Show Content
It would actually probably only take a day to make a responsive layout for this site. I could probably come up with some responsive CSS later this week.

EDIT: Fuck it, 30 minutes of effort with stylish, try this CSS out:
[code]@media (max-width:767px) {
#wrapper {
padding:0;
}
#sidebar-left, #sidebar-right, .header-banner {
display: none;
}
html, body, #wrapper, #content, #action-container, #thread-header, #thread-container, #action-container, #post-form-block, .header, .header-nav-container-inner, .header-nav, .footer, .reg-activation-notice, .footer-inner {
width:100%;
min-width:auto;
margin:0;
}
.bau, div#content > div:first-child {
margin:0;padding:0;max-width: 100%; overflow:hidden;
}
#thread-container {
border: 0;
}
.post {
border: 1px solid #b4b4b4;
margin-bottom: 20px;
}
.footer-inner-left, .footer-inner-right {
float: none;
text-align: center;
}
}[/code]

Requesting $100 for my consulting Kappa. I don't have ads so I can't actually see if they look good/bad (should be bad because they're suppose to be 758px or something). If you want to make it better, increase the size of the +frag/-frag buttons + font size. Still this should be vastly better.

EDIT2: Boulder, not sure how your app works but you should look into javascript injection. You can literally just add a <style> element with my code and it will have all the functionality but a different look.

Haha, thanks, I'd use your code but unfortunately I'm not leveraging webview's in the app at all. My original plan was to actually do what you're doing, but after fooling around with it for a week or so I just really didn't like how the pages felt. I feel like the UIs for mobile webapps just don't compare to phone app UIs at all. They just aren't as responsive. Plus I figured enigma would eventually throw together a mobile version of the site (which is something I think he's already doing as I've noticed little changed here and there which lean towards mobile design) and wanted to offer people something better than what would be offered with css styling.

posted about 8 years ago
#13 TF.TV Viewer (Unofficial) [Android] in TF2 General Discussion
yttriumSome feedback OP:
The pull down to refresh/reload shortcut should start from the bottom of the navbar. It's offset a bit. I assume this is because the web embed doesn't fit the bounds of the screen, which it should.

Yeah, that's just padding from the parent layout

Needs a little work on the CSS side. Black borders on content boxes are ugly.

Haha, yeah, that's one of the things I'm working on now. It's the thing I spent the least time on before release.

Tapping a thread should open the thread, you shouldn't have to tap an arrow next to the thread, especially because the tap is actually registered as an action to begin with.

Unfortunately that's something I'll likely leave in the app, but also a complaint I've heard from a number of different people. I'll probably make it a setting you can choose to include.

Try using fixed tabs rather than toggle buttons for the thread selection. Here's some documentation.

Haha, if you look in the Forums section of the app, you'll notice I actually use those. This was just another design choice since the tabs there don't really serve a function exactly similar to what the buttons do.

The app icon is also a little sloppy. I'll make you a new one when I get home.

That would be amazing! I'd really appreciate that. I attempted to make a sleeker version of the logo in Illustrator, but didn't have the original assets. And it was cutting into my development cycle. So I just lasso'd and cropped it from the biggest version of the logo I could find on google lol

EDIT: Upon viewing this post in the viewer, it seems list elements don't render correctly. Additionally links, although they appear clickable, don't actually do anything. Also the pull down to refresh doesn't reload the page for threads, but it does reload the overall thread list page.

Links work, but broken links do not appear as broken so they're a little confusing. I've had a lot of people tell me links are broken, but everyone is just clicking the same stupid links in the S21 thread that don't work in the first place. There's no target specified on them.
The threads view is sometimes a little broken when doing pulldown refreshes, or getting the next page of elements. I haven't fully investigated that issue, but it works if you change between the sorting a couple times.

What did you write it in, out of curiosity?

It's vanilla android, I haven't really bothered looking at any libraries because I'd like to try my hand at developing an API myself.

posted about 8 years ago
#5 TF.TV Viewer (Unofficial) [Android] in TF2 General Discussion
Geel9How much experience with PHP and MongoDB do you have?

I've mostly done javascript and SQL, but they're not much different. Add me on steam!

posted about 8 years ago
#4 TF.TV Viewer (Unofficial) [Android] in TF2 General Discussion
DuMmTmSounds great, the site runs decent on mobile but constantly having to zoom is pretty annoying
Also some support for links in tge app would be useful, since there are lots of imgur, yt and saloon.tf links here

Links work, but broken links don't display as broken. So you may be clicking on the links in the Season 21 stickied threads. I also haven't setup links in articles yet. Anything else might be a bug

posted about 8 years ago
#1 TF.TV Viewer (Unofficial) [Android] in TF2 General Discussion

Update 7/5/2018:

This is a small change, but it should increase usability significantly. I finally fixed the issue where a comment with multiple quotes would crash the app. This should reduce the number of crashes on the app significantly, and restrict the crashes that occur to page download failures, and random null pointer exceptions. Quotes now look better too! It was a gracious two for one change. I noticed that I don't actually have any kind of error reporting on the app so I'll try and maybe implement that soon if it's easy. That should help me to identify bugs that users are experiencing.

I'll try to restrict bumping this thread to important updates from here on out.

Happy browsing!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Update 6/26/2018:
Sup dudes,

Today I released the first ever update to the TF.TV Viewer (something that people have been emailing me about since I released the app). This is simply due to the fact that I've recently been blessed with more free-time than I used to have. From here on out I intend to continue to release updates until I find a job, or become satisfied with the state of the application.

Because of the skills that I've acquired over the time since I last worked on the app, I have a much better understanding of how to do things that I couldn't do before. In other words, along with the general updates and fixes that I'll be making to the app's existing functionality, I also intend to enable the app to interact with the tf tv site to enable voting, signin, posting, and commenting. So keep an eye out for that.

If there are any features or changes you're interested in aside from those mentioned, please let me know and I can try to add them to the task board.

If you're interested in seeing the specific changes I have planned, you can take a look here: https://trello.com/b/4pEtza6C/tftv-viewer

PM me if you wanna help work on the project, or email me stocklett at gmail dot com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sup boys,

I've been pretty annoyed for a while over the distinct lack of a mobile version of the website. So, like the way I do most things in my life, I made some impulsive decisions (Usually prefaced by "Fuck it, I'm gonna...") and I ended up making an android app for viewing the forums and articles on TeamFortress.tv.

At this point it's come together into something somewhat respectable, so I figured I'd share it with you guys. You can download it here:
https://play.google.com/store/apps/details?id=com.wherethismove.teamfortresstvmobile

Or by searching "TF.TV Viewer" in the google play store.

Keep in mind there may be some bugs and (for now) the app is only intended for viewing the forums/content on the website. You can't submit things through the app... yet. There's an active list of improvements/bugs I'm already maintaining, and you'll be able to view it once I get the info up on my webpage. I'll let you know when that happens.

Currently the only system I'm developing for is Android. If there's enough interest I'll be supporting this for a little while and the app will have more purpose than filling a line on my resume.That's another point too, if anyone knows where I can get a job programming in NYC lemme know. I'm graduating and I need a goddamn job.

PM me if you wanna help work on the project, or email me stocklett at gmail dot com

Maybe for occasional updates about the app (but mostly just for dumb jokes I think of) follow me on twitter @JohnBoulders

posted about 8 years ago
#25 clockw0rk making new team!? in TF2 General Discussion

tojo was just collateral.

posted about 8 years ago
#1 clockw0rk making new team!? in TF2 General Discussion

https://play.esea.net/teams/125610

posted about 8 years ago
#92 ESEA-O S21 Happenings/Predictions in TF2 General Discussion

hype

posted about 8 years ago
#55 What is the Best Flag of a Country? in Off Topic

https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Flag_of_German_Reich_(1935%E2%80%931945).svg/2000px-Flag_of_German_Reich_(1935%E2%80%931945).svg.png

posted about 8 years ago
#31 Dango pls respond in Off Topic
Show Content
Pharaohhttps://i.imgur.com/XvdXIH5.png?1
Does anyone have his contact info?
I'd like to talk to him about improving pugme and making some changes to the site.

Freestate has control of the repo now, and I'm talking to him. I'll try and pick up development on it. I'll have plenty of time this semester.

posted about 8 years ago
#27 New Tribes Ascend in Other Games

ODUBS BETA GOES DOWN TRIBES ASCEND BETA GOES UP
COINCIDENCE!?

posted about 8 years ago
1 2 3 4 5 6 ⋅⋅ 14