Click here to Skip to main content
15,890,043 members
Home / Discussions / Web Development
   

Web Development

 
SuggestionRe: I want to achieve something similar like http://custom.case-mate.com/ Pin
Richard MacCutchan5-Oct-13 20:54
mveRichard MacCutchan5-Oct-13 20:54 
QuestionIE11 web development tools broken? Pin
Chris Maunder4-Oct-13 15:54
cofounderChris Maunder4-Oct-13 15:54 
Questionmy graduation project idea Pin
nawal19914-Oct-13 11:58
nawal19914-Oct-13 11:58 
AnswerRe: my graduation project idea Pin
Abhinav S4-Oct-13 17:20
Abhinav S4-Oct-13 17:20 
Generaldialogue box Pin
Gil-B3-Oct-13 9:34
professionalGil-B3-Oct-13 9:34 
AnswerRe: dialogue box Pin
Ali Al Omairi(Abu AlHassan)5-Oct-13 23:43
professionalAli Al Omairi(Abu AlHassan)5-Oct-13 23:43 
GeneralRe: dialogue box Pin
Gil-B6-Oct-13 4:02
professionalGil-B6-Oct-13 4:02 
GeneralRe: dialogue box Pin
Ali Al Omairi(Abu AlHassan)8-Oct-13 3:06
professionalAli Al Omairi(Abu AlHassan)8-Oct-13 3:06 
No, Sir;
I mean the java script event of the file input. Look;

JavaScript
$('input[type=file]').change(function(){
    var fileInput = $(this);
    var fileName = fileInput.val();
    var extention = fileName.subString(fileName.lastIndexOf('.'));
    
    // to do handle the extension values.

});

Help people,so poeple can help you.

GeneralRe: dialogue box Pin
Gil-B9-Oct-13 13:12
professionalGil-B9-Oct-13 13:12 
QuestionMigrating app from WCSF to normal web forms? Pin
jimojimo3-Oct-13 4:09
jimojimo3-Oct-13 4:09 
QuestionBring HTML element to top (cascading) Pin
savbace26-Sep-13 23:40
savbace26-Sep-13 23:40 
Questioncopyright symbol problem Pin
Member 1009175626-Sep-13 23:22
Member 1009175626-Sep-13 23:22 
QuestionRe: copyright symbol problem Pin
Richard Deeming27-Sep-13 2:15
mveRichard Deeming27-Sep-13 2:15 
AnswerRe: copyright symbol problem Pin
Member 1009175627-Sep-13 2:44
Member 1009175627-Sep-13 2:44 
QuestionInform invalid session if other user in other tab Pin
Trung HT26-Sep-13 0:40
Trung HT26-Sep-13 0:40 
AnswerRe: Inform invalid session if other user in other tab Pin
Trung HT29-Sep-13 16:10
Trung HT29-Sep-13 16:10 
QuestionWeb site on submitting error - Pin
vkEE25-Sep-13 8:13
vkEE25-Sep-13 8:13 
AnswerRe: Web site on submitting error - Pin
thatraja4-Oct-13 21:24
professionalthatraja4-Oct-13 21:24 
Questionhow to access the 404 pages from remote website Pin
aeman23-Sep-13 5:51
aeman23-Sep-13 5:51 
AnswerRe: how to access the 404 pages from remote website Pin
RedDk23-Sep-13 14:19
RedDk23-Sep-13 14:19 
AnswerRe: how to access the 404 pages from remote website Pin
Dave Kreskowiak23-Sep-13 14:26
mveDave Kreskowiak23-Sep-13 14:26 
QuestionHow to get language of site using php Pin
aeman23-Sep-13 5:47
aeman23-Sep-13 5:47 
AnswerRe: How to get language of site using php Pin
thatraja4-Oct-13 21:34
professionalthatraja4-Oct-13 21:34 
QuestionAdvice wanted: Domain name research. Pin
David C# Hobbyist.21-Sep-13 6:56
professionalDavid C# Hobbyist.21-Sep-13 6:56 
AnswerRe: Advice wanted: Domain name research. Pin
David Mujica23-Sep-13 2:58
David Mujica23-Sep-13 2:58 

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.