I'd suggest PT Sans, Droid Sans, Open Sans or Source Sans Pro. You can find them on Google Fonts.
I'd suggest PT Sans, Droid Sans, Open Sans or Source Sans Pro. You can find them on Google Fonts.
Semi-working on a web-app for Facepunch since Overv got banned. This is from it using Hexxeh's API.
Sorry for jumping off track, but is his app still safe to use? I have no clue what's going on.
Well, it stores your session ID - so potentially not.
Edited:
Gran PC posted:
What a coincidence, so am I, but I'm writing the scraper myself.
Do you think that's actually worth it? Hexxeh's API has pretty much all you'd need.
After seeing the way Hexxeh acted towards Overv over that API, I'm not touching the thing.
You'll be in the same pickle as Overv was though if garry decides to ban your scrapers IP
Uh, would you be stupid enough to try getting into Mod CP using hijacked sessions? I doubt it.
www.highlikes.com
I'm quite unexpirienced with web development, so this was made with the help of wordpress with a few minor changes in the code.
He can have fun with that. I'll just reboot my router.
Edited:
I don't even need access to that. All I'm doing is scraping the page for forums, threads and posts. Then firing a bit of POST data back If I need to login or make a post.
Neither did Overv, if I'm correct - yet he still tried to get into it.
That may be, but why do you think I have any interest in getting into it?
I want to browse FP nicely on my phone, the stock site can't do that because the page source is a massive fucking mess and my poor single core phone freaks out trying to render the rats nest that is FP.
I'm also sick of these FP apps randomly crapping out for days at a time, so I think I will just do it myself and fix any issues that come up by myself.
Fair enough. That's a good reason for having a mobile version of FP as the competition too
I'm working on a fairly simple one my self, too: http://pdo.elementfx.com/fpmobile
Trying to figure out how the hell to md5 the password clientside.
I've learned more working for what I love as opposed to doing work for someone else.
I'm sure you can do it with a library, I think the last time I tried to do a MD5 hash in Javascript, I was using node.js and just gave up.
Indeed, I've got past that now.
(Thanks to the guy who PM'd me one.)
Logging in works, as does the initial homepage with forum lists - that's about it so far.
http://pdo.elementfx.com/fpmobile/index.php
http://ellis.comuf.com/
Nearly 100% finished now. Just gotta move some things about.
cc?
The site is slow because I'm using a shitty free web host. I also should really fix the background so it doesn't tile so visibly.
apart from loading really slow it is plain awesome
In #mainContainerIntContent remove position and height, for paragraphs you don't need to set a specific height and position.
You really need to improve that footer, maybe a bigger font-size and/or change the font, try also put that in that green stuff.
Thanks.
I should mention, the inline css is because I realized I actually have a close deadline, so I rushed it.![]()
For the footer, maybe I should center it vertically inside the green stuff. (it's grass)
Oh, and thanks a lot.
Change the background color to match the blue in the background image. The image takes a little longer to load, so by using similar colours the transition will be much more subtle.
Edited:
And align the headers and paragraphs to each other on the About page
Thanks! I changed the body background colour to the same colour of the grass, so that it works on all screen sizes. I could use jQuery to have it as blue until the page loads maybe?
I'd like to say now I'm not willing to make changes to the code which will make me have to go through shit forever due to having a slim deadline.
Also I don't understand what you mean by aligning the headers and paragraphs to each other, align which to what?
edit: oh do you mean horizontally?
![]()
Yeah that looks much better. I'm still seeing a grey background while the page loads. Use the blue colour on #bottomBg
I haven't updated the site yet, I'm editing the files on my machine, I'll upload them later. It's for schoolwork, I only stuck it on a server to get CC.And thanks.
Nice site you have there. One little pet peeve I have about it though is that you didn't make a container for the images in the gallery, and instead lined them up using margins for the <img> and <h3> tag. And then on top of that, the margin gets bigger and bigger the farther you go down. I don't know if you have time to fix that, but each image link should be contained in their own div or even an unordered list at the very least. That way your margins aren't ridiculous numbers.
Here it is!
http://facepunch.com/showthread.php?t=1219236
These are all really, really busy.
I know, I love simplicity. But this was just for fun. I think the sticker one is the only one that's really busy.
So I learned about http://stackoverflow.com/questions/3...css-background and quickly made this:
The dots with lines move up and down.(chrome only)
link: http://davidjokinen.tumblr.com/
it still blows my mind that is can be done. I can't wait to play with it more.
You could always just have the canvas itself behind the header. It'd be compatible with non-webkit browsers and all that jazz, which is nice.
First attempt for the fp challenge. First time working out a design in photoshop. I usually just instantly start with html and css. Wish I was better at design... Guess I have to practice more.
![]()
If you want, the contest also allows you to work in HTML.
I wonder how MetroPunch would look...
I know, but I want to practice. I'll never get any good if I just ignore it.