• What are you working on? v7
    7,420 replies, posted
[QUOTE=JohnD;39150503]Oooh, how'd you get those protobufs?[/QUOTE] They're contained with an XML file. Open their web client whilst you have the Chrome debug tools network tab open, you'll see it request a few XML files. The specs are contained within two of them.
I know there's already lots of these around but [url]https://github.com/MattWalton12/SteamAPIPHP[/url] This one uses the real steam api instead of profile/&xml=1
How is this rendering for everyone? [url]https://dl.dropbox.com/u/52732348/JK%20Portfolio/index.html[/url] I can't understand why it bounces in the start O.o
[QUOTE=xmariusx;39169607]I can't understand why it bounces in the start O.o[/QUOTE] Yes, it's very weird, I can't tell why.
[QUOTE=xmariusx;39169607]How is this rendering for everyone? [url]https://dl.dropbox.com/u/52732348/JK%20Portfolio/index.html[/url] I can't understand why it bounces in the start O.o[/QUOTE] Doesn't do that in Firefox, but it doesn't do anything at all.. Also - why are you using images from [url]http://lorempixel.com/[/url] and not using it directly from lorempixel's url? [code]<img src="http://lorempixel.com/400/200/sports/1/" alt="..."/>[/code] I'll take a guess that the CSS3 transitions are changing the width of the image (greater than 200px), so are pushing the other elements around the page. But I'm not sure. After refreshing the page quite a lot - it seems random, sometime it displays correctly. But most of the time it jumps about. Maybe it's related to the images loading on the page?
1. I've only used -webkit- prefix for this demo ;) 2. Didn't know you could do that. I just pressed a button and got some images :v: 3. Chrome doesn't change the width of the image, as far as the web inspector could show me. 4. Might be as it works perfectly locally. edit: 3. is not true. Chrome do change the with as the animation goes. but that's obviously not the problem (see 4.)
Anyone want a [url]https://koding.com[/url] invite? I've got 3 left.
I'd like one please, if you don't mind!
Revamped my homepage and went full everything on anything. [URL="http://saming.free.fr"]Link to the full thing.[/URL] [IMG]http://i.imgur.com/xifCc.png[/IMG] Compare it with the [URL="http://saming.free.fr/oldhome/1"]old one[/URL] if you want.
[QUOTE=StinkyJoe;39170383]Anyone want a [url]https://koding.com[/url] invite? I've got 3 left.[/QUOTE] yes please!
[QUOTE=StinkyJoe;39170383]Anyone want a [url]https://koding.com[/url] invite? I've got 3 left.[/QUOTE] I would enjoy one if you still have them!
[QUOTE=StinkyJoe;39170383]Anyone want a [url]https://koding.com[/url] invite? I've got 3 left.[/QUOTE] cloud programming. that's pretty cool. I'm guessing 3 are all taken already.
[QUOTE=saming;39170445]Revamped my homepage and went full everything on anything. [URL="http://saming.free.fr"]Link to the full thing.[/URL] [IMG]http://i.imgur.com/xifCc.png[/IMG] Compare it with the [URL="http://saming.free.fr/oldhome/1"]old one[/URL] if you want.[/QUOTE] [img]http://i.imgur.com/fg6bz.png[/img] Its misbehaving.
[QUOTE=SGI Onyx;39170924]Its misbehaving.[/QUOTE] Bad boy, he's going to get a beating don't worry. EDIT: I can't seem to replicate the bug on my side using Chrome 23 or Firefox 17. If you've got a bit of time (ie. bored), you can tinker with the Web Inspector and tell me if you find the cause ? Completely optional, if you don't want to that's totally ok.
[QUOTE=xmariusx;39170233]1. I've only used -webkit- prefix for this demo ;) 2. Didn't know you could do that. I just pressed a button and got some images :v: 3. Chrome doesn't change the width of the image, as far as the web inspector could show me. 4. Might be as it works perfectly locally. edit: 3. is not true. Chrome do change the with as the animation goes. but that's obviously not the problem (see 4.)[/QUOTE] Changing from from display:inline-block; to float:left worked! :D
[QUOTE=StinkyJoe;39170383]Anyone want a [url]https://koding.com[/url] invite? I've got 3 left.[/QUOTE] Guessing they're all taken, but if not, I'd like one!
[QUOTE=xmariusx;39169607]How is this rendering for everyone? [url]https://dl.dropbox.com/u/52732348/JK%20Portfolio/index.html[/url] I can't understand why it bounces in the start O.o[/QUOTE] The images don't render for me, I only realised they were there when I clicked and dragged (I'm in the latest Chrome). Is that intentional? [editline]10th January 2013[/editline] [QUOTE=saming;39170956]Bad boy, he's going to get a beating don't worry. EDIT: I can't seem to replicate the bug on my side using Chrome 23 or Firefox 17. If you've got a bit of time (ie. bored), you can tinker with the Web Inspector and tell me if you find the cause ? Completely optional, if you don't want to that's totally ok.[/QUOTE]I see this issue also in Chrome. Additionally on my laptop's resolution there's way too much empty space above the content after the home page - might be worth altering so that it always vertically centers regardless of screen height?
[QUOTE=Emz;39171497]Additionally on my laptop's resolution there's way too much empty space above the content after the home page - might be worth altering so that it always vertically centers regardless of screen height?[/QUOTE] Good idea, I will get to do that.
[css] nav li:nth-child(1)::before { content: "&#128640;"; } [/css] Looks like it isn't positioning the font sprite properly. I'm guessing you are using a custom font for those icons anyway.
For me if I alter the line height of [I]nav li::before[/I] it looks better but not sure if that's the perfect way of fixing it.
[QUOTE=Emz;39171497]The images don't render for me, I only realised they were there when I clicked and dragged (I'm in the latest Chrome). Is that intentional? [editline]10th January 2013[/editline] I see this issue also in Chrome. Additionally on my laptop's resolution there's way too much empty space above the content after the home page - might be worth altering so that it always vertically centers regardless of screen height?[/QUOTE] Ya. I changed it, but now I have another problem :v: Look in the [i]Question that doesn't need there own thread[/i] thread
I have yet to see something like Koding executed well enough that I would actually want to use it
[QUOTE=KmartSqrl;39171915]I have yet to see something like Koding executed well enough that I would actually want to use it[/QUOTE] I've got an account on Koding, but don't use it very often - because it was really laggy and slow. (I've heard that it's improved a bit since I've last been on it.) But I'm sure with some more polishing it could work out well. The concept is great.
It's pretty much unusable. The interface is way too full of itself. The social aspect is interesting, has a few things that I'd like to see on github...overall not amazing at this point, but who knows, with some more work it might turn into something down the line.
I find the Steam API amazingly stupid in some aspects.
snip
So just installed linux. Recommended editor and other webdev required software? [thumb]http://ezyimg.info/G2M85D[/thumb]
[QUOTE=Miljaker;39181368]So just installed linux. Recommended editor and other webdev required software? [thumb]http://ezyimg.info/G2M85D[/thumb][/QUOTE] what dm are you using? also, chrome/chromium, and sublime text 2 ([url=https://gist.github.com/4081f0b8e7c15b046260]here's some config stuff for you[/url])
kde, already have chrome. Never really liked sublime because I couldn't be bothered with installing all the extensions. Guess I'll have to deal with it now.
Sublime Text 2. [editline]11th January 2013[/editline] oh woop clocks
Sorry, you need to Log In to post a reply to this thread.