0
votes
What’s the best way to separate PHP Code and HTML?
Personally I found the way that works for me is to work with XSL Transformations (XSLT).
Have one script containing your (PHP) logic …
0
votes
innerHTML manipulation in JavaScript
Would it work to set the scroll position back to the top (element.scrollTop = 0; element.scrollLeft = 0; by heart) before replacing the content?
…
0
votes
What is the easiest or fastest way to make CSS render the same in all browsers
At the basis there is no guarantee that such a thing will ever work perfectly. As long as the browser developers find ways to do their own thing rather than the 'standard' way of doing things, you …
0
votes
How can you make a web page send to the printer something different than what’s in the browser window?
I tried using different style sheets based on the media, but I ran into trouble getting all the options I needed in. Since then I usually redirect to a different entrance of our (Fusebox) framework …
0
votes
Keeping my PHP pretty
In stead of implementing templating systems on top of a templating system (PHP itself), creating overhead per default, you can go for a more robust solution like …
