|
what is '1000 projects'?
'fullinterview.com' is a educational content website dedicated to finding and realizing final year projects for btech, be, mtech, mca students, here you can search, find your projects and get guidance from experts the below are the different technological projects.
visual Studio projects
.net projects,
asp projects,
c & ds projects,
c++ projects (all),
cold fusion projects,
delphi projects,
java projects,
perl projects,
php projects,
sql projects,
vc++ projects,
visual basic projects.
how it works?
well, everything on this site is submitted by the student and professional community. after you submit your project, it is being verified and approved by our administrator. after approval, other people can read/discuss it, save to favorites.
more number of projects?
here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister sites www.fullinterview.com & Chetanasprojects.com
Category Articles
WSP to http witch part will convert in WAP?
Added on Wed, Jan 6, 2010
Actually there is a getway called wap getway works like a<br>converter. it converts wsp request coming from ME to http to<br>access the internet. Read More
How you define WAP?
Added on Wed, Jan 6, 2010
WAP is stands for Wireless Application Protocol. Using WAP protocol we display internet contents on wireless users.example: mobile phone, i-pod etc. I have given you some basic information about WAp are given below: 1.WAP is used as an application... Read More
How you define WAP Micro Browsers?
Added on Wed, Jan 6, 2010
We use WAP Micro Browsers for small handhold wireless devices,Like: mobile phone.It is a small software than it can work with small hardware CPU and memory. Using Micro Browsers we can read the WMLScript which is reduced version of JavaScript. Read More
What do understand from WML?
Added on Wed, Jan 6, 2010
WML is a reduced name of Wireless Markup Language. Using WML we can write the application that work on WAP. Web Pages that we create using WML are called as 'Decks' here Decks are the set of Cards.We can say that WML is based on XML but it... Read More
What do you understand from WMLScript?
Added on Wed, Jan 6, 2010
Using WMLScript we can run small code on WAP browsers used in small wireless devices.We can say that WML Script is a small code JavaScript language.It is use to store the reference of script Url. Before run WML Script in to the WAP browsers, we... Read More
Give us some example of WAP?
Added on Wed, Jan 6, 2010
I have given some basic example of WAP. These are given Below: 1.Using WAP we can get information of train time-table. 2.Using WAP can purchase tickets.Like: movie,journey ticket etc. 3.Using WAP we perform task like that Flight check in 4.We... Read More
Using an Example tell me how to create an WML document
Added on Wed, Jan 6, 2010
I have given you an example which shows yoou how to create an WML document. Example: <?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card id=... Read More
How to use Paragraph and Line break into the WML?
Added on Wed, Jan 6, 2010
I have given you example which show you how to use paragraph and Line break in WML. Example: <?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card... Read More
What are the WML variable?How to use them?
Added on Wed, Jan 6, 2010
Use of variables in WML is that when client want to switch over card to card in a deck,than client should have to store the data into variables. We can use variables in WML sing two ways. 1.Can set a variable using setvar Command: Suppose that if... Read More
How to perform validation in your WML?
Added on Wed, Jan 6, 2010
We can validate our wml by using Microsoft XML parser(Which is used to create wmll validator. Now. to prform validation we paste our wml into the text area and validate them with submit validate button. Example: <?xml version="1.0"?> <... Read More
What is WML?
Added on Wed, Jan 6, 2010
Wireless Markup Language (WML) page is delivered over Wireless Application Protocol (WAP) and the network configuration requires a gateway to translate WAP to HTTP and back again. It can be generated by a JSP page or servlet running on the J2EE... Read More
|