| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 5 months |
| seen | 2 hours ago | |
| stats | profile views | 37 |
Just a developer who want's to learn.
|
Apr 25 |
comment |
jQuery Variable width slider Hi Tim, yes I have. The thing is that that example does not show slides partially when possible. The items are centered with white space arround them. That is exactly what I need to avoid, the slider always should be filled, even if an image gets cut. |
|
Mar 13 |
comment |
Jquery Slider to start from second slide As previously mentioned, you should provide some code for others to help you out and be more specific about what slider and or libraries you are using. |
|
Mar 6 |
comment |
How to center a banner and keep margin? If it is html5, lose the <center> tag. Depricated! |
|
Feb 25 |
comment |
Reset push notification settings for app Edited the answer, still have this in 6.1.2 yes and before in 6.0.1 too. It only works for me if I at least set the date +1 month. |
|
Feb 19 |
comment |
Combination of Node.JS(+ Socket.io) and PHP, what about users and changing Socket ID's Thanks for your explanation. I always assumed this to be handles automatically |
|
Feb 18 |
comment |
Combination of Node.JS(+ Socket.io) and PHP, what about users and changing Socket ID's Okay, but when an existing user opens a new window a new socket is created, which you then have to save in an array containing all sockets from a user. I am not saying it wouldn't work, it's just that in my opinion there should be a cleaner way of achieving this by somehow using the same socket (which does not seem to be possible). |
|
Feb 18 |
comment |
Combination of Node.JS(+ Socket.io) and PHP, what about users and changing Socket ID's Is this the only way to do it? It seems so unlogical. I did manage to do it this way though, by saving all users and their sockets in an array on the server side. But it somehow feels dirty. |
|
Feb 3 |
comment |
Combination of Node.JS(+ Socket.io) and PHP, what about users and changing Socket ID's No, have not thought about that. Would it be a reasonable solution? Setting a session in php a D transfering it to node.js? |
|
Feb 2 |
comment |
PHP + socket.io (session, authorizing and security problems) I am having the exact same issue on your second question, did you by chance find a way around this? |
|
Feb 2 |
comment |
Reset push notification settings for app After playing arround with the date settings I noticed this only worked for me when I changed the date with at least one month further as setting one day did not work for me. Hope this helps! |
|
Feb 2 |
comment |
How does Facebook notify and instantly shows new comments or how does Stackoverflow do it? I played with node now after my original question, as I seem to understand Node runs on its own port so if i'd go to for e.g myserver.com:3737 Node runs, but I have PHP running on myserver.com (port 80). But how would it be possible to have my PHP application communicate with Node? Might need to create a new question, but I hoped the answer would be very simple.. |
|
Jan 30 |
comment |
How does Facebook notify and instantly shows new comments or how does Stackoverflow do it? That is exactly what I need! And I think it is the most suitable option for me too as I know PHP and the notifications part won't be that hard. Thanks for your extensive explanation and information. |
|
Jan 30 |
comment |
How does Facebook notify and instantly shows new comments or how does Stackoverflow do it? for the "pusub mechanism" you build, did you use any other languages besides node? I am somewhat sceptic about websockets in PHP as I believe PHP itself is not meant to be used in such a way. |
|
Jan 30 |
comment |
How does Facebook notify and instantly shows new comments or how does Stackoverflow do it? I have checked multiple threads yes, but felt I needed more information. As I am not questioning the tracking of notifications / database design rather more on the flow of the application. |
|
Jan 24 |
comment |
Make iFrame expand to the left Could you put up a code example? |
|
Jan 24 |
comment |
HTML form doesnt allow spaces on inputs I see some javascript replacing strings with regex, not sure what it does exactly but you should check it. Could you put up some code? |
|
Jan 14 |
comment |
Titanium mobile / Apple Push notifications What is the most logical place to insert the callback Thanks for your response, I will investigate both for further projects, but first this! |
|
Jan 14 |
comment |
How do I go about dynamically splitting a body of text into two even columns with plain Javascript (no JQuery)? Yes, I understand. But I thought that if you are able to edit the content via a CMS or something you could add a unique string on which you can split the text. I know what you want to achieve thought, but as said I am unable to provide you such knowledge as I believe it is supposed to be done with regex which I don't master. My best alternative thus was adding a unique string on your content.. |
|
Jan 14 |
comment |
How do I go about dynamically splitting a body of text into two even columns with plain Javascript (no JQuery)? Do you have any impact on the data used? If so, you could easily insert a string on which you would split.. |
|
Jan 14 |
comment |
How do I go about dynamically splitting a body of text into two even columns with plain Javascript (no JQuery)? Ah, I understand. A similar approach could be used with regex I believe, thus matching html tags.. problem is, I don't go well with regex |