Tutorial by Topics: pl

This section provides an overview of what solid-principles is, and why a developer might want to use it. It should also mention any large subjects within solid-principles, and link out to the related topics. Since the Documentation for solid-principles is new, you may need to create initial ver...
There should never be more than one reason for change anything in software entities (class, function, file etc). A class, function, file etc should have only one reason to change. Just because you can, doesn't mean you should.
Software entities (class, modules, functions etc) should be open for extension but closed for modification.
The principle basically says, Class should depend on abstractions (e.g interface, abstract classes), not specific details (implementations). That means, You should let the caller create the dependencies instead of letting the class itself create the dependencies.
The principle states that no client should be forced to depend on methods that it doesn't use. A client should never be forced to implement an interface that it doesn't use or client shouldn't be forced to depend on methods that they don't use.
ccapndave/elm-update-extra is a fantastic package which helps you handle more complex updating functions, and may be very useful.
This example shows how to create a basic express app and then serve AngularJS.
This topic would cover how angular-cli project is ready for production build, what all necessary steps taken before deploying, how to create war file for project deployment and finally how to configure the apache tomcat for angular-cli project deployment.
When dealing with objects in an MVC app, if any object should be shown in multiple places with the same format, we'd need some kind of standardized layout. ASP.NET MVC has made this kind of standardization easy to do with the inclusion of display and editor templates. In short, display and editor te...
First we need to know what a MessageBox is... The MessageBox control displays a message with specified text, and can be customised by specifying a custom image, title and button sets (These button sets allow the user to choose more than a basic yes/no answer). By creating our own MessageBox we can...
In web pages contain number of frame, selenium consider Frame is seprate window so access the content present into frame need to switch into frame. Many time we need Web structure where we have frame with in frame to navigate within frame windows Selenium provide swithTo() method.
This section provides an overview of what jquery-validate is, and why a developer might want to use it. It should also mention any large subjects within jquery-validate, and link out to the related topics. Since the Documentation for jquery-validate is new, you may need to create initial versio...
This section provides an overview of what internet-explorer is, and why a developer might want to use it. It should also mention any large subjects within internet-explorer, and link out to the related topics. Since the Documentation for internet-explorer is new, you may need to create initial ...
ParameterDetails$END$place where cursor would placed after generate live template
In this guide you can find out steps to load multiple CSV/TXT files from a folder to the database table. Parameter/VaiableDetailsSourceFolderIt is a read only project parameter available and configurable at the deployment. Example of project parameter are Connection Strings, passwords, port no,...
Remember CodeIgniter is a development Framework. It doesn't strive to make you're application secure. It merely gives you the tools to do it yourself. If you look at CI's Security page, it pretty clear they are expecting the developer to understand Application Security and build it into their applic...

Page 23 of 26