Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
42 views

How a video template can be used to replace with custom images/text on-the-fly using PHP

OK, I am gonna ask again with more info, sorry about my last question with less info. I am a website developer (php) and I have been given a task to develop a website similar to http://ivipid.com/. ...
0
votes
1answer
385 views

On-Demand thumbnail creation with django and nginx

I want to generate thumbnails of images on the fly. My site is built with django and deployed using nginx which serves all the static content and communicates with django/apache using reverse proxy. ...
0
votes
1answer
122 views

creating email forwarding accounts on the fly using PHP

i was wondering if it was possible to create email forwading accounts on the fly as I have created subdomains for uses profiles i.e. user.profile.com and was wondering if I could create ...
0
votes
1answer
567 views

How do I fill a dropdownlist on mouse event with jQuery?

Lets say that I have a drop down list that I want to create "on the fly" when the user interacts with it. For example: the drop down list only has the the option "Attach a file". When the user ...