Thursday, November 11, 2010

Mercurial Queue - manual rebase for older version of Mercurial

The Mercurial on the server is version 1.0.1. It does not have the rebase extension installed. Thank goodness, I found this post that explains how to manually rebase the repository.

http://blogs.sun.com/ace/entry/mq_mercurial_queues

This is the clearest walk through that I have come across so far. Better than the one on Mercurial's website.

Enjoy!

Wednesday, September 15, 2010

Thesis Quick Skin

This is not a hack but a quick way to dress up Word Press/Thesis with different looks.

Download the skin manager from thesisthemes.com and a free skin.

Upload the files into the "custom" folder in Thesis Theme. You can now create many, many different looks by duplicating the "skin" folder and tweak each one of them to you heart's content. Simple and clean.

I like it.

Thursday, August 26, 2010

Thesis Hack #1

Playing with Wordpress Thesis Theme lately. Chris is smart. He  rewired the Wordpress HTML creation process that gears towards SEO and Webpage creation. It groups a webpage into layout blocks that you can easily replace the content or add content to it.

I was messing with the div#header section today and could not get it the way I wanted.  Examining the code and found that there is NO hook for "title and tag line". I need to replace the H1 tag on the tag line for SEO purpose. You can unhook the default header with "thesis_hook_header" but you will lost the ability to use the "thesis_hook_before_title" and "thesis_hook_after_title".

I asked myself, why not add a "thesis_hook_title_and_tag" hook?

You only need to change two files. 

Step One - Replace "thesis_title_and_tag( )" in header.php with "thesis_hook_title_and_tag( )".

Step Two - Add the hook "thesis_hook_title_and_tag" to hook.php. Just open that file and you will know what to do.

That's it! You have a new hook "thesis_hook_title_and_tag" to be used in custom_function.php.






Wednesday, July 28, 2010

Website Annotation!

While working on a new section of a website, I come across the problem of how can the owner, my supervisor, SEO team,  and Copy writing team review the website at the same time. First, I do not want to sort throught a collection suggestion written on pieces of paper or emails that land on my lap at random times. Second, some of the suggestions may have conflict of interest that need to be resolved. They need to know what the others are suggesting.

I have been using Firefox Scrapebook plugin for a while. I use it to capture webpages that are interesting and add my notes to them. So I think there must be some applications that allow users to review a website and offer feedback. Using Google finally found a blog lead that reviewed an application called "Notable".

Notable is awesome (www.notableapp.com). Not only for design review but for SEO and Copywriting which are very important to the company's business. I also found "Denote"(www.denoteapp.com) but it is gear towards website design review instead of SEO purpose.

I sign up for a free account with Notable,  added my supervisor and SEO team to the user list and uploaded a screenshot of a webpage for them to test it out. Will see how that goes.

Friday, June 25, 2010

Bing Yahoo Integration

Attended a Webinar about the Bing Yahoo Integration. As I understand it, the deal means Yahoo will not be powering the Search in the next 10 years. Microsoft will be the power house for Bing and Yahoo. Microsoft will incorporate Yahoo Search technology into the Bing Search Engine. Yahoo basically gave up their own Search Engine and handed it to Microsoft.

A few of interesting points from the Webinar.
1. Microsoft delivers search results to both Bing and Yahoo. Page ranking stays the same on Bing and Yahoo BUT the presentation of the SERP will be different. Yahoo will apply their own mix-in to serve the results.

2. The report in AdCenter will not show the traffic split between Bing and Yahoo. The panel suggested analyzing server log to get that information.

3. There will be no option to choose to show the ad in Bing or Yahoo.

Wednesday, June 09, 2010

I am my boss

I was trying to teach my 3 years old son that it would be wise for him to follow daddy and mommy's instructions.
I told him that Daddy and Mommy are his boss. He came back with "I am my boss!"

I thought "Wow, you will experience lot of pain down the road if you continue to see it that way."

Friday, May 28, 2010

Use More Than 5 Custom Variables in Google Analytic Tracking Script

Ophir Prusak's blog Analytics Impact shared how to set up the tracking script to allow more than 5 custom variables. I can think of a dozen of data points that I wanted to log and could not because of the limit mentioned in the help document. Here is the link to his blog.

Analytics Impact - Get more than 5 custom variables in Google Analytics