Search Results

1
vote

Easy IIS install of php

I don't know of any all-in-one installers for both MySql and PHP, but PHP itself comes with an automated installer that will attach itself to IIS - but the preferred method is still manual (the aut …
0
votes

Dynamic resizing / repositioning of divs for multi-column viewing

The only way I can think of is a mixture of dynamic CSS and javascript. Every time a column (feed) is added, use the javascript to rewrite the width (in percentage) of each div. jQuery wo …
0
votes

How can I send html mails with included CSS with PHPmailer?

I've found the best (read broadest) support for CSS is inline (style=""). Sad, but true. …
1
vote

Search engine redirecting

Use a sitemap.xml submitted at Google Webmaster Tools? The other thing I'd consider would be a 302 redirect from the index.html …