Weekend Links – MooTools Fancy Upload, 60 Second Tech, jSize, CSS Pull Quotes, PHP First Language

By  on  

MooTools Fancy Upload

Moo developer Harald Kirschner gave Fancy Upload a face-lift for MooTools 1.2. If you haven't seen Fancy Upload before, please check this out!

http://digitarald.de/project/fancyupload/

Sixty Second Tech

I met Cal Evans through my time as a PHP Zone Leader. He's a really bright guy and his newest podcast show aims to share his knowledge with people that aren't so techy.

http://www.sixtysecondtech.com/

jSize 1.0 - A Window Slider/Resizer Wonder for jQuery

This jQuery gem allows for you to use a slider to change the size of columns within the structure of a website. Cool!

http://www.gimiti.com/kltan/wordpress/?p=27

Better Pull Quotes

CSS-Tricks shows you show to avoid duplicating content to create pull quotes by using a little bit of jQuery goodness.

http://css-tricks.com/better-pull-quotes/

Is PHP a Good First Language?

This article outlines why PHP is a good first server-side language to learn. While I love PHP, I think Java is a better first language to learn. It's much more strict, which I think a developer needs to know first -- then be amazed at how PHP is much easier.

http://codeutopia.net/blog/2008/05/01/is-php-a-good-first-language/

Recent Features

  • By
    9 Mind-Blowing WebGL Demos

    As much as developers now loathe Flash, we're still playing a bit of catch up to natively duplicate the animation capabilities that Adobe's old technology provided us.  Of course we have canvas, an awesome technology, one which I highlighted 9 mind-blowing demos.  Another technology available...

  • By
    Serving Fonts from CDN

    For maximum performance, we all know we must put our assets on CDN (another domain).  Along with those assets are custom web fonts.  Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...

Incredible Demos

  • By
    Dynamic Waveform Visualizations with wavesurfer.js

    Waveform images are an awesome addition to boring audio widgets.  They can be functional as well as aesthetically pleasing, allowing users to navigate audio visually.  I recently found wavesurfer.js, an amazing waveform image utility that uses to Web Audio API to create super customizable...

  • By
    CSS Custom Cursors

    Remember the Web 1.0 days where you had to customize your site in every way possible?  You abused the scrollbars in Internet Explorer, of course, but the most popular external service I can remember was CometCursor.  CometCursor let you create and use loads of custom cursors for...

Discussion

  1. In regards to your statement about PHP vs. Java. I would agree, but for different reasons. I think it’s beneficial to know a non-strictly-web language (unless of course you meant JavaScript?) before learning a web language, I would say it would have to be Java though. I learned Java (well, two college semesters worth) before I taught myself PHP, and it made it much easier.

  2. @Will: I went the same route — college Java before teaching myself PHP.

  3. Hmm. That’s a tough one about first languages. My first language was HTML for interpreted and Java for compiled languages. If I was teaching, I would teach shell scripting first because it has some simpler but well defined constructs and I pretty much guarantee that you will use it for a LONG time.

  4. @David,
    Thanks for the kind words and the link. :)

    =C=

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!