Upcoming Blog Changes
The BluDice blog will be going under some major changes during the upcoming month, including:
- Domain change to "davidwalsh.name"
- Added "Tools" section, where I will provide numerous Web Developer tools to allow you to compress your CSS, HTML, and JavaScript, and much more
- Custom design -- even I know the current one is awful
- Blog posts with images and in-depth examples (I've been holding off on some cool MooTools stuff for the new design)
- More personalized content -- the site wont be about my person life, but I plan to throw more of my own flavor into writing.
- More reader interaction. I'd like to do a "mailbag" post from time to time, where you can ask questions.
Do you have any requests or ideas for the blog? Please share them!
![Create Namespaced Classes with MooTools]()
MooTools has always gotten a bit of grief for not inherently using and standardizing namespaced-based JavaScript classes like the Dojo Toolkit does. Many developers create their classes as globals which is generally frowned up. I mostly disagree with that stance, but each to their own. In any event...
![Send Text Messages with PHP]()
Kids these days, I tell ya. All they care about is the technology. The video games. The bottled water. Oh, and the texting, always the texting. Back in my day, all we had was...OK, I had all of these things too. But I still don't get...
![FileReader API]()
As broadband speed continues to get faster, the web continues to be more media-centric. Sometimes that can be good (Netflix, other streaming services), sometimes that can be bad (wanting to read a news article but it has an accompanying useless video with it). And every social service does...
![dwClickable: Entire Block Clickable Using MooTools 1.2]()
I recently received an email from a reader who was really impressed with Block Clickable, a jQuery script that took the link within a list item and made the entire list item clickable. I thought it was a neat script so I...