Click here to Skip to main content
15,891,184 members
Home / Discussions / Web Development
   

Web Development

 
Questionsteps to learning professional front & back -end develpoment Pin
programmerinthemaking16-Sep-15 10:29
programmerinthemaking16-Sep-15 10:29 
AnswerRe: steps to learning professional front & back -end develpoment Pin
Richard MacCutchan16-Sep-15 21:52
mveRichard MacCutchan16-Sep-15 21:52 
AnswerRe: steps to learning professional front & back -end develpoment Pin
Blikkies17-Sep-15 3:02
professionalBlikkies17-Sep-15 3:02 
AnswerRe: steps to learning professional front & back -end develpoment Pin
Nathan Minier30-Sep-15 6:37
professionalNathan Minier30-Sep-15 6:37 
QuestionCrystal report font size decreases in 64 bit OS Pin
sakssp10-Sep-15 20:27
sakssp10-Sep-15 20:27 
AnswerSms Send and Recived Pin
Member 119733819-Sep-15 22:32
Member 119733819-Sep-15 22:32 
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 

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.