• What are you working on? v6
    4,671 replies, posted
Why all the permabans? Maybe webdev needs Cosmos.is again!.......
[QUOTE=adamjon858;31493160]Why all the permabans? Maybe webdev needs Cosmos.is again!.......[/QUOTE] Lets do it.
[QUOTE=adamjon858;31493160]Why all the permabans? Maybe webdev needs Cosmos.is again!.......[/QUOTE] what is cosmos.is?
[QUOTE=Ac!dL3ak;31493580]what is cosmos.is?[/QUOTE] [url]http://www.facepunch.com/threads/1069976-Fun-Community-Project[/url]
[QUOTE=Rashy;31493636][url]http://www.facepunch.com/threads/1069976-Fun-Community-Project[/url][/QUOTE] sounds fun
[QUOTE=Rashy;31493636][url]http://www.facepunch.com/threads/1069976-Fun-Community-Project[/url][/QUOTE] Sounds [I]awesome![/I]
RIP tdoyle
cosmos.is sounds like a cool project but it seems like it needs more order in making and choosing whats in it etc. Because after skimming that thread I'm still unsure what was actually meant to be in it.
[QUOTE=RELAXiN;31500705]cosmos.is sounds like a cool project but it seems like it needs more order in making and choosing whats in it etc. Because after skimming that thread I'm still unsure what was actually meant to be in it.[/QUOTE] I dunno either. Need to figure that out one of these days.....
It was one of those things that you assumed everybody else had figured out and just went with it because you though everybody else knew and didn't want to look like an idiot. When in fact everybody was this way.
[img]http://dl.dropbox.com/u/1439918/Pics/2011-08-03_0248.png[/img] :rolleye:
[QUOTE=Wobbier;31491144]I want to get every third row from the database starting at the third row desc. This is what I have and it works fine for grabbing the image. But I cant get the `link` column from the database. [code] $row1 = mysql_query("SELECT * FROM ( SELECT @row := @row +1 AS rownum, image FROM (SELECT @row :=0) r, projects ORDER BY id DESC ) ranked WHERE rownum %3 =1 "); <div class='col'> <?php while($row = mysql_fetch_array( $row1 )){ echo '<a href="'.$row['link'].'"><img src="'.$row['image'].'" /></a>'; } ?> </div> [/code][/QUOTE] that's slow
Is it possible to do <!-- if FF2.0 --> or something similar for CSS like <!-- if IE6 -->? Because FF3.0 and older don't support custom fonts, which fucks up how my website looks for my client (he has FF2.0, so I told him to update, but still).
[QUOTE=Crhem van der B;31502021]Is it possible to do <!-- if FF2.0 --> or something similar for CSS like <!-- if IE6 -->? Because FF3.0 and older don't support custom fonts, which fucks up how my website looks for my client (he has FF2.0, so I told him to update, but still).[/QUOTE] well use fallback fonts
Yeah but it's fucking up more things than just the font..
[QUOTE=Crhem van der B;31502931]Yeah but it's fucking up more things than just the font..[/QUOTE] Like?
[QUOTE=Crhem van der B;31502931]Yeah but it's fucking up more things than just the font..[/QUOTE] don't hack around it for separate browsers, fix the real problem
And it doesn't have to look the same across all browsers. [editline]3rd August 2011[/editline] Also I find most of the time when I have issues with cross browser compatibility was because I was doing it wrong.
The problem is that people use browsers like FF2.0. Fixing it will be a headache without ruining how the site should actually look. The other problem beside the font, is that something like this: [code] .Top-Field li:hover{ background:#232838; color:white; } [/code] Doesn't work. The text becomes white only when you hover on the text, but not in the li. And another thing - also related to the custom font - using Arial/Helvetica, since the font is bigger, the button becomes too big. But if the custom font works, it's the correct size. So I need to do different font-size for FF3.0 and older. Really, even IE6 supports custom fonts and display the site better than FF3.0 and older.. [editline]3rd August 2011[/editline] Well I fixed the CSS hover thing, but now to fix the font-size..
Playing around...can't seem to get the feel I want yet. [URL=http://imgur.com/DAqv8.jpg][IMG]http://i.imgur.com/DAqv8t.jpg[/IMG][/URL] [URL=http://imgur.com/KAJ6a.jpg][IMG]http://i.imgur.com/KAJ6at.jpg[/IMG][/URL] [i]click for fullsize[/i]
[QUOTE=adamjon858;31510919]Playing around...can't seem to get the feel I want yet. [URL=http://imgur.com/DAqv8.jpg][IMG]http://i.imgur.com/DAqv8t.jpg[/IMG][/URL] [i]click for fullsize[/i][/QUOTE] I love this one! Looks awesome!
So I am making one of my first websites, it is for a friend (Yes I know it is nothing like what you guys make but it is something and it is still getting improvements) [thumb]http://gyazo.com/688bcfe1e346a71150e48460fb1c9849.png[/thumb] It uses php and includes and such This is the one that someone else made [thumb]http://gyazo.com/6560f8614ea7a1f5d6b3df0fce64cc48.png[/thumb] It is mostly an image, and it doesn't resize with the window Made with dreamweaver templates and html Which do you guys prefer? Agree for the first Disagree for the second Also some improvement tips are welcome!
Contrast on logo makes it so hard to read, background image is wtf, stop rounding shit until you know how to do it, add some color into the buttons at the top, padding on the buttons, and don't use Times New Roman.
[QUOTE=adamjon858;31511627]Contrast on logo makes it so hard to read, background image is wtf, stop rounding shit until you know how to do it, add some color into the buttons at the top, padding on the buttons, and don't use Times New Roman.[/QUOTE] May I help to remind you that the first one is by me, and the second one by another person? And that I am still working on it (What are you working on?)?
[QUOTE=uitham;31512426]May I help to remind you that the first one is by me, and the second one by another person? And that I am still working on it (What are you working on?)?[/QUOTE] May I remind you but this is a thread for constructive criticism if you don't like your work getting commented on then I'd advise you not to post in this thread.
[QUOTE=Jelly;31512497]May I remind you but this is a thread for constructive criticism if you don't like your work getting commented on then I'd advise you not to post in this thread.[/QUOTE] Excuse me for a moment and let me explain. I thought he sounded like he was thinking that I made the latter, not the first one. I.E the times new roman. The one by me doesn't use Times New Roman, and I can't take comments on something I didn't make. And I didn't make any logo. (yet)
[QUOTE=uitham;31513967]Excuse me for a moment and let me explain. I thought he sounded like he was thinking that I made the latter, not the first one. I.E the times new roman. The one by me doesn't use Times New Roman, and I can't take comments on something I didn't make. And I didn't make any logo. (yet)[/QUOTE] All of what he said apart from the Times New Roman bit still applies fully to your version though.
[QUOTE=adamjon858;31510919]Playing around...can't seem to get the feel I want yet. [URL=http://imgur.com/DAqv8.jpg][IMG]http://i.imgur.com/DAqv8t.jpg[/IMG][/URL] [URL=http://imgur.com/KAJ6a.jpg][IMG]http://i.imgur.com/KAJ6at.jpg[/IMG][/URL] [i]click for fullsize[/i][/QUOTE] I really like your first design, although the background looks a little washed out on my monitor. I think the rich blue from your second design would work nicely as the background on #1.
More redesigning in progress for Ironswine. I'm pretty happy with the top half of the design so far, but it's all still a WIP. CC appreciated :) [URL=http://imgur.com/skqTR.png][IMG]http://i.imgur.com/skqTRt.png[/IMG][/URL]
[QUOTE=Jorgon;31518979]More redesigning in progress for Ironswine. I'm pretty happy with the top half of the design so far, but it's all still a WIP. CC appreciated :) [URL=http://imgur.com/skqTR.png][IMG]http://i.imgur.com/skqTRt.png[/IMG][/URL][/QUOTE] I'd probably change the font on it as the navbar's font seems off from the rest of the site, I presume you'll make everything in the 2nd half align and be straight. Also you might want the 10 replys button to change and having them square might look nicer, not to sure. But other wise it looks really, really good compared to other flash game sites.
Sorry, you need to Log In to post a reply to this thread.