You are browsing the archive for Spoke6.

by TDAC

June Start-up Drinks

5:24 PM in Events by TDAC

Jun
29
7:00 PM

Demo Night!
Currently we have two demos of projects in the works. If you have something you’re working on bring it down to present to the group. Other than that we’ll be discussing startups, funding, and, of course, beer (or wine).

Where: Spoke6, 439 N 6th Ave, Tucson, AZ 85705 (SW Corner of 6th and 6th)
When: June 29th from 7-9pm.

BYOB/Snack and come on down

by TDAC

WordPress Meetup June 2010

12:58 PM in Events by TDAC

Jun
22
7:00 PM

Join us for an evening of WordPress. We’ll cover the latest in WordPress news, share how we are using WordPress, and possibly have several 10-minute presentations.

  • Where: Spoke6, 439 N 6th Ave, Tucson, AZ 85705 (located on the SW corner of 6th Ave & 6th St)
  • When: Tuesday, June 22nd 7–9 PM
  • Cost: Please bring a snack or drink to share

This is an open event. Everyone is welcome.

Presentations scheduled:

  1. Intro: Latest WordPress news (Lance)
    - 3.0 launched last week! Whoo-hoo! Read all the details and watch a video overview, then go update your WordPress sites.
  2. Rapid development (Josh)
  3. WordPress community and 100 Stands (Sam DeVore) Canceled
  4. Ian: Integrating development frameworks and custom applications with WordPress: pros and cons
  5. Child themes (Lance)
    - Codex page: http://codex.wordpress.org/Child_Themes

Ideas for presentations in July and August:

  1. How to develop a theme: A-Z, learning all the files (based on ThemeShaper tutorial)
  2. Writing with WordPress: Britt
  3. Plugin development basics
  4. Common tasks and how to solve them: calendars and events, migration of old sites to the latest WordPress version
  5. Commercialization of WP (plugins, developers, bloggers…)
  6. Top 10 things you should know about WordPress
  7. Compare photo gallery themes/plugins
  8. Search Engine Optimization
  9. Best practices in development and design
  10. BuddyPress review of capabilities

If you’d like to present a topic related to WordPress, drop Lance an email: lance at simpledream dot net.

Speeding up WordPress

9:28 PM in News by Tim Bowen

Tim Bowen’s Speeding up WordPress 5/25/10 presentation

Test load times/elements here: Pingdom
Also use YSlow and Google Page Speed to test speed.

PHP Query Elimination:
Use this: <meta charset=”UTF-8″ />
Not this: <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />

Use Google hosted JQuery / Prototype libraries by adding this to functions.php file:
function my_init_method() {
wp_deregister_script( ‘jquery’ );
wp_register_script( ‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js’);
}
add_action(‘init’, ‘my_init_method’);

Remove actions for WordPress meta, rsd_link and wlmanifest by adding these lines to functions.php:
remove_action(‘wp_head’, ‘wp_generator’);
remove_action(‘wp_head’, ‘rsd_link’);
remove_action(‘wp_head’, ‘wlwmanifest_link’);

Use Google minify for JS and CSS files.
Add Javascript files to bottom of page for faster load speeds.

Define elements in wp-config.php file:
define(‘ENABLE_CACHE’, true );
define(‘WP_ALLOW_REPAIR’, true);

Set the WP URL and Site URL to improve site performance.  Make sure these are same as in the General Settings page
define(‘WP_SITEURL’, ‘http://SITENAME.com/cms’);
define(‘WP_HOME’, ‘http://SITENAME.com’);

Set the template directory and stylesheet directory to improve site performance and eliminate server queries
define(‘TEMPLATEPATH’, ‘/home/public_html/cms/wp-content/themes/THEMENAME’);
define(‘STYLESHEETPATH’, ‘/home/public_html/cms/wp-content/themes/THEMENAME’);

Use optimized .htaccess file

Disable hotlinking with this code in .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?example\.com/.*$ [NC]
RewriteRule .*\.(gif|jpg|png|ico)$ – [F,L]
</ifModule>

Image hosting off-site with WP-Offload plugin and Steady Offload

Add <?php flush(); ?> after the </head> and before <body> to speed up loading.

Potentially useful plugins:

  • DB Cache Reloaded (small speed bump while helping to eliminate queries to server)
  • W3 Total Cache (small speed bump, also good for heavy traffic)
  • Quick Cache (small speed bump, good for heavy traffic)
  • WP Super Cache (didn’t notice speed bump, reviews claim good for heavy traffic)
  • PHP Speedy (compresses scripts from plugins, small speed bump)

Transmedia – The future of storytelling and games?

6:39 PM in Events by Warner Onstine

Feb
24
7:00 PM

Warner Onstine of ClearBox Media will be doing a presentation on Transmedia (or Alternate Reality Games) Feb. 24 for TDAC.  This presentation will begin around 7:30pm with networking and socializing opportunities before and after.  This will be the first official TDAC event at the Spoke6 coworking space located on the SW corner of 6th Street & 6th Avenue (439 N 6th Ave., Tucson, AZ 85705).

First, what is an ARG (Alternate Reality Game) and where did they start?

Second, how can businesses use them to promote their brand and create a better experience for their customers?

Third, why use this technique?

ARGs have come a long way since their beginning in 2001 with The Beast, an ARG for the film A.I., ARGs now encompass many mediums including T.V., film, radio, magazines, and books. They have also emerged as a new way of telling a story on their own – becoming more than just a vehicle for promoting a primary media vehicle (film or T.V. show).

In this presentation Warner will show a brief history of ARGs, some of the current tools and techniques for running an ARG, and why you might want to do this in the first place. He will wrap up with a preview of his forthcoming game.

Questions and suggestions on content are welcomed beforehand.

BYOB.

Spoke6 / co-working space (open house)

4:22 AM in Events by Tim Bowen

Feb
15
6:00 PM

Spoke6There will be a laid back open house for the Spoke6 co-working space this Monday from 6pm until 8pm.  Come on by, check out the space and meet other like-minded folks who are doing the same.

When: Monday, February 15th

Where: 439 N 6th Avenue, Tucson, AZ 85705 (On the SW corner of 6th & 6th, parking is on 6th Avenue or on in the lot South of the building.) Map it >>

What: A brief opening of the space.

You can find out more by visiting www.spoke6.com.  This site will be updated heavily with pertinent information during the days before this event.

Cheers,

- Tim

by TDAC

Tucson Startup Drinks @Spoke6

3:17 PM in Events by TDAC

Jan
26
7:00 PM

This months Tucson Startup Drinks meetup will take place at the (under construction) Spoke6 co-working space on 6th & 6th.

When: Tuesday, January 25th at 7pm

Where: Spoke6, 439 N 6th Ave., Tucson, AZ 85705 (Southwest corner of 6th Avenue and 6th Street, there is a parking lot on the South side of the building)

BYOB