Tutorials Page 159
![Implement the Google AJAX Search API]()
Implement the Google AJAX Search API
Let's be honest...WordPress' search functionality isn't great. Let's be more honest...no search functionality is better than Google's. Luckily for us, Google provides an awesome method by which we can use their search for our own site: the Google AJAX Search API.
![Dive Into Dojo Series: Dive Into Dojo Chart Theming]()
Dive Into Dojo Series: Dive Into Dojo Chart Theming
I just wanted to give everyone a heads up about my latest Dive Into Dojo post: Dive Into Dojo Chart Theming The previous installment of the Dive Into Dojo series shows how easy it is to Dive Into Dojo Charting to get started with...
![HTML5: Wrap Block-Level Elements with A’s]()
HTML5: Wrap Block-Level Elements with A’s
HTML5 presents a simpler line of thought with HTML than XHTML. And quite honestly, it's a much needed simplification. One of those simplifications is the ability to wrap block-level elements like
DIVs, H-tags, andP's with basicAelements. You read that correctly: wrap block-level elements...![Build HTML Tables From MySQL Tables with PHP]()
Build HTML Tables From MySQL Tables with PHP
I was recently completing a project which required that I build a series of HTML tables which would represent all of the tables within a MySQL database. I didn't have anything created but after a few minutes I had exactly what I needed. Hopefully this helps...
![Multiple File Upload Input]()
Multiple File Upload Input
More often than not, I find myself wanting to upload more than one file at a time. Having to use multiple "file" INPUT elements is annoying, slow, and inefficient. And if I hate them, I can't imagine how annoyed my users would be. Luckily Safari, Chrome...
![Using SCRIPT’s defer Attribute]()
Using SCRIPT’s defer Attribute
One of the seldom used attributes within the HTML tag library is the defer attribute on SCRIPT elements. As you can probably tell by the name of the attribute, defer instructs the contents of the script tag to not execute until the page has loaded. Take...
![Sexy Link Transformations with CSS]()
Sexy Link Transformations with CSS
I was recently visiting MooTools Developer Christoph Pojer's website and noticed a sexy link hover effect: when you hover the link, the the link animates and tilts to the left or the right. To enhance the effect, the background color of the link is...
![Dive Into Dojo Series: Dijit and Charting]()
Dive Into Dojo Series: Dijit and Charting
I just wanted to give you all a heads up that I've started a Dive Into Dojo series over on the SitePen blog. The series will aim to cover the basics of jumping into the world of the Dojo Toolkit. The first two posts...
![HTML5 classList API]()
HTML5 classList API
Having thrust myself into the world of JavaScript and JavaScript Libraries, I've often wondered: When are browser vendors going to see the helper methods/libraries created by the JavaScript toolkits and implement these functionalities natively within the browser? I realize that standards are important and browser...
![ServerSide JavaScript with MooTools and Node.js]()
ServerSide JavaScript with MooTools and Node.js
This blog post is intended to provide a starting point for ServerSide JavaScript (SSJS) development with MooTools. It is focused on Node.js (http://nodejs.org) and tries to explain the main concepts and differences from client side development. It is solely based on my current experience...










