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

What are dynamic websites?

User Avatar

Asked by Adityamutharaju

We are living in a new age of webdesgin and 'client' side scripting isn't enough for everyday use. Any website that has a login feature is dynamic. Therefore any website that you create a account or signup is dynamic.

A Dynamic Website - a website that connects to a server and generates a clientside webpage from results - often from a database

Breakdown - the following is dynamic

* Login/Join feature * Comment Feature * Search Feature

On which programming language is Google developed?

User Avatar

Asked by Wiki User

It's called "Go" or go-lang. More details could be found on their main website: http://golang.org/

I must note, that this language is still in development process and is supported only on Unix type operating systems (Linux/BSD/Mac OS X)

How do you delete podcasts?

User Avatar

Asked by Wiki User

To delete more than one podcast, you can

  1. Search FonePaw iOS Transfer on Google. Then, downlaod this program and install it on your computer;
  2. Connect your iPhone to computer;
  3. Click "Media" on the program and select podcasts. Here, you can tick all podcasts you want to delete. Then, click "Delete" to remove them with one click

Here is way to delete pocasts one by one:

1. Launch the Podcasts app from the Home screen of your iPhone or iPad.

2. Tap into a podcast series from the My Podcasts section.

3. Find the podcast episode that you'd like to delete from your device and horizontally swipe across the title of it.

4. You'll now notice a red delete button pops up off to the right. Tap on it.

Full form of XML?

User Avatar

Asked by Wiki User

xml stands for extensible markup language, and it is not a programming language, it is markup language that allows for transfer of content or data across different platforms and systems.

What is path in computer language?

User Avatar

Asked by Wiki User

Is the sequence of folders or directories you should open to find a file. It usually includes also the name of the file being refered to.

For example, the path "C:\Users\Bill\Videos\happymorning.mpg" is a path referring to a file whose name is "happymorning.mpg" and

which can be found in the folder "Videos"

which can be found in the folder "Bill"

which can be found in the folder "Users"

which can be found in the drive "C:"

It's very much like a full postal address, like "St. Paul's Street, 50. Mountain View, California, United States". But refers to a file in a computer, instead of a place with a mailing box.

What factors are used to assess a website?

User Avatar

Asked by Wiki User

File types can influence a websites performance, and also how converting formats can improve the performance. The type of applications that you use on your site such as (flash, java etc.) and whether plug-ins is available. Intense graphics, music - loading time will slow

There are many different factors which can affect the performance of a website. It's important to have a fast server. If the host has a slow server then it will take longer for the server to send HTML cods between the computers, it also helps for the end user to have an efficient computer. For example if you have many images on your web site and the end user has a slow computer then it will take longer to load and the user may deicide to switch to another web site. Increased technology has contributed to the complexity of many tasks performed in the workplace, making it difficult for employees to complete their work independently. In response to the technological advances, many organizations have adopted a team approach to work. Teams are viewed as being more suitable for complex tasks because they allow members to share the workload, monitor the work behaviours of other members, and develop and

Contribute expertise on subtasks.

Another factor is the applications on your website. If you have a lot of special effects on your web site then again it will take longer to load. For example if you used an image which moves and created by java or flash then it will take longer to load also if the user doesn't have the software on his or hers PC then it may not even load.

Its important to have a web address which matches your website because if not then people may find it difficult to find your website, it's a good idea to register your site to well known search engines like Google.

Also it's important to make sure your web site is compatible with more then one web browser like internet explore from Microsoft but also lesser known browsers like Firefox or opera.

A lot of images are Bitmap or vector before coming onto a web site. This is because these files are normally large and take a lot of space. So web designers convert a lot of their images to JPEG. JPEG files are good because they can be compressed to nearly any size with out losing a lot of the image quality. Any sound on a website like background music can use file types like WAV or MP3, MP4, WAV can hold compress audio files which is good for a website because it uses less space then the MP3 and MP4. Also WAV is the standard audio file type for Linux and windows.

Joe Young

What is the importance of XML?

User Avatar

Asked by Wiki User

xml is a markup language that is use to describe data, it doesn't do anything itself as it is not a programming language. You use xml to carry information in a standardised way across different systems so that it can be carried and read without any corruption or compatibility problems.

Where is the title tag information displayed when you preveiw in the browser?

User Avatar

Asked by Wiki User

Your title tag is also displayed at the top of your web browser and acts as a placeholder, especially for people who have many browser tabs open.

What are some tips for writing XHTML?

User Avatar

Asked by Mbud

# Write up multiple XHTML documents, attempting to not make any mistakes. # Write multiple HTML documents, and transform them into XHTML documents. # Browse forums or other online sources for HTML documents (or incorrect XHTML documents) that need help, markup-wise. # Take on projects involving XHTML coding.

Difference between byval and byref in net?

User Avatar

Asked by Wiki User

