Don't wanna be here? Send us removal request.
Text
PHP
Learned:
Apparently sending an email is a one-call function. Snazzy.
Question:
What would it take to make an HTML e-mail?
0 notes
Text
jQuery 3-2-1
Learned:
0. Read the entire email, not just the title. 1. Sections of a webpage could be hidden (and shown) using $("#hideMe").hide() (or toggle()) 2. Hide, Show, and Toggle can be animated by providing an argument with a length of time 3. jQuery can also modify CSS rules and other attributes
Wondering:
1. Getting Hide/Show to go horizontally 2. Animating to a certain width / height
Question:
Is there any documentation anywhere on the full functionality of jQuery? For students who want to go above and beyond?
1 note
·
View note
Link
It's... horrendous. They're all aligned (mostly), sure, but the contrast between some text and the background is awful. They aren't consistent at all, and they really screw up a lot of the positioning and sizing of the elements - there's a random gray box in there that's probably meant to be the background...
0 notes
Text
Design
Facebook has a pretty good design - they use one easy-to-read font, they space everything out nicely, and all the links are light blue single words (or the rare phrase) with obvious functions. Common functions (share, like, comment) are featured with every applicable item, in a way that makes some sense. They kind of hide their advertisements to the side, and only really show them if there's any chance you'd have an interest in it.
0 notes
Audio
Listen on Newgrounds! http://www.newgrounds.com/audio/listen/527787
Random music.
0 notes
Quote
25 percent of what you eat is to help you live. The other 75 percent is to help your doctor live.
Paraphrased Ancient Chinese Proverb I Think
0 notes
Text
advCSS
While I've had to Google various things, like border-radius and box-shadow, I've come to notice that a number of the items are a lot more... experimental. Especially when it comes to Mozilla's Firefox.
Even then, absolute positioning of items is something that I'd wondered how the crap to do for a while, and I thought there was just some magicry in JS to work. NOPE. Just a quick positioning:fixed.
0 notes
Text
CSS
CSS is a powerful way to add fanciful designs to garbage.
CSS makes it extraordinarily difficult to try to do anything like fitting a border around it's content or aligning the entire block dead center in a page.
0 notes