answersLogoWhite

0

📱

Web Programming

Web Programming is the category for programming for the Internet and World Wide Web. Q&A's include coding in technologies used for Browser, applet based applications, and more.

500 Questions

How do you make a link?

User Avatar

Asked by Wiki User

On your computer, highlight the website in the little bar it's in. Press and hold Ctrl and press C and let go of each. Now it's copied. To paste go to the place you want to put the link and put your cursur there and then press and hold Ctrl and then press V and let go. Now you can click on it!

What is an unsigned integer?

User Avatar

Asked by Wiki User

Having an unsigned integer means that the integer is positive, and not negative; literally, the integer is unsigned and assumed to be positive. The unsigned integer 8 is positive-eight, not negative-eight.

Why do images not show up on webpage?

User Avatar

Asked by Wiki User

There are several reasons that this could be:

1) There is no internet connection

2) the domain has expired

3) the hosting has expired

4) the server is down

5) temporary gliche

What is the full form of CGI in Java?

User Avatar

Asked by Wiki User

CGI Stands for Common Gateway Interface. It was one of the initial technologies used to host web applications.. They were succeeded by Servlets and other J2EE technologies

How does xml differ from HTML and dynamic HTML?

User Avatar

Asked by Wiki User

1.xml is case sensetive but html is case insensetive.

2.xml preserve white space but html does not .

3.xml is about describing information but html is about displaying information.

4.xml is about carring information hence dynamic but html is about displaying data hence static.

What advantages does a cloud applications have over installed application?

User Avatar

Asked by Wiki User

There are countless advantages of cloud storage. you can save whatever you want in a secure online environment and also can store large amounts of your data safely.

How is java both a programming language and a platform?

User Avatar

Asked by Wiki User

By using Navite Interface we write this type of code

How do you add a template to your HTML website in Notepad plus plus?

User Avatar

Asked by Wiki User

You can add a template to your HTML website in Notepad plus plus by adding a zen coding plugin in the notepad plus plus.

What does language is dynamic mean?

User Avatar

Asked by Wiki User

Computer programming languages change from generation to generation due to changes (advancements) in computer hardware. The general trend is languages are becoming more human-like as computer capabilities continue to improve.

What is the advantages of computer application in business?

User Avatar

Asked by Wiki User

Computer applications make it easier for employees to carry out the functions of their jobs. With software, the business can input data quicker instead of creating templates each time.

What is the correct tag to render text in italics?

User Avatar

Asked by Wiki User

The HTML 5 specification recommends using <strong> for bold text and <em> for italicised text. In HTML 4.01 <strong> defines both strong and emphasised text; for purely bold text, use <b> instead (in HTML 5, <b> and <strong> are equivalent).

How do you create biodata in table format using HTML?

User Avatar

Asked by Wiki User

<html>

<head>

<title>

BIO-DATA

</title>

<body>

<table border="1" width="600" align="center" bgcolor="yellow">

<caption align="center">BIO-DATA</caption>

<tr>

<td colspan="2" align="center"><img src="Photo-2128.jpg" height="350" width="300">

</td>

</tr>

</table>

<table border="1" width="600" align="center" bgcolor="green">

<tr> <font face="verdana" color="red">

<td>NAME:</td>

<td><font color="white">Ashis&nbsp;Kumar&nbsp;Sharma</font></td>

</font>

</tr>

<tr> <font face="verdana">

<td colspan="2" align="center" height="40" bgcolor="yellow"><font color="green"><b>ADDRESS</b></font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>CITY:</td>

<td><font color="white">Chakradharpur</font></td>

</font>

</tr>

<tr>k

<font face="verdana">

<td>STATE:</td>

<td><font color="white">Jharkhand</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>PIN-CODE</td>

<td><font color="white">833102</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>EMAIL:</td>

<td><font color="white">xxxxxxx@gmail.com</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>PHONE:</td>

<td><font color="white">95465768878</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>MOBILE NO.:</td>

<td><font color="white">9876543210</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>D.O.B:</td>

<td><font color="white">18/6/1991</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>GENDER:</td>

