miranos

Results 10 comments of miranos

Does anyone solved this issue yet ?

Yes exactly sir :) But subscription will be from JS (Autobahn) and Publishing will be from PHP side.

First thank's again for your answer ! But i need a pusher to send notification for a specific client and this depend on the user IP or session id if...

Here is an example used on ratchet: ``` $json = (json_decode($msg,true)); // {"userID":"#", "sendTo":"#", "message":"lorem"} $msg = $json['message']; $tosendid = $json['sendTo']; foreach ($this->clients as $client) { if ($tosendid == $client->resourceId)...

Need to learn the solution aswell please if possible. Showing the latest price on a green background or depend on your design.

Good idea, did you found a solution for this ?

I see ! i will make some search in this side if i can find a solution for this. Do yo work under windows or linux ? i can't figure...

I see, thank you for your return :)

Here the code on jsfiddle https://jsfiddle.net/f5xzrx08/ Here my result when i blur an image that have blue background and text on it: http://i.imgur.com/lhmGSIl.png But when i blur it from my...

I am testing it on Samsung Tab 3, chrome latest version. Is there a way to change the white blur to my background color to prevent this ? Or any...