I hear Toyota is contemplating a quick makeover to their current logo and tagline… Wish I could take credit for it, but at least it comes complements of fellow PSL member Eight Eleven. Update: I complimented the author Aaron, and the following conversation ensued… Aaron: I’m going to end up in a lawsuit with Toyota [...]
Read MorePosts tagged "Twitter"
Run your servers without timezone offsets
I recently made the decision to store times on Fwd:Vault systems in Greenwich Mean Time, or GMT. I decided to do this because I have time-sensitive events happening along several dimensions. Email coming into the system has several timestamps associated with it: the user’s initial delivery, relay from their mail server, and receipt by the [...]
Read More coding theory, fwdvault, software development, standards, tech support, Twitter, usabilitySeriously, guys…
In my life as a full-time employee, I ran a membership management system for an international non-profit that organized over 40,000 volunteers at the local, state, and national levels in almost 30 countries. It coordinated physical material deliveries (part of the system was a full shopping cart installation), managed electronic documents, and delivered news to [...]
Read More for fun, hardware fail, Twitter, usability failGet HTTP status code of cURL call in PHP
With all the fancy cURL-based API’s out there these days (Facebook and Twitter immediately come to mind), using cURL to directly access and manipulate data is becoming quite common. However like all programming, there’s always the chance for an error to occur, and thus these calls must be immediately followed by error checks to ensure [...]
Read More browsers, php, software development, TwitterArchive your entire Twitter timeline
My code for displaying Twitter posts on your site is pretty handy, but it does have drawbacks. Each page load involves calling a remote URL, downloading a resulting XML file, and parsing the results, increasing your load times and using bandwidth. To minimize the impact, you can really only display a handful of the most [...]
Read More database, fwdvault, lifestream, mysql, open source, seo, social networking, TwitterBuild a slick Twitter feed on your site
A few months ago I published an article describing how to output a Twitter stream on a page using PHP, and later followed up with two more to polish the display. The article content and code examples have since been tweaked based on feedback and my own debugging. If you haven’t already had a look, [...]
Read More lifestream, php, programming, regular expressions, social networking, TwitterParse URL’s in text, create links
I’m absolutely in love with the status update stream I’ve put together for Fwd:Vault (follow link for example). However in the process, I’ve discovered a huge drawback to the Twitter messaging system: it does not store links. The Twitter site itself will identify URL’s in messages and convert them into clickable links for you automatically. [...]
Read More fwdvault, php, regular expressions, TwitterDisplay Twitter updates on your website
Update: I’ve added a new chunk of code that will download and store your Twitter posts in a database, allowing you to do whatever the heck you want with them. After you’ve finished reading this, be sure to check that out as well. I am not a fan of social networking or so-called lifestreaming. I [...]
Read More extension, fwdvault, php, Twitter