Profile_bird

Hey there! QueryPath 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's happening? Join today to start receiving QueryPath's tweets.

Already using Twitter
from your phone? Click here.

QueryPath

  1. @heyrocker noticed that sometimes using foreach($qp->get() as $node) can be much faster than foreach($qp as $item). The reason: fewer objcts
  2. Waiting for Snow Leopard disks to arrive in the mail. As soon as I get it installed, the PHP 5.3 version of QueryPath will be on its way.
  3. Saw a brilliantly deviant Twitter app written with QueryPath. I'm stil giggling. Can't wait for @heyrocker to launch it.
  4. Added a new feature to set the encoding of new documents. That'll make it into 2.0.2.
  5. Work is beginning on the next QueryPath. Performance and PHP 5.3 support will be the foci. Any feature requests?
  6. @jcfiala And if you want XHTML instead of HTML 4, you can use xhtml().
  7. RT @jcfiala If you're using #querypath to change html and then want to output it, you call $qp->top()->html(), not just $qp->html().
  8. Our presentation at Drupalcon was delivered to a packed house. How exciting. Video soon, I hope.
  9. QueryPath 2.0.1 has been released. This release contains minor bug fixes.
  10. QueryPath is being uses to import 15000 pieces of ancient HTML 2/3 documents into Drupal.
  11. QueryPath 2.0 final has been released in full and minified versions: http://querypath.org.
  12. Given the dearth of bug reports on QueryPath beta 1, I think there will be no beta 2. We are ready to go to 2.0.
  13. Qp() is now an abstract factory. Beta 2 coming soon.
  14. Found a bug in 2.0 Beta 2 that will break QueryPath when you try to load really broken HTML. Ther's one for beta 3. thx @agentrickard.
  15. @ubuntuslave tell me what you think about codeigniter.
  16. The quark branch of Querypath has been merged back into the mainline. QueryPath 2.0beta1 is almost ready.
  17. @sdboyer just taught me a new git command, and I am very excited about it: "git log --pretty=oneline --graph" (generate ASCII graph of tree)
  18. In QueryPath 2.0, writeHTML() and writeXML() will take optional filenames. They can now write to disk. Thx, @ubuntuslave, for the idea.
  19. RT @technosophos:QueryPath 2.0 Alpha 3 now has 246 tests with 689 assertions. It is approaching 100% function coverage in the unit tests.
  20. @webcgo I don't know what phpquery is.