Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 116
Actual Results
- graphixboy
- Forum: Website Design Forum
- Topic: how about your logo?
- Subject: how about your logo?
- Replies: 7
- Views: 954
- Subject: how about your logo?
Posted: June 26th, 2011, 10:41 am
Thats like asking what camera you should use to take good pictures. It doesn't matter if you don't know the theory. In the end the best camera in the world can still take horrible pictures if you don't understand photography. In the same way all the image tools around will still make a crappy logo i...
- graphixboy
- Forum: Digital Art and Drawing Forum
- Topic: Photoshop - Play an action repeatedly?
- Subject: Photoshop - Play an action repeatedly?
- Replies: 11
- Views: 8450
Posted: June 26th, 2011, 10:35 am
@jozemaner I'd suggest using a tool made for video like After Effects. Then you just decide how long a flare should exist and your done. This kind of goes for the whole topic. If you want an effect in animation/video Photoshop is a somewhat clumsy way to do it. Everything from colorizing to PS filte...
- graphixboy
- Forum: Website Design Forum
- Topic: Rounded corners of an image
- Subject: Rounded corners of an image
- Replies: 3
- Views: 883
- Subject: Rounded corners of an image
Posted: April 25th, 2011, 2:12 pm
Border radius alone won't work with images. You need to convert the image to a background element and then round the corners on that.
Here's a little more info from Webdesignerwall
Here's a little more info from Webdesignerwall
- graphixboy
- Forum: Digital Art and Drawing Forum
- Topic: Drawing Tablets!
- Subject: Drawing Tablets!
- Replies: 9
- Views: 2269
- Subject: Drawing Tablets!
Posted: April 13th, 2011, 3:14 pm
Wow thats a lot of questions :-) I'll do my best though. I use my tablet with Photoshop/After Effects/Illustrator/Cinema4D/ZBrush with mapped buttons/settings but by default the tablets really just work like another mouse so they'll function with just about any program. I wouldn't worry about spendi...
- graphixboy
- Forum: Job Opportunities
- Topic: JOB OFFER: Need a Logo for a Blog Designed
- Subject: JOB OFFER: Need a Logo for a Blog Designed
- Replies: 6
- Views: 1511
Posted: April 13th, 2011, 2:51 pm
Reading all the instructions seems like so much work for $30...
Its no wonder they're all desperate for work.
Its no wonder they're all desperate for work.
- graphixboy
- Forum: Website Design Forum
- Topic: mouse rollover inner image enlarge/no-div-resize
- Subject: mouse rollover inner image enlarge/no-div-resize
- Replies: 3
- Views: 3795
Posted: April 13th, 2011, 2:23 pm
What you want to do shouldn't be too difficult using CSS3. However a small caveat before getting started is that this will only work in the more recent versions of mozilla/webkit browsers since it uses the vendor specific css3 selectors. If you need it to work in more browsers, you'll want to use a ...
- graphixboy
- Forum: Website Design Forum
- Topic: Full Screen Background with CSS
- Subject: Full Screen Background with CSS
- Replies: 15
- Views: 17730
- Subject: Full Screen Background with CSS
Posted: April 13th, 2011, 12:36 pm
Hey Zaiah good to see you around here again (not that I should talk, I've been a bit MIA myself lately). Did you get everything figured out? If not I would recommend trying to combine the css files into a single one. That way you can find things that override each other and specify the order you thi...
- graphixboy
- Forum: Website Design Forum
- Topic: Controlling the text displayed in an input box/field?
- Subject: Controlling the text displayed in an input box/field?
- Replies: 2
- Views: 639
Posted: January 28th, 2011, 12:27 pm
HTML Code: [ Select ]
<input type="text" style="color: #999999 !important" />
- graphixboy
- Forum: Website Design Forum
- Topic: problem with floating css elements.
- Subject: problem with floating css elements.
- Replies: 4
- Views: 1313
- Subject: problem with floating css elements.
Posted: January 17th, 2011, 3:50 pm
Your welcome. I would typically recommend making the center column a bit wider, mostly to give you room for text. One of Ozzu's excelent members has written a tutorial that should get you going.
tutorial-multi-column-layout-using-css-float
tutorial-multi-column-layout-using-css-float
- graphixboy
- Forum: Website Reviews
- Topic: SITE REVIEW: CampusDakota.com
- Subject: SITE REVIEW: CampusDakota.com
- Replies: 1
- Views: 617
- Subject: SITE REVIEW: CampusDakota.com
Posted: January 17th, 2011, 11:49 am
I wouldn't say its bad by any means. The colors are reasonably pleasing and clean. However, I thing it could use some work with visual hierarchy and spacing. Right now everything has about the same visual priority. Most of the font sizes are within a few pixels of each other and all the content bloc...
- graphixboy
- Forum: Website Design Forum
- Topic: problem with floating css elements.
- Subject: problem with floating css elements.
- Replies: 4
- Views: 1313
- Subject: problem with floating css elements.
Posted: January 17th, 2011, 11:34 am
I assume what's causing all the problems is the "left" that you have specified in the CSS for all the columns. That means position from the left side of the item's parent which in this case is the body. So you essentially have on column thats supposed to be 101% to the right of the body me...
- graphixboy
- Forum: General Discussion
- Topic: Verizon to have iPhone's in Feb, 2011
- Subject: Verizon to have iPhone's in Feb, 2011
- Replies: 10
- Views: 4534
Posted: January 12th, 2011, 3:46 pm
I thought I'd blow through 200mb pretty quick, but based on the last two years usage (2x iphones grandfathered into ATT's original unlimited iPhone data plan)the numbers don't really add up. It looks like the average for data usage is close to 90MB per month with a max of 138MB in one month. Now gra...
- graphixboy
- Forum: Flash and ActionScript Forum
- Topic: Quality of picture used inside flash files is decreased
- Subject: Quality of picture used inside flash files is decreased
- Replies: 5
- Views: 1521
Posted: January 12th, 2011, 2:07 pm
I disagree Silvertongue62. Forcing your images to 300ppi for digital applications is a really bad idea. Here's why. No computer screens (at least very few available to any consumer) can display a 300ppi image and will instead display all the image pixels at their native resolution of 72-100ppi. The ...
- graphixboy
- Forum: Website Design Forum
- Topic: Google to remove H.264 codec support from Chrome
- Subject: Google to remove H.264 codec support from Chrome
- Replies: 4
- Views: 12723
Posted: January 12th, 2011, 12:45 pm
That kinda sucks but if anyone is serving up HTML5 video now they should be serving multiple formats anyway. At the bare minimum we should be serving H.264 (Safari/Safari Mobile/IE9), OGG Theora (Chrome, Opera, FireFox) and WebM (Browsers of the Future). I also tend to think everyone should include ...
- graphixboy
- Forum: Website Design Forum
- Topic: Are you designing for multiple devices?
- Subject: Are you designing for multiple devices?
- Replies: 1
- Views: 1351
Posted: January 12th, 2011, 12:31 pm
I ran across this article on Smashing Magazine today and as I scrolled through it I was realizing that I already do a lot of these things on new sites we launch. So now I'm curious if most other people are building sites that adapt to the display device or fixed sites in favor of other solutions. So...
