Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Wez Furlong's Blog:
PHP Objective-C Bridge
Nov 05, 2007 @ 18:04:00

Wez Furlong has posted an example showing a cool little tool that he's whipped up that looks to bridge the gap between PHP and the Objective-C runtime:

I've had some code hanging around on my laptop for the better part of a year (feels like two, but I don't think I've had my MBP that long), that implements a bridge between PHP and the Objective-C runtime.

Yesterday I debugged the last portion that I regarded as a total showstopper for anyone else that might want to use it, and added a script that pulls in your PHP installation and dependent libraries (such as Fink or Mac Ports libraries) and generates a "Bundle" and optionally a DMG containing the Bundle.

He had a fellow developer try it out on Leopard too (things broke, but most are fixed) who also created a simple ping example to show off this project in its (very early) alpha stages. He mentions in the post how to get to the code, but if you can't locate it, just wait a bit - he'll have it posted up soon enough.

Also check out Sean Coates' and Joseph Crawford's comments on the project too.

tagged: objectivec bridge project ping example leopard objectivec bridge project ping example leopard

Link:

Wez Furlong's Blog:
PHP Objective-C Bridge
Nov 05, 2007 @ 18:04:00

Wez Furlong has posted an example showing a cool little tool that he's whipped up that looks to bridge the gap between PHP and the Objective-C runtime:

I've had some code hanging around on my laptop for the better part of a year (feels like two, but I don't think I've had my MBP that long), that implements a bridge between PHP and the Objective-C runtime.

Yesterday I debugged the last portion that I regarded as a total showstopper for anyone else that might want to use it, and added a script that pulls in your PHP installation and dependent libraries (such as Fink or Mac Ports libraries) and generates a "Bundle" and optionally a DMG containing the Bundle.

He had a fellow developer try it out on Leopard too (things broke, but most are fixed) who also created a simple ping example to show off this project in its (very early) alpha stages. He mentions in the post how to get to the code, but if you can't locate it, just wait a bit - he'll have it posted up soon enough.

Also check out Sean Coates' and Joseph Crawford's comments on the project too.

tagged: objectivec bridge project ping example leopard objectivec bridge project ping example leopard

Link:

Taylan Pince's Blog:
Technorati and XML-RPC Pinging
Feb 06, 2006 @ 13:28:59

Taylan Pince has posted a quick new item over on his blog today with a look at how to "ping" services like Technorati and Weblogs to let them know that you've updated your site.

I spent some time today to research the ways I could "advertise" my new blog on the web. I knew about del.icio.us and other web goodies like technorati, but I had never actually used them before. After a bit of googling around and a crash course on tags and pinging, I set up a simple XML-RPC ping module that would notify technorati every time i added or edited an entry here.

He talks briefly about how and where he found the documentation and the simple package he includes to help make it work. After that, he shows the code for both the Technorati version and the weblogs version - a simple five to size line script depending.

tagged: xml-rpc ping technorati weblogs xml-rpc ping technorati weblogs

Link:

Taylan Pince's Blog:
Technorati and XML-RPC Pinging
Feb 06, 2006 @ 13:28:59

Taylan Pince has posted a quick new item over on his blog today with a look at how to "ping" services like Technorati and Weblogs to let them know that you've updated your site.

I spent some time today to research the ways I could "advertise" my new blog on the web. I knew about del.icio.us and other web goodies like technorati, but I had never actually used them before. After a bit of googling around and a crash course on tags and pinging, I set up a simple XML-RPC ping module that would notify technorati every time i added or edited an entry here.

He talks briefly about how and where he found the documentation and the simple package he includes to help make it work. After that, he shows the code for both the Technorati version and the weblogs version - a simple five to size line script depending.

tagged: xml-rpc ping technorati weblogs xml-rpc ping technorati weblogs

Link:


Trending Topics: