
Search In
Hello Readers,
When we play a video on our webpage at the end of the of video it provides reference links of other videos so, if you want to play video and do not want to provide any reference links, below code will make this possible.
**Here is t
How do I code the following program in Python?
[![program I have doubts in][1]][1]
(forget the third point)
This is what I've tried:
def bookstore(price,book):
pric
Article:
It represents a self-contained composition in a document, application, or site.
It could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, or any other independent item of content.
An article elements
Updated: Monday, July 20 2015 8:35 PM EDT2015-07-21 00:35:35 GMTUtilities say says over 16,000 homes and businesses in and around New York City have lost power as the electric network grapples with one of the summer s hottest days.Utilities say says
Microsoft developed ASP.NET web development services. The development of applications capable of sending and receiving messages through SOAP over HTTP was the major purpose of Microsoft. XML Schema can be used for defining the structure of messages.
Hello guys
I need help to design XSL-fo style-sheet but I don't know which is the best way of design to XSL-fo for generate PDF file.
Please suggest me best way of design XSL-fo style-sheet.
My code format is below :
<?xml version="1.0" encod
We can show the action sheet by using following code. In the below code we displayed the action sheet on button action.
- (IBAction)actionSheetButtonAction:(id)sender {
UIAlertController *obj1=[UIAlertController alertControllerWithTitl
the horizontal alignment of a text can be set by using this property
we can aligned the Text to center or to the left or right, or justified.
Example
h1 {
text-align: center;
}
p.date {
text-align: right;
}
p.main {
text-align: justi
If you are using Dropbox.js for file uploading and wants to upload some specific extension type like csv, xls etc. Please follow the below code::
Dropzone.options.uploadcontact = {
maxFilesize: 10, // Mb
acceptedFiles: ".xls,.xlsx,.csv", //
i have this database which contain table for questions and other for answers
how can i display each questions with the answers that belong to this question
my problem is when i try to display the questions i get duplicated rows or all the answers for
