shiki.me
Affable Aerith: a minimalist WordPress theme inspired by Svbtle and Medium
http://shiki.me/blog/affable-aerith-a-minimalist-wordpress-theme-inspired-by-svbtle-and-medium
Jayson Basañes. Co-founder of Lifebit. And FuFu Labs. iOS, Android, and Web Developer. Affable Aerith: a minimalist WordPress theme inspired by Svbtle and Medium. July 25, 2013. I made a new WordPress theme to brush up on my frontend skills. I’m calling it Affable Aerith for no specific reason. As usual, it’s a minimalist theme. The design is inspired by Svbtle. With some touches taken from the default theme of Octopress. It’s also mobile-ready. The theme is based on the excellent Bones. Every time a fil...
shiki.me
Android Button background image pressed/highlighted and disabled states without using multiple images
http://shiki.me/blog/android-button-background-image-pressedhighlighted-and-disabled-states-without-using-multiple-images
Jayson Basañes. Co-founder of Lifebit. And FuFu Labs. iOS, Android, and Web Developer. Android Button background image pressed/highlighted and disabled states without using multiple images. March 17, 2012. I’ve always liked the way iOS automatically handles pressed and disabled states for custom button backgrounds so I made a. Subclass that automatically darkens the background image when the button is pressed, and makes the background transparent when it is disabled. This is done by using a custom. Netsh...
shiki.me
A solution to Boot Camp partition error: “Files cannot be moved”
http://shiki.me/blog/a-solution-to-boot-camp-partition-error-files-cannot-be-moved
Jayson Basañes. Co-founder of Lifebit. And FuFu Labs. iOS, Android, and Web Developer. A solution to Boot Camp partition error: “Files cannot be moved”. June 13, 2011. So I was able to partition a Macbook Pro 2010 (Snow Leopard) using Boot Camp in order to install Windows 7. I just want to point out this possible. Solution when you get this error when trying to create a partition:. Note that I said this is a possible. Here’s what I did to fix this error:. To that can help in finding large files. I tried ...
ericclarksu.com
SPUDSCOP: Task communication framework Eric Clark Su
http://ericclarksu.com/task-description-framework-1-tud
Tools and Resources (startup, product, ios, android, web, design). SPUDSCOP: Task communication framework. December 28th, 2013. We really care about productivity. Shiki. Uses the Pomodoro technique. It is basically S. Tates / / / C. Essimistic ETA. So I am calling it SPUDSCOP! There are two parts to SPUDSCOP: the TASK CARD and the TASK RESPONSE. TASK CARD (done by the project manager). A simple task title that should contain the feature name and where its going to be located (page/page format). How the f...
shiki.me
Installing PDO_OCI and OCI8 PHP extensions on CentOS 6.4 64bit
http://shiki.me/blog/installing-pdo_oci-and-oci8-php-extensions-on-centos-6-4-64bit
Jayson Basañes. Co-founder of Lifebit. And FuFu Labs. iOS, Android, and Web Developer. Installing PDO OCI and OCI8 PHP extensions on CentOS 6.4 64bit. August 10, 2013. I am currently working on a PHP project that requires using an Oracle server as the database. I tried setting up the Oracle PHP extensions directly on my development machine (MacOSX) but failed after a few tries. I also managed to ruin my Homebrew-PHP setup which brought me more joy. So I ended up using Vagrant. And other packages (e.g.
fukadayosuke.blogspot.com
NO DAY BUT TODAY: フィリピンで注目されているWEB系スタートアップ10社
http://fukadayosuke.blogspot.com/2013/02/web10.html
NO DAY BUT TODAY. YOYOホールディングス CEO 深田洋輔のブログ。 新興国✕モバイルのテーマで、フィリピン・マニラでがんばってます。 フィリピンでITサービス事業を立ち上げようとしていることもあり、たまには自分のことだけではなく、最近のフィリピンではどういったサービス/スタートアップが出てきているのかをまとめてみようと思う。 Kickstart Ventures – 10 startups funded in 9 months. フィリピン・マニラベースのシードアクセラレーター、Kickstart Venturesが出資した10社のスタートアップが紹介されています。 1) AVA ( www.ava.ph. デザイン性の高いおしゃれなアパレル、アクセサリーなどを販売しているサイト。日本でも似たサービスはたくさんありますね。第一印象はMonocoでした。 2) Apptivate ( www.apptivate.co. 3) Bagosphere ( www.bagosphere.com. 4) Kalibrr ( www.kalibrr.com. フィリピン国内旅行でのプランニング...
shiki.me
Getting a list of a Facebook user’s friends with their email addresses
http://shiki.me/blog/getting-a-list-of-a-facebook-users-friends-with-their-email-addresses
Jayson Basañes. Co-founder of Lifebit. And FuFu Labs. iOS, Android, and Web Developer. Getting a list of a Facebook user’s friends with their email addresses. May 15, 2011. This article assumes that you are familiar with the Facebook SDK Core Concepts. And know how to request a user’s access token. This also uses the Facebook PHP SDK. Getting the list of friends. You can get the friends of a Facebook user using this FQL query:. You can look at the. For other fields besides. The case with email addresses.
shiki.me
Java
http://shiki.me/blog/category/java
Jayson Basañes. Co-founder of Lifebit. And FuFu Labs. iOS, Android, and Web Developer. Android Button background image pressed/highlighted and disabled states without using multiple images. March 17, 2012. Read on →. Jayson Basañes. Co-founder of Lifebit. And FuFu Labs. iOS, Android, and Web Developer. Installing PDO OCI and OCI8 PHP extensions on CentOS 6.4 64bit. Android Button background image pressed/highlighted and disabled states without using multiple images.
shiki.me
Using an object’s id as a key in NSDictionary
http://shiki.me/blog/using-an-objects-id-as-a-key-in-nsdictionary
Jayson Basañes. Co-founder of Lifebit. And FuFu Labs. iOS, Android, and Web Developer. Using an object’s id as a key in NSDictionary. August 10, 2011. I was working on a utility class and was playing with the idea of using the. Of an object (e.g. As a key in. Setting it directly doesn’t work though:. The above will lead to an exception like this:. NSInvalidArgumentException, reason: '-[NSObject copyWithZone:]: unrecognized selector sent to instance 0x7ca6160'. Will not work though:. Jayson Basañes. C...