Search
Categories
Meta
- Android 4 on nexus s is a big improvement. HWA for the win. 2011/12/18
- RT @kumobius: Bean's Quest World 2 update is out on the App Store! We added Game Center support, so continue or start the journey now! h ... 2011/08/11
- RT @kumobius: MMGN just awarded Bean's Quest App of the Week! http://t.co/4vq7RT7 2011/07/29
Tag Archives: code
WordPress: Query Posts
When you are interacting with WordPress’s Query Posts function the codex page gives great examples. However, the one glaring omission is documentation on how to handle variables with spaces. For example you might want to query for posts with the … Continue reading
Web parsing
Five web sources need to be parsed and data entries (say search results) need to be extracted. What is the best approach? One could use regular expressions to work on the data. However, I am more familiar with XPath selectors … Continue reading
