Tutorials Page 208

  • By
    Weekend Links – MooWheel, mooZoom, eXtplorer, YSlow, Cygwin Find

    MooWheel: A JavaScript Connections Visualization Library MooWhool is an unbelievable feat. This visualization library builds connections from the data you pass to it...all with MooTools! You have to see this to really understand its power. http://www.unwieldy.net/moowheel/ Should Links Open In New Windows? Yes. Next...

  • By
    Increase PHP Script Execution Time Limit Using ini_set()

    Every once in a while I need to process a HUGE file. Though PHP probably isn't the most efficient way of processing the file, I'll usually use PHP because it makes coding the processing script much faster. To prevent the script from timing out...

  • By
    Firefox 3’s Internal Rendering CSS

    I was poking around Firefox's file and folder structure today. I've been doing research on how each browser vendor chooses to render CSS and, more specifically, what their default CSS stylesheet looks like. After a few minutes, I found a html.css file in the...

  • By
    Calling For Ideas:  dwProgressBar and Typewriter

    Just wanted to throws this out there quick. I'm looking for ideas from you on how to enhance my dwProgressBar and Typewriter classes. I appreciated the compliments but I know there's always room for improvement. I need your ideas!! Here's what I...

  • By
    Create a Dynamic Table of Contents Using MooTools 1.2

    You've probably noticed that I shy away from writing really long articles. Here are a few reasons why: Most site visitors are coming from Google and just want a straight to the point, bail-me-out ASAP answer to a question. I've noticed that I have a hard time...

  • By
    MooTools Typewriter Effect Plugin

    Last week, I read an article in which the author created a typewriter effect using the jQuery JavaScript framework. I was impressed with the idea and execution of the code so I decided to port the effect to MooTools. After about an hour of coding...

  • By
    Animated Progress Bars Using MooTools: dwProgressBar

    I love progress bars. It's important that I know roughly what percentage of a task is complete. I've created a highly customizable MooTools progress bar class that animates to the desired percentage. The Moo-Generated XHTML This DIV structure is extremely simple and can be controlled...

  • By
    Being 25 Today

    Ugh. I remember graduating high school like it was two weeks ago. Today, I turn 25 years of age. A quarter of a century. Wow. In any event, I'll be swimming and acting like a fool today. See you next week!

  • Media Temple Hosting
  • By
    Being American Today

    Today is July 4th which means Independence Day for us living in the States. As a proud American, I'll be doing the following today: Grilling out burgers, brats, and steak Drinking hard lemonade and Sam Adams Relaxing with my girlfriend and friends Swimming in my grandfather's pool Spending time with...

  • By
    Increase PHP’s File Upload Limit Using php.ini

    The file upload size limit is usually set pretty low by shared hosting providers. Why? To save bandwidth, keep the server moving quickly, and think about it -- how many customers really need a large upload limit? If you do need to increase...