In AD 325, at the First Council of Nicaea, many of the bishops came together to consolidate all of the stories of the many versions of the bible that were circulating at the time. A little know fact is that a bishop from a small village in western France, Bishop Francois Pas-un-vrai-type had offered up […]
Strategy. $$ can sometimes shift focus from long term strategy to short term strategy. Usually, a successful company is known for something. If you are the best, do not compromise those key values and core offerings. When it is all said and done, you will be left with the client saying 1 of 2 things. […]
Using regular expressions you can extract the username from a twitter URL. var twitterURL = item.link; var twitterName = twitterURL.match(/https?:\/\/(www\.)?twitter\.com\/(#!\/)?@?([^\/]*)/)[3];
Took about 3 min to get this in place. IE9 doesnt support placeholders. This adds that functionality with NO changes to existing code. https://github.com/mathiasbynens/jquery-placeholder
Found these really important filters for anyone managing site analytics through Google Analytics. http://www.netcel.com/Resources/Insights/White-papers/6-must-have-google-analytics-filters/ Specifically the hostname filters, lowercase URLs and the internal IP traffic.
On my way to work this morning.
Ever heard the term “Context is key”? This could not be more true in application development. Your users are getting shorter attention spans every time a new content channel is born. Just look at Twitter. They limit the number of characters for a reason and that is hugely responsible for their popularity. You can also […]
Good find by my very cool co-worker and partner in crime, Rob Lowe. @rhlowe http://gumbyframework.com/
Going to be testing this out this week. Go ahead, fork it. https://github.com/splitfeed/android-market-api-php
Core Reporting API – Common Queries The link below is the documentation for the google analytics core API. I love the Ken vs Ryu reference at the bottom of the page. Classic. https://developers.google.com/analytics/resources/articles/gdataCommonQueries