Click here to Skip to main content
15,885,760 members
Home / Discussions / Web Development
   

Web Development

 
QuestionWhich technology to use for website development for a shoe manufacturer and seller Pin
Member 935377610-Jul-14 23:08
Member 935377610-Jul-14 23:08 
SuggestionRe: Which technology to use for website development for a shoe manufacturer and seller Pin
Richard Deeming11-Jul-14 1:55
mveRichard Deeming11-Jul-14 1:55 
GeneralRe: Which technology to use for website development for a shoe manufacturer and seller Pin
Member 935377611-Jul-14 2:22
Member 935377611-Jul-14 2:22 
GeneralRe: Which technology to use for website development for a shoe manufacturer and seller Pin
jinzai16-Jul-14 21:59
jinzai16-Jul-14 21:59 
QuestionProblem to displaying hindi fonts in servlet? Pin
Niranjan Chouhan6-Jul-14 21:48
Niranjan Chouhan6-Jul-14 21:48 
AnswerRe: Problem to displaying hindi fonts in servlet? Pin
jinzai16-Jul-14 23:08
jinzai16-Jul-14 23:08 
Question"Save Image As" File Name for Inline Data URLs [Solved] Pin
Skippums3-Jul-14 9:06
Skippums3-Jul-14 9:06 
AnswerRe: "Save Image As" File Name for Inline Data URLs Pin
Richard Deeming3-Jul-14 9:52
mveRichard Deeming3-Jul-14 9:52 
There's nothing in the RFC[^], and Wikipedia[^] explicitly states:

Data URIs do not carry a file name as a normal linked file would. When saving, a default file name for the specified MIME type is generally used.

The only suggestion I've seen is to use an <a> tag with the download attribute[^], but this won't work in any version of IE[^].
HTML
<a href="data:image/png;base64,..." download="ImageFileName.png">download the image</a>




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


QuestionHow to persist C# objects with WebServices? Pin
Bastien Vandamme3-Jul-14 0:20
Bastien Vandamme3-Jul-14 0:20 
Question“Error 404 Not Found” in Magento Admin Login Page Pin
Jason Steven2-Jul-14 3:04
Jason Steven2-Jul-14 3:04 
AnswerRe: “Error 404 Not Found” in Magento Admin Login Page Pin
uscoding9-Jul-14 21:54
uscoding9-Jul-14 21:54 
Question$THIS VARIABLE IN PHP Pin
m2soft solutions1-Jul-14 0:34
m2soft solutions1-Jul-14 0:34 
AnswerRe: $THIS VARIABLE IN PHP Pin
Shameel1-Jul-14 0:47
professionalShameel1-Jul-14 0:47 
SuggestionRe: $THIS VARIABLE IN PHP Pin
ZurdoDev2-Jul-14 7:28
professionalZurdoDev2-Jul-14 7:28 
AnswerRe: $THIS VARIABLE IN PHP Pin
ZurdoDev2-Jul-14 7:29
professionalZurdoDev2-Jul-14 7:29 
QuestionProduction site performance Pin
Ekjon30-Jun-14 12:45
Ekjon30-Jun-14 12:45 
SuggestionRe: Production site performance Pin
Shameel1-Jul-14 0:49
professionalShameel1-Jul-14 0:49 
GeneralRe: Production site performance Pin
Ekjon1-Jul-14 17:16
Ekjon1-Jul-14 17:16 
GeneralRe: Production site performance Pin
thatraja1-Jul-14 20:56
professionalthatraja1-Jul-14 20:56 
GeneralRe: Production site performance Pin
Ekjon2-Jul-14 6:01
Ekjon2-Jul-14 6:01 
AnswerRe: Production site performance Pin
thatraja2-Jul-14 8:38
professionalthatraja2-Jul-14 8:38 
GeneralRe: Production site performance Pin
Ekjon2-Jul-14 11:37
Ekjon2-Jul-14 11:37 
QuestionMedia Queries Pin
EvScott24-Jun-14 16:37
EvScott24-Jun-14 16:37 
AnswerRe: Media Queries Pin
Wombaticus26-Jun-14 2:43
Wombaticus26-Jun-14 2:43 
GeneralRe: Media Queries Pin
EvScott26-Jun-14 11:05
EvScott26-Jun-14 11:05 

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.