Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
12answers
1k views

User interface paradigms that need changing?

Often times convention is one of the most important design consideration for user interface. Usually the advice goes to do it like Microsoft does. This is for three reasons: If it ain't broke, ...
4
votes
10answers
818 views

HCI: UI beyond the WIMP Paradigm

With the popularity of the Apple iPhone, the potential of the Microsoft Surface, and the sheer fluidity and innovation of the interfaces pioneered by Jeff Han of Perceptive Pixel ... What are good ...
3
votes
7answers
638 views

PHP on IIS

Having been a PHP developer on LAMP servers for quite a while, is there anything that I will need to take into consideration while preparing an application for IIS on windows.
2
votes
4answers
4k views

Why are there no longer Windows binaries for PECL extensions like pecl_http?

I'm working on a PHP project running on Windows and it would be so very handy to be able to use pecl_http rather than working with cURL and re-inventing the wheel in order to do all the cool stuff the ...
2
votes
1answer
1k views

PHP, MySQL on IIS - MySQL not being loaded when serving pages

I have, as best as I can manage, set up IIS (6.0), PHP (5.2.8) and MySQL (5.1.30) on Windows Server 2003, with all the involved mucking about (I think) in IIS and PHP to get things talking to each ...
0
votes
1answer
19 views

Installing SSL Certificate breaks PHP on WIMP

We have a web and several subwebs running on a W2K3 Standard server. Everything was working fine. SSL was set to expire so we purchased a new certificate and updated the one subweb handling secure ...
0
votes
2answers
49 views

PHP emailing failing on WIMP

I've got a WordPress site with a contact form that works fine on my MAMP environment, but when I publish to my clients WIMP server I get a failure. I am not at all familiar with WIMP environments- ...
0
votes
4answers
230 views

Error importing MySQL data across platforms (MAMP to WIMP)

I've dumped a MySQL database I have on my local MAMP server into a .sql file. Usually, it's easy enough for me to import that file to my production Linux servers without a hitch. However, my current ...
0
votes
1answer
161 views

Why is Drupal writing to root and not sites/default/files?

I'm using Drupal 6.14 on Win7. Everything seems to work except files that should be written to sites/default/files are trying to be written to /. The site was moved from a linux installation, which is ...