
Search In
lexapro online amoxil 250 mg cialis prescription prices buy antabuse tretinoin cream usp 0.1 trazodone retin-a zoloft neurontin valtrex buy discount cialis best online elimite doxycycline generic neurontin clindamycin synthroid for sale cheap treti
Sitemap is used for navigation to different pages in Website. It contains a hierarchal structure of pages.
In this article, I shall show you how to create a sitemap and then show the sitemap in Treeview control in ASP.Net
To add a sitemap, go to th
If you want to set your view for a specific device, you need to use media query css to get that.
To set css for landscape and portrait view, you need to add the following lines into your css file.
@media only screen and (orientation: landscape) {
Here is a small example of custom search bar
1. Go to storyboard, take TextField place it at below navigation bar (we will type text here to find any string)
2. Set delegate of TextField
Come to ViewController class now
Create IBOutlet of T
Closures are functions that are used to free variables which means variables are used locally, but defined in an enclosing scope. With the help of closures, JavaScript programmers are able to write better code.
A closure is an inner f
In the below code I have created a drop down list consisting of three different sizes. On clicking a particular size it will display that size div along with its name.
Here is the HTMl:
<html>
<head>
<title>Controller&
Custom Menus will show in the header area at the top of your site. With some themes, you may have the option to create and display multiple custom menus in different places on your site, such as the footer or special sidebar areas.
Creating a Custom
Sometimes we face the problem of scrolling an element as per user view.
JavaScript Executor is used in java code to scroll the page.
There are some scenarios for which we have to perform scroll action:
Sometimes we require to scroll the page up
Hi there.
In this blog post, I will tell you the solution for one of the minor problems faced in CSS.
And that is, vertically aligning checkboxes and their respective labels consistently across browsers. Whenever I try to align them correctly in on
my response is comming in this format....
array
{
[0]=>abc
[1]=>cde
[2]=>fgh
.
.
.
.
.
.
.
.
.
.
}
I want to put this array in span.....
