Blog

Archive for September, 2009

PageRankSharp – Getting the Page Rank from C# or the terminal

Wednesday, September 16th, 2009

I was looking for a piece of code to get the Page Rank of some urls. There is a lot of code and information on the subject, the hardest part beeing the fact that Google uses the Perfect Hash algorithm in the query. I found a nice solution over here and decided to package it […]


UISearchBar Tricks – Showing The Cancel And The Scope Bar Only When Editing

Tuesday, September 8th, 2009

While working on a particular UISearchBar I ran into 2 little problems, both easy to fix but I thought of posting them in case someone is stuck. What I needed was to make the cancel button and the scope bar to be displayed only while editing. I believe that this should be a pretty common […]