Author Archive

impress.js

It impressed me and I love it.

http://bartaz.github.com/impress.js/

Godaddy rejected domain transfer to Namecheap

UPDATE: So GoDaddy rejected my request to transfer my domain names to namecheap yesterday and they sent an email today saying “I’ve been selected for special 15% discount” Yay. Funny, I will make an angry call tomorrow.

——————-

I do not understand why they decided to reject my transfer?

Here’s an email content from namecheap.com

———————————————————————-
Namecheap.com
Domain Transfer Cancelled : ————
Date: 1/5/2012 9:11:48 PM
———————————————————————-

Dear xxxx,

This notice is to inform you that your domain transfer was cancelled
due to the reason mentioned below.

Domain Name : ———
Transferred for : 1 year(s)
Transfer Order ID : 4—-446
Credit Card / Funds Transaction ID : 8———97617

Reason for Cancellation :
Canceled – The current registrar has rejected transfer (please contact them for details)

The refund for this cancelled transfer has been issued to your Namecheap account. In rare cases, it might take up to 24 hours for the refund to be available in your account. Once available, you can use those funds to easily resubmit the transfer if you wish to do so.

Should you have any questions or concerns, please contact us at https://support.namecheap.com/

Sincerely,
Namecheap Team

http://www.namecheap.com/

———————————————————————–

I will see what godaddy has to say about the domain transfer. stay tuned!

transferred some of domains from godaddy to namecheap

It’s still in the process, but I don’t seem to be able to log in namecheap account pages…

:(

iTunes U – iPad and iPhone Application Development (SD)

i downloaded all of the content already. It’s great tool to learn xcode, objective-c, and mvc for iOS development.

Click here to launch iTunes to go the page.

note to myself on mongoDB procedure

For PHP MongoDB Driver

sudo apt-get update
sudo apt-get install php5-dev php5-cli php-pear
sudo pecl install mongo
// if apache2
cd /etc/php5/apache2
sudo vim php.ini
add "extension=mongo.so" without double quotes
/wq! and enter
sudo /etc/init.d/apache2 restart

For MongoDB Server

sudo apt-get adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
sudo vim /etc/apt/sources.list
add "deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen" without double quotes
/wq! and enter
sudo apt-get update
sudo apt-get install mongodb-10gen

To launch mongodb commandline

mongo

bad idea if yahoo buys hulu

The unknown prospective buyer of Hulu may have been Yahoo. A scoop late Tuesday said that the early search firm, at least at one point in recent memory, had raised the possibility of buying Hulu.

Hulu, founded in 2008, is co-owned by News Corp.’s (NWS) Fox, Comcast (CMCSA, Fortune 500), Walt Disney Co.’s (DIS, Fortune 500) ABC and private equity firm Providence Equity Partners.

Look at the ownership of hulu. Major broadcasting companies and they are the one who decides whether to charge $$$ on the license. What if after Yahoo buys hulu and then the content providers up the license fee greatly. Yahoo can not sustain the hulu and shut down the site eventually.

If a buyout is in the works, it could be a comparatively easy exit strategy for Hulu and its diverse collection of owners. Hulu reportedly abandoned its plans for an IPO last year because it wasn’t able to secure long-term deals with content providers.

The whole reason for hulu to sell is that they are not sure about the long-term deals.

So it’s bad move by yahoo if they buy it unless they secure long-term deals. I mean *long-term* deal. However, even if they get the long-term deals, look at what happened to yahoo music streaming service and yahoo tv listings. They are already gone because of license issue. They should’ve learned the lessons already.

reference 1

reference 2

meta tags for iphone site

Currently I’m working on a site that is expected to work fine on iPhone devices. Obviously I knew that I had to dig up meta tags for iPhone site for Safari on the iPhone devices.

Found this and here are the list of it:

  • <meta name=”apple-mobile-web-app-capable” content=”yes”> : sets whether a web application runs in full-screen mode. (refer to the documentation for the potential values)
  • <meta name=”apple-mobile-web-app-status-bar-style” content=”black”> : Sets the style of the status bar for a web application. (refer to the documentation for the potential values)
  • <meta name=”format-detection” content=”telephone=no”> : Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.
  • <meta name = “viewport” content = “width = 320,
    initial-scale = 2.3, user-scalable = no”> : Changes the logical window size used when displaying a page on iOS.

Mostly I was using viewport. :)

reference links for guides to PHP and CouchDB

Started looking at CouchDB with PHP recently and I will update this post as I find more references.

한글 웹 개발 트윗

한글 트윗 시작했습니다.

Learning generics in Java

Good learning if you are interested in learning Java. :)

Link