The property @font-face makes reference to a CSS rule that allows you to download a particular font from your server to a webpage so people are able to see it without having the font installed on their local machine. Until a few years ago, there were just a few font families that were readable from any PC, because they usually came installed in every PC, such as Arial, Helvetica and Verdana. So, the moment has arrived when you can finally use the fonts you want. Check it.
YES! The above image is a of Justin Bieber’s fancy feet. BUT in a way, every dance move Bieber makes is a move we can metaphorically code on the browser using jQuery. I’m going more into “sliding” in this particular how-to. After understanding of the basic steps, it’s your challenge as a student to work your brain to come up with the logic and script to output results you want. As a student, and as quoted in the previous post, you must carefully write/combine your scripts (“stories”) to produce mor complicated applications.
The way you approach logic is simple…think of it like a story to be read aloud. External scripts, like the ones you have been writing, are tiny stories that get plugged into the html file that binds them altogether. The order in which the html file binds them altogether is completely determined by you. Scripts are read like book spreads – left to right, top to bottom, one-line-at-a-time. Read more.
We did a rather rapid in-class lesson on the basic guidelines of coding in Javascript and jQuery last week. Because it was a rushed one-hour lesson, lets continue it this week. I’ll go more into various events, effects, and tricks to trigger. While there are multiple ways to achieve the same animation or action/reaction, there are protocols or methods that are better than others. Continue reading for an overview.
We’re debugging now. A majority of your midterm should be completed. Review presentation guidelines for Monday that were posted a while back. For this upcoming Saturday, I’m dedicating four hours of pure panic-release. If you’re stuck or need help on resolving last-minute issues, come to this jam. I’ll also review new tricks.
No matter what you’re designing in HTML and CSS, you should know by now that everything is a box. By the time you take your styleframes and translate them into web documents, you might find it hard to work the numbers you have in your comps (especially if you weren’t taking them too seriously). Learn more about how to set up your own grid system.
The process of web design can be compared to the process of writing a research paper. With attention and care to detail, you increase the chances of creating a website that is well-organized, easily navigable, and very user-friendly. If visitors get lost or become confused while attempting to surf your website, they might hit the back button and look for a more user friendly website.
There is no excerpt because this is a protected post.