Profile_bird

Hey there! gearvosh is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving gearvosh's updates.

Already using Twitter
from your phone? Click here.

gearvosh

  1. . http://www.gamesync.com/use...
  2. I updated my profile with a new look. http://www.gamesync.com/use...
  3. @nateabele So cake has an "app" folder which is your websites application. Symfony is similar but they have two: the website and then admin.
  4. Launched a new homepage + minor design changes for GameSync, take a look! http://www.gamesync.com/ Also follow @gamesynced
  5. @tgeek Loadsys works like a model that you can paginate. Mine can take x amount of feeds and combine them into 1 array based on the date.
  6. @nateabele Any plans on having a "frontend" and "backend" app similar to Symfony? I always preferred that method of an admin system.
  7. @nateabele Ya its looking that way. One thing I liked on the app side was the new extensions folder, much better placing everything there.
  8. Just finished my feed aggregator component for CakePHP. Will release it this week :) #cakephp
  9. LOL I tried contacting Adbrite and their form even has a captcha AND IT ALWAYS FAILS also. So pathetic.
  10. For the past 2-3 weeks I have been unable to sign up on Adbrite.com. The captcha ALWAYS fails and I have tried everything. Anyone else?
  11. The new GameSync homepage looks amazing if I do say so myself :]
  12. Screw it, I just wrote a feed aggregator component for CakePHP, so far its working like it should.
  13. Anyone know of any good rss/feed aggregator scripts?
  14. Figured it out! I did "timer = null; clearTimeout(timer);", it should be reversed with having clearTimeout() first, so annoying!
  15. I hate working with setTimeout() or setInterval(). I cant get the timers to stop using the clear equivalents or setting to null, UGH!
  16. @damanlovett Well its released, but its not official since PHP 5.3 isn't out, so it'll be a while. Just stick with 1.2 or 2.0 later on.
  17. @damanlovett Extremely. The whole structure is different and and it uses PHP 3 namespaces. So if you don't know any of that, forget it.
  18. After browsing the Cake3 source code, im not to sure I like the new structure. Why the point of straying so far from the original?
  19. And the CakePHP keynotes are still not processed, boo. Will have to wait till tomorrow to watch them.
  20. Woah so Cake3 was sort of released (PHP 5.3 version of CakePHP). The whole structure and code is different, will take getting use to.