matt_sanford
-
Parse error message?
I don't think I will be needing to use strings larger than 5 words but that is very helpful. @traq
-
HTML5 data attributes and Jquery problem
@CrocoDillon Like I said earlier, I know there are a thousand better ways to do it, I am just trying to learn how to do it one way, then learn another way, fix it, and so on. Rather weird that way. Edit: I know that the variables aren't being…
-
HTML5 data attributes and Jquery problem
Word. Got that all worked out. I have one last thing I want to do with this. I want js to get the date and depending on what day it is, highlight the header. Here is the updated pen. http://cdpn.io/ACpjL Thanks a lot! @CrocoDillon
-
Properly placing a div
Here ya go. I would consider making your code a little more semantic, and getting rid of unnecessary divs and elements. (i.e. #nav ul li a could be changed to just #nav a using HTML5 ). http://cdpn.io/Jeogq
-
Font change with javascript?
Doesn't really matter the quantity now, I am trying to learn without getting it handed to me which I know isn't all that possible in this situation seeing its specificity. I just want to know if it is possible/maybe a step in the right dir…
-
Font change with javascript?
So if I were multiple classes would I need multiple functions? Or could I rope it all into one function with "for" and "while" statements?
-
Structuring the "head" tag.
Local being files on the server, and external being extra http requests (google web fonts etc.)
-
EMERGENCY 911
@traq You got right on the head. I was fiercely frustrated with that issue and I was really just looking for a direct answer. However you gave sound advice indeed which I will be using in upcoming projects. So thanks! It Is hard indeed to interpret…
-
EMERGENCY 911
@CrocoDillon Thanks! Any guess as to why that was messing things up? @Blackhawkso Yeah don't worry about it. I appreciate it though!
-
EMERGENCY 911
I am not at all worried about the images right now. All of my problems have to do with position. I know that they images are going to bring errors because i took all the files into another folder to keep away from public view.
-
EMERGENCY 911
@Blackhawkso When not viewing in Chrome, everything seems to be broken. Mozilla is a good example. Open a window in chrome as well as another browser to see what it is supposed to look like. Divs are out of place, things aren't positioned anyw…
-
EMERGENCY 911
@traq I would appreciate help fixing the problem. Yes, I obviously did something incorrectly in my last batch of changes. However I don't know what it is, so unless you would like to help find the rotten apple, don't waste your energy on t…
-
AnythingSlider broke. Random position problem.
Fixed positioning problem.
-
Mobile development/responsive design. Where am i going wrong?
@joshuanhibbert you sir are fantastic.
-
Mobile development/responsive design. Where am i going wrong?
What I am saying is that particularly on smartphones, it for lack of better words, seems zoomed out? Just a smaller version of a compressed chrome window.
-
Rounded corners not working in Chrome
That is how i got it to work.
-
Rounded corners not working in Chrome
Well you need to add browser prefixes at this time, because non prefixed is more for future proofing (isn't functional right now). Also, just for the sake of efficiency. saying border-radius: 10px; is the same as saying border-radius: 10px 10…
-
Opinion on site
Images are your friend. subtlepatterns.com The gradients are a pain to look at
-
Smartphones displaying site like it was months old.
@twincy All of this is per the client's request. All but the code is from them. Including autoplay.
-
Smartphones displaying site like it was months old.
Here is what it is supposed to look like. http://d.pr/i/94k1
-
Smartphones displaying site like it was months old.
I have narrowed it down to the problem being that the "www" prefix is taking the users to an older site.
-
codepen doesn't like my js?
@tbwii Thanks! is this just a codepen issue? Because it works just fine on my development page, prior to your solution.
-
The trouble with beginning is beginning. Where do I start?
Coming from a relatively new "web designer", HTML and CSS is the way to go to start learning. Now as far as the resources, I personally learned from W3 schools.. aside from its horrendously old design.. it was a good source for information…
-
codepen doesn't like my js?
I tried selecting a library but it didn't affect anything.
-
Best web resource to learn js/Jquery
Sounds like I should go to codeacademy and learn javascript, then hop over to netTuts and learn jQuery. Thanks guys! @chriscoyier @Paulie_D @JohnMotylJr
-
expand div's height to fit its container
I am not understanding what you are trying to accomplish. can you show us your code?
-
First photography website. Please critique!
@Paulie_D @Watson90 Thanks! I was growing a bit weary of the intense amount of cursive going on as well. Now the only reason I put a credit in the footer was because I don't have but two Sites built so far (pretty new to web-design) and don…
-
Firefox has a problem with negative margins?
@ToxicFire You definitely helped me along the right track. I set the position of the span to absolute, but that moved to adjacent to the image even though the animation was working. Then set display to block, placing it under the img element. Thank…
-
Problems pointing to files on my server
That last go around should have worked, is there a way we could see the directories?