Articles
JavaScript for opening new pop-up window
Open window in pop-up with Javascript
Adding a Widgeted Footer in a Studio Press Theme
Below is directions for creating a 3 column footer area for a Genesis Child Theme using the Simple Hooks Plugin. First: Register Sidebars in functions.php: <p>genesis_register_sidebar(array(</p> <p>‘name’=>’Home Bottom #4′,</p> <p>‘description’ => ‘This is the first column of the bottom section of the homepage.’,</p> <p>‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’, ‘after_widget’ => ‘</div>’,</p> <p>‘before_title’=>’<h4 class=”widgettitle”>’,’after_title’=>’</h4>’</p> <p>));</p> [...]
How to easily modify wordpress wp-options table
One way to access most of the information in you database and editing these settings without having to go into the database itself
Summary of top 25 downloaded photography based plugins
Summary of the most downloaded photography plugins
Bringing Magento feeds into WordPress
Bringing Magento feeds into WordPress
Add WordPress to Magento
Adding WordPress content to Magento page
JQTouch Cheat Sheet from peepcode.com
JQTouch Cheat Sheet from peepcode.com
JQTouch table of "Customizing jQTouch" from O'Reilly site for Building
JQTouch table of “Customizing jQTouch” from O’Reilly site for Building iPhone Apps with HTML, CSS, and JavaScript
Re-branding the admin area
Re-branding the admin area


