
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
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.
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
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
Hello reader's!
Today we discuss about "Creating Photo album gallery to your WordPress."
Recently, we had a person who wanted us to create a photo gallery combine with albums. He wanted that if any user click on the album then he able to see phot
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", //
