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

Web Development

 
QuestionWEB PHONE - How to create a sip web phone that could call a phone number? Pin
Kuiamenh Martin9-Sep-15 16:50
Kuiamenh Martin9-Sep-15 16:50 
QuestionQuestion from a certain level of ignorance regarding modern web development practices Pin
GuyThiebaut5-Sep-15 10:12
professionalGuyThiebaut5-Sep-15 10:12 
AnswerRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 11:43
professionalUser 17164925-Sep-15 11:43 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
GuyThiebaut5-Sep-15 12:00
professionalGuyThiebaut5-Sep-15 12:00 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 12:22
professionalUser 17164925-Sep-15 12:22 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
GuyThiebaut5-Sep-15 19:51
professionalGuyThiebaut5-Sep-15 19:51 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 23:36
professionalUser 17164925-Sep-15 23:36 
AnswerRe: Question from a certain level of ignorance regarding modern web development practices Pin
Kornfeld Eliyahu Peter5-Sep-15 20:43
professionalKornfeld Eliyahu Peter5-Sep-15 20:43 
A well designed site will not break-down with one or more plugin not loaded - it only will malfunction in some parts, and even there not completely...
For instance - if you use a input box extension to control the input formatting, you will lose only that, but the user still will be able input values...
So, even it is true that there is some risk in calling in plugins, that risk can be calculated and minimized by choosing those plugins carefully...
My main points for that are:
1. The plugin must be tested and reasonably matured...
2. I never use a plugin with tens of features to solve a single problem (in it case I may write it for myself or compile only the relevant parts of the plugin from the source)

The reason to pick a plugin is to shorten the development time...We all have problems (in 99.99% of the cases) that has one or more solutions somewhere...and you can use it as an idea, a copy-paste code or as plugin/library...

I do agree with you, that writing all your code is the best way to stay in control, but think of it...you use the built-in .NET classes with no hesitation...Why? Do you believe, those are better written/tested...Why?

So in my opinion using plugins is not different from using and other (built-in/open or closed source/payed or free) library/plugin/class/feature/function/method - you have to test and pick carefully...
Skipper: We'll fix it.
Alex: Fix it? How you gonna fix this?
Skipper: Grit, spit and a whole lotta duct tape.

JokeRe: Question from a certain level of ignorance regarding modern web development practices Pin
Kornfeld Eliyahu Peter6-Sep-15 3:42
professionalKornfeld Eliyahu Peter6-Sep-15 3:42 
QuestionDOM XSS and createElement() and getElementsByTagName() methods Pin
Supriya Tonape3-Sep-15 4:55
Supriya Tonape3-Sep-15 4:55 
QuestionHow to fake or declare a kendo controls in jasmine test Pin
phetolel23-Aug-15 23:17
phetolel23-Aug-15 23:17 
QuestionMy website is ok? Pin
David m costa23-Aug-15 19:59
David m costa23-Aug-15 19:59 
AnswerRe: My website is ok? Pin
Richard MacCutchan23-Aug-15 21:18
mveRichard MacCutchan23-Aug-15 21:18 
AnswerRe: My website is ok? Pin
ZurdoDev31-Aug-15 5:08
professionalZurdoDev31-Aug-15 5:08 
Questionhow to display image on datalist from sql server in asp.net Pin
SujataJK19-Aug-15 19:53
SujataJK19-Aug-15 19:53 
SuggestionRe: how to display image on datalist from sql server in asp.net Pin
Richard MacCutchan19-Aug-15 21:00
mveRichard MacCutchan19-Aug-15 21:00 
QuestionDeploy ASP.NET MVC application with ftp on web server Pin
DPaul199417-Aug-15 19:48
DPaul199417-Aug-15 19:48 
AnswerRe: Deploy ASP.NET MVC application with ftp on web server Pin
Richard MacCutchan17-Aug-15 21:11
mveRichard MacCutchan17-Aug-15 21:11 
GeneralRe: Deploy ASP.NET MVC application with ftp on web server Pin
DPaul199418-Aug-15 9:39
DPaul199418-Aug-15 9:39 
AnswerRe: Deploy ASP.NET MVC application with ftp on web server Pin
Afzaal Ahmad Zeeshan17-Aug-15 23:18
professionalAfzaal Ahmad Zeeshan17-Aug-15 23:18 
GeneralRe: Deploy ASP.NET MVC application with ftp on web server Pin
DPaul199418-Aug-15 9:40
DPaul199418-Aug-15 9:40 
QuestionLimiting the number of connected systems of a web app using php Pin
Member 1178652211-Aug-15 22:30
Member 1178652211-Aug-15 22:30 
QuestionRe: Limiting the number of connected systems of a web app using php Pin
DamithSL12-Aug-15 0:24
professionalDamithSL12-Aug-15 0:24 
AnswerRe: Limiting the number of connected systems of a web app using php Pin
Member 1178652212-Aug-15 1:18
Member 1178652212-Aug-15 1:18 
QuestionHow to define +91 as default value on TextBox in simple html Pin
kumarravishankar11-Aug-15 8:08
professionalkumarravishankar11-Aug-15 8:08 

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.