
Search In
Here I am sharing sample code for sending Text Message using Twilio dll.
Twilio provides service to send Text Message, MMs and Voice Messages etc.
In order to send message using Twilio we first need to install Twilio package from nugget Package Manag
The Struts Framework is used to develop Web applications or we can say that it is a standard for developing Web applications. Its features are as:
1.It is an open source
2. It is based on the Model-View-Controller (MVC),
MVC levels has:
Model: App
Hello,
We need current date in many situations.
Here I am writing different ways to get current date in java.
1. Get current date using java.util.Date.
Date currentDate = Date();
System.out.println(“Current date : ”+currentDate);
O/P:
Current date:
Hi Readers,
This Post is just a brief introduction about “How we can implement Autolayout Contraints through coding”.
Now,Before moving ahead with the topic let us have a brief about AutoLayout.
WHAT IS AUTOLAYOUT...??
Auto Layout is a way to def
Hello everyone,
The proud dream of Logic Simplified, i.e. Gamentio: The first Multiplayer 3D Social Casino Game Portal for Web and Mobile is running a c
This property describes what happens when content overflows an element's box.
In certain cases, a box may overflow and its content may goes partly or entirely outside the box.
CSS Syntax
overflow: visible|hidden|scroll|auto|initial|inherit;
Prop
Few Test Scenarios for the GUI and Usability Testing:-
Hello Readers..
By this blog i am sharing few important testing scenarios related to the GUI and Usability testing.
These are basic test scenarios. I hope these will help to all in time of writi
HTML5 Geolocation API
The Geolocation API specifies a general putting into effect for the objects, properties,
and methods to unite with the Geolocation interface. One object holds the whole
implementation of the W3C Geolocation API—the Geolocation
Hello Readers,
1. In php both die() and exit() are equivalent functions.
2. Basically die is used to throw an exception while exit is not, it is only used to exit the process.
3. The die() function is used to print the message and exit the script
General Test Scenarios:-
Hello Readers…
When any software or an application is ready for the testing, on that time testers need some general or basic test scenarios to test the application. By this blog i am sharing few general test scenarios which a
