Sure.
A mobile application allows people to post their current weather to Facebook. Facebook does not allow hotlinking, so one needs to generate an image of the current weather. Since weather is...
I need to generate images on the server-side. I have several images - background and about 5 elements (it is a current weather thing). And I would need to combine them into one on...
Then I need to explain what I want more accurately. I do not want to "draw" the maze, I want to stream the html not into the browser, but into a file. Is that possible?
Hey guys!
A pretty basic question here. How do I get this function to return an array? It seems that outside function(xml) the array is not seen and at the same time return inside function(xml) does...
Although what you say is correct, if you change id to something else here, it will still not work. The error I made was that I used "this" incorrectly. When I put all of this...
Do not enjoy working with tables myself, but in this case using a table was plain quicker than divs. There is a way to use divs to draw mazes, but nothing would stop me from switching to divs if I...
So I have a table. With jquery I change border properties of several td. If later on in the code those same td have their background color changed by jquery, their borders return back.
...
Well, look. I understand why the warning is issued - indeed, it should. The header is called when some html IS actually output, since that header is INSIDE one function I...
Issue resolved. The problem was that my html said "utf-8" while the server said something else. Putting header('Content-type: text/html; charset=utf-8'); before any...