
Search In
Project failures, every company’s nightmare, well an interesting topic and sought to be discussed. Project Managers indulge in plethora of activities for successful project completion, but sometimes the opposite happens resulting in project man
There are many types of documents which are utilized at the time of any software testing. These testing documents are normally created both the time ie ahead of software testing and throughout the software testing. These testing documents are very us
Simple Calculator using Html and jQuery:
We can create a basic calculator using Html, Css and jQuery. When user will click digits then it will store in either crntStore or btnVal variable. When user will click a arithmetic operation button then the
Defect Report:
Testers creates a defect report after finding the defect or bugs. Defect report is used to explain or describe the bug or issue to the developers in a clear manner so that they can easily reproduce the issue and fix it.
Defec
To understand the asynchronous callbacks concept in node.js let us see the below code and try to understand what is the concept:
var output = database.query("select * from employee");
console.log("Learning the conept of Event driven asynchronous c
In all the event driven programming, there is a main loop that listen's the events, and then invoke the corresponding callback function whenever one of those events occur.
Here we might get confuse between events and callback, But the differenc
Sometimes, you may need to call a method at runtime. If you know the name of the function you can invoke it as a string. You can call a function as a string. You are basically achieving eval of javascript indirectly.
Lets say, there is a fun
I have an app that contains a database using java sql, and has a jTable that displays the database info. It works fine, EXCEPT for when I am trying to store and display images to one of the columns. I used the jTable1.setModel(DbUtils.resultSet
A cursor is a database object that can be created at runtime. It is used to get data from a result set line by line(or row by row) rather than executing all the rows in the result set at a single time like an SQL-transaction. Generally, w
Every social media marketing agency knows that the road to success in digital marketing does not end just in high search engine ranks. Every website and portals on the Internet have much more potential than what is achieved with mere high search engi
