chriscoyier
-
@font-face compatibility errors
This is from CSS3please.com - my go-to for the latest greatest CSS3 (even though @font-face isn't really CSS3) syntax. This looks weird to me though, as the last I remember it, it required a few more formats and weird stuff like a hash tag in …
-
Class Schedule Plugin
Nice! Really does look great. I experienced some slow loading as well, but maybe just some caching can fix that. Although I'm not sure how complex that would get with Ajax. I don't know much about this, but I know a hip thing in WordPress…
-
Custom RSS/Atom Feeds
Hey Megan, My first thought is that seems kinda of spammmmmy. Lots of sites do that to this site, don't credit it, and that feels gross and wrong. I think it would be better if you hand-curated things you wanted to share. Perhaps quote a littl…
-
JS Sticky Footer
It seems to be working for me. One thing missing is that .footer-container should have width: 100%; so that it looks the same when it's sticking to the bottom. http://cl.ly/LTgI
-
table-cell display and responsive design
The deals page on this site behaves kinda like that: http://css-tricks.com/deals/ Although it does use floats and min-height, so maybe not perfect for you. If they don't need to be perfectly table-like, this demo is worth seeing: http://sickd…
-
Bootstrap.js not working on Codepen
@davidelrizzo looking into it.
-
Horizontal rtl/ltr image slider
Like: http://css-tricks.com/examples/AnythingSlider/ ?
-
IE8 Transparency Issues
I checked the link out in BrowserStack (Windows 7, IE 8) and I didn't see it going black. Weird. If it's a huge problem, maybe you could make the images both big JPG's (instead of PNGs as smaller parts) and transition the entire image…
-
CSS transition's with Javascript callbacks
I just made this demo for WebKit, but works... http://codepen.io/chriscoyier/pen/794d034a50b5f691bc08b5a4d38de048
-
Set div and child elements width by childs heading length
If the h1 is floated it becomes only as wide as the text... http://codepen.io/chriscoyier/pen/6744cc65c7a38aa97b3f12a19c5e8442
-
Need to list subcategories while using isotope in wordpress
You might want to try instead of doing a custom category loop trying wp_list_categories (http://codex.wordpress.org/Template_Tags/wp_list_categories) and seeing if that gives you the right stuff (and maybe you can just work with that markup). Other…
-
Best web resource to learn js/Jquery
I happen to know Treehouse (full disclose: sponsors this site) has a complete course on jQuery that's pretty new. NetTuts has a big jQuery course as well: http://net.tutsplus.com/articles/news/the-largest-jquery-class-in-the-world/ You can se…
-
making an h tag font size shrink with browser
Make sure to also check out: http://fittextjs.com/ and http://css-tricks.com/viewport-sized-typography/
-
Good/Bad practice.
Yeah keep CSS in CSS as much as you can for sure. Don't be too dogmatic about it though. There are always cases where certains ways of doing things make sense. In the case of that snippet - it does what it says on the box. In general though, I&…
-
Link CSS-tricks at my site.
Sure! That's a good thing to know about the internet -- you don't really need permission to link to someone. Especially positively!
-
RSS url question
In my case, I created a totally custom WordPress template. It outputs as the XML RSS content-type whatever. Then I can run a custom loop and output just the stuff I want it to output. Then I create a page in WordPress (which can have whatever URL sl…
-
CSS Auto Transition?
Paste the code in, select it, press the code button.
-
grabbing twitter feed fix
I'll make sure to get everything updated. There is a bunch of stuff that is now failing. Bleh.
-
SVG with PNG fallback
I just don't put a fallback in, in that case, just cause the site itself only support IE 9+ But... you could always do like if (!Modernizr.svg) { $("img").each(function() { $(this).attr("src", $(this).data("…
-
Image not displaying through custom field in wordpress
In the course, I put the images at the ROOT of the websites in /product-images/. That is because on a site like this, the images are part of the content of the site, not the theme. If you're linking to them with bloginfo('template_director…
-
Codekit + Wordpress + LESS
I think I'm gonna write an article about this tomorrow.
-
The Lodge
Mark as Read is already implemented in there. Good ideas on the other stuff. =)
-
Forum engine ? (phpbb, bbpress, vanilla)
Changing forum software is no trivial task. Especially for someone like me who isn't a very good developer (w stuff like databases). And also there is no Vanilla -> bbPress converter yet. I've talked to bbPress devs though and it seems …
-
Forum engine ? (phpbb, bbpress, vanilla)
You're posting here, so you're experiencing Vanilla. It's not awful but I'm not a huge fan either. I mega wish I was on bbPress which does a bit less but would allow this site to be 100% Wordpress powered.
-
LoVe HAte. Link Style Ordering: What about :focus?
And forever more, it shall be known. (Also yes, I also always combine :hover and :focus)
-
Has anyone made a form within Facebook?
1) Build form with Wufoo 2) Add form to Facebook. Video Tutorial on that
-
Markdown that doesn't strip data attributes
@InerciaCreativa - Thanks for digging in! That appears twice in the file and I replaced them both but no dice.
-
Markdown that doesn't strip data attributes
@TabAtkins I guess either way would be fine. I have no real problem with arbitrary HTML being posted - with the exception of security problems like script tags and such, but this forum software like strips that stuff. @Mottie @Mobilpadde I will as…
-
support for ie8
I was rocking about 2.5% IE 8 before the update. Probably a little high to drop but OOPS.
-
Using xampp "localhost" for testing
http://browserstack.com too You can set up a local tunnel and then use their slew of emulators.