Community Page
- joshkim.org Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- I hate Comcast too. They really try to make it difficult for you to downgrade their service. When I called their 800 number late one night, I went through all their options and finally selected...
- <p>Well, I think you're just succumbing to your "extreme" tendencies. Two or three feeds are fine. Just draw the line there.</p>
- <p>There's something good about having a separate blog for the more "personal" posts, but whenever I try to draw that line, I end up getting confused. Why not go all out and...
- <p>Sigh, the fixed focus of the iPhone camera...</p> <p>I don't pay too much attention about the background object. I'm not the camera guy here, heh.</p>...
- <p>Wondering if you've thought about doing different "editions." I.e., different feeds for the different types of posts you write. You always seem a bit apprehensive about...
Jump to original thread »
For the more-programming inclined.
The rest of you, you’ve been warned.
So I’m trying to implement this google response page using the Google SOAP API for this new teacher’s conference for the state of Illinois. The search needs to be able to search th ... Continue reading »
The rest of you, you’ve been warned.
So I’m trying to implement this google response page using the Google SOAP API for this new teacher’s conference for the state of Illinois. The search needs to be able to search th ... Continue reading »
2 years ago
I did a project involving SOAP recently and I used PHP5's built-in SOAP support which is very nice. Is there a reason you try to use external SOAP libraries instead of what comes included in the PHP core?
2 years ago
I did a project involving SOAP recently and I used PHP5's built-in SOAP support which is very nice. Is there a reason you try to use external SOAP libraries instead of what comes included in the PHP core?
2 years ago
One reason I use external PHP libraries is to make it compatible with PHP 4 and 5.
That's the only one otherwise of course it's better to use built in support than to load almost 7400 lines of nusoap.php
2 years ago
One reason I use external PHP libraries is to make it compatible with PHP 4 and 5.
That's the only one otherwise of course it's better to use built in support than to load almost 7400 lines of nusoap.php