Parse Fast Infoset documents in PHP? [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there a library which allows PHP to decode application/fastinfoset binary XML?

As far as I know, there's no PHP-library that does this. Can you hack around this by creating a tiny java-program that decodes/transforms the FI and call this from PHP?
I know this is a less-than-ideal solution, but this does seem to be uncharted territory.
https://fi.dev.java.net/how-to-use.html has some java-examples on how to handle FI.
As for bridging PHP and Java;
http://sourceforge.net/projects/php-java-bridge is supposedly good (though, site is down when I try),
http://www.php.net/manual/en/book.java.php also have som information on integrating Java and PHP.
Alternatively, you can use probably use webservice or messaging to communicate between PHP and Java. (This is probably obvious.)

Related

PHP framework for note taking tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any PHP framework that can be used to build online notes taking tool. like Spring pad. So, that i can install in local server and access it.
Your requirement is to make a Online Notes Taking Tool.
This could be done in any Framework.
Look at CakePHP, CodeIgniter or any frameworks.
You need to be very specific as to what are you looking at.
Moreover, there is nothing specific that only one Framework could achieve.

Programming language for LinkedIn App Development [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to develop an application using LinkedIn but confused over which programming language I should pick. Linkedin supports REST & JS APIs and there is some sample code given in PHP & Ruby. I have good command on C/C++ and basic knowledge of JS and PHP. I want to know how should I start as I didn't find Linkedin documentation very elaborate. Which language is preferred for this kind of development and how much popular that is in community to gather future support?
Please share your views.
Thanks.
You should start with PHP with a combination of Ruby, AJAX and JS. but once you get started you'll advance sooner than you had thought.

Online course to learn PHP similar to Rails for Zombies? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I really enjoyed Rails for Zombies and the myriad of online courses teaching Rails.
This is the best way to learn for me: jump right in with a project and a reference book basically.
Is there a PHP course out there like that that you can recommend?
PS. I'm interested in making themes/plugins for Wordpress but I find that my knowledge of PHP itself is pretty weak, so it'd be neat to do some novice course.
I haven't actually used this site, but it appears to be similar to RfZ based on using video as the delivery media:
http://www.phpvideotutorials.com/free
As a note, some content is free and some is not.

Are there any recommended tools for beautifying PHP/HTML? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Does anyone know of a good tool for cleaning up/formatting PHP files? I'd need something that can handle HTML with < ?php ?> tags, as well as pure PHP files. Ideally, I'd like a Maven mojo, since the rest of my code is being generated by Maven already.
Haven't worked with php for a while now, but I remembered using PHP Beautifier
I haven't really found any completely satisfactory solution yet, but I'm comparing several options, now. I'll be documenting my progress on my blog, if anyone's interested in the future.

Best XMPP Client PHP/Javascript [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Which one is the best XMPP client library for PHP/javascript?
I have gone through many of these like:
JSJaC
XMPPHP
MISSUS
Kaazing Gateway
Some one having experience in using these will have better idea.
It seems jaxl support bosh. Then I would look into strophe.js. I myself don't have hands on experience, but if I would implement this in PHP I would try to do it like this.
hxmpp is written in Haxe and supports JavaScript and PHP. so you can use (a part) of your code on both platforms.
Strophe.js is the best with full basic protocol of XMPP, detail documentation and wide community that can support you in the beginning.

Categories