<td><font color="white">Male</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>COLLEGE:</td>

k<td><font color="white">Kiit University</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>DEPARTMENT:</td>

<td><font color="white">MCA</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td colspan="2" align="center" height="40" bgcolor="yellow"><font color="green"><b>EDUCATIONAL QUALIFICATION</b></font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>10th</td>

<td><font color="white">58.2</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>12th</td>

<td><font color="white">60</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>B.Sc.(C.A)</td>

<td><font color="white">79.2</font></td>

</font>

</tr>

<tr>

<font face="verdana">

<td>MCA</td>

<td><font color="white">7.85 CGPA</font></td>

</font>

</tr>

<tr width="30">

<font face="verdana">

<td>EXTRA ACTIVITY:</td>

<td><font color="white">Cricket,Art</font></td>

</font>

</tr>

<tr width="30">

<font face="verdana">

<td>PROFESSIONAL QUALIFICATION:</td>

<td><font color="white">C,C++,Data Structure,Html,Php</font></td>

</font>

</tr>

<tr width="30">

<font face="verdana">

<td>KNOWN LANGUAGE:</td>

<td><font color="white">English,Hindi</font></td>

</font>

</tr>

<tr width="30">

<font face="verdana">

<td>HOBBY:</td>

<td><font color="white">Listening Music,Playing Cricket</font></td>

</font>

</tr>

</table>

</body>

</html>

Which search algorithm is best?

User Avatar

Asked by Wiki User

The question is a bit too vague for a meaningful answer, it depends on what you are searching and what you are looking for.

For search in an unsorted list, there is no better alternative than the naive algorithm of looking at every single element.

For search in a sorted list (like a phone book sorted on name) binary search is much more efficient.

For string search, like used in biology to find DNA matches, there are dedicated algorithms that deal exclusively with string matching.

For graph search, A* ("A star") is among the better.

For more general search problems there are a whole host of search methods that work better than others in particular domains. But so far, there is no ultimate winner that is best for everything. The best ones are generally custom made for one particular problem, like the best known algorithm for the Travelling Salesman Problem.

See also related link.

What is the difference between client side scripting and server side scripting languages?

User Avatar

Asked by Wiki User

Best Practice : Use both The Cons of using one or the other : With client side validation only, if a user disables JavaScript, then no validation will occur. With server side validation only, there are more return trips to the server which in turns uses more resources and slows down the site when a client side script could have done the validation without the server. The Pros of having both : The data will always be validated, whether or not the client has JavaScript enabled or not. There will be less server strain with the client side validation. The client can fix form errors faster with instant client side notifications. The data will have a bit more integrity going through the dual validation process.

What is the use of scanf function in c?

User Avatar

Asked by Wiki User

Hiii,

scanf() is an predefined function of C to getting runtime input from the user.

Syntax:-

scanf("sequence specifier",&variable_name);

example:-

#include

void main()

{

int number;

printf("\n Enter any number"); //message to user

scanf("%d",&number); //getting input from user

printf("\n entered number is %d",number); // display

getch();

}

How is a bulleted list created using HTML?

User Avatar

Asked by Wiki User

A basic list using bullets (small black circles) starts with the tag <ul> and each item listed with the tags <li>item one </li> <li>item two </li> </ul> (end list) will result in Item one item two For a numbered list instead of a bullet list use <ol> (ordered list) instead of <ul> (unordered list) This will display your information in sequential orde. to start. for example <ol>

<li>item one</li>

<li>item two</li>

</ol> This will result in # item one # item two Inside a list item <li>you can put paragraphs, line breaks, images, links, and also other lists.</li> The example above will be a numbered list if you want it in alphabetical order, add the attribute type=".." to the <li> tag with the value "A" (lower case "a" will give you a lower case list) like this: <li type="A">

What program can I code HTML in?

User Avatar

Asked by Wiki User

Any text editor is usually capable of writing HTML.

Notepad and Wordpad (Windows and Mac programs, respectively) are the most common text editing programs.

However, there are text editors that have been made for use by web designers - by highlighting tags, colouring sections, identifying the ends and starts of brackets and parenthesis, and more. These programs will need to be searched for, to find what the true web designer wants. Many of the text editors may need to be paid for, but others are free to use.

