• What are you working on? v6
    4,671 replies, posted
Maybe some colors? I don't know, it looks too bland right now.
The second one is unreadable I mean, black on black
preg_replace is great [url]http://jung3o.com/!-!/cigniter/forum/t/3[/url]
Well that didn't help me much considering I already knew about the contrast issues, I even stated that. Is there any problem with the layout? The texture usage? Fonts? Borders? Padding? Anything?
[QUOTE=amcfaggot;33104225]Well that didn't help me much considering I already knew about the contrast issues, I even stated that. Is there any problem with the layout? The texture usage? Fonts? Borders? Padding? Anything?[/QUOTE] The footer / link area looks really out of place. Perhaps adding more content would fix the issue.
[url]http://www.google.com/search?q=do+a+barrel+roll[/url]
[QUOTE=KmartSqrl;33105193][url]http://www.google.com/search?q=do+a+barrel+roll[/url][/QUOTE] Things like this are why Google are awesome.
I forgot to post this before I left for college; I agree the footer area seems larger than it needs to be for its content. I'll try and think of stuff for that. [IMG]http://i.imgur.com/DekpJ.png[/IMG]
textures are gross, especially the one on the logo text, it's kind of blurry. also do not like the _ under the c in mcwatters
[QUOTE=pepsi cola;33106847]textures are gross, especially the one on the logo text, it's kind of blurry.[/QUOTE] I disagree. [QUOTE=pepsi cola;33106847]also do not like the _ under the c in mcwatters[/QUOTE] While you might not like it, my name is pronounced "An drew Mac Watt ers" and the underlined and risen C denotes the pronunciation as such. Other Mac/Mc names which denote their notation as such are pronounced as such. Other Mac/Mc names may use other methods of symbolizing this, either by ' or two dots as well. [img]http://www.examiner.com/images/blog/replicate/EXID15166/images/the_more_you_know2(7).jpg[/img] [editline]3rd November 2011[/editline] I guess there's not much else I can get critique for, so I'll change up the footer, possibly add a bit of background to the header behind the subtext, and write the markup.
It's not what I'm working on, but I logged on and saw this [t]http://i.imgur.com/MXJix.png[/t] It has stopped working :v:
Time for a stupid question: I feel like there's a lot of redundancy in my work a lot I'll have PHP websites that are basically all the same template, just with different content Is there some way I should be using PHP to basically make my sites a template so that I don't have to edit every file in the site for every design change I make? I remembered that forums use templates and just call PHP functions to build their pages, is that how I should be doing my large sites? Or am I just over complicating things and trying to find an advanced solution for a non-problem?
[QUOTE=amcfaggot;33106932]I disagree. While you might not like it, my name is pronounced "An drew Mac Watt ers" and the underlined and risen C denotes the pronunciation as such. Other Mac/Mc names which denote their notation as such are pronounced as such. Other Mac/Mc names may use other methods of symbolizing this, either by ' or two dots as well. [img]http://www.examiner.com/images/blog/replicate/EXID15166/images/the_more_you_know2(7).jpg[/img] [editline]3rd November 2011[/editline] I guess there's not much else I can get critique for, so I'll change up the footer, possibly add a bit of background to the header behind the subtext, and write the markup.[/QUOTE] but the textures are gross p.s. what should i make guys im bored
I know! A site :v:
[QUOTE=Kopimi;33107347]Time for a stupid question: I feel like there's a lot of redundancy in my work a lot I'll have PHP websites that are basically all the same template, just with different content Is there some way I should be using PHP to basically make my sites a template so that I don't have to edit every file in the site for every design change I make? I remembered that forums use templates and just call PHP functions to build their pages, is that how I should be doing my large sites? Or am I just over complicating things and trying to find an advanced solution for a non-problem?[/QUOTE] Make it a dynamic css using php header!
[QUOTE=Kopimi;33107347]Time for a stupid question: I feel like there's a lot of redundancy in my work a lot I'll have PHP websites that are basically all the same template, just with different content Is there some way I should be using PHP to basically make my sites a template so that I don't have to edit every file in the site for every design change I make? I remembered that forums use templates and just call PHP functions to build their pages, is that how I should be doing my large sites? Or am I just over complicating things and trying to find an advanced solution for a non-problem?[/QUOTE] That's not over-complicating in my opinion, and in fact, sometimes may be a necessity to avoid rewriting the same old stuff and keep continuity. For large sites, I would say it's a must, if you're not already using frameworks to take care of it.
well, time to put up the google analytics code on my pages. [editline]3rd November 2011[/editline] my post :tinfoil: you broke my merge
[QUOTE=amcfaggot;33106026]I forgot to post this before I left for college; I agree the footer area seems larger than it needs to be for its content. I'll try and think of stuff for that. [IMG]http://i.imgur.com/DekpJ.png[/IMG][/QUOTE] I'd try to find a better leather-ish(?) texture, that one seems a bit off..I'm quite liking the rest, however, great job!
Okie dokie, I'll try looking for one now. Thanks!
how about you go back to something minimalist and not all grunge-y because yeah and what KIND of site?
[QUOTE=amcfaggot;33107584]Okie dokie, I'll try looking for one now. Thanks![/QUOTE] I thought you liked it. Why the sudden change of mind? [sp]stinkyjoe is god[/sp]
[QUOTE=zzlawlzz;33107523]Make it a dynamic css using php header![/QUOTE] I can handle the CSS fine, the issue comes up when I have something like a navbar for instance, which appears on all pages of the site, and I need to add a link to it. I have to go through every page on the site and manually change the HTML so that the link appears. I've tried creating a PHP function that echoes the navbar when called, but it just feels so hacky and half-assed that I really don't feel right using it. I'm really not an experienced web developer, I don't know any standards and really, until someone points out that I'm doing something totally against webdev standards I'm completely unaware, which is why I like coming to you guys and asking what the "proper" way of doing things is [editline]3rd November 2011[/editline] [QUOTE=StinkyJoe;33107556]I'd try to find a better leather-ish(?) texture, that one seems a bit off..I'm quite liking the rest, however, great job![/QUOTE] I like the texture itself, I just feel like it's A. low res compared to the background, and B. the gradient feels kind of awkward and overdone.
[QUOTE=Kopimi;33107894]I can handle the CSS fine, the issue comes up when I have something like a navbar for instance, which appears on all pages of the site, and I need to add a link to it. I have to go through every page on the site and manually change the HTML so that the link appears. I've tried creating a PHP function that echoes the navbar when called, but it just feels so hacky and half-assed that I really don't feel right using it. I'm really not an experienced web developer, I don't know any standards and really, until someone points out that I'm doing something totally against webdev standards I'm completely unaware, which is why I like coming to you guys and asking what the "proper" way of doing things is [editline]3rd November 2011[/editline] I like the texture itself, I just feel like it's A. low res compared to the background, and B. the gradient feels kind of awkward and overdone.[/QUOTE] I'm pretty sure 99% of my code is crap. You're not alone.
[QUOTE=jaybuz;33107845] [sp]stinkyjoe is god[/sp][/QUOTE] i could out-design that bastard any day
[QUOTE=pepsi cola;33108042]i could out-design that bastard any day[/QUOTE] Are you challenging him to a [B]DUEL[/B]?
[QUOTE=pepsi cola;33108042]i could out-design that bastard any day[/QUOTE] Bring it on, bitch.
[img]http://i.minus.com/iLViJSyK5x5gO.png[/img] Making a blank template, is this good? I know it is a little barren right now but grade me on what you see. EDIT: Wow that bottom bar isn't aligned, ignore that. [editline]3rd November 2011[/editline] [QUOTE=StinkyJoe;33108259]Bring it on, bitch.[/QUOTE] Design off!
[QUOTE=toaster468;33108270]Design off![/QUOTE] I'd win anyway, by default, he'd never finish his part. buuuurnnn
[QUOTE=toaster468;33108270][img]http://i.minus.com/iLViJSyK5x5gO.png[/img] Making a blank template, is this good? I know it is a little barren right now but grade me on what you see. EDIT: Wow that bottom bar isn't aligned, ignore that. [editline]3rd November 2011[/editline] Design off![/QUOTE] Looks like facepunch
[QUOTE=toaster468;33108270]Design off![/QUOTE] Or they could have a rap battle with lorem ipsum. A designer's best placeholder!
Sorry, you need to Log In to post a reply to this thread.