Posts from January 2010

how to filter post titles

Posted on 01 January 2010 at 4:46 PM | Filed under code

If you know that you will want to apply a filter to all of your post titles in WordPress, such as forcing uppercase, lowercase, or title capitalization, you can use a filter to do so. The filter below will force a title to lowercase as the post is saved:

  1. if ( !function_exists( 'ucc_post_title_filter' ) ) :
  2. function
  3. ucc_post_title_filter( $data ) {
  4.   $title = $data['post_title'];
  5.  
  6.   $title = strtolower( $title );
  7.   $data['post_title'] = $title;
  8.  
  9.   return( $data );
  10. }
  11. add_filter( 'wp_insert_post_data' , 'ucc_post_title_filter' );
  12. endif;

On line 6, strtolower() can be exchanged for any text-transforming function.

mongolian beef

Posted on 01 January 2010 at 8:06 PM | Filed under cook

I'm not sure if this is authentic, but it is tasty. (I like vegetables, so it is probably heavy on the cabbage and carrots.)

Continue reading "mongolian beef" ►

links for 01 january 2010

Posted on 01 January 2010 at 11:55 PM | Filed under link
Free online graph paper/grid paper PDFs
Free online graph paper/grid paper PDFs.
Web developer's handbook
Resource for web site developers with information on CSS, design, HTML, accessibility, and related topics.
HOW design
Resource for graphic designers. News, jobs, inspiration, links, and more.
Honeyville food products
Seller of dried foods and staples, with a flat $4.95 shipping charge.
W5YI
Resources for amateur and commercial radio.
Dragonwater tea
Seller of quality loose-leaf teas and accessories, including caffeine-free blends.

hot spinach-artichoke dip

Posted on 02 January 2010 at 2:55 PM | Filed under cook

No beans, no mayo—just cheesy goodness, because let's face it, the spinach is just there to hold more cheese on your cheese-delivery vehicle.

Continue reading "hot spinach-artichoke dip" ►

to el dorado #

#CACB7B #CACB7B #CACB7B #F3EEAE #F3EEAE #F3EEAE #621620 #621620 #621620 #785126 #785126 #785126 #DBAF82 #DBAF82 #DBAF82

trapped in my mind #

#33605A #33605A #33605A #080101 #080101 #080101 #F0F048 #F0F048 #F0F048 #D30D0D #D30D0D #D30D0D #7EA793 #7EA793 #7EA793

hustlers whore #

#C7DE87 #C7DE87 #C7DE87 #E9F090 #E9F090 #E9F090 #84A7B0 #84A7B0 #84A7B0 #C2DE54 #C2DE54 #C2DE54 #9E4774 #9E4774 #9E4774

day in seoul #

#9EC35C #9EC35C #9EC35C #FBFFC1 #FBFFC1 #FBFFC1 #F0870A #F0870A #F0870A #0E1F4D #0E1F4D #0E1F4D #F7E38C #F7E38C #F7E38C

istanbul #

#FF6F2F #FF6F2F #FF6F2F #2D1110 #2D1110 #2D1110 #C7EFEF #C7EFEF #C7EFEF #1CACB4 #1CACB4 #1CACB4 #227072 #227072 #227072

jule #

#AA1E23 #AA1E23 #AA1E23 #DB3F33 #DB3F33 #DB3F33 #FEDE61 #FEDE61 #FEDE61 #8C9900 #8C9900 #8C9900 #4D5400 #4D5400 #4D5400

Copyright © 2003-2010 J.M. Dodd. | XHTML 1.0 Strict | CSS | RSS | 508