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.

584 Questions

Are there any photo or image sharing websites which you can disable right clicking of your images?

No, this is a browser feature. Technically, it may be possibile to disable images by embedding them into another format -like java applets- or using java script to eliminate the menu (none of those solution are known to me in the real world).

How you compare and contrast overloading and overriding methods in java?

Method overloading is when you have multiple methods in a class that have the same name but a different signature. Method overriding is similar to method overloading, with a small difference. In overriding, a method in a parent class is overridden in the child class. The method in the child class will have the same signature as that of the parent class. Since the method in the child class has the same signature & name as the method of its parent class, it is termed as overriding. In situations where you may have to explicitly call the parent class method you can use the "super" keyword and for explicitly calling the current objects method you can use the "this" keyword.

How do I create a form which will then upload to a database that I can access in Microsoft Access?

Have your form's input insert into a database (SQL, Oracle, etc) then access that database through Access's ODBC connection.

What computer hardware is used for web development?

I've been doing web development for more than 10 years and my ideal hardware setup would consist of - 1 Mac computer - Doesn't matter what kind, just used to debug browser compatibility issues. 1 Test Server - It doesn't have to have much memory or CPU. It will run the Web and Database servers. 1 Coding Workstation - At least a 2 GHz CPU and a minimum of 2 GB of memory. 1 Imaging Workstation - At least a 2 GHz CPU and a minimum of 3 GB of memory and a high end video card for multimedia and 3D editing.

How can you visually collapse functions in Dreamweaver?

When you select code, a set of collapse buttons is displayed next to the selection (Minus symbols in Windows; vertical triangles on the Macintosh). Click the buttons to collapse and expand the selection. When the code is collapsed, the collapse buttons change to an expand button (a Plus button in Windows; a horizontal triangle on the Macintosh). Sometimes, the exact fragment of code that you selected is not collapsed. Dreamweaver uses "smart collapse" to collapse the most common and visually pleasing selection. For example, if you selected an indented tag and then selected the indented spaces before the tag as well, Dreamweaver would not collapse the indented spaces, because most users would expect their indentations to be preserved. To disable smart collapse and force Dreamweaver to collapse exactly what you selected, hold down the Control key before collapsing your code. Also, a warning icon on collapsed code fragments is displayed if a fragment contains errors or code that is unsupported by certain browsers. You can also collapse the code by Alt‑clicking (Windows) or Option-clicking (Macintosh) one of the collapse buttons, or by clicking the Collapse Selection button in the Coding toolbar. # Select some code. # Select Edit > Code Collapse, and select any of options.

What is CSS Box Model?

Go to a website called W3 Schools and search for Box model, they provide a great example.

What are self-closing tags in HTML?

Self-closing tags are tags that don't have a "" to close it.

These tags include:

  • img
  • input
  • br
  • area
  • base
  • col
  • embed
  • keygen
  • link
  • meta
  • param
  • source
  • track
and
  • wbr

Is there a free program that is as easy as Flash that can help you make an Avatar in Whirled?

Short answer. No. If you're wanting avatars that have all the extra bells and whistles of actions and states and walking transitions, the only viable source--because of it's use of AS3 coding--is Flash. However, if you're wishing just for free animation software that can be used to make an avatar that has one state, and drags/continues the state when walking. Or would like to try your hand at making animated furniture, www.doink.com offers free animating software that's run through the internet and allows you to download as a .swf file, that can then be uploaded to Whirled.

What is the maintenance of the virtual shopping basket?

When customers visit in to a transactional website and if they want to do any thing, it is important to identifying and authentication they details. Which means they need to log on to they account by entering Usre and Password. If the person is new user then he/she needs to create a new account by entering their personal details. After they enter the information that will be transmitted to database record. From on this stage customers or sellers no need to worries about the securitie, the tranaction will be full secure.

umar ahmed

u_4umar@hotmail.co.UK

however this answer has no reference to the question asked

What is xml format?

XML stands for "eXtensable Markup Language." It is a method of marking information with tags very similar to HTML. By marking data with these tags, you can easily programatically parse data. Example: John 20 Male Sue 35 Female

What is the difference between XHTML and CSS?

XHTML and CSS are both languages that are used to make web pages.

XHTML is very similar to HTML and serves the same purpose. XHTML & HTML are both used to set the structure of the page - to define images, links, text, headlines, etc.

CSS (Cascading Style Sheets) is used to define the style of the page - colors, spacing, etc.

If you were to think of a web page as a person, XHTML would be the skeleton, and CSS would be the skin, clothing, make-up, etc.

What is error fix registration code?

ErrorFix Registration code is the code that www.newerrorfix.com sends you when you purchase the full version of ErrorFix.

ErrorFix is a program that removes any harmful folders or programs that are on your computer.

How do you get a looped array from Flash into PHP?

If you're going from flash to PHP then I would use the Get variables and use a pipe character | (%7C HTML char code) to delimit the array.

mysite.com?myvar=8|15|22|88

or

mysite.com?myvar=8%7C15%7C22%7C88

If you're going from PHP to flash then use XML.

Hope that helps

What programming language should I learn if I want to program softwares?

There is a lot of different ones, so it really depends on what kind of software you want to design.

Tell you about asynchronous JavaScript and XML?

I do not know in depth. But using the Asynchronous Javascript and XML HTTP Request one can easily access the concept of AJAX. simply ajax is an technique of many technologies such as Javascript, XMLhttprequest, css and dom. Take the new registration of E- mail id when you are a new user. You can suggest an user name by this technique.

How to get value from a inputbox using PHP forms?

Depending on what type of form you are using, you will use either: $variable = $_POST['inputname']; or $variable = $_GET['inputname']; Whether you use Post or Get is determined by the form's method.

What are the types of application software?

the types of aplication softwares are:

1.dos operating systen

2.windows xp

3.unix

4.linux

What is the cheapest nerkmid on Neopets?

At the moment, the current cheapest Nerkmid is the Copper Nerkmid (150,000 NP) according to Jellyneo's Item Database. Due to the newly added Wheel of Extravagance (which offers rare items as prizes), prices for Nerkmids (among other rare goods like Paint Brushes and Brightvale Job Coupons) have started to deflate due to this occurrence, they used to be offered via random events in the past.

What are schemas?

The schema is the physical arrangement of data.

An XML schema is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type, above and beyond the basic syntactical constraints imposed by XML itself. These constraints are generally expressed using some combination of grammatical rules governing the order of elements, Boolean predicates that the content must satisfy, data types governing the content of elements and attributes, and more specialized rules such as uniqueness and referential integrity constraints.

What is included in the team development process?

The team development process includes defining, analyzing, planning, acting, and evaluating. A combination of these stages will help to produce a productive team.