So we have a client with a 'vision' for their site. They sell artwork; either in portrait or landscape size. For each, they have several size options, several frame options, and several mat options. They want us to be able to generate images to show the user what they are purchasing.
Right now I have a functioning bit of JavaScript to show / hide frames, and show / hide mats and I'm just overlaying them on top of the image. But they say that if you switch from say - a 12x16 to say... 10x14 well... that size change has to be reflected in the 'perspective'.
My boss says they are paying enough that I need to 'do it' and just ignore my grinding teeth - but it's just... how am I going to account for all of these options? They're going to have like, 5 frame options, and 10 mat options (all of these will be standard) that I have to account for... and now they want me to basically double or triple that already large combination by having frame options that are only 'slightly' different for each size option?
If any of you have done anything similar and could share your wisdom (or booze-inspired jokes) with me I would be forever grateful.
May I ask for help? I created an html form in Russian. A user is expected to fill out the form (presumably, using some sort of Cyrillic) and the results are emailed to a target person in an html format. Sometimes, the emails are just right. In other cases they are unreadable. What a target person sees in his mailbox looks like this:
X-PHP-Script: www.mysite.net/myscript.php for 213.87.87.151 From: Mywebsite MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=6e08630ddf04bdc61a715d0d0bad61dd Message-Id: <E1LhQ7J-00051B-P0@srv19.000webhost.com> Date: Wed, 11 Mar 2009 08:13:09 -0700 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - srv19.000webhost.com X-AntiAbuse: Original Domain - gmail.com X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - srv19.000webhost.com
This is instead of a decent html file that comes in other cases. I am able to decode it using charset.ru. However, it's still annoying. These kinds of emails come from any browsers and both Mac and Win. What might be the reason? Thank you!
Hi, so I run a site here and it's been... well, going swimmingly for the past couple of years, but for some reason, all of the PHP pages stopped working a couple of days ago - as in, every time I try to access a page with a .php extension, I get a "The page cannot be found" error. However, I can access most other extensions - my index page ends with a .html, so that works, plus I can get to my style.css and javascript.js pages, along with my image files. But if I log in with FTP, all my .php files are still there, and if I open one up its content is still there as well.
I also haven't updated the site since the end of January, and I don't think my host has done anything either, so nothing we did could have triggered it.
Furthermore, I uploaded a test file onto the site and discovered that in addition to .php extensions, .phtml and .xhtml files didn't work either, though .html, .asp, .txt, and everything else I tried did.
Anyone have an idea as to what might be happening? With the exception of my index page, all of my other web pages end with .php, so... this is kind of an inconvenience, to say the least. D: Thanks!
I have an XSL transform that turns an XML document into HTML. There is a div that contains data and scrolls by using CSS: overflow: auto;. When printing or when JavaScript is disabled, I would like to simply display the contents: overflow: visible;. However, tags are only allowed in the header and tags are only allowed in the body. Bugger! Validation aside, Firefox ignores in the tag and includes "noscript.css" anyway.
Here's what I have right now:
This works for printing, but not when JavaScript is disabled.
My next thought was to use JavaScript, something along these lines: