Importing Blog Comments to Disqus
Want Disqus on your custom blog? Don't lose your existing comments, import them using the Disqus API.
Tags
Continue reading about Importing Blog Comments to Disqus (takes 3 minutes, 21 seconds)

Mysql_fetch_all: PHP's Missing Function
Need to fetch ALL rows from a MySQL result? Why isn't that built into PHP? No idea, but here's a quick solution.
Tags
Continue reading about Mysql_fetch_all: PHP's Missing Function (takes 0 minutes, 56 seconds)

Convert ZIP code to a Yahoo! WOEID
Want to use Yahoo's Weather API, but only have a ZIP code? Here's how to convert that ZIP code to a Yahoo! WOEID.
Tags
Continue reading about Convert ZIP code to a Yahoo! WOEID (takes 2 minutes, 19 seconds)

Multiple cURL Requests with PHP
Learn how to make more than one cURL request at a time in PHP.
Tags
Continue reading about Multiple cURL Requests with PHP (takes 3 minutes, 29 seconds)

Easy CSS Minification on Client and Server
Learn how to easily minify your CSS stylesheets. Examples in JavaScript and PHP for client and server.
Tags
Continue reading about Easy CSS Minification on Client and Server (takes 1 minutes, 27 seconds)

Basic Server Authentication with PHP
Quick and easy way to secure individual webpages with a username and password. Use HTTP's built in authentication.
Tags
Continue reading about Basic Server Authentication with PHP (takes 1 minutes, 14 seconds)

Quick Query String Parsing with JavaScript
Used to PHP's $_GET variables? Here's a simple method to add that functionality to JavaScript.
Tags
Continue reading about Quick Query String Parsing with JavaScript (takes 1 minutes, 27 seconds)

The Three Cs of Fast CSS and JavaScript
Drastically speed up your website by using PHP to combine and compress your CSS and JavaScript files on the fly, then automatically cache the result.
Tags
Continue reading about The Three Cs of Fast CSS and JavaScript (takes 2 minutes, 39 seconds)

Wampserver 2 and AMFPHP Service Browser
Getting an eregi_replace is deprecated error when using AMFPHP in Wampserver 2? Here's the fix!
Tags
Continue reading about Wampserver 2 and AMFPHP Service Browser (takes 0 minutes, 41 seconds)

Introduction to AMFPHP Web Services
AMFPHP lets you use PHP to write web services that Adobe Flash clients can consume.
Tags
Continue reading about Introduction to AMFPHP Web Services (takes 3 minutes, 3 seconds)

Pad Strings in PHP and JavaScript
Convert PHP's native str_pad function to JavaScript and pad strings with ease.
Tags
Continue reading about Pad Strings in PHP and JavaScript (takes 1 minutes, 50 seconds)

HTTP, HTTPS, and SSL via PHP
How to transport data via HTTP, HTTPS, and direct SSL using PHP. Socket and non-socket methods.
Tags
Continue reading about HTTP, HTTPS, and SSL via PHP (takes 1 minutes, 58 seconds)

AJAX Phrasebook
AJAX Phrasebook of ready-to-use JavaScript and PHP code. Learn the basics of AJAX and XMLHttpRequest.
Tags
Continue reading about AJAX Phrasebook (takes 3 minutes, 54 seconds)

.htaccess: Cache Rules Everything Around Me
How to control visitor cache for your webpages, JavaScript and CSS stylesheets, images and other content. Examples in .htaccess and PHP.
Tags
Continue reading about .htaccess: Cache Rules Everything Around Me (takes 3 minutes, 2 seconds)

Exceptional Performance: Image Optimization
Drastically improve your website response time by optimizing your images. Here's how.
Tags
Continue reading about Exceptional Performance: Image Optimization (takes 5 minutes, 20 seconds)

Generate Social Bookmarks with PHP
Automatically populate social bookmarking links using PHP and CSS sprites.
Tags
Continue reading about Generate Social Bookmarks with PHP (takes 2 minutes, 27 seconds)

Exceptional Performance: Styles Up, Scripts Down
A tip about placing stylesheets and scripts. Related to Yahoo's Exceptional Performance tips.
Tags
Continue reading about Exceptional Performance: Styles Up, Scripts Down (takes 1 minutes, 21 seconds)

Zapping Trailing Commas Using Regular Expressions
Use regular expressions to eliminate trailing commas from your lists.
Tags
Continue reading about Zapping Trailing Commas Using Regular Expressions (takes 1 minutes, 28 seconds)

search blog
random posts
  • jQuery-Action-Second-Bear-Bibeault
  • Rocket-Surgery-Made-Easy-Yourself
categories & tags
about hb stone

I'm a Front-End Engineer at Yahoo! working on the Mail and Messenger teams. I blog about web design and development topics including accessibility, usability, performance, and developing HTML / CSS / JavaScript applications on Appcelerator Titanium and Adobe AIR.

If you're a web developer, you might enjoy Jelo, my JavaScript library.

@hbstone follows:
@hbstone tweets:
  • HTML-CSS-Parts-Animal-Guide
  • Learning-JQuery-1-Jonathan-Chaffer
copyright

All original work on this site is covered by a Creative Commons Attribution 3.0 license unless otherwise specified.

You may share or use any code or images from this site in any manner, for free, so long as reasonable effort has been made to give credit where due.

found 18 posts labeled php

The views expressed in the posts and comments on this blog do not necessarily reflect the views of Yahoo!