David Walsh on Twitter
Who would've thought that after being such a Twitter-hater, I've been completely drawn into the service? So much so that I have a few links to pass on.
Follow Me on Twitter!
If you aren't already following me on Twitter...then why the hell not? You can hear about my music tastes, programming mistakes, thoughts on web topics, and other lifestyle opinions:
http://twitter.com/davidwalshblog
Twitter Emulation Using MooTools 1.2 and PHP
You can check out my Nettuts article, Twitter Emulation Using MooTools 1.2 and PHP, at the NetTuts website. Writing the article and creating the functionality were a lot of fun! If you'd like a primitive Twitter-like system, give it a try:
http://nettuts.com/tutorials/php/twitter-emulation-using-mootools-12-and-php/
![Convert XML to JSON with JavaScript]()
If you follow me on Twitter, you know that I've been working on a super top secret mobile application using Appcelerator Titanium. The experience has been great: using JavaScript to create easy to write, easy to test, native mobile apps has been fun. My...
![5 Ways that CSS and JavaScript Interact That You May Not Know About]()
CSS and JavaScript: the lines seemingly get blurred by each browser release. They have always done a very different job but in the end they are both front-end technologies so they need do need to work closely. We have our .js files and our .css, but...
![jQuery Random Link Color Animations]()
We all know that we can set a link's :hover color, but what if we want to add a bit more dynamism and flair? jQuery allows you to not only animate to a specified color, but also allows you to animate to a random color.
The...
![Vibration API]()
Many of the new APIs provided to us by browser vendors are more targeted toward the mobile user than the desktop user. One of those simple APIs the Vibration API. The Vibration API allows developers to direct the device, using JavaScript, to vibrate in...