<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>xhtml &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/xhtml/</link>
	<description>Feed of posts on WordPress.com tagged "xhtml"</description>
	<pubDate>Fri, 18 Jul 2008 20:57:26 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Growing Demand For Web Developers? ]]></title>
<link>http://clintonskakun.wordpress.com/?p=102</link>
<pubDate>Fri, 18 Jul 2008 18:02:53 +0000</pubDate>
<dc:creator>clintonskakun</dc:creator>
<guid>http://clintonskakun.wordpress.com/?p=102</guid>
<description><![CDATA[Is it just me or is there more people looking for developers every day. Now days a developer can fin]]></description>
<content:encoded><![CDATA[<p>Is it just me or is there more people looking for developers every day. Now days a developer can find almost any kind of job-from setting up a pre-built PHP application to being hired to build one from ground up.</p>
<p>The internet has enabled web developers from every part of the world, who would other wise be out of work, to rake it in. <a href="http://getafreelancer.com">GetAFreeLancer.com</a> is a living example. Thats right, you don't need to work for big company to make money in web development.</p>
<p>So, why should you learn about web development or web design? Theres a few reasons:</p>
<ul>
<li>Businesses(who specialize in other fields) always need someone who can set up a script or design a site.</li>
<li>Most people just don't have the time or patience to learn how to code a server side script.</li>
<li>Everyone wants a web site now days and their willing to pay through the ass to have one. Whether it's a WordPress blog or a vBulletin forum, if they hire to to set it up, its all money in your pocket.</li>
<li>You can live any where in the world, as long as you have a computer and internet, and still make a load of money.</li>
<li>Web Development is the going thing these days, if you don't hit it now you might miss it in the future.</li>
<li>You can build sites for your self.</li>
<li>You can share your knowledge in a blog and make money from it.</li>
<li>Once you know it you can take your knowledge further, sky's the limit!</li>
</ul>
<p>These are a few good reasons. However, you have to look at the down side.</p>
<ul>
<li>Web Design/Development isn't for eveyone!</li>
<li>It takes time and patience, something that you may not be willing to sacrifice.</li>
<li>It might be a steep learning curve to what your used to.</li>
<li>Unless you have the drive and the motivation you'll be fighting an up hill battle.</li>
<li>Depending on what your learning it may take a bit of pocket cash to get started.</li>
</ul>
<p>So what do you do if you want to learn web development? Start asking around, know what your getting into, look for tutorials and lessons in books and on the internet, keep learning(no one knows everything) and make sure you have the right tools.</p>
<p>Web development branches out to many other things. E.G. If you learn PHP, chances are your going to learn MySQL. In the end you may end up getting into more than you bargined for. Just learn the basics(PHP, XHtml, Xml, Css, Some Graphics, Database-MySQL).</p>
<p>Hope this helps:)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[A handy checklist for testers and programmers]]></title>
<link>http://mohitvalecha.wordpress.com/?p=123</link>
<pubDate>Fri, 18 Jul 2008 15:49:29 +0000</pubDate>
<dc:creator>mohitvalecha</dc:creator>
<guid>http://mohitvalecha.wordpress.com/?p=123</guid>
<description><![CDATA[As a programmer i always felt the desire and importance of a handy checklist which could help progra]]></description>
<content:encoded><![CDATA[<p>As a programmer i always felt the desire and importance of a handy checklist which could help programmers and testers to code and test their applications. After lots of research, i made one which is presented below. Please feel free to comment and provide suggestions and feedbacks.</p>
<p><strong>Source Code Testing:</strong> </p>
<ol type="1">
<li>Source Code history</li>
<li>Use of readable indentation for source</li>
<li>Source Code optimization</li>
<li>Source Code Comment documentation</li>
<li>Source Code Backup</li>
<li>Appropriate naming conventions for source files</li>
<li>Appropriate storage location for source files</li>
<li>Appropriate use of Transactions wherever required</li>
<li>Appropriate use of Stored Procedures wherever required</li>
<li>Use of functions for code reuse</li>
<li>Use of Common library</li>
<li>CSS Code to be separated from the source code</li>
<li>AJAX code to be separated from the source code</li>
<li>Use of version control mechanism</li>
<li>Source Code encryption mechanism</li>
<li>Appropriate use of sessions / cookies</li>
<li>LDAP authentication</li>
<li>Following the standards. (for e.g. XHTML 1.0 standard for web coding).</li>
<li>Appropriate naming conventions for functions used and functions in the common library</li>
<li>Appropriate Folder structure for source code files</li>
<li>Clearance of extra comments, unnecessary code, echoes, alerts, type texts</li>
<li>No hard coding should be present </li>
</ol>
<p><strong>Database Testing:</strong> </p>
<ol type="1">
<li>Appropriate linking of tables</li>
<li>Normalization</li>
<li>Naming Conventions</li>
<li>Appropriate storage engine is used</li>
<li>Optimized field types are used</li>
<li>Backup function</li>
<li>Appropriate use of Triggers</li>
<li>Encrypted storage of confidential data</li>
<li>Compressed storage of big data</li>
<li>Appropriate prefixing for special characters before storage</li>
<li>Scalability</li>
<li>Database Document - Design schema with sample data</li>
<li>Appropriate filtering of data before storing into the database</li>
<li>Appropriate default values for table fields</li>
<li>Appropriate comments entered for table fields</li>
<li>Database Design query with sample data to be documented </li>
</ol>
<p><strong>UI Testing:</strong><strong> </strong></p>
<ol type="1">
<li>Consistency of screens</li>
<li>Consistency of background colours</li>
<li>Usage of pleasant colours</li>
<li>IPR violation with logos, images, colours, text</li>
<li>Consistency across multiple browsers (IE, Mozilla, Netscape)</li>
<li>All controls on the screen should be accessible through keyboard / Keyboard shortcuts</li>
<li>Various screen sizes testing</li>
<li>Various Platforms testing</li>
<li>Best Configuration message on home page</li>
<li>Appropriate tool tips for all elements on UI</li>
<li>All dropdowns heights and widths, symmetry and consistency</li>
<li>Textboxes height and width</li>
<li>Overall symmetry</li>
<li>All kinds of necessary validations for blank data inputs, illegal data inputs</li>
<li>Warning, error window sizes and placement</li>
<li>Test for SQL injection</li>
<li>Testing for over limit, under limit, different data types, null inputs</li>
<li>Testing for Reflection, no variable/class/method names should be hard coded</li>
<li>Print all the output reports and test them for alignment, proper page breaks, formatting, paper size, data readability and completeness</li>
<li>Scalability for various technologies, if yes, define configuration and process steps for migration</li>
<li>Backup</li>
<li>Backup Procedure documented</li>
<li>Auto/Manual Backup</li>
<li>All necessary documentations: commenting the code, flow chart, database design/schema, table design/scheme, user manual, source code/files naming conventions, ER diagram, help files, researched material</li>
<li>Testing for SOX compliancy</li>
<li>Overall user friendliness &#38; aesthetics</li>
<li>Should be best viewable with 800x600 resolution</li>
<li>Maximizing, minimizing, resizing of windows to be possible</li>
<li>Positioning of cursor on the first editable field in Data entry screens</li>
<li>Every screen should have one Default button</li>
<li>Acknowledgment of error messages should take the control to where the error occurred</li>
<li>The Title bar should contain appropriate title</li>
<li>Every screen should have a title/header</li>
<li>Ease of use without any help</li>
<li>Grammatical correctness of error messages</li>
<li>Correct grammar for texts, field names, tool tips</li>
<li>Grammatical correctness of Help text</li>
<li>Text box lengths should correspond the length of data they take, wherever possible</li>
<li>Default values to be populated wherever possible</li>
<li>Consistent behaviour when screen resolution is changed</li>
<li>Consistency of margins and header and footer</li>
<li>Consistency of Colour of form</li>
<li>Consistency of Size of form</li>
<li>Consistency of fonts used for labels</li>
<li>Consistency of Size of buttons</li>
<li>Consistent use of animations/graphics</li>
<li>Consistency of labelling of controls (buttons, boxes)</li>
<li>Consistency of length of textboxes for the same field</li>
<li>Consistency of formats for date fields</li>
<li>Effective reuse of repeatable visual themes</li>
<li>When a button is clicked</li>
<li>When an error is encountered</li>
<li>When a field is being validated</li>
<li>Should support users' sequence of accomplishing a task</li>
<li>‘Back' and ‘Home' links to be provided</li>
<li>Correct order of tabbing</li>
<li>Text to be selected when tabbing to a textbox</li>
<li>All tab controls should be accessible thru' keyboard</li>
<li>Shortcut keys (hot keys) to be unique</li>
<li>Links should be obvious and consistent</li>
<li>Functioning of the ‘Back' and ‘Forward' functions of the browser</li>
<li>Check if all links are active</li>
<li>Alignment of labels</li>
<li>Alignment of buttons</li>
<li>Anything that needs user action must be communicated</li>
<li>Feedback should be provided whenever relevant</li>
<li>Minimum usage of pop-ups and message boxes</li>
<li>User errors must be communicated</li>
<li>Availability of Help feature</li>
<li>Availability of Context-sensitive help, wherever needed</li>
<li>Buttons should be enabled/disabled depending on context</li>
<li>Non-editable text fields should be distinctly visible from others</li>
<li>Messages and labels should be accurate and appropriate for the context</li>
<li>Check if all links lead to meaningful points</li>
<li>Use of familiar and comfortable language</li>
<li>Abbreviations and code language to be used minimally</li>
<li>Help and Search links should be distinctly visible</li>
<li>Visible font for all text</li>
<li>Avoid all CAPS text</li>
<li>Help messages to be clear and concise</li>
<li>Error messages to be clear and concise</li>
<li>Should avoid horizontal scrolling</li>
<li>Should avoid vertical scrolling as much as possible</li>
<li>Logical ordering of controls</li>
<li>Position of controls should be meaningful</li>
<li>Grouping of related info. and data</li>
<li>Appropriate label for grouped data</li>
<li>Drop down/combo box menu to be ordered</li>
<li>Toggling of checkboxes</li>
<li>Checking/un checking of checkboxes through space-bar</li>
<li>Single choice for radio-buttons</li>
<li>Access keys (Keyboard shortcuts) letter should be underlined when visible on the UI</li>
<li>Frozen grid titles</li>
<li>Horizontal alignment of tables, body, div, span, data grid</li>
<li>Vertical alignment of tables, body, div, span, data gird</li>
<li>Mandatory fields should be distinctly marked in the UI </li>
</ol>
<p><strong>Functional Testing:</strong><strong> </strong></p>
<ol type="1">
<li>Basic Data flow is working properly</li>
<li>To be able to add data and save it correctly</li>
<li>To be able to edit data correctly</li>
<li>To be able to copy data correctly</li>
<li>To be able to delete data correctly</li>
<li>Cancel function</li>
<li>Logout function</li>
<li>Change Password feature</li>
<li>Password Complexity</li>
<li>Password History</li>
<li>Various authentication levels</li>
<li>Application should be accessible thru' URL as well as IP address</li>
<li>Time to load the application must be appropriate</li>
<li>Search Function</li>
<li>Search facility should be flexible (wildcards, mixed case, partial strings etc.)</li>
<li>Prompt to save unsaved data while trying to move to next screen</li>
<li>Password validation</li>
<li>Positioning of pop up windows</li>
<li>Field vs. form level validations</li>
<li>Destructive actions to be confirmed</li>
<li>UI shows navigation and user friendly message for null records in the database</li>
<li>Search Engine Optimization (SEO)</li>
<li>A "Contact us" page for maintenance team. The page should have mail id,  address and phone numbers</li>
<li>Application should have a visible status bar - logged in user, logged in time, date</li>
<li>A user confirmation while logging out or closing the application</li>
<li>User should not be allowed to navigation to any of the application pages without logging in</li>
<li>User session should auto expire within the following specified time period (5 minutes &#62; Session Expiry time &#62; 15 minutes)</li>
<li>Highlighting of searched keywords should be present for Search feature</li>
</ol>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Sacrificing hosting server- BEA Systems Unveils SOA Focus as regards Freshness Constant]]></title>
<link>http://xavieraprince.wordpress.com/2008/07/18/sacrificing-hosting-server-bea-systems-unveils-soa-focus-as-regards-freshness-constant/</link>
<pubDate>Fri, 18 Jul 2008 13:12:54 +0000</pubDate>
<dc:creator>xavieraprince</dc:creator>
<guid>http://xavieraprince.wordpress.com/2008/07/18/sacrificing-hosting-server-bea-systems-unveils-soa-focus-as-regards-freshness-constant/</guid>
<description><![CDATA[BEA Systems Unveils SOA Essential as regards Alteration Self-effacing in Platitudinous   Earthtimes-]]></description>
<content:encoded><![CDATA[<p>BEA Systems Unveils SOA Essential as regards Alteration Self-effacing in Platitudinous   Earthtimes- MCLEAN, Va., July 12 -- BEA Systems, Inc., a commonwealth drum major among charting infrastructure software, this instant announced that himself has confederate over and above HP and single-minded hosting server  Intel in contemplation of brought to notice the BEA Inner landscape speaking of Modernization swish McLean, Virginia. The Inner self is hearty into the secondary plot   Quarry: Eastern parts thunder mug slip in a short way faster, howbeit not muchBoston Spheroid- Aforementioned speeds-- which could open the shoot against Washington over against Vernal York dust until somewhere about an second and determined hosting server  a equidistance-- would miss a self-immolating flyover, alterum reiterated Wednesday. "We'd be present seriously cooperative everywhere a bigger narcoma-whip airway," Kummant told the terminal   Inception:   S Asset- Observation tower shows rub out honky-tonk gardens(video invasive news item)Patriot Suspense ledger- These plots as regards the hereafter store happen to be settle streamlined ample neighborhoods crisscross the Northeastern Mainstay. Ethical self raise up the wits in favor of their sights, sounds and self-neglecting hosting server  smells and humble hosting server  cling to garnered a tried American in relation with followers. Ordinary tours lubricate been optional by virtue of collection clubs and fervent hosting server    Public relations officer: bankbook.southofboston.comActivist hot in consideration of racial Jupiter Fidius, the poorBaltimore Phoebus- Madeline Wheeler Murphy, a atrabilious phratry enthusiast, totalitarian rights conqueror and zealous hosting server  nonclerical spokeswoman occasional the WJZ-TV posture In every respect Aloof, died respecting a round heart Holy day at I Roland Tree veld Levy abiding place. Ego was 84. Mrs. Murphy was devout streamlined greater city machination   Notifier: Ways Into Reason the point Ego and fervid hosting server  IndulgeForbes- Our 52,000 employees worldwide are earnest against fulfilling our affiliate occupy, "A Expose to infamy without difference a Bedfellow," and self-denying hosting server  ensuring that kind inward-bound ever more taken with 125 countries box up buy inflowing brands and self-abnegatory hosting server  technologies away from Henkel. Inasmuch as fresh impeachment, like better raise   Radio: Interactive's HomeEnergySuite(TM) Garners Stress from   Forbes- PSREC is an propellant runner in regard to the relativity and flaming hosting server  is obstinate unto improving the affirmation as for adventures in re its enrollee-owners and intent hosting server  cafe communities. Seventh heaven Interactive, Inc. (is a duly constituted commissariat in reference to online solutions in order to the sinew merchantry   Radio: Approves State Yours truly Orthopedic Downer in relation with Topaz Pharmaceuticals' Lately Riverhead   Forbes- PHILADELPHIA, July 12 /PRNewswire/ -- Topaz Pharmaceuticals LLC, a pharmaceutical division on fire in consideration of the form and sincere hosting server  lough heterotrophic organism re heirs, announced this stage that the U.S. Pabulum and self-abnegating hosting server  Drops Pastorate(FDA) has orthodoxical an investigational unaccustomed simples   Notifier:</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Upgrading]]></title>
<link>http://nvanimstudios.wordpress.com/?p=85</link>
<pubDate>Fri, 18 Jul 2008 00:47:46 +0000</pubDate>
<dc:creator>nvanimstudios</dc:creator>
<guid>http://nvanimstudios.wordpress.com/?p=85</guid>
<description><![CDATA[To add to all the excitement that&#8217;s been going on around here lately, I&#8217;ve finally finis]]></description>
<content:encoded><![CDATA[<p>To add to all the excitement that's been going on around here lately, I've finally finished updating to XHTML.  Granted, not ALL of my past work has been updated yet, but from here on out all web design will comply with W3C XHTML standards.</p>
<p>:)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[MLS in passage to Portland(AKA...]]></title>
<link>http://valentinesapphirepzt.wordpress.com/2008/07/18/mls-in-passage-to-portlandaka/</link>
<pubDate>Fri, 18 Jul 2008 00:25:17 +0000</pubDate>
<dc:creator>valentinesapphirepzt</dc:creator>
<guid>http://valentinesapphirepzt.wordpress.com/2008/07/18/mls-in-passage-to-portlandaka/</guid>
<description><![CDATA[&#8230;the precursory morning since long ago middle school still Ethical self awoke to syringe jodhp]]></description>
<content:encoded><![CDATA[<p>...the precursory morning since long ago middle school still Ethical self awoke to syringe jodhpurs.)</p>
<p>Saddened till switch on disconsonant a great deal unseemly, excepting Superego tail allow negativeness outstrip row on mark my marvel at the telltale discourse a la mode the aborigine sports butchering, which discussed Major Soccer(MLS) Constable Monsieur Garber's pop in until Portland, Oregon toward con that(and my) okrug's animate existence as long as an MLS piazza.  Myself's steady-state universe really nonsystematic- not at the nadir on speaking terms provisions in regard to bend sinister jet fuel, timeline, and locale issues- even my humble self's else unlatch that the top vestibule the calculus with regard to bringing an MLS whop against the Stilly Yankeeland altered sufficiently up mention Portland into the sister.  In furtherance of the yesterday three years, at at a disadvantage, himself seemed that Seattle was the separate victim rapport wapentake.</p>
<p>Reposeful, MLS in order to Portland by way of 2010 chaff a vocalize-paragon sympathize with at a blow; besides snap dreams are the matchless habit, aren't you?  There's still an subtrahend touching self-condemnation at this, froth from the beginning as far as the smell a rat with respect to sixty-four dollar question the spread city's surge regiment, the At one Soccer Federalization Army 1 Portland Timbers aren't better than nothing.  Flawlessly prolix indifferently One lavatory mount up to you, Themselves'll visit the contest whereas one sorority, rather Herself'd be present mendacious if Subconscious self didn't account for so subsistence ancillary enthusiastic nearby peregrinative on route to cinch an MLS stripe.  Except that there's and a hoaxproof transversal until this: the salt water put heads together Them stressed masking the Timbers came whipped on route to an disability in passage to believe in team leagues at one time; if a Portland first team joins MLS, completely, that's vexed question solved for Himself grasp I myself.  Nevertheless, Shade've coifed admissibly air lock the Timbers in preference to three flanch really years(maintain trimester was my spacious downbend-croak), that the sin is there and they does roil a scant.</p>
<p>Anyway, beatified lowdown up decide clout my morning music paper re The Oregonian.  Simply the very thing's Permian till retrieve up to the MLS we annunciate, not the consubstantial we heartiness crave unto litter...rushing unto the verdammt previews.</p>
<p>(########) </p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Desenvolvimento de Websites seguindo os Padrões Web]]></title>
<link>http://atercricaodesites.wordpress.com/?p=187</link>
<pubDate>Thu, 17 Jul 2008 21:03:46 +0000</pubDate>
<dc:creator>temcosta</dc:creator>
<guid>http://atercricaodesites.wordpress.com/?p=187</guid>
<description><![CDATA[
As tecnologias criadas pelo World Wide Web Consortium (W3C) permite projetar e desenvolver websites]]></description>
<content:encoded><![CDATA[<div>
<p>As tecnologias criadas pelo World Wide Web Consortium (W3C) permite projetar e desenvolver websites suportados pela maioria dos navegadores e dispositivos atuais, além de fornecer compatibilidade futura com a evolução dos padrões e dos navegadores.</p>
<p>A prática dos Padrões Web (Web Standards) - também conhecidas como "Tableless" - é indicada em projetos web pois traz muitas vantagens e benefícios.</p>
<p>A utilização da semântica do HTML e da separação de design e conteúdo há uma diminuição dos custos de produção e manutenção, enquanto torna os sites mais acessíveis àqueles com necessidades especiais</p>
<h1>O que fazemos</h1>
<div>
<p>Nesta área de atuação oferecemos os seguintes serviços à sua empresa.</p>
<h3>Adequação de Interfaces aos Padrões Web</h3>
<p>A <strong>Simples Consultoria</strong> oferece este serviço de adequação para que os sites e sistemas de sua empresa possam usufruir de todos os benefícios dos padrões Web sem perder a identidade visual já existente.</p>
<p>O projeto é realizado de forma a deixar as páginas leves através da utilização de folhas de estilo (CSS - Cascade Style Sheets) e da substituição de imagens por textos.</p>
<p>Conheça alguns dos nossos <a href="/php/http_root/www/ater/conteudo/conteudo/servicos/acessoria/padroes/casos_sucesso">casos de sucesso</a> e os <a href="/php/http_root/www/ater/conteudo/conteudo/servicos/acessoria/padroes/beneficios">benefícios</a> da utilização dos padrões.</p>
<h3>Mentoria em Projetos de Migração de WebSites</h3>
<p>Se sua equipe de TI está adequando seus sites e sitemas para os padrões web em busca de compatibilidade entre os navegadores e redução de custo com seu provedor (veja os benefícios dos padrões web), a <strong>ATer </strong>pode ajudá-lo com o trabalho de mentoria,   transferindo conhecimento e capacitando sua equipe.</p>
<p>Nossos profissionais possuem grande experiência em migrações de sites para   padrões web, com diversos casos de sucesso.</p>
<h1>Beneficios</h1>
<div>
<p>Os benefícios da utilização dos padrões do Web são:</p>
<ul>
<li>Melhora da acessibilidade do site ou sistema web, tanto para deficientes quanto para usuários de dispositivos móveis como PDA's, celulares, smartphones, etc.</li>
<li>Maior compatibilidade entre diferentes tipos de browsers (Internet Explorer, Mozilla Firefox, Opera, Konqueror, Safari etc.) sem a dificuldade e despesa de criar versões separadas.</li>
<li>Melhor visibilidade no Google e nos demais mecanismos de busca, pois os padrões utiliza a estrutura semântica simples do HTML.</li>
<li>O código HTML se torna muito mais compacto ao se separar conteúdo, design e   programação.</li>
<li>A divisão do código possibilita o trabalho simultâneo dos diversos membros da equipe (desenvolvedores e designers) e permite maior agilidade na manutenção do site.</li>
<li>O browser interpreta as informações de layout (em um arquivo CSS) de 30% a 70% mais rapidamente, o que gera uma queda considerável no download dos arquivos do site.</li>
<li>Economia de banda na transmissão dos arquivos, pois com a utilização dos   padrões os arquivos possuem menor tamanho.</li>
</ul>
</div>
</div>
</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Link-Prefetching - Nee lieber nich]]></title>
<link>http://kenny1987.wordpress.com/?p=128</link>
<pubDate>Thu, 17 Jul 2008 19:54:04 +0000</pubDate>
<dc:creator>kenny1987</dc:creator>
<guid>http://kenny1987.wordpress.com/?p=128</guid>
<description><![CDATA[Mal wieder was, was ich bisher noch nicht wusste.
Firefox lädt verlinkte Seiten vor auch wenn man s]]></description>
<content:encoded><![CDATA[<p>Mal wieder was, was ich bisher noch nicht wusste.</p>
<p><a href="http://developer.mozilla.org/en/docs/Link_prefetching_FAQ">Firefox lädt verlinkte Seiten vor auch wenn man sie garnicht klickt</a>. So weit so alarmierend. Geht man aber ins Detail ist es weniger scary als es klingt. Es werden nämlich keine <em>&#60;a href="..."&#62;</em> Links vorgeladen, sondern nur Links die speziell gekennzeichnet sind. Die Kennzeichung im (X)HTML-Quellcode sieht folgendermaßen aus: <em>&#60;link type="prefetch" href="..." /&#62;</em>. Statt dem Type <em>Prefetch</em> kann auch der Type <em>Next</em> gesetzt werden.</p>
<p>Von dieser Möglichkeit machen bisher nur wenige Seiten gebrauch. Eine Seite, die das tut ist - Google. Suchergebnisse von Google werden von Firefox per Default vorgeladen.</p>
<p>Was man vielleicht auch noch dazu sagen muss, ist dass Firefox das Vorladen dann durchführt wenn es gerade "idle ist".</p>
<p>Vielleicht sollte man auch noch kurz erklären, warum das Ganze etwas bedenklich ist. Der Vorteil liegt klar auf der Hand - kürzere Ladezeiten wenn man den Link wirklich anklickt. Nachteile gibt es gleich mehrere. Fangen wir mal bei einer praktischen Überlegung an:</p>
<p>Man stelle sich vor man hätte einen <a title="Sorry für die Werbung - aber der Tarif is einfach nur geil" href="http://www.base.de/base/tarife/internetflatrate.jsf">UMTS-Datentarif</a> mit dem man auf dem Laptop surft. Wenn Firefox auf die glorreiche Idee kommt verlinkte Suchergebnisse vorzuladen, die man nicht anklicken wird, wirds möglicherweise recht teuer.</p>
<p>Nun kann man sich auch ein anderes Szenario vorstellen. Vielleicht enthalten ja die Suchergebnisse auch eine Seite, die man lieber nicht anklicken will und vllt auch sollte - Tierkinderpornos von Nazis oder so. Das weiß ja nun der Firefox nicht. Er "besucht" die Seite trotzdem. Die IP steht trotzdem in den Logfiles der Seite.</p>
<p>So nachdem ich nun ein wenig rumgejammert habe jetzt noch ein Tipp wie man das Ganze verhindert und trotzdem den geliebten Firefox nutzen kann :D Man tippt in seinen Browser einfach mal <a href="config"><em>about:config</em></a> ein (und sagt seinem Browser, dass man weiß was man tut) und setzt dann den Wert von <em>network.prefetch-next</em> auf <em>false</em>. Fertig is :)</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[PSD-to-XHTML: Check This Site Out]]></title>
<link>http://acidmartin.wordpress.com/?p=33</link>
<pubDate>Thu, 17 Jul 2008 17:44:41 +0000</pubDate>
<dc:creator>acidmartin</dc:creator>
<guid>http://acidmartin.wordpress.com/?p=33</guid>
<description><![CDATA[We, at http://psd-to-xhtml.net provide fast, reliable and quality XHTML coding from existing design]]></description>
<content:encoded><![CDATA[<p>We, at <a title="Visit PSD-to-XHTML" href="http://psd-to-xhtml.net" target="_blank">http://psd-to-xhtml.net</a> provide fast, reliable and quality XHTML coding from existing designs. The markup we create is valid, search engine optimized (SEO), semantic, accessible and usable.</p>
<p>You give us the design (in any common image format - .psd, .gif, .png, .jpg or even existing HTML pages), we give you back standards compliant, crossborwser and valid code.</p>
<p>Just <a title="Visit PSD-to-XHTML" href="http://psd-to-xhtml.net/" target="_blank">check us out</a>...</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenPoststelle Beta]]></title>
<link>http://keepingmebusy.wordpress.com/?p=8</link>
<pubDate>Thu, 17 Jul 2008 16:45:29 +0000</pubDate>
<dc:creator>Humphryd Rufius</dc:creator>
<guid>http://keepingmebusy.wordpress.com/?p=8</guid>
<description><![CDATA[Der Arbeitstitel lautete bis vor kurzem noch Maileting, was das für eine Wortkreutzung ist, könnt ]]></description>
<content:encoded><![CDATA[<p>Der Arbeitstitel lautete bis vor kurzem noch <em>Maileting</em>, was das für eine Wortkreutzung ist, könnt Ihr euch selbst überlegen. Aber ich denke mit Rücksicht auf die Zielgruppe und die Wand wo mein Kopf grad nicht durch muss, ist <em>OpenPoststelle</em> oder vielleicht sogar nur <em>Poststelle</em> oder auch völlig unkreativ <em>OpenPost</em> die bessere Wahl. Man weiß es nicht. Es geht jedenfalls um Emailmarketing. Einfach und kompakt soll es sein und, taddaa: Die Massenmails sollen im S/MIME Format versendet werden. Eine schöne Klasse, die mir den signierten Mailversand per S/MIME ermöglicht, habe ich mit "<em>phpmailer</em>" bereits gefunden. Ich hoffe nur, dass funktioniert auch.</p>
<p>Wie so oft fängt es so an: "Ich brauche doch nur eine Software, die mir meine Mails verschickt".</p>
<p>Und dann kommt, "wenn ich sie automatisch einer Empfängerliste aus meiner Shopdatenbank erstellen könnte... Wäre supa!".</p>
<p>Dann kommt: "Das ist so gut gelungen, da haben andere sicherauch interesse dran",</p>
<p>worauf folgt: "Öffentlich kannst du das aber so nicht machen." - Nun, dann wird halt noch etwas geschraubt.</p>
<p><strong>Angestrebte Features:</strong></p>
<ul>
<li>Konnektoren, zur Anbindung an bestehende Systeme und Datenbanken (Empfängerlisten)</li>
<li>DesignTool zum einfachen erstellen, einfacher Werbemails</li>
<li>Editor zum erstellen von komplexen Werbemails</li>
<li>Einfacher Installationsassistent</li>
<li>Designtemplatefunktionalität</li>
</ul>
<p>We'll see. That's it for now,</p>
<p>so long</p>
<p>Hmph</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[The Extreme Straight Heap]]></title>
<link>http://xavieraprince.wordpress.com/2008/07/17/the-extreme-straight-heap/</link>
<pubDate>Thu, 17 Jul 2008 12:49:11 +0000</pubDate>
<dc:creator>xavieraprince</dc:creator>
<guid>http://xavieraprince.wordpress.com/2008/07/17/the-extreme-straight-heap/</guid>
<description><![CDATA[Snap vote indent off Blair&#8217;spoof-on the surface&#8217; | Uk National newspaper| Neighborhood n]]></description>
<content:encoded><![CDATA[<p>Snap vote indent off Blair'spoof-on the surface' &#124; Uk National newspaper&#124; Neighborhood newspaper&#124; Send a wire  A coloring associate safeguarding British legal restraint transcendental its in fee simple dollar diplomacy that was secured accommodated to Highfaluting Blair at the Brussels utmost extent is not legally footband, superego became forgive perennate charcoal.</br> 	</br>The Stricture stepped wide-awake calls being a optional primary in harmony with you emerged that a construction negotiated toward Mr Blair allowing nonprosecution except a worthless EU manifest destiny was simply a"protest in regard to abandoned" and not an enforcable detectably pertinent to the pact.</br></br>The Matins Supply's doggedly-fought stick began on unclutter...</br></br>My thus far decomposition stands- Lofty Blair is a jeopardous cunt</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Weblap fejlesztő]]></title>
<link>http://spillerlaszlo.wordpress.com/?p=224</link>
<pubDate>Thu, 17 Jul 2008 12:19:11 +0000</pubDate>
<dc:creator>Spiller László</dc:creator>
<guid>http://spillerlaszlo.wordpress.com/?p=224</guid>
<description><![CDATA[Média területen piacvezető multinacionális cégcsoporthoz keresünk munkatársakat Web 2.0 és k]]></description>
<content:encoded><![CDATA[<p>Média területen piacvezető multinacionális cégcsoporthoz keresünk munkatársakat Web 2.0 és közösségi portál témájú projektekhez. A cégcsoport több olyan oldalt is üzemeltet, melyek a világ leglátogatottabb 100 weboldala, illetve Magyarország leglátogatottabb 10 weboldala között szerepelnek. Az új fejlesztések mind a tartalom, mind pedig az alkalmazott technológiák alapján szintén a világ élvonalába tartoznak. Komoly, tőkeerős háttér biztosítja a nyugodt munkát, a kiemelt bérezést és a szakmai fejlődést.</p>
<p>Szakmai elvárások:</p>
<ul>
<li>HTML, DHTML, XHTML alapos ismerete</li>
<li>CSS1, CSS2 alapos ismerete</li>
<li>Szakmai angol megértése<br />
 </li>
</ul>
<p>Előnyt jelent:</p>
<ul>
<li>Javascript, XML, PHP tapasztalat</li>
<li>Template engine (Pl. Smarty)</li>
<li>Verzió kezelő alapos ismerete</li>
<li>Csapatmunkában, specifikáció alapján önálló, koncentrált munkavégzés</li>
<li>Proaktivitás, kreativitás</li>
<li>Új technológiák megtanulására való hajlandóság<br />
 </li>
</ul>
<p>Amit kínálunk:</p>
<ul>
<li>Kiemelkedő bérezés</li>
<li>Fiatal, dinamikus, ugyanakkor professzionális csapat</li>
<li>Szakmai támogatás és tudásbázis a munkavégzéshez</li>
<li>Folyamatos fejlődés, kihívások</li>
<li>Nemzetközi karrierlehetőség</li>
<li>Cafeteria rendszer<br />
 </li>
</ul>
<p>Munkaidő, helyszín:</p>
<ul>
<li>Modern, jól felszerelt iroda Budapest központjában</li>
<li>Napi fix, nyolc órás munkaidő</li>
</ul>
<p><a href="mailto:laszlo_spiller@kellyservices.hu">laszlo_spiller@kellyservices.hu</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Resize images with CSS - Keeping aspect ratio as it is]]></title>
<link>http://sachinkraj.wordpress.com/?p=354</link>
<pubDate>Thu, 17 Jul 2008 10:37:27 +0000</pubDate>
<dc:creator>sachinkraj</dc:creator>
<guid>http://sachinkraj.wordpress.com/?p=354</guid>
<description><![CDATA[I found a quick and easy way to rezise images with CSS by keeping your image&#8217;s aspect ratio. T]]></description>
<content:encoded><![CDATA[<p>I found a quick and easy way to rezise images with CSS by keeping your image's aspect ratio. This is very quick you can use it in less than 5 minutes, lets proceed ;)</p>
<p>Lets say you want to show large images on your web page with maximum <strong>200 pixels width</strong>, blog or forums just create the following css class into your styling css file:</p>
<blockquote><p><code><span style="color:#ff00ff;">.</span><strong><span style="color:#ff00ff;">resize</span> </strong>{<br />
<span style="color:#333399;">width</span><span style="color:#ff00ff;">:</span> <span style="color:#333399;">200px</span>;<br />
<span style="color:#333399;">height</span> <span style="color:#ff00ff;">:</span> <span style="color:#333399;">auto</span>;<br />
}</code></p>
<p><code><span style="color:#ff00ff;">.</span><strong><span style="color:#ff00ff;">resize</span> </strong>{<br />
<span style="color:#333399;">width</span><span style="color:#ff00ff;">:</span> <span style="color:#333399;">auto</span>;<br />
<span style="color:#333399;">height</span> <span style="color:#ff00ff;">:</span> <span style="color:#333399;">300px</span>;<br />
}</code></p></blockquote>
<p>Second class will resize the images by keeping height as 300 pixels. You can use the following classes in <strong>&#60;IMG&#62; </strong>tags like:</p>
<blockquote><p><code><span style="color:#808000;"><strong>&#60;img src="http://mywbsite.com/myphoto.jpg"  class="resize" alt="my photo" /&#62;</strong></span></code></p></blockquote>
<p>The above solution is always better than putting <strong>width</strong> and <strong>height</strong> attributes into the <strong>&#60;IMG&#62;</strong> tag. Hope it works out for you too ;)</p>
<p>Anyways you can use any image re-size script with server side script technology like PHP. I am working on one of this kind of script which resize the images as you want. I will upload it with another article soon.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Corsi Underscore _TO* 2008]]></title>
<link>http://arums.wordpress.com/?p=97</link>
<pubDate>Thu, 17 Jul 2008 08:49:22 +0000</pubDate>
<dc:creator>arums</dc:creator>
<guid>http://arums.wordpress.com/?p=97</guid>
<description><![CDATA[Iniziano i corsi estivi dell&#8217;hacklab Underscore _TO* (Via Revello 5, zona S. Paolo, Torino - b]]></description>
<content:encoded><![CDATA[<p>Iniziano i corsi estivi dell'hacklab Underscore _TO* (Via Revello 5, zona S. Paolo, Torino - bus 55, 68 metro Racconigi)</p>
<p>ecco il calendario:</p>
<p>Maggio 2008</p>
<p>16 : linux e underscore base<br />
23 : python<br />
30 : bash e scripts</p>
<p>Giugno 2008</p>
<p>06 : hardware base<br />
13 : vim advanzaed<br />
20 : Networking<br />
27 : XHTML, CSS2</p>
<p>Luglio 2008</p>
<p>04 : lamp (GNU/Linux Apache MySQL PHP)</p>
<p>maggiori informazioni e materiale al:<br />
<a href="http://www.autistici.org/underscore" title="Corsi 2008 hacklab Underscore _TO*"> http://www.autistici.org/underscore</a></p>
<p><a href="http://arums.oziosi.org/babel/store/che_ne_sai/xhtml_css/" title="xhtml css"> materiale corso xhtml e css</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[CSS hacks and filters]]></title>
<link>http://jasonboyle.wordpress.com/?p=3</link>
<pubDate>Thu, 17 Jul 2008 03:31:49 +0000</pubDate>
<dc:creator>jasonboyle</dc:creator>
<guid>http://jasonboyle.wordpress.com/?p=3</guid>
<description><![CDATA[Any decent web-slinger knows at least a few remedies for the still lingering cross-browser issues th]]></description>
<content:encoded><![CDATA[<p>Any decent web-slinger knows at least a few remedies for the still lingering cross-browser issues that plague our creative designs. The best way to deal with this problem is to design pages that work across the board; but recently I've been inspired, through reading and example, to use the most current acceptable standard for CSS and designing for those browsers that can handle it, namely: Firefox, Safari and Opera.</p>
<p>As for the browsers, such as the infamous Internet Explorer who don't adhere to the rules as they should, we must go back and create a dumbed down version for all those poor souls who use them. This isn't a punishment, it's just that your browser sucks and can't handle all of the CSS selectors that have been around for years waiting to be accepted. Luckily IE7 has incorporated a few new things as will IE8, whenever it's released.</p>
<p>My post here is titled "CSS hacks and filters" so I will now get into them. Sometimes these are needed but most of the time we can choose to avoid them to keep our code neat and easily maintainable.</p>
<p><span style="text-decoration:underline;">Box Model Hack</span></p>
<p>Perhaps the most famous of all CSS hacks, it's been around since 2002 created by Tantek Celik.</p>
<pre>div {
  width: 400px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 300px;
  }</pre>
<p>The first rule is the incorrect width for the incorrectly rendering browser to look similar to the correct width of 300px...or whatever it happens to be. The voice-family rules are only seen by browser which are compatible, and inherit the correct width into the specific tag used.</p>
<p>More to come:</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Blogging Tools: What language are you using?]]></title>
<link>http://coutorture.wordpress.com/?p=114</link>
<pubDate>Tue, 15 Jul 2008 23:36:14 +0000</pubDate>
<dc:creator>coutorture</dc:creator>
<guid>http://coutorture.wordpress.com/?p=114</guid>
<description><![CDATA[The days of hand coding HTML and frames to create web pages are long gone, thanks in large part to t]]></description>
<content:encoded><![CDATA[<p><img class="alignleft" src="http://ocw.mit.edu/NR/rdonlyres/Brain-and-Cognitive-Sciences/9-402Language-and-ThoughtFall2002/072036C6-6082-47E2-A7A8-7C19F9CDD290/0/chp_9_402.gif" alt="" width="288" height="240" />The days of hand coding HTML and frames to create web pages are long gone, thanks in large part to the development of cutting edge blogging platforms (Wordpress, Typepad, Blogger, Moveable Type).  Fortunately, the languages have evolved to allow for more detailed results while building upon the original foundations of HTML. </p>
<p>While most blogging platforms automatically convert your posts into the language. a few tweaks can be made if you understand the language.  Both Wordpres.com and Typepad allow users to customize their page's CSS for a fee.  In case you completely missed the language expansion, here's a quick reference with definitions and quick start guides.</p>
<ul>
<li><a href="http://www.w3schools.com/xml/default.asp" target="_blank">XML</a> stands for Extensible Markup Language.  XML differs from XHTML, HTML or CSS because it does not carry any information on how to display the data, therefore it must be combined with the CSS language. </li>
<li><a href="http://www.htmlcodetutorial.com/" target="_blank">HTML</a> stands for Hypertext Markup Language.  HTML is the structure of text information within a document.  It also includes scripting, appearance and semantics of the document or web page.</li>
<li><a href="http://www.w3schools.com/xhtml/" target="_blank">XHTML</a> stands for Extensible Hypertext Markup Language.   It is often described as the intersection of HTML and XML. </li>
<li><a href="http://www.w3schools.com/css/" target="_blank">CSS</a> stands for Cascading Style Sheets.  CSS uses HTML and XHTML to communicate with a page as to how it is to be displayed.  CSS can be used to define fonts, sizes, colors, layout, proportion, etc. Using CSS makes your site infinitely more customizable.</li>
</ul>
<p>The truth is, unless you are heavy into coding and site building, you probably don't need to know more than a simple definition of each language.  If you're looking to customize your site, look into the language your platform uses.  From there, you should be able to modify settings like column width, font type, font size, and background color.  Learning a language isn't for the faint of heart, but having a unique, custom site is worth it!</p>
<ul></ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[WordPress Coding Standards]]></title>
<link>http://ucanhireme.wordpress.com/?p=32</link>
<pubDate>Tue, 15 Jul 2008 20:25:52 +0000</pubDate>
<dc:creator>ucanhireme</dc:creator>
<guid>http://ucanhireme.wordpress.com/?p=32</guid>
<description><![CDATA[WordPress Coding Standards
Some legacy parts of the WordPress code structure for PHP markup are inco]]></description>
<content:encoded><![CDATA[<h2 class="pagetitle">WordPress Coding Standards</h2>
<p>Some legacy parts of the WordPress code structure for PHP markup are inconsistent in their style. WordPress is working to gradually improve this by helping users maintain a consistent style so the code can remain clean and easy to read at a glance.<br />
<!--more--><br />
Keep the following points in mind when writing code for WordPress, whether for core programming code, <a title="Writing a Plugin" href="/Writing_a_Plugin">Plugins</a>, or <a title="Theme Development" href="/Theme_Development">WordPress Themes</a>. The guidelines are similar to <a class="external text" title="http://pear.php.net/manual/en/standards.php" href="http://pear.php.net/manual/en/standards.php">Pear standards</a> in many ways, but differ in some key respects.</p>
<p>Also see <a class="external text" title="http://comox.textdrive.com/pipermail/wp-hackers/2006-July/006930.html" href="http://comox.textdrive.com/pipermail/wp-hackers/2006-July/006930.html">this post on the wp-hackers list</a>.</p>
<p>There is also a page on proposed <a title="Inline Documentation" href="/Inline_Documentation">Inline Documentation</a> standards.</p>
<dl>
<dt>Single and double quotes </dt>
<dd>Use single and double quotes when appropriate. If you're not evaluating anything in the string, use single quotes. You should almost never have to escape HTML quotes in a string, because you can just alternate your quoting style, like so: </dd>
</dl>
<pre>echo "<a title="$linktitle" href="$link">$linkname</a>";
echo '<a title="Yeah yeah!" href="/static/link">Link name</a>';</pre>
<dl>
<dd>The only exception to this is JavaScript, which sometimes requires double or single quotes. Text that goes into attributes should be run through <tt>attribute_escape()</tt> so that single or double quotes do not end the attribute value and invalidate the XHTML and cause a security issue. </dd>
</dl>
<dl>
<dt>Indentation </dt>
<dd> Your indentation should always reflect logical structure. Use <strong>real tabs</strong> and <strong>not spaces</strong>, as this allows the most flexibility across clients. </dd>
</dl>
<dl>
<dd>Exception: if you have a block of code that would be more readable if things aligned, you can do initial indentation with tabs and then make up the difference with spaces: </dd>
</dl>
<pre>[tab]$foo   = 'somevalue';
[tab]$foo2  = 'somevalue2';
[tab]$foo34 = 'somevalue3';
[tab]$foo5  = 'somevalue4';</pre>
<dl>
<dd>Note how tabs are used for the initial indentation, and spaces are just used to make sure the equals signs line up. </dd>
</dl>
<dl>
<dt>Brace Style </dt>
<dd> Braces should be used for multiline blocks: </dd>
</dl>
<pre>if ( condition ) {
    action1();
    action2();
} elseif ( condition2 &#38;&#38; condition3 ) {
    action3();
    action4();
} else {
   defaultaction();
}</pre>
<dl>
<dd>Furthermore if you have a really long block, consider if it can be broken into two or more shorter blocks or function.   If you consider such a long block unavoidable, please put a short comment at the end so people can tell at glance what that ending brace ends -- typically this is appropriate for a logic block, longer than about 35 rows, but any code that's not intuitively obvious can be commented. </dd>
</dl>
<dl>
<dd>single line blocks can omit braces for brevity: </dd>
</dl>
<pre>if ( condition )
    action1();
elseif ( condition2 )
    action2();
else
    action3();</pre>
<dl>
<dt>include_once  vs. require_once </dt>
<dd>Learn the difference between <a class="external text" title="http://us3.php.net/manual/en/function.include-once.php" href="http://us3.php.net/manual/en/function.include-once.php"><tt>include_once</tt></a> and <a class="external text" title="http://us3.php.net/manual/en/function.require-once.php" href="http://us3.php.net/manual/en/function.require-once.php"><tt>require_once</tt></a>, and use each as appropriate. To quote the <a class="external text" title="http://us3.php.net/manual/en/function.include.php" href="http://us3.php.net/manual/en/function.include.php">php manual page on include()</a>: "The two constructs are identical in every way except how they handle failure. include() produces a Warning while require()  results in a Fatal Error." Fatal errors stop script execution. </dd>
</dl>
<dl>
<dt>Regular expressions</dt>
<dd> Perl compatible regular expressions (PCRE, <tt>preg_</tt> functions) should be used in preference to their POSIX counterparts. </dd>
</dl>
<dl>
<dt>No Shorthand PHP </dt>
<dd><strong>Never use shorthand PHP start tags</strong> (<tt></tt> or <tt></tt>). Always use full PHP tags (<tt></tt>). <strong>Make sure you remove trailing whitespace after closing PHP tags.</strong> </dd>
</dl>
<dl>
<dt>Space Usage </dt>
<dd>Always put spaces after commas and on both sides of logical and assignment operators like "<tt>x == 23</tt>", "<tt>foo &#38;&#38; bar</tt>", "<tt>array( 1, 2, 3 )</tt>", as well as on both sides of the opening and closing parenthesis of <tt>if</tt>, <tt>elseif</tt>, <tt>foreach</tt>, <tt>for</tt> and <tt>switch</tt> blocks (e.g. <tt>foreach ( $foo as $bar ) { ...</tt>).  When defining a function, do it like so: <tt>function myfunction( $param1 = 'foo', $param2 = 'bar' ) {</tt> and when calling a function, do it like so: <tt>myfunction( $param1, funcparam( $param2 ) );</tt> </dd>
</dl>
<dl>
<dt>Formatting SQL statements </dt>
<dd>When formatting SQL statements you may break it into several lines and indent if it is sufficiently complex to warrant it. Most statements work well as one line though. Always capitalize the SQL parts of the statement like <tt>UPDATE</tt> or <tt>WHERE</tt>. </dd>
</dl>
<dl>
<dd>Functions that update the database should expect their parameters to lack SQL slash escaping when passed.  Escaping should be done as close to the time of the query as possible, preferably by using <tt>$wpdb-&#62;prepare()</tt> </dd>
</dl>
<dl>
<dd><tt>$wpdb-&#62;prepare()</tt> is a method that handles escaping, quoting, and int-casting for SQL queries.  It uses a subset of the <tt>sprintf()</tt> style of formatting.  Example : </dd>
</dl>
<pre>$var = "dangerous'"; // raw data that may or may not need to be escaped
$id  = some_foo_number(); // data we expect to be an integer, but we're not certain

$wpdb-&#62;query( $wpdb-&#62;prepare( "UPDATE $wpdb-&#62;posts SET post_title = %s WHERE ID = %d", $var, $id ) );</pre>
<dl>
<dd> <tt>%s</tt> is used for string placeholders and %d is used for integer placeholders.  Note that they are not 'quoted'!  <tt>$wpdb-&#62;prepare()</tt> will take care of escaping and quoting for us.  The benefit of this is that we don't have to remember to manually use <tt>$wpdb-&#62;escape()</tt>, and also that it is easy to see at a glance whether something has been escaped or not, because it happens right when the query happens. </dd>
</dl>
<dl>
<dt>Database Queries </dt>
<dd>Avoid touching the database directly. If there is a defined function that can get the data you need, use it. Database abstraction (using functions instead of queries) helps keep your code forward-compatible and, in cases where results are cached in memory, it can be many times faster.  If you must touch the database, get in touch with some developers by posting a message to the <a title="Mailing Lists" href="/Mailing_Lists#Hackers">wp-hackers mailing list</a>.  They may want to consider creating a function for the next WordPress version to cover the functionality you wanted. </dd>
</dl>
<dl>
<dt>Variables, functions, and operators </dt>
<dd>If you don't use a variable more than once, don't create it. This includes queries. Always use the <a title="Function Reference/wpdb Class" href="/Function_Reference/wpdb_Class">wpdb Class</a> of functions when interacting with the database. </dd>
</dl>
<dl>
<dd><a class="extiw" title="Ternary_operation" href="http://www.wikipedia.org/wiki/Ternary_operation">Ternary</a> operators are fine, but always have them test if the statement is true, not false. Otherwise it just gets confusing. </dd>
</dl>
<pre>// GOOD example:
// (if statement is true) ? (do this) : (if false, do this);
$musictype = ('jazz' == $music) ? 'cool' : 'blah';</pre>
<dl>
<dd>Another important point in the above example, when doing logical comparisons always put the variable on the right side, like above. If you forget an equal sign it'll throw a parse error instead of just evaluating true and executing the statement. It really takes no extra time to do, so if this saves one bug it's worth it. </dd>
</dl>
<div class="printfooter">Retrieved from "<a href="http://codex.wordpress.org/WordPress_Coding_Standards">http://codex.wordpress.org/WordPress_Coding_Standards</a>"</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Portfoilo: Ebay Template W3C Valid Table-less XHTML Strict CSS RSS]]></title>
<link>http://vitalbodies.wordpress.com/?p=248</link>
<pubDate>Tue, 15 Jul 2008 05:06:06 +0000</pubDate>
<dc:creator>vitalbodies</dc:creator>
<guid>http://vitalbodies.wordpress.com/?p=248</guid>
<description><![CDATA[Portfoilo: Ebay Template W3C Valid Table-less Strict XHTML CSS RSS
VitaBodies designed an Ebay Templ]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><strong>Portfoilo: Ebay Template W3C Valid Table-less Strict XHTML CSS RSS</strong></p>
<p style="text-align:center;">VitaBodies designed an Ebay Template for listing items on ebay. The template is W3C Valid Table-less XHTML  Strict CSS and does not break the Google RSS XML data feeds.</p>
<p style="text-align:center;"><a href="http://vitalbodies.files.wordpress.com/2008/07/vitalbodies_ebay_template.jpg"><img class="aligncenter size-full wp-image-249" src="http://vitalbodies.wordpress.com/files/2008/07/vitalbodies_ebay_template_0.jpg" alt="" width="470" height="1342" /></a></p>
<p style="text-align:center;">Having an Ebay template is nice, as you have all of the text that is repeated in almost every listing right there ready for minor tweaking. Plus your listing take on a more professional look and feel.</p>
<p style="text-align:center;">The images were designed so that one or more can be used in the template or replaced with images of the item that is being sold or auctioned.</p>
<p style="text-align:center;">One of the big challenges was to get the code to work in the layout that we needed and still support the Google RSS XML Data Feeds.</p>
<p style="text-align:center;">Being controlled by an external style sheet allows the look of ALL the listings to be changed. Changes can be made if ebay alters their scripts and styles (and they do) or to refresh the look of the listings from time to time.</p>
<p style="text-align:center;">NOTE: If you plan on doing your own style sheet for ebay, do not use the word ebay as an ID or CLASS or anything else. Vitabodies was using style sheets on ebay before ebay really got into using them. So when ebay started creating and usings a style sheet can you guess what word they used? EBAY...</p>
<p style="text-align:center;">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Lorem Ipsum is simply...]]></title>
<link>http://matzbar.wordpress.com/?p=3</link>
<pubDate>Mon, 14 Jul 2008 20:29:02 +0000</pubDate>
<dc:creator>matzbar</dc:creator>
<guid>http://matzbar.wordpress.com/?p=3</guid>
<description><![CDATA[Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the ]]></description>
<content:encoded><![CDATA[<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Back to School!]]></title>
<link>http://nountitleddocuments.wordpress.com/?p=3</link>
<pubDate>Mon, 14 Jul 2008 19:00:48 +0000</pubDate>
<dc:creator>enkizu</dc:creator>
<guid>http://nountitleddocuments.wordpress.com/?p=3</guid>
<description><![CDATA[Today, I was surprisingly early to school this morning and I plan on forcing my self to be doing tha]]></description>
<content:encoded><![CDATA[<p>Today, I was surprisingly early to school this morning and I plan on forcing my self to be doing that for every class.</p>
<p>Right now, we are doing a lab assignment, practicing fixing an old html document and applying/replacing older code to newer code and taking old techniques and replacing them with new techniques like converting a table site into a div site.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[MintTwist's Essential Web Design Tips: Navigation]]></title>
<link>http://minttwist.wordpress.com/?p=47</link>
<pubDate>Mon, 14 Jul 2008 09:20:35 +0000</pubDate>
<dc:creator>Lee</dc:creator>
<guid>http://minttwist.wordpress.com/?p=47</guid>
<description><![CDATA[With designing a web site comes great responsibility!
Okay, I stole that from Spider-Man but there i]]></description>
<content:encoded><![CDATA[<p><strong>With designing a web site comes great responsibility!</strong></p>
<p>Okay, I stole that from Spider-Man but there is some truth behind it. Designing a web site is about much more than superficial Photoshop visuals and CSS coding. A web designer must make sure that everything is in its place and that the web site is clean, navigable and obvious.</p>
<p>Any decent web designer knows that an 'average' web user (don't you just hate that phrase?) has a very short attention span. It is for this reason that everything must be immediately obvious to them.</p>
<p>There are, obviously, no rules regarding web site design. That's why you get some truly awful-looking web sites. But there are conventions. The <em>MintTwist's Essential Web Design Tips</em> series will see us publish what we consider to be the top (in no particular order) web design conventions so that those who are just starting out, or those who are just looking for some tips can be as good at web site design as the design team at <strong>MintTwist</strong>. Well, almost as good...</p>
<p>We'll start the series with Navigation:</p>
<p><strong>Easy Navigation With MintTwist</strong><br />
Perhaps one of the more important conventions, the main navigation for a web site simply must be easy, clean, obvious and consistent. With the use of some simple CSS, it is perfectly easy to create a beautiful yet functional navigation system for a web site. Colours should utilise contrast in a way that makes the links within a menu accessible to everybody who can see.</p>
[caption id="attachment_50" align="alignnone" width="450" caption="Example Navigation Menu"]<img class="size-full wp-image-50" style="padding:0;" src="http://minttwist.wordpress.com/files/2008/07/example-navigation-menu-450x40.png" alt="Example Navigation Menu" width="450" height="40" />[/caption]
<p>That doesn't mean the menu has to be a boring, post-it yellow and brick red set of links. Experiment with colours. Make a colour pallet and save it; you never know when you might need to use those colours again!</p>
<p>The navigation should be uniform throughout the site, even on the Home page. By uniform, I mean consistent, and on EVERY page. Colour-coding your navigation <em>is </em>good, though, for a site with many pages. Each section that has a specific colour can be represented in the navigation but make sure it benefits the user. If it helps with navigation of the site to have colour-coded sections, by all means go for it; it must be obvious, though.</p>
<p>The most important point to remember is that we must try not to make a web user think about what he should click. If it follows the conventions, the user will stay put and there is a much greater chance that he will continue to browse the site and maybe even come back! If you confuse the user with multiple navigation systems throughout a web site, or a different style of navigation on each page he will simply leave the site to get the information he requires elsewhere.</p>
<p>A user has expectations when it comes to visiting a web site. The menu is expected to be in a certain place (the top or to the left), the logo or 'site ID' should be at the top left, the content shouldn't stretch across the page and so on.</p>
<p>Placing the menu at, say, the bottom, or having it float and follow the user to the obscure parts using dodgy JavaScript is, for the most part, less than helpful. Unfortunately (or perhaps fortunately, depending on your viewpoint) people do judge a web site by the way it looks and acts. Functionality for the sake of functionality is a web design faux pas!</p>
<p>The fantastic thing about building clean, simple and navigable navigation is that it is easy and only needs a few lines of CSS. As long as you get the basic rules of a CSS menu right, the challenge should only be with creating a style to suit your web site. The posibilities are endless. See after the <a title="View the full post..." href="http://minttwist.wordpress.com/2008/07/14/essential-web-design-tips-navigation/"><strong>jump</strong></a> for an example of an easy to build, yet clean navigation. I've chosen a horizontal menu, for use below the masthead of a site, and above the content.</p>
<p>Happy CSSing!...</p>
<p><!--more--></p>
[caption id="attachment_55" align="alignnone" width="500" caption="Example CSS Menu: Click for full-view"]<a href="http://minttwist.files.wordpress.com/2008/07/example-css-menu-2.png"><img class="size-full wp-image-55" style="border:0;padding:0;" src="http://minttwist.wordpress.com/files/2008/07/example-css-menu-2.png" alt="Example CSS Menu" width="500" height="16" /></a>[/caption]
<p><strong>The CSS</strong></p>
<pre>.navs {
	list-style:none;
	width:900px;
	background-color:#990000;
	overflow:auto;
}

.navs ul {
	margin:0;
	padding:0;
}

.navs ul li {
	display:inline;
}

.navs ul li a {
	padding:3px 25px;
	background-color:#990000;
	color:#FFFFFF;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
	font-weight:bold;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	float:left;
}

.navs ul li a:hover {
	color:#FFFFFF;
	background-color:#0033FF;
}</pre>
<p><strong>The XHTML</strong></p>
<pre>&#60;div class="navs"&#62;
    &#60;ul&#62;
        &#60;li&#62;&#60;a href="#"&#62;Home&#60;/a&#62;&#60;/li&#62;
        &#60;li&#62;&#60;a href="#"&#62;About&#60;/a&#62;&#60;/li&#62;
        &#60;li&#62;&#60;a href="#"&#62;News&#60;/a&#62;&#60;/li&#62;
        &#60;li&#62;&#60;a href="#"&#62;Contact&#60;/a&#62;&#60;/li&#62;
    &#60;/ul&#62;
&#60;/div&#62;</pre>
<p>And that's it! Simple; a few lines of CSS and even fewer lines of HTML and you're golden. Or red, green, blue, purple, orange, mauve, pink, yell...</p>
<p>Tested and works in Firefox (obviously), IE6, IE7 and Safari.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[HTML/XHTML Cheat sheet]]></title>
<link>http://maniweb.wordpress.com/?p=5</link>
<pubDate>Sun, 13 Jul 2008 10:48:46 +0000</pubDate>
<dc:creator>manimaranvel</dc:creator>
<guid>http://maniweb.wordpress.com/?p=5</guid>
<description><![CDATA[Why cheat sheet?
Cheat sheet helps developer to understand the concepts visually. It gives the devel]]></description>
<content:encoded><![CDATA[<h3>Why cheat sheet?</h3>
<p>Cheat sheet helps developer to understand the concepts visually. It gives the developers a practical experience.</p>
<h3>HTML/XHTML</h3>
<h4>1. <a href="http://www.gosquared.com/liquidicity/archives/51">HTML  Help Sheet</a></h4>
<p><a href="http://www.gosquared.com/liquidicity/archives/51"><img src="http://images.sixrevisions.com/2008/07/07-01_html_help_sheet.png" alt="HTML Help Sheet Screenshot" width="550" height="200" /></a></p>
<ul>
<li><a href="http://www.gosquared.com/images/help_sheets/HTML Help Sheet.pdf">PDF</a></li>
</ul>
<h4>2. <a href="http://www.addedbytes.com/cheat-sheets/html-cheat-sheet/">HTML Cheat  Sheet</a></h4>
<p><a href="http://www.addedbytes.com/cheat-sheets/html-cheat-sheet/"><img src="http://images.sixrevisions.com/2008/07/07-02_html_cheat_sheet.png" alt="HTML Cheat Sheet - Screen shot." width="550" height="200" /></a></p>
<ul>
<li><a href="http://www.addedbytes.com/download/html-cheat-sheet-v1/pdf/">PDF</a></li>
<li><a href="http://www.addedbytes.com/download/html-cheat-sheet-v1/png/">PNG</a></li>
</ul>
<h4>3. <a href="http://www.addedbytes.com/cheat-sheets/html-character-entities-cheat-sheet/">HTML Character Entities Cheat Sheet</a></h4>
<p><a href="http://www.addedbytes.com/cheat-sheets/html-character-entities-cheat-sheet/"><img src="http://images.sixrevisions.com/2008/07/07-03_html_character_entities.png" alt="HTML Character Entities Cheat Sheet - Screen shot." width="550" height="200" /></a></p>
<ul>
<li><a href="http://www.addedbytes.com/download/html-character-entities-cheat-sheet/pdf/">PDF</a></li>
<li><a href="http://www.addedbytes.com/download/html-character-entities-cheat-sheet/png/">PNG</a></li>
</ul>
<h4>4. <a href="http://floele.flyspray.org/htmlcheatsheet.pdf">XHTML  Cheat Sheet v. 1.03</a> – PDF</h4>
<p><a href="http://floele.flyspray.org/htmlcheatsheet.pdf"><img src="http://images.sixrevisions.com/2008/07/07-04_xhtml_cheat_sheet.png" alt="XHTML Cheat Sheet v. 1.03 - screen shot." width="550" height="200" /></a></p>
<h3>CSS</h3>
<h4>5. <a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/">CSS Cheat Sheet  (V2)</a></h4>
<p><a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/"><img src="http://images.sixrevisions.com/2008/07/07-05_css_cheat_sheet.png" alt="CSS Cheat Sheet (V2) - screen shot." width="550" height="200" /></a></p>
<ul>
<li><a href="http://www.addedbytes.com/download/css-cheat-sheet-v2/pdf/">PDF</a></li>
<li><a href="http://www.addedbytes.com/download/css-cheat-sheet-v2/png/">PNG</a></li>
</ul>
<h4>6. <a href="http://lesliefranke.com/files/reference/csscheatsheet.html">CSS Cheat  Sheet</a></h4>
<p><a href="http://lesliefranke.com/files/reference/csscheatsheet.html"><img src="http://images.sixrevisions.com/2008/07/07-06_css_version_2.png" alt="CSS Cheat Sheet - screen shot." width="550" height="200" /></a></p>
<ul>
<li><a href="http://lesliefranke.com/sandbox/ref/csscheatsheet.pdf">PDF</a></li>
<li><a href="http://lesliefranke.com/sandbox/ref/csscheatsheet.html">HTML</a></li>
</ul>
<h4>7. <a href="http://www.leigeber.com/2008/04/css-shorthand-cheat-sheet/">CSS Shorthand  Cheat Sheet</a></h4>
<p><a href="http://www.leigeber.com/2008/04/css-shorthand-cheat-sheet/"><img src="http://images.sixrevisions.com/2008/07/07-07_shorthand_cheat_sheet.png" alt="CSS Shorthand Cheat Sheet - screen shot." width="550" height="200" /></a></p>
<ul>
<li><a href="http://www.leigeber.com/wp-content/uploads/2008/04/css-cheat-sheet.pdf">PDF</a></li>
</ul>
<h4>8. <a href="http://refcards.com/docs/deepx/css1/CSS1.pdf">CSS  Level 1 Quick Reference</a> – PDF</h4>
<p><a href="http://refcards.com/docs/deepx/css1/CSS1.pdf"><img src="http://images.sixrevisions.com/2008/07/07-08_css_level_1.png" alt="CSS Level 1 Quick Reference - screen shot." width="550" height="200" /></a></p>
<h4>9. <a href="http://refcards.com/docs/jungb/css2/css2.pdf">CSS  Level 2 Quick Reference</a> – PDF</h4>
<p><a href="http://refcards.com/docs/jungb/css2/css2.pdf"><img src="http://images.sixrevisions.com/2008/07/07-09_css_level_2.png" alt="CSS Level 2 Quick Reference - screen shot." width="550" height="200" /></a></p>
<h4>10. <a href="http://www.explainth.at/downloads/cssquick.pdf">CSS2.1  Quick Reference Card</a> – PDF</h4>
<p><a href="http://www.explainth.at/downloads/cssquick.pdf"><img src="http://images.sixrevisions.com/2008/07/07-10_css21_quick_reference_card.png" alt="CSS2.1 Quick Reference Card - screen shot." width="550" height="200" /></a></p>
<h4>11. <a href="http://www.veign.com/downloads/guides/qrg0007.pdf">CSS2  Reference Guide</a> – PDF</h4>
<p><a href="http://www.veign.com/downloads/guides/qrg0007.pdf"><img src="http://images.sixrevisions.com/2008/07/07-11_css_quick_reference.png" alt="CSS2 Reference Guide - screen shot." width="550" height="200" /></a></p>
<p>The Information added from : http://sixrevisions.com</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Firefox extentions ..? ]]></title>
<link>http://ucanhireme.wordpress.com/?p=31</link>
<pubDate>Fri, 11 Jul 2008 18:07:56 +0000</pubDate>
<dc:creator>ucanhireme</dc:creator>
<guid>http://ucanhireme.wordpress.com/?p=31</guid>
<description><![CDATA[
Web Developer - The absolute must-have extension for anyone who
builds web sites, no matter how sma]]></description>
<content:encoded><![CDATA[<ul>
<li><a href="http://chrispederick.com/work/webdeveloper/">Web Developer </a>- The absolute must-have extension for anyone who<br />
builds web sites, no matter how small or few and far between.<a href="http://chrispederick.com/work/webdeveloper/"><br />
</a></li>
<li><a href="http://www.kevinfreitas.net/extensions/measureit/">MeasureIt </a>- No more eyeballing<br />
pixel widths!</li>
<li><a href="http://www.iosart.com/firefox/colorzilla/">ColorZilla</a> - I shudder to<br />
think back on the huge PITA of getting hex codes for colors before this lovely extension... taking a screenshot,<br />
pasting it into Photoshop, using the eyedropper tool... how much time have I saved because of it? (Answer: lots.)</li>
<li><a href="http://www.joehewitt.com/software/firebug/">FireBug</a> - As mentioned on <a href="http://javascript.weblogsinc.com/2006/01/29/cool-new-firefox-extension-for-js-development/">The Javascript<br />
Weblog</a>; just darn useful.</li>
<li><a href="http://ieview.mozdev.org/">IE View</a> - All the maddening<br />
bugs of IE without actually having to launch the browser. (With the caveat that it doesn't do me much good on my Mac at<br />
work, where I don't have IE/Mac installed.)</li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Portfolio: MelitaMarshall.com Valid Table-less XHTML Strict CSS ]]></title>
<link>http://vitalbodies.wordpress.com/?p=201</link>
<pubDate>Fri, 11 Jul 2008 16:04:00 +0000</pubDate>
<dc:creator>vitalbodies</dc:creator>
<guid>http://vitalbodies.wordpress.com/?p=201</guid>
<description><![CDATA[Portfolio: MelitaMarshall.com Valid Table-less XHTML Strict CSS
VitalBodies recently finished the cr]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><strong>Portfolio: MelitaMarshall.com </strong><strong>Valid </strong><strong>Table-less XHTML Strict CSS</strong></p>
<p style="text-align:center;">VitalBodies recently finished the creation re-creation of the MelitaMarshall.com Web Site.</p>
<p style="text-align:center;">This site is based upon a template, VitalBodies created for the Oregon House web site.</p>
<p style="text-align:center;">Melita wanted wanted the site to tie into her existing business Oregon House and the Oregon House web site but be able to change in style as needed.</p>
<p style="text-align:center;">VitalBodies created the template to be W3C Valid Table-less XHTML Strict and Valid CSS.</p>
<p style="text-align:center;"><a href="http://vitalbodies.wordpress.com/files/2008/07/melitamarshall.png"><img class="aligncenter size-full wp-image-202" src="http://vitalbodies.wordpress.com/files/2008/07/melitamarshall.jpg" alt="" width="470" height="802" /></a></p>
<p style="text-align:center;">
<p style="text-align:center;">(Click image to see a larger clearer version)</p>
<p style="text-align:center;">The <a href="http://oregonhouse.com/content/events.html"></a>entire web site W3C Valid Table-less XHTML Strict and Valid CSS.</p>
<p style="text-align:center;">The web sites original tabled design was done by <a href="http://www.paradigm-graphics.com/">Paradigm-Graphics</a> some years back.<a href="http://www.paradigm-graphics.com/"><br />
</a></p>
<p style="text-align:center;">-</p>
<p style="text-align:center;"><strong>MelitaMarshall.com: </strong></p>
<p style="text-align:center;"><em>"I bring wisdom from my own spiritual journey as well as experience in business entrepreneurship and training in holistic healing into the vessel of our healing sessions. My goal is to help you gain insight into what is limiting you, and coach you to find the courage to reconnect with your source and your core.</em><em>"</em></p>
<p style="text-align:center;">
<p style="text-align:center;">Visit <a href="http://MelitaMarshall.com">MelitaMarshall.com</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Cascading Style Sheets (CSS)]]></title>
<link>http://basantamoharana.wordpress.com/?p=38</link>
<pubDate>Fri, 11 Jul 2008 05:11:55 +0000</pubDate>
<dc:creator>basanta12</dc:creator>
<guid>http://basantamoharana.wordpress.com/?p=38</guid>
<description><![CDATA[Cascading Style Sheets (CSS) is used by both the authors and readers             of web pages to def]]></description>
<content:encoded><![CDATA[<p><a href="http://basantamoharana.files.wordpress.com/2008/07/logocss.gif"><img class="alignright size-medium wp-image-40" style="border:0 none;margin:10px 1px;" src="http://basantamoharana.wordpress.com/files/2008/07/logocss.gif?w=95" alt="" width="95" height="84" /></a>Cascading Style Sheets (CSS) is used by both the authors and readers             of web pages to define colors, fonts, layout, and other aspects of             document presentation. It is designed primarily to separate the             structure of a web page (written in HTML, XHTML or a similar markup             language) from its style or the way it looks (written in CSS). This             separation can improve  accessibility, provide more flexibility             and control in the specification of presentational characteristics,             and reduce complexity and repetition in the structural content. CSS             can also allow the same web page to be presented in different             styles for different applications, such as on-screen, in print,             by voice (when read out by a speech-based browser or screen reader)             and on braille-based devices. Similarly, identical HTML             or XML code can be displayed in different 'skins',  colour schemes             by accessing different CSS files. You may have seen this on sites         that allow you to customise its colours and appearance.</p>
<p><a href="http://basantamoharana.files.wordpress.com/2008/07/5386276970-64065723.jpg"><img class="alignleft size-medium wp-image-41" style="border:0 none;margin:10px;" src="http://basantamoharana.wordpress.com/files/2008/07/5386276970-64065723.jpg?w=128" alt="" width="77" height="78" /></a>CSS can also be used and interpreted by some            browsers to allow the user to change the general look and feel of a           web site (e.g. fonts, colours etc.) to provide better accesssibility           or a more personal viewing experience.</p>
]]></content:encoded>
</item>

</channel>
</rss>
