|
Creating Custom Corners & Borders |
|
Creating Custom Corners & Borders - By Søren Madsen We’ve all heard the rap: “Sites designed with CSS tend to be boxy and hard-edged. Where are the rounded corners?” Answer: the rounded corners are right here. In this article, we’ll show how customized borders and corners can be applied to fully fluid and flexible layouts with dynamic content, using sound and semantically logical markup. The markup In the example markup below, XHTML line breaks have been inserted to pad out dummy paragraphs: <h2>Article header</h2>
<p> A few paragraphs of article text.<br /> A few paragraphs of article text. </p>
<p> A few paragraphs of article text.<br /> A few paragraphs of article text. </p>
<p> A paragraph containing author information </p>
The hooks If we want full control of the layout, we need to make sure we have enough elements we can target with our CSS. Let’s call these elements “hooks.” Our markup needs just a few more. |
|
Read more...
|
|
|
Apache URL Rewriting Tutorial |
|
Apache URL Rewriting - By Ross Shannon, YourHTMLSource.com The Apache server’s mod_rewrite module gives you the ability to transparently redirect one URL to another, without the user’s knowledge. This opens up all sorts of possibilities, from simply redirecting old URLs to new addresses, to cleaning up the ‘dirty’ URLs coming from a poor publishing system — giving you URLs that are friendlier to both readers and search engines. |
|
Read more...
|
|
|
Introduction to JavaFX Script |
|
Introduction to JavaFX Script - By Anghel Leonard What Is JavaFX? In the spring of 2007 Sun released a new framework called JavaFX. This is a generic name because JavaFX has two major components, Script and Mobile, and, in the future, Sun will develop more components for it. |
|
Read more...
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
| Results 33 - 36 of 39 |