cpyle0819
-
Why I'm getting frustrated with my job in comic form.
I laughed, hard, at this. Ever watch Kitchen Nightmares? I think you have to remember that the client called you, the professional, to build them a great site. Let them "run the restaurant" the way you created it for a while before they t…
-
Feedback on jQuery plugin
Hi @JoniGiuro Having to download and install a plugin is a lot to ask of your average forum reader. Unless I missed it, there's no example to look at on your docs page. You'd probably get more reviews than you need if you made an example.
-
IE8 vs My Site
Thanks for comments everyone. I think I have more than enough info now to mark this as solved. @Senff You've given me a lot to think about. I went with a modern site to a) prove to myself I could do it and b) show potential clients that I can …
-
IE8 vs My Site
Is adding a style sheet with [if lt IE 9] a non-gross way of handling it?
-
IE8 vs My Site
@Davit_Leitch Your rant was appreciated. What you stated was the exact reason IE8 needs to be supported for what I'm doing. If I were doing this for funsies, I wouldn't care. Anywho, I think I narrowed down my problem to my usage of nth-ch…
-
Special Character
@Paulie_D Lol, my avatar could use an update, agreed. And thanks for the & #9776; I read all through that three-line-menu-navicon post and I missed that it was a standard unicode symbol and not a special font. This helps!
-
Special Character
that's a great start but look at the difference here
-
Center Table
Beautiful, I knew it was something silly like that. Thanks for the help.
-
Center Table
I have added that but it's being cancelled out for some reason. I'm not sure what I did.
-
@font-face and data-icon work locally not but on host
Uh, never mind. It's working now.
-
@font-face and data-icon work locally not but on host
Still having the sameproblem. I've re-uploaded the fonts and the css. I've checked that my code is correct. The data-* attribute has been assembled using the CSS Tricks Article as a guide. I'm getting empty boxes where my icons should…
-
Odd positioning in different browers.
My mistake, I read that incorrectly. I tried what you said wolfcry911 and it worked perfectly. Thank you so much!
-
Odd positioning in different browers.
Sorry for the late reply, I've been in the process of moving. snillor, those errors are related to the free host I'm using for the test site, I don't think I can do anything about them. wolfcry911, if you check the positioning of the …
-
Odd positioning in different browers.
HTML is now valid and I'm still having the same issue with FF.
-
Odd positioning in different browers.
Thanks, I've neglected to validate in the past, kind of new at this. Based on the LARGE amount of errors this seems like a great place to start. I'll post back if it fixes my original issue. Thanks
-
@font-face and data-icon work locally not but on host
bump, still no clue on this one. I'm hoping it's an issue with the free host and when it goes to a 'real' host it won't be an issue. Still, if it's not that I'd like to nip it.
-
jquery image light up effect
Still learning JS and jQuery. Sorry.
-
Impractical Script, need a clean solution.
Um.../blush. Ignore the bad rotation...I forgot to resize my anchor block....lol
-
Impractical Script, need a clean solution.
Well that kind of worked. Everything is independent but now I have a strange rotation on the second picture. I've updated the site so the link is still good. Also, what does .next do?
-
Website Issues!
If links are taking you to the developer's webpage and the site is supposed to be complete....find another developer.
-
jquery image light up effect
You could always do a box-shadow on hover and change the color ( http://jsfiddle.net/bFXzr/ )but colored shadows can look goofy. I'm not sure what you mean by "light up." There's bound to be an example somewhere out there... Som…
-
Image Hover
box-shadow: 0 0 10px #000; http://jsfiddle.net/BKFp5/ Just combine that with the hover strategies above. You're basically telling the shadow to not offset on either axis. Also: http://css-tricks.com/snippets/css/css-box-shadow/
-
Changing Img src not working.
Woo it's working! Now, if I apply some css transitions to those images will the work as normal? I don't see why not..
-
Changing Img src not working.
Apologies for the link. It's fixed. Thanks jamy_za, I'll try that. The .rotate() is from jQueryRotate. Pretty cool.
-
What's WordPress?
Not to be rude but I've obviously read that. Maybe I should be asking more about what a CMS is...
-
Trigger multiple events on click with Javascript/Jquery
Thanks I'll try some of this out.