Search Results

1
vote

report generation on php?

The problem you're facing is solved by so-called Business Intelligence software. This software tends to be bloated and expensive, but if you know your way around them you will be able to crank out …
3
votes

Dynamic resizing / repositioning of divs for multi-column viewing

You probably cannot get what you want with just CSS/HTML, but you can get somewhat close. A trick I used for a photo album is this: Make sure each feed has a fixed width, I wo …