dfogge
-
How to create a Content Slider with Cycle.js?
Checkout the final example on this page: http://jquery.malsup.com/cycle/int2.html
-
Best way to use custom fonts?
"Every time there is more than one or two short paragraphs I click the back button." Hey nice attitude! :wtf:
-
The bottom shadow of a box-shadow doesn't leave
http://css-tricks.com/how-to-ask-a-good-question-in-the-forums/
-
Embaded vid doesnt inherit opacity and/or z-index
please make a codepen: http://css-tricks.com/how-to-ask-a-good-question-in-the-forums/
-
Best way to use custom fonts?
font squirrel is cool, i used to use it, but make sure you're legally allowed to use the fonts you submit to it. i'm not exactly sure if loading fonts from your own server is faster than loading from a font hosting service, though.
-
Best way to use custom fonts?
most of the badmouthing aimed at google fonts stems from the shoddy quality you find there. typekit, which isn't free, has much more high-end fonts. here's a tutorial on loading google web fonts quickly: http://googlewebfonts.blogspot.com…
-
Accessing alternates and swashes in a webfont (OpenType font features)
sweet, i was looking for something just like this a few days ago! thanks for the link, predde!
-
Learning multiple skill sets at one time
i find that working on a side-project that incorporates everything you're currently studying really pays off.
-
Italicize font the oposite direct?
hey you do you, buddy. i just feel that typography matters more than most design choices, especially on a site where you expect users to, ya know, read. that being said, you're right that doing things like this to a single word probably won…
-
Italicize font the oposite direct?
please don't do these horrible things to innocent typefaces.
-
best way to do crossbrowser testing.
well yeah, browserlabs just shows a static screen shot. you get what you pay for.
-
best way to do crossbrowser testing.
sorry, didnt notice this last part of your post the first time i saw it: "PS Any other resources for help with IE style sheets greatly appreciated." i've probably posted this link to css-tricks forums 100 times but here it is again:…
-
best way to do crossbrowser testing.
definitely, browstack.com also, i havent tried it yet but check out: http://www.modern.ie/en-us
-
Image map does not work on smart device email app
actually many email clients will strip all that css out unless you inline it, not to mention the fact that images are usually disabled by default.
-
can any one help ?
"can i cover or hide an HTML page with another html page?" no, you cannot.
-
Image Loader Bug!
youre welcome! glad i could help :) by double post i meant that i went in to edit my post and accidentally made a new post.
-
Image Loader Bug!
i've updated your pen here: http://codepen.io/derekfogge/pen/jFALD if you have other elements on the page you'd like to block you may want to append div class="overlay" to body instead of just to the images div.
-
box-shadow is not working IE8,7,6
use modernizer or IE conditional classes (http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/) to target these browsers and apply alternate styling.
-
What are some questions you ask a client before making a website?
paul boag has lots of great advice for you. http://boagworld.com/season/3/episode/s03e01/
-
How to stretch my page and get scroll bar when zooming in?
"I thought you guys are experts who can find the bug from an image" welp, i guess you were wrong: http://css-tricks.com/forums/discussion/21516/a-guide-to-using-codepen-help-us-help-you-/p1
-
Domain Name Question
to my knowledge google doesn't penalize search rankings based on uncommon TLD's but i've read that many users don't trust them. many more will not remember your url and end up going to the wrong site. do what you like but i'…
-
Diamond with an outline
not 100% sure it will work. you'll definitely need to experiment with the skew degrees to find the sweet spot, and then throw a rotate(45deg) on it.
-
Diamond with an outline
just a heads up if you're going to use skew, it's been deprecated. instead use skewX and skewY.
-
Treehouse Learning
treehouse is the bomb, that said, if you feel ready for more advanced topics check out codeschool.
-
How for Transition Unable Browsers Can I Skip Animation And Go Straight To Wanted Position?
i would either use modernizer (with jQuery fallbacks) or ie conditional classes (explained here: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/).
-
How to increase or decrease increment speed in javascript?
i'd need to see your code to know how to help you with your specific issue, but in the meantime this stackoverflow may hold your answer: http://stackoverflow.com/questions/10586890/increment-integer-by-1-every-1-second see also: https://devel…
-
How to add custom style to scrolls
maybe try downloading the latest version of jscrollpane. https://github.com/vitch/jScrollPane
-
CSS Animate Under Floating Element
try setting them both to "position:relative;" and then give the "options" div a z-index of 1, and the "choose" div a z-index of 2.
-
how to make a monthly reminding message
check out: http://mailchimp.com/