What is the Programming environment?

User Avatar

Asked by Wiki User

All desktop computers are composed of at least two main parts: a monitor or display device, and a case where the computer's internal systems are stored. Most commonly, this case is a separate "tower" that is connected to the monitor, but some desktops have the monitor and other hardware integrated into one unit. An operating system loaded on a hard drive allows the computer to display an interactive environment.

What is the difference between get and post method in HTTP?

User Avatar

Asked by Wiki User

As per functionality both GET and POST methods were same.Difference is GET method will be showing the information information to the users.But in the case of POST method information will not be shown to the user.

The data passed using the GET method would be visible to the user of the website in the browser address bar but when we pass the information using the POST method the data is not visible to the user directly.

Also in GET method characters were restricted only to 256 characters.But in the case of POST method characters were not restricted.

Get method will be visible to the user as it sended appended to the URL, put Post will not be visible as it is sent encapsulated within the HTTP request body.

About the data type that can be send, with Get method you can only use text as it sent as a string appended with the URL, but with post is can text or binary.

About form default, Get is the defualt method for any form, if you need to use the post method, you have to change the value of the attribute "method" to be Post.

Get method has maximum length restricted to 256 characters as it is sent appended with the URL, but the Post method hasn't.

Get method has limitataion in the size of data tranamitted, but post method hasn't.

What are client side and server side scripting?

User Avatar

Asked by Wiki User

Client side scripting is a script, (ex. Javascript, VB script), that is executed by the browser (i.e. Firefox, Internet Explorer, Safari, Opera, etc.) that resides at the user computer.

Server side scripting, (ex. ASP.Net, ASP, JSP, PHP, Ruby, or others), is executed by the server (Web Server), and the page that is sent to the browser is produced by the serve-side scripting.

So when a server sends out a page, it executes server-side scripts, but does not execute client-side scripts. Once the browser receives the page, it executes the client-side scripts.

Server side scripting can connect to databases that reside on the web server or another server reachable from web server. Client side scripting cannot do that.

Server side scripting can access the file system that reside at the web server, client side cannot.

Server side scripting can access settings belong to Web server while client side cannot.

Client side scripting can access files and settings that are local at the user computer.

Client side scripting consumes cycles from user's computer not web server one, while server side scripting consumes cycles form web server one.

How xml works in simple language?

User Avatar

Asked by Wiki User

XML is abbreviated for Extensible Markup Language and is used to define data which can be readble by machine and human both. It is a software and hardware independent tool.

How do you add special effects to text in HTML?

User Avatar

Asked by Wiki User

Drop Cap

Example:

This is an example of a drop cap effect using the float property.

Mouseover Title

Example:

Paragraph text here.

Scrolling Text

Example:

Scrolling text up!

What is the purpose of gcc?

User Avatar

Asked by Wiki User

I suppose GCC can have many meanings. The only interpretations that come to mind in context with computer programming are the GNU Compiler Collection or the GNU C Compiler (which is part of the compiler collection).

The GNU C Compiler allows creating software in various dialects of the C language family, aimed at a multitude of target processors and operating systems.

How to display current date in html using javascript?

User Avatar

Asked by Wiki User

You can't do it in HTML, but you can in javascript or PHP, which can be added to an HTML document. Just add the code to where you want it to display the time.

<?PHP print(Date("l F d, Y")); ?>

<script type="text/javascript">

<!--

document.write(Date());

-->

</script>

How asp differs from client side scripting technologies?

User Avatar

Asked by Wiki User

ASP runs on the server. This means that ASP has access to thing like databases and file read/write that a client side script traditionally does not have.

ASP doesn't rely on the code being intact in your users browser. Instead, it runs on the server, and returns the output. You can use the developer tools adjust the client side code. That makes it inherently insecure.

Add to that the fact that ASP, like JSP, PHP, or any of a dozen other client side languages, is a complete language, with all the abilities of your traditional programming languages. JavaScript is limited by it's having to conform to the browsers security rules.