Posted by Eric Polerecky in PHP, career, facebook, mvc, pinggr, twitterJan 7th, 2009 | No Comments
I wanted to learn how to use facebook connect and ended up using FBC, Twitter, OpenID, some complex htaccess, got sick enough by the process (not having a PHP MVC framework to call my own) that I started on php.technologyaces.com
I have code that won’t write itself…
Also, I decided to dump the simple framework…I think Code Igniter is simple enough. I don’t have time to play developer…I am in need of cracking stuff out quick!
Posted by Eric Polerecky in facebook, pinggrJan 4th, 2009 | No Comments
Since pinggr.com is my test-bed for facebook connect SSO I thought it would be cool to add support for another SSO implementation – openID. I have it working in theory but its not ready to add to the site. I should have it done in the next few days.
I’ve also been playing around with geo-coding and tracking. I wrote a wm6 client to capture geo-coordinates at specified intervals. The app posts the coordinates to http://technologyaces.com/gps for now. I have some really interesting ideas about how to best use that info….more on that once I finish the openID/pinggr.com stuff…
Lastly-...
Posted by Eric Polerecky in pinggrJan 2nd, 2009 | No Comments
I made a few quick updates to pinggr this morning. First, I added a little encryption to the cookie. Not that it was ever a problem but this will rule out the ability to spoof local users. I also refractored some of the SQL stuff to cut off any possible SQL injection…
I also added a public timeline to pinggr. By pulling up http://pinggr.com/public you will see the most recent posts to pinggr.
Posted by Eric Polerecky in pinggrJan 2nd, 2009 | No Comments
I added Gravatar support, started auto-tweet for future updates. The data is captured in a pretty clean manner. I need to code the service now. I did a little general UI clean up too.
m.pinggr.com
I started on the mobile version. I am going to code the windows version first – because that is the type of phone I have at the moment. I’ll code the iphoen version soon after…because that’s the phone I want. The rewrite rules are in place and I’ll use the same – relatively simple – codebase that makes up pinggr.com. It should be nice and quick, nice to add to...
Posted by Eric Polerecky in development, facebook, jQuery, pinggr, twitterJan 1st, 2009 | 2 Comments
Or just what I coded to I could lean how to use facebook connect…
Background
When facebook connect was released I wanted to code something to see how it all worked. I wanted to code something I could prop up relatively quick. Partly due to my lack of time but also because I have not released one single piece of software all year! I decided that, since I was just hopping into the land of twitter and I found it complicated to manage my twitter status and my facebook status, that I would write a small app that would allow me to update the status of each site either concurrently or independently.
Specifications
support...