Click here to Skip to main content
15,887,027 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Adding Text To An Image Pin
thatraja24-Jun-11 7:56
professionalthatraja24-Jun-11 7:56 
GeneralRe: Adding Text To An Image Pin
Hetelek24-Jun-11 8:32
Hetelek24-Jun-11 8:32 
AnswerMessage Removed Pin
24-Jun-11 8:42
professionalthatraja24-Jun-11 8:42 
GeneralRe: Adding Text To An Image Pin
Hetelek24-Jun-11 8:43
Hetelek24-Jun-11 8:43 
GeneralRe: Adding Text To An Image Pin
thatraja24-Jun-11 8:47
professionalthatraja24-Jun-11 8:47 
GeneralRe: Adding Text To An Image Pin
Hetelek24-Jun-11 9:00
Hetelek24-Jun-11 9:00 
GeneralRe: Adding Text To An Image Pin
thatraja24-Jun-11 9:42
professionalthatraja24-Jun-11 9:42 
GeneralRe: Adding Text To An Image Pin
enhzflep26-Jun-11 16:23
enhzflep26-Jun-11 16:23 
Just use php then. Solved. You will not complete this task without the help of an active server (i.e a server that executes scripts/native code) - one that does more than merely fetch and transmit html pages.
Hence the suggestion for ASP.NET, being that this is a Microsoft-centric site and all

1. Open image
2. Render text
3. Save file with temporary name
4. Generate html page with link to newly created file

Two things to watch for:

1. Don't forget to clean out old temporary images.
2. Don' forget to put code into step 4 that to suggest to the browser what it should should call the file when the user tries to save it - this will prevent the user from getting file-names that look like md5 hash-codes, or anything else similarly illegible to normal, un-RainMan-like humans. - Or at least, it'll stop them getting files with the same name as the temporary one that you create on-the-fly for them.


Take a look at XAMPP($free), if you haven't already. One of the included examples generates flash (.swf) files on the fly from user entered data. Altering still-images was a snap last time I tried it.
AnswerRe: Adding Text To An Image Pin
thatraja24-Jun-11 8:45
professionalthatraja24-Jun-11 8:45 
GeneralRe: Adding Text To An Image Pin
#realJSOP30-Jun-11 1:36
mve#realJSOP30-Jun-11 1:36 
AnswerRe: Adding Text To An Image Pin
#realJSOP30-Jun-11 1:38
mve#realJSOP30-Jun-11 1:38 
GeneralRe: Adding Text To An Image Pin
Hetelek30-Jun-11 5:35
Hetelek30-Jun-11 5:35 
GeneralRe: Adding Text To An Image Pin
GenJerDan30-Jun-11 6:03
GenJerDan30-Jun-11 6:03 
AnswerRe: Adding Text To An Image Pin
John Y.5-Jul-11 8:11
John Y.5-Jul-11 8:11 
QuestionSome questions about WebService Pin
FariyEye24-Jun-11 5:30
FariyEye24-Jun-11 5:30 
AnswerRe: Some questions about WebService [modified] Pin
Rene Bustos27-Jul-11 21:08
Rene Bustos27-Jul-11 21:08 
Questionshared hosting vs cloud Pin
Jassim Rahma22-Jun-11 2:17
Jassim Rahma22-Jun-11 2:17 
AnswerRe: shared hosting vs cloud Pin
JV999923-Jun-11 3:58
professionalJV999923-Jun-11 3:58 
QuestionHow bypass this ? Pin
Vimalsoft(Pty) Ltd20-Jun-11 19:03
professionalVimalsoft(Pty) Ltd20-Jun-11 19:03 
QuestionDrop down menu Pin
Dave McCool20-Jun-11 5:53
Dave McCool20-Jun-11 5:53 
AnswerRe: Drop down menu Pin
enhzflep20-Jun-11 6:10
enhzflep20-Jun-11 6:10 
GeneralRe: Drop down menu Pin
Dave McCool22-Jun-11 3:38
Dave McCool22-Jun-11 3:38 
QuestionLive Streaming on Windows Server Pin
Jassim Rahma19-Jun-11 22:44
Jassim Rahma19-Jun-11 22:44 
QuestionLaunching a program with ActiveXObject Pin
musefan16-Jun-11 1:08
musefan16-Jun-11 1:08 
QuestionImage moves while doing show/hide Pin
Nitin198114-Jun-11 1:50
Nitin198114-Jun-11 1:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.