I have recently been ramping up on ASP.NET MVC (ASP.NET MVC 2.0 RTM) for my latest project (along with Castle Windsor for Dependency Injection, Inversion of Control), and Telerik Open Access for Object Relational mapping.
So far, I must say that Im...
So basically, Facebook Connect returns the date/time at which an activity occurred in the regular Unix long format e.g 1220992999
Here is some objective c code (a method called friendlyTime) I wrote - inspired by this php code to convert it to a more...
Based on the Drupal forum located at http://drupal.org/node/225955
there are many approaches to hiding the teaser button when creating a content node. This button is the one labeled as "Split Summary at Cursor". Recently, I had to hide it but...