May 2012
1 post
3 tags
Drupal Content Migration
Drupal content-migration
View more PowerPoint from Ashok Modi
http://btmash.com/article/2011-02-25/migrating-content-using-migrate-module
http://drupal.org/node/915102
http://www.lullabot.com/articles/drupal-data-imports-migrate-and-table-wizard
http://denver2012.drupal.org/program/sessions/getting-it-drupal-migrate
http://groups.drupal.org/node/21338#import_and_export_drupal_to_drupal
April 2012
5 posts
3 tags
Git User Manual →
3 tags
Harden Your Drupal Install →
5 tags
How to Dress With JavaScript? [Underscore.js]
It’s the tie to go along with jQuery’s tux, and Backbone.js’s suspenders.
3 tags
Bash Tip of The Day
That space between the if and [equation] brackets is VERY important for syntax.
Wrong: if[ equation1 ]
Correct: if [ equation2 ]
5 tags
Wordpress on EC2 in 5 Minutes →
March 2012
1 post
Pears →
Pears is an open source WordPress theme, enabling people like you to get your own pattern library up and running quickly
February 2012
2 posts
2 tags
Quickly Create a Siteroot →
4 tags
Addy Osmani: Essential JavaScript Design Patterns →
January 2012
3 posts
3 tags
Mercurial Versioning Tutorial →
Git Wiki →
Backbone Fundamentals Guide →
December 2011
3 posts
Rule #1: /trunk must compile and pass regression tests at all times. Committers...
– SVN Documentation
Awesome site for definitions on the CSS, HTML, and... →
PHP Function Performance →
Really good performance information on some commonly used PHP functions. Pretty eye opening.
November 2011
5 posts
Protect The Internet →
We use social media to create a product — to create a brand — and the product is...
– http://www.nytimes.com/2011/11/13/opinion/sunday/the-entrepreneurial-generation.html?pagewanted=2&_r=1&ref=todayspaper
http://popcornjs.org/ →
Awesome HTML5 framework that lets you connect video to web content! It’s quite impressive.
http://designspiration.net →
Google info on going mobile with your website. →
October 2011
3 posts
Been looking for a semantic code versioning... →
2 tags
Writing Terse JavaScript 101 →
September 2011
2 posts
PHP Tip of the Day
When using classes if you include them they can end up being re-declared and you receive an error. Avoid this by using the include_once or require_once function!
Learn How To Use the Google Chrome Developer Tool →
August 2011
1 post
Google Social Analytics →
July 2011
4 posts
Drupal Tip of The Day
If your using Drupal php sessions for anonymous users, you will need to make sure that performance caching is off. Otherwise it will prevent them from working. If your concerned about performance and you only need anonymous sessions for certain pages then the Drupal module CacheExclude will work nicely.
4 tags
Protect Directories But Serve Files
I needed some .htaccess rules that will block access to all directories but allow serving up of individual files. This was in order to setup a media server. Found a nice solution here.
http://stackoverflow.com/questions/6545155/htaccess-block-access-to-directory-but-allow-access-to-files
RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l RewriteRule...
4 tags
“Ahhh beer, so many choices and it makes so little difference.” - Bender
“How about Löbrau? It has dots on it.” - Fry
“Over ruled. The choice of champions is Pabst Blue Robot.” - Bender
“I can’t drink that! The metal shavings make my throat bloody.” - Fry
“Waa Waa Waah, baby want’s a Zima.” - Bender
Futurama Scene
...
Adobe's Past Trial Versions →
Adobe only has trial downloads for their latest versions of software so if your version is a previous one and you’ve lost the discs but still have the key it can seem all hope is lost.
Enter Technolux. This site is awesome! It has a list to direct downloads of past versions of Adobe software and it skips the lame Akamai manager.
June 2011
5 posts
Migrating a Wordpress Site →
http://interconnectit.com/124/search-and-replace-for-wordpress-databases/
http://sakinshrestha.com/wordpress/how-to-move-wordpress-site-to-new-domain-or-location/
http://littlebigdetails.com/ →
3 tags
Tracking multiple link scenarios. →
Reset MySQL root password →
Gingerbread
Sprint just released Android 2.3, aka Gingerbread. I love the fact that I feel like I’m typing faster so most likely I am! Hats off to Google for helpful UI improvements.
May 2011
6 posts
Character Sets and Databases
When exporting / importing databases make sure you have your character sets in order! Know what the database source and destination character set is set to. Ensure that when importing your database that you are implicitly telling it what character set to use.
What happens if you don’t is you’ll see strange characters appear in your content because they are not being interpeted...
Product Previews
Screenshots vs. Video, which is better from a user consumption/conversion viewpoint?
Videos follow the “don’t make me think” principal. You just have to hit play and sit there but loading can be an issue and when your trying to get conversions that can be a big deal.
While images can load quicker, the user has to figure out for themselves what they are demoing as well as read...
After that plugin presentation I’m super stoked to use Wordpress hooks.
OC Wordcamp Tommorow!
Super excited for 2011 Orange County Wordcamp! First time going to an industry related conference. Next on the list I think will have to be a JavaScript conference, maybe.
Ohh and for all you San Diego peeps who didn’t get your tickets in time, fret not for there will be a San Diego Wordcamp on July 16th!
4 tags
Creativity: The process of having original ideas that have value
– Ken Robinson
April 2011
4 posts
4 tags
If you own a smartphone, check this easter egg... →
http://mobiledesign.org/toc →
Online book about mobile design and development by Brian Fling
March 2011
8 posts
Firefox4 Is Out! →
It’s official, Firefox 4 is now ready for the masses. It “looks” great! Now to run it through the stress tests and see how everything is under the hood.
At first I thought checking facebook all the time was a social addiction, now I...
– Me
Only Your First Link Counts →
Just found out that only the first link that appears on a page counts and all other duplicates are ignored! Mind = Blown. This is a sweet little tool my company setup that checks your first links.
IE9, Firefox4, Chrome 10, Opera 11...where's...
With the release of Internet Explorer 9 pending it seems Mozilla’s Firefox 4 is feeling the pressure and preparing for their Firefox RC1 release! Which for all you none web peeps that means “Release Candidate 1” usually the last step before the final release.
For all you die-hard Internet Explorer 6 people out there, take notice, even your own Microsoft is now telling you to...