we can pass parameter in procedure and function two type one is Byval and other is byRef, in byval value Store in stack And byref store in Heap. in a Byval get value a predefind and userdefind by replica and copy of the value. but in byRef program access address of the Variable we can pass parameter in procedure and function two type one is Byval and other is byRef, in byval value Store in stack And byref store in Heap. in a Byval get value a predefind and userdefind by replica and copy of the value. but in byRef program access address of the Variable

Why has XHTML been deemed as necessary?

User Avatar

Asked by Wiki User

XHTML was created to replace the old syntax system of which HTML was based off of; the Standard Generalized Markup Language (SGML). SGML was difficult for computers to read and manipulate automaticly -- therefore, a new HTML system involving XML was proposed. By conforming HTML into XML syntax, computers were able to read and manipulate standard XHTML (the new name for the combined-syntax language) with accuracy.

What is an inserted page break?

User Avatar

Asked by Wiki User

It means that when you insert a page break, no matter where you are at the page, whether at the top or bottom, it will automatically start a new page.

This helps you from not wasting time by pressing Enter 100 times to go to a new page.

What is difference between .net and .net framework?

User Avatar

Asked by Wiki User

The .NET framework is the layer which is installed on an Operating system (like windows) which holds everything you need to run a .NET application. It contains the libraries which provide functionality to, for example, open files, read xml, and so on. The .NET framework also includes the compilers for the various .NET languages. Like 'csc.exe' (C# compiler). This gives you the opportunity to write .NET applications, compile them and run them with only the .NET framework installed. Much like java does when you install the jvm (java virtual machine). However, you would have to use a simple text editor, like notepad, which wouldn't help you much by making the code you write prone to mistakes. This is where visual studio comes in. VS.NET needs the .NET framework. VS.NET won't function without it. Whenever you install VS, the install procedure will also install the .NET framework. VS.NET makes it much easier to create applications on the .NET framework by generating source code when you i.e. build a windows or web form. Also it makes compiling against the aformentioned compiler much easier. Note however that VS.NET uses the compiler (like the csc.exe) on the background while compiling. You could say that VS.NET is a very fancy notepad for creating .NET applications in any way, shape or form.

Which computer language used in INTERNET?

User Avatar

Asked by Wiki User

well for starters

lol- laugh out loud

omg- oh my god

wtf- what the f***

wth- what the hell

rofl- roll on floor laughing

lmao- laughing my ass off

plz- please

there is also smilies

0_0

XD

=)

=(

;_;

='(

<3

</3

>.<

>_>

;)

^_^

8D

D8

that's all i can tell you

but just speak how you wanna speak

How do you change color of text?

User Avatar

Asked by Wiki User

If you want to set the color of all your paragraphs to red, you should write:

p {color:red;}

You can use CSS classes also. I provide a link to a "CSS" book in Wikibooks for further information

What are the advantages of data warehousing?

User Avatar

Asked by Wiki User

Advantages of data warehousing

  • One consistent data store for reporting, forecasting, and analysis
  • Easier and timely access to data
  • Improved end-user productivity
  • Improved IS productivity
  • Reduced costs
  • Scalability
  • Flexibility
  • Reliability
  • Competitive advantage
  • Trend analysis and detection
  • Key ratio indicator measurement and tracking
  • Drill down analysis
  • Problem monitoring
  • Executive analysis.

Programming language used to develop web-based application?

User Avatar

Asked by Wiki User

You can use php, asp, jsp or cgi. Among these, php is more easier and flexible to use with databases and for making dynamic web sites. If you want an IDE you can use ASP.NET in microsoft visual studio.

What is the definition of internet programming?

User Avatar

Asked by Wiki User

AnswerThe client server communication established with the help of scripting and markup languages following all the communication protocols and transmission protocols can be defined as Internet programming.

What is XML in web design?

User Avatar

Asked by Wiki User

Answer:-


XML means Extensible Markup Language.


XML is a general-purpose specification for creating custom markup languages.
It is classified as an extensible language, because it allows the user to define the mark-up elements.
XML's purpose is to aid information systems in sharing structured data, especially via the Internet, to encode documents, and to serialize data in the last context, it compares with text-based serialization languages such as JSON, YAML and S-Expressions.


XML stands for eXtensible Markup Language.

XML is designed to transport and store data.

XML is important to know, and very easy to learn.

What does XHTML stand for and what is it used for?

User Avatar

Asked by Wiki User

XHTML stands for Extensible HyperText Markup Language.

It is a language that branches off of HTML, combining the use of XML syntax with HTML markup; all tags and attributes must be lowercase, all tags must be closed, and tags must be nested properly (as to not overlap one another in a shift).

The requirements to comply with XHTML standards force the use of CSS in the place of specific tags to establish cross-browser compatibility on styles. These standards are issued by the W3C.

XHTML is compatible with all (if not, most) modern browsers.

Where is the text of the title tag displayed?

User Avatar

Asked by Wiki User

On the left top of the page on the title bar of the browser window.

Note: The Blue color bar above the File, Edit menu etc where WikiAnswers - "Where does the text you insert in the title tag display" is displayed.

What does CGI in CGI federal stand for?

User Avatar

Asked by Wiki User

Conseillers en Gestion et Informatique