Monday, June 22, 2009

In today's world of Web 2.0, is it still acceptable to use iFrames (Inline Frames) in web desig

Specifically for parts of websites that are consistent in every page (such as a banner that has news info and stuff), and needs to be updated often, is it still o.k. to use iframes? Or are iframes almost obsolete and pointless in the world of Web 2.0?



In today%26#039;s world of Web 2.0, is it still acceptable to use iFrames (Inline Frames) in web design?





Not only is is acceptable, it%26#039;s elemental. Many Web 2.0 apps use iframes to do a variety of things -- allow you to securely sign in to a bank account, for example, without having to have the whole page encrypted; provide ads (Look at this site%26#039;s code and you%26#039;ll see all sorts of ads in iframes); etc., etc.



You could, in theory, do away with iframes in a number of cases, but using an iframe has certain advantages over populating a DIV%26#039;s innerhtml -- in terms of performance, user experience, etc.



In today%26#039;s world of Web 2.0, is it still acceptable to use iFrames (Inline Frames) in web design?



as long as it looks good and fits and looks like it is apart of your site.



No one gives a damn (not to be rude but it is true)



Hope this helps



HP

How do I put links at the bottom of a page?

I%26#039;m designing a web page, and I need to put the links of the page on the very bottom going horizonal. Every time I put the code in the body tags, they go at the top. Any ideas? Thanks.



How do I put links at the bottom of a page?





Right click mouse while on the address bar



click %26quot;cut%26quot;



go to space you want to place address and rite click



click %26quot;paste%26quot;



How do I put links at the bottom of a page?



On the %26quot;right click%26quot; menu there is an option of %26quot;copy shortcut%26quot; OR %26quot;save target as%26quot;

Which programming language is the best for web programming?

i was looking to find a programming language to design my web pages!!



but couldn%26#039;t any because it is really cofusing people by the answer!!!!!!!!



Which programming language is the best for web programming?





For web programming you should learn a few things. HTML, DHTML, CSS, and JavaScript, for starters. As the names appear, HTML and DHTML are very similar. The difference is that D...is dynamic, and allows more function. CSS is a page design format that allows you to define your format all on one page, and not have to code a specific font (or color, or paragraph style )every time you want to use it. -- Great for doing something like changing your personal page colors for the holidays! Finally, JavaScript is nice for error checking form submissions and creating some types of features, like slide shows.



Check them all out at www.w3schools.com



Which programming language is the best for web programming?



PHP (server-side) and Javascript (client-side). They go hand-in-hand and being skilled in both will take you far.

What is the script to not allow an html editor to open up a web page?

I use microsoft frontpage. the icon is at the top of my browser beside the stop, refresh, home buttons etc. usualy you can click the frontpage icon and it will load the page you are viewing on the net (even if it%26#039;s not yours) so that you can look at the script, learn how they set up the page etc. ( i know about %26quot;view/source%26quot; but would like to actualy play around with the design in an editor)



on some sites the frontpage icon is greyed out, not allowing it to load in the editor. what is the script that prevents this from happening?



example: yahoo answers! does not allow FP to load their page.



What is the script to not allow an html editor to open up a web page?





If I want to play around with a web page design I just go to file%26gt;save, and save the page, wherever, and just open it in Dreamweaver. Everything I want is there, i can see exactly the layout, the tables etc.



What is the script to not allow an html editor to open up a web page?



Yahoo answers is written in XHTML, not HTML.



Frontpage has problems with XHTML.



I was able to open it no problems in frontpage 2003 (from the office xp cd)



Might be time for an update to frontpage.



Hmm.. now the button doesn%26#039;t work for me on yahoo answers.



But, here%26#039;s a workaround for the time being.



I went to the page , clicked file-%26gt;save page as



and saved it to my documents folder (web page complete).



I then opened it in frontpage without a problem.



Try that.



viewing source, i can%26#039;t see anything that jumps out at the moment.



I%26#039;ll have to check the javascript.



Other Replys:too technical for me, but one of my professional frends put up this site, u might get some help here-



http://tinyurl.com/o5e26



all the best :)

Are there any web sites that are free and safe so that I can learn html-xhtml?

I am looking for a web site that I can go to to learn the difference between html amd xhtml and how to write either one to design my own web pages. I went to one and my computer blocked it saying that it was not safe so I left it. If not a web site are there any cd%26#039;s that i can buy or download to learn this. I do not want to become a pro just enough for me to be able to design a home page or e bay page.



Are there any web sites that are free and safe so that I can learn html-xhtml?





You can best learn XHTML and XML from http://www.w3schools.com



The chief difference between XHTML and HTML is not that one is %26quot;cleaner%26quot; than the other. It%26#039;s that XHTML is extensible -- that is, you can make up your own XHTML tags and describe them to a client (Web browser), and your tag will properly render in any XHTML-compliant Web browser.



http://www.w3.org/MarkUp/



Are there any web sites that are free and safe so that I can learn html-xhtml?



www.w3schools.com



www.pagetutor.com



www.htmlcodetutorial.com



www.htmltutorials.ca



www.htmlgoodies.com



and the difference between html and xhtml is that xhtml is basically a cleaner code (all the tags needs to be closed, all lowercase,...)