dfogge
-
Page Marker
imo achieving this without creating a database and implementing user authorization will be very tricky. very cool idea though.
-
The best iPhone for responsive development of all iPhones ?
see also: http://www.browserstack.com/
-
Site Advice
a music blog is usually good if you're stuck for ideas on what to build and want something that you can tweak forever.
-
image optimization
i use imageoptim for jpgs, and tinypng for pngs.
-
Booking Events and Classes Through a Website
Just in case anyone else has this issue, i was able to find a third party service that seems to meet all the needs outlined above. http://www.acuityscheduling.com/
-
Any tutorial of flat design?
in addition to what Jeremy said, if you're thinking of creating your own icons and graphics you need to master using the pen tool. i use adobe illustrator but i assume inkscape's is very similar. here's a tutorial i found that covers…
-
Responsive Development Time
it depends. the first responsive site i built took a little longer than usual (well, about a week longer), but since i started using SASS my dev time has been just about cut in half.
-
Is it appropriate to use [nav] multiple times?
according to the spec it's not inappropriate to use the nav tag multiple times on a page. i tend to only use it for the primary site navigation, not inter-page navigation, but that's just a personal preference.
-
Changing font colour of individual menu headings
you really should use chrome. i think the problem is you're using the uk spelling of color in your code. try taking out the u's. ;)
-
Changing font colour of individual menu headings
@CMonique, web inspector is part of chrome's developer tools. using it is an essential component of a web designer/developer's workflow. check out this introduction here: http://webdesign.tutsplus.com/tutorials/workflow-tutorials/faster-h…
-
Is Chris Coyier Always Busy?
@codegraphics, you come off as pushy, rude and entitled in this thread. definitely not a good look for a web design professional. mr coyier has done more than enough for this industry and doesnt owe anyone anything. just be happy he's put toge…
-
TypeKit vs Google Web Fonts
"We should support type designers just as much as we support developers or web designers." Well said Chris. This aversion to paying for fonts is really baffling, especially when it's coming from other designers.
-
Looking to Level Up, Designer's Attention Span
im finding http://codeschool.com to be an excellent resource once you get passed the basics. they dont have a dedicated javascript course yet but they dig pretty deep into backbone, and jquery. also, check out http://eloquentjavascript.net/
-
responsive vs. adaptive
it looks like you cant actually crop into the swf, but i think paulie might be on to something by wrapping the swf in a div and giving that div a border with a border-radius.
-
responsive vs. adaptive
"but on pageload, getting the right ads and NOT getting certain ads, is better. how? (besides maybe bandwidth)" the number of times a banner is requested from the server is called "impressions". this number is used to figure out…
-
Alignment Out on Firefox
why are you doing this with a table?
-
responsive vs. adaptive
they will most likely be very angry. here's loads of good info on what you can do instead: http://www.ravelrumba.com/blog/responsive-ads-real-world-ad-server-implementation/
-
Alignment Out on Firefox
http://css-tricks.com/how-to-ask-a-good-question-in-the-forums/
-
Contact Information Hover Effect
i think i fixed your hover issue: http://codepen.io/derekfogge/pen/xhgpr see also: http://api.jquery.com/stop/
-
How to create a Content Slider with Cycle.js?
sure no prob, you might also want to check this series that was released the other day: http://try.jquery.com/ i really with this existed when i got started with jquery...
-
How to create a Content Slider with Cycle.js?
no offense, just some friendly advice. based on looking at your markup it seems you should probably get the basics down before confusing yourself with jquery plugins.
-
How to create a Content Slider with Cycle.js?
hmm, looks like you need to brush up on some basics. here's a great place to get started: http://learn.shayhowe.com/
-
How to create a Content Slider with Cycle.js?
here's the beginner tutorial: http://jquery.malsup.com/cycle/begin.html create a codepen, and let us know if you have any specific questions.
-
css drop down menu issue
in your css on .rslides set z-index: 10; and position: relative; on nav set z-index: 20; and position: relative;
-
Just saw my site on a Mac... and the dang thing is broken :(
looks alright to me, on osx lion running latest stable chrome. what browser were you on?
-
How to create a Content Slider with Cycle.js?
btw a ticker would be more like this: http://bxslider.com/examples/ticker The effect you're going for is more likely called a content slider.