Tag Archives: Compliant

Dreamweaver Problem

And so, I’ve never had an issue with DWMX until now… and it’s PISSING ME PERSONALLY OFF. I thought to make my site XHTML 1. 0 compliant mostly because I’m bored to tears and don’t sense like workin on most of my other goods. So most regarding hte things Im chaning is changing things such as < td align=center> in order to < td align=" center" > this is fine.. except dreamweaver won’t accept my variations! It acts as it changes it, but merely save/close/open it would not change. Do Relating to a setting changed weird Or is niagra an incredibly bothersome bug.

Posted in Web Design | Tagged , , , , , | Leave a comment

MS Word Help

I have started using MS Word (office 2000) to develop a web web page. The problem I will be having is we have inserted a image into my page but should the cursor goes over it the limited hand doesn’t glimpse. I have hyerlinked to it but it actually goes on the page I want, but the hands never appears — just my suggestion cursor. Any help can be appreciated I could be the first to state it: I really, very strongly suggest which you absolutely never employ Word (or any component of Office) to make web sites. The resulting rule is perpetually disorganized and always optimized pertaining to IE, regardless of the settings. Rather, I would suggest Dreamweaver: http: //www. macromedia. com/dreamweaver/. These have a larger studying curve than Concept, but the rule it produces will be far cleaner plus more compatible–and also XHTML-compliant if you ever create a document as such. I realize filburt’s advice. In lieu of teaching how make use of the hammer that will cut wood, I’d direct you to definitely a better software. Excuse my french but MS WORD is CRAP for website design… IT is quite possibly one of many worst tools to … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Web Sites In your Pocket

I read This article over at a List Apart, and I was wondering a several things – have got any of anyone developed sites with PDAs in your mind Do you need alternate CSS tags in order to format a page for the PDA for example, it looks as a normal site for any desktop, and a PDA designed site over a PDA Like ways to make a site Look different in IE than with Mozilla, using * web coding, that sort regarding thing. I ordered an Ipaq rx3115 Wallet PC, so I’ll be browsing the net in class with that bad young man. I expect I am going to make my wbsites PDA compliant basically can do hence without affecting the actual waythey are deemed normally. Anyhow, just curious to find out what you most think/ know with the subject. – Chris This exact site accustomed to have a Wallet PC version. At this time, WDF is coded with W3C compliance, so browsers including Netfront on Palm OS render it properly typically. hmm my website wasnt made understanding that, I wonder how to do one to be used by pdas, and then direct it so that pdas go directly … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Where do I look to learn?

