Tutorials Page 147
Parse Web Pages with PHP Simple HTML DOM Parser
For those of you who have had the pleasure of following me on Twitter (...), you probably know that I'm a complete soccer (football) fanatic. I even started a separate Twitter account to voice my footy musings. If you follow football yourself, you'll know...
Create Your Own Dijit CSS Theme with LESS CSS
The Dojo Toolkit seems to just get better and better. One of the new additions in Dojo 1.6 was the use of LESS CSS to create Dijit themes. The move to using LESS is a brilliant one because it makes creating your own Dijit theme...
Convert PNGs to CSS Gradients with pngtocss
CSS gradients are a hot topic right now and why shouldn't they be? CSS gradients save time by not making you create an image, they save a request to that image, and the code to create them is smaller than the image's file size.
Using Pub Sub with The Dojo Toolkit
As I've stated many times, the Dojo Toolkit is probably the most complete JavaScript toolkit out there, especially when it comes to event management and application communication. I've already done a very brief introduction to
dojo.connect
so I thought I'd also do a short introduction...Duplicate DeSandro’s CSS Effect
I recently stumbled upon David DeSandro's website when I saw a tweet stating that someone had stolen/hotlinked his website design and code, and he decided to do the only logical thing to retaliate: use some simple JavaScript goodness to inject unicorns into their page.
Phone Number Detection in Mobile Safari
Mobile Safari is chalk full of great features, one of them being the ability to detect phone numbers and turn them into links, allowing the user to tap the link and either call the number or add it to their address book. There may be some...
The element.dataset API
A while back I showed you the awesome classList API, which allows simple addition, removal, and toggling of CSS classes without the need for parsing the className. Another simple API available in FireFox Aurora Firefox 6, at time of print and Chrome 8 is the...
Display Unique Results within dijit.form.ComboBox
The Dojo Toolkit does well in allowing easy integration of web services with Dijit widgets via
dojo.store.JsonRest
. One such widget is thedijit.form.ComboBox
, which uses data stores to displays an autosuggest pane populated with items based on the store's contents. One problem I've run into is...CSS Gradients
With CSS border-radius, I showed you how CSS can bridge the gap between design and development by adding rounded corners to elements. CSS gradients are another step in that direction. Now that CSS gradients are supported in Internet Explorer 8+, Firefox, Safari, and Chrome...
nude.js: Nudity Detection with JavaScript
When I first heard about nude.js, the client side nudity detection software, I was very skeptical for a number of reasons: Ideally, nudity detection should be done on the server side so that adult materials don't make it to the client at all. I don't have...