2 Comments

Sign Up for Windows 7 Tutorial

This is a non structured tutorial on Windows 7, the instructor (me) will answer to questions or how-to’s in a group setting. It is free to attend, but seating is limited to 6, so please RSVP by contacting us via email or call (206) 508-1929 during our normal business hours.  The tutorial will be held […]

2 Comments

Samsung Galaxy S Carrier Unlock

I have been doing carrier unlock for the Samsung Galaxy S (T-Mobile Vibrant and AT&T Capative) for a while now. First the hard way, then the easy (paid) method, then comes the easy and free method. I’ll just share with you the easy and free method. One day while I was looking for the paid […]

0 Comments

Sticky Notes on Windows 7

Why do it on paper when you can have the same thing in Windows? This feature is only available on Windows 7 (not the starter edition).

[caption id="attachment_748" align="alignnone" width="300" caption="Sticky Notes on Windows 7"][/caption]

To start your very 1st sticky, click start menu, type in sticky notes in search box on the bottom, click on

0 Comments

Continuing on AT&T Samsung Galaxy Tab

Another few days past over my head and luckily not a drop of rain since Wed.  Here’s what I have done so far after the Overcome 2.0B2 install on my SGT. had the battery info wipe from the recovery menu.  According to guide I read, it’s suppose to help with battery although the effect may not be […]

0 Comments

3rd Time is a Charm

Okay, that failed.  I have now left the function.php file alone and instead edited the Twitter Tool plugin itself following this example. $ch = curl_init(“http://api.bit.ly/shorten?format=xml;version=2.0.1&login=USERNAME& apiKey=APIKEY&longUrl=”.get_permalink($post_id)); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HEADER, 0); $data = curl_exec($ch); curl_close($ch); $xml = new SimpleXmlElement($data, LIBXML_NOCDATA); $bitly = $xml->results->nodeKeyVal->shortUrl; $url = apply_filters(‘tweet_blog_post_url’, $bitly);