Profile_bird

Hey there! jtkendall 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 jtkendall's updates.

Already using Twitter
from your phone? Click here.

jtkendall

  1. finally home, I haven't been home before 6 any day this week, why start today. Deciding not to continue to #crushit & instead take a nap.
  2. @CodeIgniter … return mssql_get_last_message(); So I can actually debug.
  3. @CodeIgniter MSSQL errors in the MSSQL_Driver _error_message method. Instead of return ''; how about something useful like:…
  4. Fuck, fuck, fuck. "Unsupported feature of the database platform you are using."= $this->dbutil->backup(); in @codeigniter #mssql #whyme
  5. @Anton I know the answer, but I didn't know it, I found a list of all movies from 1986. So it wouldn't be fair to answer.
  6. I have @codeigniter running in parallel with this ASP site. I have a deadline, I don't know ASP that well & CI has a built-in DBUtil class
  7. …that took him all of five minutes. Alcohol, Beer Pong, Pizza, Mario Kart Wii & UFC on the 360… no, you can't come. Family & Friend only :P
  8. I told @justinkendall since he can't come up this weekend that I'd come down to MD next weekend and to try and schedule a guy's night…
  9. trying to convince @justinkendall to outsource his pet watching responsibilities so he can come visit and play UFC + Mario Kart this weekend
  10. @snookca Apparently they do. I ran into that mess last Sat. coming back from Maine. Can't imagine how bad it is with them actually working.
  11. anyone know how to setup SVN externals in Versions.app?
  12. @BoltClock I know mootools does it. If you check the libraries ajax demos with Firebug it will tell you
  13. @garyvee You just did. Would you like to ask another?
  14. @snookca Would that be the construction on 81 in PA?
  15. #annoyed
  16. damn, wanted Triscuit's and cheese, but stupidly picked up Wheat Thins, so having them instead.
  17. @mringlein Where'd you get those from?
  18. You know, escaping single quotes in a SQL query with another single quote instead of a backslash is a stupid ass way of doing things ASP
  19. … and correct me if I'm wrong, but "select * from table" is quicker since there's no (in this case, dumbass) where statement to evaluate
  20. this is a real query from an ASP project I'm fixing bugs on… "select * from " & table & " where 1=1". WTF is the point? 1 ALWAYS equals 1…