“The spark that ignited their partnership was provided by Mr. Wozniak’s mother. Mr. Wozniak had graduated from high school and enrolled at the University of California, Berkeley, when she sent him an article from the October 1971 issue of Esquire magazine. The article, “Secrets of the Little Blue Box,” by Ron Rosenbaum, detailed an underground [...]
Archive for the ‘wordpress’ Category
“Stay hungry. Stay foolish.”
Posted in design, More With Less, think, wordpress on October 6, 2011 | Leave a Comment »
Verifying search bots with forward and reverse DNS in PHP
Posted in code, wordpress, tagged dns, forward dns, googlebot, msnbot, php, reverse dns, slurp on April 29, 2009 | 1 Comment »
The following function returns true if the current user is one of the bots we consider “good.” (Not that they are better than other legit bots, but ones that we provide a special service to) This code can be used to allow search engines to index content that is normally behind a registration form. For [...]
Processing WordPress’ Post Content
Posted in code, web, wordpress on February 20, 2009 | Leave a Comment »
If you find yourself directly manipulating a WordPress post (say outside of “The Loop” by using query_posts, e.g. query_posts(array(‘category__and’ => array(1,3)));) you may need to do some extra work to get the pretty formatting that WP does for you in things like the_content() and the_excerpt(). Say you have a single post in a local variable [...]
