Archive for the ‘Web Dev’ Category

HTML parser for Mac and iPhone/iPod touch

While Apple Inc. provides XML parsers based on open source XML parsers, but they don’t for HTML.
One of a good parser I found is Element Parser and its source codes is host at GitHub. However there is no good explanation about how to use it.
So, I took a look at its sample source codes, and [...]

Continue reading »

JavaScript – Cocoa bridging

If you write web app instead of desktop app, it is wider accessibility. But how to enable desktop features on a web app targeted for Mac or iPhone? You may want to write Objective-C / Cocoa code which calls JavaScript or vice versa.
I found some good articles on JavaScript-Cocoa.

Scripting with JavaScript in Cocoa explains how [...]

Continue reading »

Bespin – In-Browser IDE

Thanks to AJAX, web development became more like desktop application development. Nowadays it is not possible to think computing environment without networking, and network speed is getting faster for non-intranet networking.
Eventually IDEs for developing web application is based on the web browser.
The Mozilla announced such an IDE called Bespin.
I don’t know how it will handle [...]

Continue reading »