Howdy to everyone, This can be my first morning here, I found you by searching on google for help, so I’m expecting somebody can direct me towards info I get. To begin with, I am your self taught webmaster who’s in the center of changing over our site to W3C compliant XHTML. The thing which is reared up it truly is ugly little head will be error message I get because of the ‘language=javascript’ portion in the code in RSS feeds (as seen about this page; http: //www. kygallery. com/list/commerce/index. htm) What I want is to discover a source of data, that I can make reference to when I run into such problems, so I can figure out how to fix them. Any suggestions Good, I have learnt a great deal on web forums this way one. So you’re in the correct place! In reference for a question you could try in search of valid xhtml javascript statements etc. However I believe I know the reason the validator moaned from you. That < script language=" " > tag is not supprted any far more. Instead do Code: < script type=" text/javascript" > < /script> Hope this specific helps Thank you … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

whats style sheeting

Definitely im joofhart im a different webdesigner. in one of the guides it pronounces use style sheets wherever possible. i dont determine what that means setting up i use photoshop to perform my page editing and it just import into dreamweaver to try and do saving at optimised. when i transform the layout inside photoshop it changes everything on the site. but i havnt uploaded onto online yet so im not sure if style bed has nething to do with easy updating on-line. please message back immediately. Google CSS. Cascading down Style Sheets hey yeah i understand how to do css, but just for forums, i cant prepare it myself but i understand how to edit default css. http: //www. w3schools. com/css/ It’s no different for your own personel websites. If you can edit existing community forum stylesheets, you can establish your own. Those tutorials should help you out. The stylesheets will give you scope for keep your web site standards compliant, and permit you to alter pretty significantly everything, such because text and url colours, borders, and so forth. You use CSS as an alternative to placing the attributes in the XHTML tags (eg. minicode< img src=” width=’x’ height=’y’ … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment

MAC or PC?

I really like the Mac, its far more effective than a LAPTOP running windows. MY SPOUSE AND I work faster, am more secure and well, life’s the peach. Furthermore I never get virus’s and haven’t must trouble shoot within the 18 month’s using a mac. The only downside is that I must fire up my laptop to see my site in internet explorer. Not ideal but then again its a sacrifice worth making. Thats my opinion anyway. I try a Macbook and it has been a good program in my forays into web development (I seem to have given it upwards recently, after a broad coding sesh become a waste connected with time). For those who have the cash and you aren’t into PC video gaming, I’d recommend just one. OK well that’s sort of what I seemed to be think I must do is jump returning to window IE and see the way the site looks or use the BootCamp feature in the new Leopard COMPUTER ITSELF and load Windows which would be great. But am i going to still code identical in Mac as I’d in Windows useing CODE, XHTML and CSS Thanks to the input also… Largely … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

PCP Style – A New Idea for Better Stylesheets

So Pondered this idea today…. PCP (PCP CSS Preprocessor). Fundamentally, I want to create a preprocessor to get CSS that parses released your stylesheet within the server-side and uses HTTP_USER_AGENT to determine deviations from normal CSS, then replaces that W3C-compliant CSS having browser-specific CSS and also spits out the result. And here is how it’ll do the job. Think about you have this particular HTML (below). And let’s say you want to style your #page content that they are 500px wide with 20px padding as well as a 10px border, centered to the page, with word justified left. W3C can have you do the following: HTML: < html> < head> < title> PCP Style< /title> < website rel=" stylesheet" type=" text/css" href=" key. css" media=" all" /> <! –if lte IE 6> < website rel=" stylesheet" type=" text/css" href=" ie6. css" media=" screen" /> <! endif–> < /head> < body> < div id=" page" > < p> PCP is a bomb! < /p> < /div> < /body> < /html> Here’s some of our main CSS report, which works with regard to W3C-compliant browsers. Code: div#page size: 500px; padding: 20px; boundary: 10px; margin: 0 auto; Due to box-model misinterpretation by means … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Best Rotating Image Software

What on earth do you consider to be the most beneficial free software to create pictures rotate – preferably without having to load all the pictures prior to see the 1st one (to preserve loading time) I currently work with a script – that came recommended once a question during this forum – however the script runs in the head section which is not w3c compliant. In addition , it clashes with that lightbox script – so I can’t use both in the same web page. Could appreciate any pointers. I thing we all cant restrict that loading of completely page into on the main div. I’m taking care of a website for any realty company right this moment. I used Wondershare Flash Gallery to try and do some rotating photographs. It’s REALLY successful. www. shawnstoppable. com/firstchoice to look at that rotating images. Thank you Shawnstoppable – Wondershare looks a motivating tool though I used to be really looking intended for something that’s non-Flash – I believe I’m right in saying that this software won’t work unless the actual user’s got Flash installed (not everybody has) Does anyone know of any non-Flash software package for rotating photographs that’s free and … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

Best Browser to test website?

Hi there, I had been wondering if any one knew which browser is better to test your current websites in as many as you can but realy concentrate on the major 4 IE6, 7, 8 firefox, sfari, opera. and for seo indexability lynx. Firefox having Firebug, I’ve identified, is the easiest for development. Opera, mainly Opera 10, is very standards-compliant and goes by Acid3. Then test in IE8, then IE7, and as long as you specifically need support as it, IE6. Usually, develop for by far the most standards-compliant browser and work into the least. What does the title of the thread should want to do with browser testing Sorry, this. Title evolved. I minute firefox with firebug install Also validate your website with http: //validator. w3. org I usually use 3 preferred browsers. IE8, Opera and Firefox. Safari (sadly) is considerably more popular than Opera, and even Chrome, the browser without any point, has two times its market reveal. Opera is simply 0. 7% despite precisely how clearly awesome it can be. Testing a website used to be so much better. You would grow and test your code in Net Explorer and always be totally oblivious to help anything … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Search Engine Friendly

How we can design & Create a search engine warm and friendly site Commence with Google Analytics to find out how often keywords are looked for – target those looked for most frequently. After that put your keywords and phrases into title and also h1 tags (very important) in addition to weave into written content, h2-h6 tags, alt tags, photo names, file artists etc. See onpage seo for freshies for more detailed info and even sample coding wherever relavant. Once you’ve seo’d your blog, create backlinks from various sources using a number of anchor text. The question you will have asked can not be answered in minor reply. It requires a great deal of study of SEO. vistit " internet. webconfs. com" here it is possible to learn all martial arts training of SEO. help it become sure that your blog post is on trend what they called w3c compliant or web 2 . 0. 0. Use css besides tables and get more SEO so you will know what to carry out next. " -) Be certain your page game titles are accurate and also incorporate keywords. Be sure you have meta descriptions that happen to be unique and accurate … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment