
Search In
It’s only natural for software startups to feel an overwhelming sense of confidence in the programs they develop, and this confidence can frequently have an impact on a startup’s commitment to engaging in thorough and frequent software te
The technological stack is what makes the wheels turning in your marketing campaign. It is your intelligence, airborne support, cavalry, artillery, etc, etc. Needless to say, you won’t go far if anywhere at all without a properly composed stack
Hello Reader's!,If you want to send HTML/PHP form data with attachment through mail Then PHPMailer the best option for you.
PHPMailer is one of the popular email-generating and sending libraries in the world thou currently many popular PHP
Typically, to bind data with the layout i.e with the UI fields we access the view elements in the activity using findViewById() method and then set the values to the views.
This sometimes becomes quite cumbersome when there are large no. of views whi
If u are using ratchet.js to slider many images and you want to destroy browser method when we drag/touch page to left .It will turn to next tab .
If you want to click an element button than trigger the 'slider' method..
so it is best if you use som
Hello Reader's if you are developing the project in Codeignter then CI offers you a lot more featured libraries. Shopping cart is on of them. Now in this blog we will see how to develop shopping cart by Library.
Suppose your website offers you the p
AngularJS provides a filter feature to format input value and an array based on certain criteria. Here, we will see the ways of array filtering.
For example-below is the array:-
$scope.movies = [
{id: 1,title: ‘Airlift’, genre: ‘real story’,
While performing joins you need specific columns of the joined tables so for doing that you need to mention the name of the column with their table name.
This task gets tedious because you have to write your table name with every column you
array_key_exists() and in_array() are two most useful functions in PHP. This article demonstrate the details and differences of these function.
array_key_exists() : This function checks if the given key or index exists in array or not. If ke


ASP.NET Core - Middleware
In ASP.NET Core requests are handled via "request pipeline". Request pipeline receives HTTP request from browser,processes and manipulates them, and finally generates a response. The software componen
