ChrisP
-
EMs for media queries and layout
"Late night converting rems back to ems. I tried, but the compatibility just isn't there, and the fallbacks aren't ideal." That's discouraging..I'm half way through the first site I chose to use rem's over em&…
-
Responsive site - mobile view bug
What @michaeljalmond said..while people frown on !important, that's your easiest solution, because display: hidden is an inline-style created by the js, so just using display: block !important at your media query for large screens will overwrit…
-
Align to bottom of a container?
@Zevoxa, put position: relative on .header
-
Wordpress: show custom post types, by category
Now........ I gave my custom post a custom taxonomy setting of "indoor", but going to http://localhost/indoor doesn't give me the list of all indoor shoes. :( Have you flushed the permalinks? side note: I'm sure it's p…
-
Wordpress: show custom post types, by category
wptuts has a tutorial to change the taxonomies to radio button selections: http://wp.tutsplus.com/tutorials/creative-coding/how-to-use-radio-buttons-with-taxonomies/ I still think taxonomies would be your best approach to this. I always visualize t…
-
Wordpress: show custom post types, by category
What about creating custom taxonomies for your "shoes" post type? Then you could do http://localhost/outdoor and http://localhost/indoor? I admit, I have only a basic working knowledge of the full power of custom taxonomies because I have…
-
Alternatives to Dreamweaver, Photoshop
I am now using Sublime Text 2 ($70) and Sketch ($49). - @TheDoc +1 and love it. Wish there was a PC equivalent though
-
Learning about typography on the web
I'm with @Mottie and @CrocoDillon on what determines which fonts work well together.
-
element:hover element:after change
.class:after:hover if you're styling the :after pseudo-element on hover.
-
Supported devices for RWD
@coljung, the Sony Xperia has a WinMo version, and Android version..so this is a perfect example of why it would be better to specify mobile OS over device. http://en.wikipedia.org/wiki/Sony_Xperia
-
Supported devices for RWD
If I was to provide a list it would be by OS &/or Browser and not device and that's a much shorter list. - @Paulie_D +1
-
TypeKit vs Google Web Fonts
@chrisburton, yes With Typekit, I always set them up for their own subscription. This is because it's less of a hassle to transfer if they ever hire someone in the future to manage their kit. Additionally, I don't want them to have acc…
-
TypeKit vs Google Web Fonts
@chrisburton, it was less of a question about a proper way to price to a client, and more of a question of how you handle TypeKit for an end user. It's a brand new service to me, and I've noticed you mention it quite a bit, so I wanted you…
-
Image Shadow and Border Without Second Div?
Very nice, @CrocoDillon
-
TypeKit vs Google Web Fonts
@chrisburton, I've been meaning to ask you about this for a little bit. When using TypeKit, how do you bill the client? Do you treat it as them "contributing" to your annual cost for your subscription? Or do you set them up with a sub…
-
Image Shadow and Border Without Second Div?
Is this possible without an additional DIV wrapping around the image? No, it's not possible (for now). At least, as far as I know, maybe someone has something creative up their sleeve. But I'd say your best bet without extra markup wo…
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
@Crssp, I think the link you had earlier is the ticket. http://sww.co.nz/solution-to-wordpress-adding-br-and-p-tags-around-shortcodes/ I don't really make much use of shortcodes so I don't have much experience.. I think your :first-…
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
Aware of the p display none it was a joke. Glad to hear it..lol sarcasm is hard to read
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
@Crssp, giving your tags a display: none; value will leave you with 0 content..aside from that, @TheDoc's screenshot shows that the problem is your ticker is inside a tag, which would make your ticker disappear completely. It could be the…
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
@Crssp, my first guess is the empty p tags and line breaks you have in the page.
-
Accessibility font resizing with responsive design.
http://css-tricks.com/viewport-sized-typography/ OR http://fittextjs.com/
-
Changing HTML (the DOM) on viewport resize
Forked @CrocoDillon's pen using display: table-header-group; to reorder the elements without js. http://codepen.io/ChrisPlz/pen/sHbmz side note: if you just want to move the "News Now" module above the sidebar, @CrocoDillon's j…
-
How was this achieved?
@CodeGraphics, it's an absolutely positioned pseudo-element with that cut out background 2em's above it's element.
-
Thoughts on design and copy
@CrocoDillon, I agree with @AlenAbdula, from your posts on these forums, you seem to be a bit of a JS guru, and there's not much interactivity in your site to showcase that. Other than that, I like the simplicity your site has. Well done.
-
Overflow-y and transparent heading - driving me crazy, need help!
Give the header a background color that's the same as the body for the "transparent" look, but will overlap the content when scrolling.
-
Website Design Question
@TheDoc @chrisburton, They're still working out some bugs that are pretty obvious, but it's easy enough to work around the bugs.
-
My website sometimes work and then it doesn't... what could possibly be the problem?
http://bestwebhosting360.com/godaddy-wordpress/
-
Website Design Question
I switched to Sketch by Bohemian Coding for mock ups, and couldn't be happier.
-
Elaborate CSS Gradient
@Cyanoxide, these aren't mine, but I found these on codepen by searching "gradient background" I believe that's pretty close to what you were looking for http://codepen.io/rginnow/pen/kpItC http://codepen.io/oxnard/pen/rieag
-
Damn you, Internet Explorer!!!
http://www.ie6countdown.com http://www.theie7countdown.com http://www.theie8countdown.com http://www.theie9countdown.com