
Search In
Defect Severity classifies the software bug which specifies the level of negative effect on the software functionality or quality. The severity is a rule set by the tester when he creates a bug. Different companies uses different bug tracking tools,
What if a company brings about an economic cellphone being blindfolded to its quality?
On the flip side, there is another phone manufacturer who underscores its product quality, but his product is a little more expensive. Certainly, th
After the success of the Game Mode, Microsoft gears up for the Windows 10 Creators Update
Windows 10 is a lot more different than the yesteryear Windows. It behaves like a breathing entity -- the one that frequently changes with the release
I’m trying to connect a client app locally deployed to a server app I deployed to heroku, using socket.io. The app works great locally but I can’t establish the web sockets when deployed to heroku.
My server code:
impor
In Javascript toPrecision ( ) method is used to represent a number either in exponential form or in fixed-point length with a specified number of digits .
Syntax ->
number.toPrecision ( [ precision lenght ] )
Parameters ->
number -> It i
Basically toFixed ( ) method is used to converts a number into a string , by keeping upto a specified number of decimals .
Syntax ->
number.toFixed ( [ fractiondigits ] ) ;
Parameters ->
number -> It is mandatory , and required a Number
Hello Reader's! If you want send an email with secure SMTP with you should choose google gmail smpt.
And the code liberary is here:-
$mail = new PHPMailer(); // create a new object
$mail->IsSMTP(); // enable SMTP
$mail->SMTPDebug =
We always use SqlConnection class for making connections
1 Simple SqlConnection
SqlConnection=new SqlConnection()
If any exception occurs inside while block it throws exception the connection.close() process will not executed due to the excep
UI Fundamentals
a) KEEP IT CLEAR
User will generally avoid elements that are unclear or not presented in a simplified way. They avoid the design that left them wondering what to do next.
b) GUIDE THEM TO THE NEXT ACTION
User generally prefers doi
In .NET Framework we have two types of controls:
1 Client Side
2 Server Side
Client side controls are HTML controls usually used for client end.
Ex : <input type="button" />
Server Side controls are ASP controls specially meant for se
