• Following no one
  • Nothing Unseen
  • Someone Random
  • Everyone
  • Events
 

Thomas Aylott   -   Follow Person   Add Another Site   Edit
Thomas Aylott    subtleGradient    agent_42   
Flickr photos


LinkedIn
Developer at MooTools Production Team
Contractor at Digerata Communications. Strategic design for web and print (Sole Proprietorship)
Contributor / Maintainer at Open Source TextMate Bundles
subtleGradient
MooTools databinding plugins coming soon   33 days ago

Just a quick post since I apparently haven't posted it on teh blog yet.

I'm working on some new mootools plugins. Publish/subscribe based databinding. Reusable HTML based templates. And more!

Checkout my github.

Tabs or Spaces?   74 days ago

Poll: Tabs or Spaces? Every language has its preferred style. Ruby prefers two spaces, Python prefers 4 spaces. Javascript seems to be pretty split against Tabs and Spaces. MooTools and jQuery use Tabs. Python and Dojo use Spaces. etc...

MooTools Default to hide, Fade later   79 days ago

How to have a box default to hidden and then fade it in later.

Fade is just a Tween. And Tween simple animates one CSS property from one value to another. That's it. Also, you can't have your code run until the dom is ready (when the page finishes loading enough). None of your javascript rules can effect anything until after the user has already seen the page. So, you have to hide your box yourself using CSS. There are a million ways to do that, but I recommend having a 'hide' class.

Simple: Use a hide class

Add this rule to your CSS somewhere:

.hide{ display:none; }

Then, manually apply it to all the HTML elements that you want to be hidden by default:

<div class="alert hide">Warning Mr Robinson!</div> <div class="confirm hide">Are you sure you want to do that?</div> <div class="info hide">Um... Your arm is missing.</div>

You've commented on...
More pixels, mmm   61 days ago

McBatt has posted a comment:

what for do you use those screens?

More pixels, mmm   63 days ago

Thomas Aylott has posted a comment:

want

DSC02997   113 days ago

Thomas Aylott has posted a comment:

Funny how the density of people seems to be exactly mirrored on the shore and in the sea.

subtleGradient's Private Activity Feed
subtleGradient started watching schacon/gitscm   2 days ago

gitscm's description:

Git homepage that rocks - from the git.or.cz awesomeness

subtleGradient pushed to master at subtleGradient/mootools-mvc-controller   12 days ago

HEAD is ac23514e7d1ba7d89356be1eced19b693ab38f71

subtleGradient committed to subtleGradient/mootools-mvc-controller   12 days ago

ac23514e7d1ba7d89356be1eced19b693ab38f71

WIP - READ ME!

subtleGradient's Recently Played Tracks
Watch Tower Bible and Tract Society of PA – Marketplace Witnessing   178 days ago

http://www.last.fm/music/Watch+Tower+Bible+and+Tract+Society+of+PA

Junior Senior – 07-i_like_music_(w.o.s.b.)-cmg   180 days ago

http://www.last.fm/music/Junior+Senior

Junior Senior – 02-hip_hop_a_lula-cmg   180 days ago

http://www.last.fm/music/Junior+Senior


Learn about this site | Contact
API | Source Code
© 2008 Christopher Blizzard