
Search In
Hi All,
Today we will discuss about one of the very powerful and widely use JavaScript framework Ext JS for building application with interactive design and cross platform compatibility using various techniques like Ajax, Dynamic HTML (DHTML) and
Here we will learn how we can use the css selector to change the representation of the
the navigation listing or other listing.In the below example we have listed some of the air sports and water sports and we will change the representation of the li
What is Boxing and Unboxing?
There are various primitive data types in java such as byte, int, long. etc. We have wrapper classes corresponding to each of the data type in java.
Sometimes the values of primitive data types are needed but in t
In the below example I have created a dialog button layout. Here I have created a main.activity layout, In main.xml layout first I have created Relative layout and added all layout in this Main Relative layout then I have created a
In the below layout example, I have created a dialog box with RecyclerView. Here I have added first RecyclerView dependency to Grandle file. Now in next step I have Created a Main RelativeLayout. All layout added in Main RelativeLayout then created L
While designing pages one needs to make sure that the web pages are responsive .
Responsive means it can be fit to any device resolution any screen size.
<!DOCTYPE html>
<html lang="en-us">
<head>
<style>
.city
If you want to send a user friendly appointment request via your SMTP server instead of boring email that we usually do then we can achieve it with the help of very simple code.
Here is code:
using System;
using System.Collections.Generic;
u
hii,
i am sharing a simple responsive menu code i.e html and css which you can use whenever you want to create a responsive menu.
HTML:
<div id='Responsivemenu'>
<ul>
<li class='first'><a href='#'><span>Home</s
Using google API in the .NET is the thing that needs to be performed again and again. So when you need to display data in the form of map locations or need to dispaly it using the google maps you need to integrate it with the google API.
&l
While displaying data in the google map you have scenarios where you want to do it in the customized manner.
public string ConvertDataTabletoString()
{
DataTable dt = new DataTable();
using (SqlConnection con =
