Tutorials
Tag <colgroup>
0621
Example Two <colgroup> elements. The first spans two columns and sets the background-color to red, the second sets the background-color to blue: <
Tutorials
Infographic: A work for web designers and developers
0501
Today we are about to publish a fresh collection infographics about job. Last time a similar collection has caused a great interest among our readers
Demos
‘Retro shop’ single page layout
01.1k.
Choose your favorite Menu 1 Submenu 1 Submenu 2 Submenu 3 Submenu 4 Menu 2 Submenu 21 Submenu 22 Submenu a Submenu b Submenu e Submenu f Submenu g Submenu
Tutorials
Tag <tr>
0688
Example A simple HTML table, containing two columns and two rows: <table> <tr> <th>ID</th> <th>Name</th>
Tutorials
How to Code Simple Website From a PSD?
0545
Creating tutorials is really important since anyone with less knowledge can use your tricks to make awesome designs. Taking this opportunity we would like
Tutorials
HTML onmousemove Event Attribute
0569
Example Execute a JavaScript when moving the mouse pointer over an image: <img onmousemove=”bigImg(this)” src=”smiley.gif”
Tutorials
New technology – fullscreen mode
0608
The new html5 technology – fullscreen API gives us an easy way to present a web page content in fullscreen mode. We are about to give you detailed information
Tutorials
Tag <canvas>
0572
Referensi Belajar HTML canvas tag. Tutorial dan panduan mengenai element <canvas>...</canvas> yang digunakan untuk menggambar bitmap image dengan script.
Tutorials
Snake game using HTML5 Canvas and KineticJS
01.1k.
Snake game. In the beginning, before start making a new game, you need to prepare the concept (logic) of the game. You need to have a clear idea about it.
Tutorials
Tag <progress>
0612
Referensi Belajar HTML progress tag. Tutorial dan panduan mengenai element <progress>...</progress> yang digunakan untuk menampilkan proses
Tutorials
Tag <dt>
0664
Example A definition list: <dl> <dt>Coffee</dt> <dd>- black hot drink</dd> <dt>Milk</dt> <dd>
Tutorials
border-right-color property
0696
Definition and Usage The border-right-color CSS property sets the color of the right border of an element. Note that in many cases the shorthand CSS properties  border-color or border-right are
Tutorials
New Trends in Web Design – Summer 2013
0615
First at all, I would like to apologize for our delay with tutorials, the reason is that I had been on vacation from June 6 to 17 June. Only yesterday I came home.
Tutorials
Tag <tt>
0779
Example Format text in a document: <tt>Teletype text</tt> Browser Support      1. Definition and Usage The <tt> tag is the font-style tag.
Tutorials
Tag <input>
0768
Example An HTML form with three input fields; two text fields and one submit button: <form action=”form_action.php” method=”
Tutorials
repeating-radial-gradient property
0719
Definition and Usage This works similarly to the standard radial gradients as described by radial-gradient, but it automatically repeats the color stops
Tutorials
max-width property
0726
Definition and Usage The max-width CSS property is used to set the maximum width of a given element. It prevents the used value of the width property from
Tutorials
Tag <strike>
0634
Example Strikethrough text can be marked up as follows: <p>Learn from yesterday, <strike>live for today,</strike> hope for tomorrow. <
Tutorials
color-profile property
0592
Definition and Usage This property permits the specification of a source color profile other than the default. Name: color-profile Value: auto | sRGB | <
Tutorials
HTML onmouseup Event Attribute
0518
Example Execute a JavaScript when releasing a mouse button over a paragraph: <p onmouseup=”mouseUp()”>Click the text!<
Tutorials
Tag <meter>
0648
Example Use the meter element to measure data within a given range (a gauge): <meter value=”2″ min=”0″ max=”
Tutorials
Tag <tbody>
0613
Example An HTML table with a <thead>, <tfoot>, and a <tbody> element: <table> <thead> <tr> <th>
Tutorials
Tag <button>
0600
Example A button is marked up as follows: <button type=”button”>Click Me!</button> Browser Support      1. Definition and Usage The <
Tutorials
Datepicker | jQuery UI
0899
Full calendar datepicker. If you are not familiar with jquery ui, and you are looking for a way to add a datepicker to your website, it would be superfluous
Tutorials
user-ident property
0588
Definition and Usage The <user-ident> CSS data value denotes an arbitrary user-defined string used as an identifier. Its syntax is similar to the
Tutorials
string property
0666
Definition and Usage The <string> CSS data type represents a string. It is formed by a Unicode characters delimited by either double (“
Tutorials
Tag <map>
0670
Example An image-map, with clickable areas: <img src=”colors.png” width=”600″ height=”400″ alt=”
Tutorials
border property
0752
Definition and Usage The border CSS property is a shorthand property for setting the individual border property values in a single place in the style sheet.
Tutorials
Pane for drawing in pseudo 3D
0738
Today we are going to go back to the practical lessons for html5. I think we have already done a good break in our lessons. In this tutorial I will show
Tutorials
Tag <i>
0552
Example Format text in a document: <i>Italic text</i> Browser Support      1. Definition and Usage The <i> tag is the font-style tag.
Tutorials
marquee-play-count property
0570
Definition and Usage This property specifies how many times the content moves. UAs should restart the loop count every time the element turns from completely
Tutorials
indeterminate property
0525
Definition and Usage The :indeterminate CSS pseudo-class represents any <input type=”checkbox”> element whose indeterminate DOM property
Tutorials
Google Maps API v3 Practical Implementation
01.3k.
In our new tutorial I would like to give you one interesting example of Google Maps API (v3) implementation. Let assume, that you have website with own members.
Tutorials
nav-left property
0515
Definition and Usage The nav-left property specifies where to navigate when using the arrow-left navigation key. Name: nav-up, nav-right, nav-down, nav-left
Tutorials
page-break-before property
0621
Definition and Usage The page-break-before CSS property adjusts page breaks before the current element. This properties applies to block elements that
Tutorials
Tag <td>
0707
Example A simple HTML table, with three table cells: <table border=”1″> <tr> <td>Cell 1</td> <td>
Tutorials
PHP Debugging and Profiling – Xdebug
0718
When we are talking about web development, PHP surely one of the most popular languages in the world. Its popularity can be judged from the fact that all
Tutorials
Responsive Photo Gallery with LazyLoad (least.js)
0527
Looking for a great responsive photo gallery with lazy load effect, then our new article is for you. During my wanderings on the internet I came across
Tutorials
border-width property
0673
Definition and Usage The border-width CSS property sets the width of the border of a box. Using the shorthand property border is often more convenient.
Tutorials
border-image-repeat property
0603
Definition and Usage The border-image-repeat CSS property defines how the middle part of a border image is handled to match the size of the border.
Tutorials
repeating-linear-gradient property
0648
Definition and Usage The CSS repeating-linear-gradient function creates an <image> of a repeating gradients. It works similarly, and takes the same
Tutorials
Tag <q>
0624
Example Mark up a short quotation: <p>There is a natural aristocracy among men. <q>The grounds of this are virtue and talents.<
Tutorials
Tag <s>
0628
Example Strikethrough text can be marked up as follows: <p>Learn from yesterday, <s>live for today,</s> hope for tomorrow. <
Tutorials
Tag <nav>
0618
Example A set of navigation links: <nav> <a href=”/html/”>HTML</a> | <a href=”/css/”>CSS<
Tutorials
Permalinks tutorial
0873
What are permalinks? Actually, they are just various links to entries of your website. Long ago, nearly all hyperlinks were permalinks, just because all
Tutorials
Tag <sub>
0641
Example Subscript text: <p>This text contains <sub>subscript</sub> text.</p> Browser Support      1. Definition and Usage The <
Tutorials
background-position property
0746
Definition and Usage The background-position CSS property sets the initial position, relative to the background position layer defined by background-origin for
Tutorials
Tag <source>
0664
Example An audio player with two source files. The browser should choose which file (if any) it has support for: <audio controls> <
Tutorials
phonemes property
0457
Definition and Usage This allows authors to specify a phonetic pronunciation for the text contained by the corresponding element. Name: phonemes Value: <
Tutorials
Tag <strong>
0722
Example Format text in a document: <strong>Strong text</strong> Browser Support      1. Definition and Usage The <em>, <
Tutorials
How to create Pinterest-like script – step 6
01.1k.
Several our readers asked us to implement an infinite scroll for our Pinterest script, thus I decided to implement it today. I made some research, and
Tutorials
nav-right property
0572
Definition and Usage The nav-right property specifies where to navigate when using the arrow-right navigation key. Name: nav-up, nav-right, nav-down, nav-left
Tutorials
WYSIWYG and WYSIWYM Editors
0955
If you are looking for a rich text editor – our post could be useful for you. I made a research of existing editors and picked the best of available solutions.
Tutorials
column-rule-width property
0597
Definition and Usage The column-rule-width CSS property lets you set the width of the rule drawn between columns in multi-column layouts.
Tutorials
bookmark-level property
0455
Definition and Usage This property describes what level a certain bookmark has in a hierarchical bookmark structure. The highest level is ‘
Tutorials
attr property
0701
Definition and Usage The attr() CSS expression is used to retrieve the value of an attribute of the selected element and use it in the style sheet.
Tutorials
animation-delay property
0795
Definition and Usage The animation-delay CSS property specifies when the animation should start. This lets the animation sequence begin some time after it’
Tutorials
Tag <li>
0655
Example One ordered and one unordered HTML list: <ol> <li>Red</li> <li>Blue</li> <li>Green</li>
Tutorials
Neat and modern design – responsive
0683
The last time we had finished the foundation of our template – we prepared a universal template (see: Neat and modern design, which is centered on the center).
Tutorials
Tag <title>
0652
Example Define a title for your HTML document: <html> <head> <title>Your website title</title> </head> <
Tutorials
nav-index property
0581
Definition and Usage The ‘nav-index’ property is an input-method-neutral way of specifying the sequential navigation order (also known as “
Tutorials
box-flex property
0577
Definition and Usage The box-flex property specifies whether the child elements of a box is flexible or inflexible in size. Tip: Elements that are flexible
Tutorials
Tag <meta>
0666
Example Describe metadata within an HTML document: <head> <meta name=”description” content=”Your website description”
Tutorials
15+ Fresh And Stunning CSS3 Tutorials
0674
CSS helps you in bringing down the infinite possibilities that you can use to create a perfect website. Working with CSS will make you feel comfortable
Tutorials
Tag <video>
0791
Example Play a video: <video width=”320″ height=”240″ controls> <source src=”movie.mp4″ type=”
Tutorials
Tag <center>
0558
Example Center-align text in an HTML page: <center>This text will be center-aligned.</center> Browser Support      1. Definition and Usage The <
Tutorials
Android development – Your first steps
0534
Everyone of us thought about to start writing own applications for mobile devices. This is because mobile devices are becoming more and more popular and
Tutorials
Tag <basefont>
0605
The <basefont> tag was used in HTML 4 to specify a default text-color, font-size or font-family for all the text in an HTML document.
Tutorials
HTML onresize Event Attribute
0506
Example Execute a JavaScript when the browser window is resized: <body onresize=”showMsg()”> Browser Support      Note: The onresize
Tutorials
HTML onafterprint Event Attribute
0579
Example Execute a JavaScript after a page is set to print, and the print dialogue box has appeared: <body onafterprint=”printmsg()”
Tutorials
MP3 Player with HTML5 – lesson 2
0598
In the previous section we created an audio element using HTML5 and then controlled it using the built-in controls available through the browser.
Tutorials
Win Free WordPress theme from ThemeFuse (ended)
0518
ThemeFuse is ready to share 3 WordPress themes licenses with our reader! If you’re one of the many bloggers out there who use the WordPress platform, you’re
Tutorials
color property
0729
Definition and Usage The CSS color property sets the foreground color of an element’s text content, and its decorations. It doesn’
Tutorials
Tag <form>
0560
Example An HTML form with two input fields and one submit button: <form action=”form_action.php” method=”get”
Tutorials
MP3 Player with HTML5
0762
In you are a beginner in HTML5 and you are looking for new knowledge – our new tutorial is for you. We are about to tell you how to create your own html5 mp3 player.
Tutorials
in-range property
0458
Definition and Usage The :in-range and :out-of-range pseudo-classes apply only to elements that have range limitations. An element is :in-range or :out-of-range
Tutorials
HTML onblur Event Attribute
0601
Example Validate an input field when the user leaves it: <input type=”text” name=”fname” id=”fname”
Tutorials
overflow-style property
0591
Definition and Usage The overflow-style property specifies the preferred scrolling method for elements that overflow. Default value: auto Inherited: no
Tutorials
Tag <p>
0555
Example A paragraph is marked up as follows: <p>This is some text in a paragraph.</p> Browser Support      1. Definition and Usage The <
Tutorials
Tag <embed>
0544
Referensi Belajar HTML embed tag. Tutorial dan panduan mengenai element <embed />. Mencakup penjelasan yang disertai contoh kode penggunaan sebagai
Tutorials
list-style property
0671
Definition and Usage The list-style CSS property is a shorthand property for setting list-style-type, list-style-image and list-style-position.
Tutorials
Tag <output>
0600
Example Perform a calculation and show the result in an <output> element: <form oninput=”x.value=parseInt(a.value)+parseInt(b.value)”
Tutorials
Tag <menu>
0538
Example A menu list: <menu> <li>html</li> <li>xhtml</li> <li>css</li> </menu> Browser Support      1.
Tutorials
Infographic: The Psychology of Color
0734
Today I prepared a new and fresh collection of infographics about color in web. Choosing right colors in web-design is an important part when you make something new.
Tutorials
Tag <hr>
0506
Example Two paragraphs divided by a horizontal line: <p>This is some text.</p> <hr /> <p>This is some text.</p>
Tutorials
HTML5 Modernizr – results
0412
One week ago you participated in the HTML5 Modernizr giveaway. The contest is finished, we got a lot of comments, and now we can select our winners.
Tutorials
font-style property
0817
Definition and Usage The font-style CSS property allows italic or oblique faces to be selected within a font-family. Initialnormal Applies toall elements
Tutorials
Highcharts – deeper practice for real statistics
0724
Everyone of us can face with a situation, when we need to handle with some statistics. Me too, I was going to make a short review on how to build active
Tutorials
Win Free Copies of Packt’s new book on HTML5 Modernizr
0543
Readers would be pleased to know that we have teamed up with Packt Publishing to organize a Giveaway of their new book ‘Learning Modernizr’.
Tutorials
Monochromed template (free)
0425
A super minimal responsive site template. Features a large cover image, flat, modern styling. a black and white color scheme, and multiple page layouts.
Tutorials
DZone Goodie Box
0354
Today is no ordinary day. In the morning the postman came to us with notification that we received a parcel. We were very excited. Not every day that happens.
Tutorials
Webkit image effects with masks
0833
Today’s article may seem short, but it describes some interesting features of webkit browsers, in particular – the animation of images using masks.
Tutorials
Tag <footer>
0528
Example A footer section in a document: <footer> <p>Posted by: Hege Refsnes</p> <p>Contact information: <a href=”
Tutorials
valid property
0542
Definition and Usage The :valid CSS pseudo-class represents any <input> element whose content validates correctly according to the input’
Tutorials
Neat and modern main section with CSS3
01k.
Last week we started making the very neat header section. This article was very popular (we got a lot of reviews). So today I decided to continue begun design.
Tutorials
image-resolution property
0567
Definition and Usage The ‘image-resolution’ property specifies the intrinsic resolution of all raster images used in or on the element.
Tutorials
Tag <ul>
0695
Example An unordered HTML list: <ul> <li>Red</li> <li>Blue</li> <li>Green</li> </ul> Browser Support      1.
Tutorials
Tag <param>
0715
Example Set the “autoplay” parameter to “false”, so the sound won’t start playing as soon as the page loads: <
Tutorials
viewport property
0786
Definition and Usage The @viewport at-rule consists of the @-keyword followed by a block of descriptors describing the viewport. The descriptors inside
Tutorials
Tag <em>
0719
Example Format text in a document: <em>Emphasized text</em> Browser Support      1. Definition and Usage The <em>, <