You are here: Home » Uncategorized » links for 2008-07-24
links for 2008-07-24
by del.icio.us on July 24, 2008
-
MooTools rounded corners. Where was this a couple months ago?
-
Great list of startup ideas.
-
This isn’t ground breaking or anything, but it’s really kind of cool.
-
External JavaScript files block downloads and hurt your page performance, but there is an easy way to work around this problem: use dynamic scripts tags and load scripts in parallel, improving the page loading speed and the user experience.
-
Ported this to mootools. Well, not so much ported, but wrote it, as it’s a pretty cool, simple effect.
-
Interesting idea, but it breaks some of those “fundamentals.” Why litter the page with HTML when you can make JS do it for you!
{ 2 comments }
that rounder effect reminds me of curvy corners (even with the grass background on the demo). The problem is the jump while the corners are being calculated — we had that for PCA, remember, and it was the first thing you fixed when you started :)
Yeah, I know ;)
After working on the alpha PNG script I think that the FUC is a small price to deal with when you can fade in items (or make sure all the other rendering is done first).
I’m still trying to work out best methods for loading up a site (image assets, script block JS and CSS….) of course the search continues…
Comments on this entry are closed.