hai guis
[img]http://jung3o.com/i/img_191754.png[/img]
[QUOTE=Squad;34373606][IMG]http://i6.photobucket.com/albums/y207/yoman258/rDo05.png[/IMG]
I don't like how this came out, but I feel like the idea is in the right direction. Need some separation somehow.[/QUOTE]
I might be a bit late here, but this came to mind when I saw the logo.
[img]http://i44.tinypic.com/vcyn28.png[/img]
[editline]asd[/editline][editline]asd[/editline][editline]asd[/editline][editline]asd[/editline][editline]asd[/editline][editline]asd[/editline][editline]asd[/editline][editline]asd[/editline]
~~~~~Two posts down muthafuckerz~~~~~
[editline]asd[/editline][editline]asd[/editline][editline]asd[/editline][editline]asd[/editline][editline]asd[/editline][editline]asd[/editline][editline]asd[/editline][editline]asd[/editline]
Try a gradient on the menu and with the phone number etc and a dark border before the box-shadow on the images.
[QUOTE=Jelly;34583323]Try a gradient on the menu and with the phone number etc and a dark border before the box-shadow on the images.[/QUOTE]
like this?
[img]http://filesmelt.com/dl/demo_5.png[/img]
[QUOTE=wizard`;34583653]like this?
[img]http://filesmelt.com/dl/demo_5.png[/img][/QUOTE]
I meant leave the shadow the same brightness as is and add a 1px border like you have with the container. Experiment around with the shadow brightness and size as right not it's pretty obtrusive.
[QUOTE=Catdaemon;34573393]You were using root for everything before?
jesus fucking christ[/QUOTE]
real men use root for everything
Sup, working on a new site for a client:
[thumb]http://dl.dropbox.com/u/25318683/ProyectosDesarrollos.png[/thumb]
[url]http://pydpanama.com/[/url]
What do you think?
What do you guys think about using stock photography in some designs?
For example in the design above me, getting that huge skyline photo, if you can't find such a photo in google that you can use freely, it's alright to use stock photography?
Also, very nice design.
[QUOTE=Crhem van der B;34586317]What do you guys think about using stock photography in some designs?
For example in the design above me, getting that huge skyline photo, if you can't find such a photo in google that you can use freely, it's alright to use stock photography?
Also, very nice design.[/QUOTE]
As long as you have/purchase the rights to do so, yes :)
[QUOTE=Crhem van der B;34586317]What do you guys think about using stock photography in some designs?
For example in the design above me, getting that huge skyline photo, if you can't find such a photo in google that you can use freely, it's alright to use stock photography?
Also, very nice design.[/QUOTE]
There's nothing inherently wrong with using stock imagery, it's just it's done pretty poorly 99% of the time. Sites like [url="http://www.veer.com/"]Veer[/url] are actually great places to source stock content from. While I wouldn't dissuade using stock imagery, I'd also look into alternatives. For one of my designs, I used a DSLR and took some photos myself, for another, I [del]stole[/del] borrowed a photo from hzy_.
[QUOTE=BrettJay;34586891]There's nothing inherently wrong with using stock imagery, it's just it's done pretty poorly 99% of the time. Sites like [url="http://www.veer.com/"]Veer[/url] are actually great places to source stock content from. While I wouldn't dissuade using stock imagery, I'd also look into alternatives. For one of my designs, I used a DSLR and took some photos myself, for another, I [del]stole[/del] borrowed a photo from hzy_.[/QUOTE]
[del]bastard[/del] yeah it was cool letting brett use my photo
Stock photography is great
[IMG]http://i.imgur.com/vZXW9.jpg[/IMG]
"Cyber woman with a corn"
[QUOTE=Crhem van der B;34586317]What do you guys think about using stock photography in some designs?
For example in the design above me, getting that huge skyline photo, if you can't find such a photo in google that you can use freely, it's alright to use stock photography?
Also, very nice design.[/QUOTE]
I try not to use stock photography as much as I can, I sometimes produce my own pictures. That one example isn't stock, it's a picture a cousin of mine took (of the Panama city skyline) but it was awful, I had to do lots of editing for it to look good. This is the original pic:
[thumb]http://dl.dropbox.com/u/25318683/Punta_Paitilla_Pm%C3%A1.jpg[/thumb]
Had to adjust the colours, remove the post and the tree, and rotate the pic a bit. Ended up looking better than expected :v:
oh lawd there was more
[IMG]http://i.imgur.com/UpCIBl.jpg[/IMG]
[IMG]http://i.imgur.com/kYffFl.jpg[/IMG]
[QUOTE=phytocide;34593953]oh lawd there was more
[IMG]http://i.imgur.com/UpCIBl.jpg[/IMG]
[IMG]http://i.imgur.com/kYffFl.jpg[/IMG][/QUOTE]
She really loves that corn doesn't she
she can't even see it, she has a piece of plastic with a metal strip bent around it stuck to her face
Just made some build files for CSS & JS in Sublime Text that compress/compile using YUI compressor and Google Closure Compiler. yay
It's super easy:
(CSS - YUI Compressor.sublime-build)
[code]
{
"windows": {
"cmd": [
"java",
"-jar", "C:\\Users\\Jason\\yuicompressor.jar",
"--charset", "utf-8",
"--line-break", "500",
"-o", "${file_base_name}.min.${file_extension}",
"$file"
]
},
"selector": "source.css"
}
[/code]
[QUOTE=zerotwelve;34594562]she can't even see it, she has a piece of plastic with a metal strip bent around it stuck to her face[/QUOTE]
who said she likes it for its looks
That's a rather specific fetish.
Pro tip:
Chrome's font smoothing (or lack of it) on windows is horrific at the moment. For large headings where the effects can induce projectile vomiting I suggest you use this:
-webkit-text-stroke: 1px rgba(0,0,0,0.1);
(works best if actual RGB values of heading is used)
Turns:
[img]http://i.imgur.com/xfF7F.png[/img]
into:
[img]http://i.imgur.com/q6EI3.png[/img]
[QUOTE=spidersdesign;34605201]
[img]http://i.imgur.com/q6EI3.png[/img][/QUOTE]
dat kerning
[QUOTE=TerabyteS_;34605209]dat kerning[/QUOTE]
What about it?
kern
about
me
[QUOTE=spidersdesign;34605201]Pro tip:
Chrome's font smoothing (or lack of it) on windows is horrific at the moment. For large headings where the effects can induce projectile vomiting I suggest you use this:
-webkit-text-stroke: 1px rgba(0,0,0,0.1);
(works best if actual RGB values of heading is used)
Turns:
[img]http://i.imgur.com/xfF7F.png[/img]
into:
[img]http://i.imgur.com/q6EI3.png[/img][/QUOTE]
well it does have some distortion, but it looks better than it used to:
[IMG]http://dl.dropbox.com/u/25318683/kerning.png[/IMG]
Stupid chrome, every browser now has font smoothing!!
[QUOTE=Adzter;34605529][url=http://puu.sh/gat4.png]Larger Version[/url]
C&C?[/QUOTE]
that's great! but I'd like to see it in action
[editline]8th February 2012[/editline]
[QUOTE=Darkwater124;34605950][T]http://new.tinygrab.com/7cfbd517834b73bd7d2e517773f177044f5067982c.png[/T][/QUOTE]
Not-so-great...
[QUOTE=Adzter;34605529][url=http://puu.sh/gat4.png]Larger Version[/url]
C&C?[/QUOTE]
The navigation is a big large.
Sorry, you need to Log In to post a reply to this thread.