Coding the Digg v4 Layout with HTML5 and CSS3
May 17th, 2012 by Youzhny
The social news community Digg has been online since 2004 and rapidly grew in popularity leading up to the 2008 elections. Come 2011 the Digg team performed an overhaul on the system and completely revamped the site layout. This also broke the friends system, allowing big-name publishers to game the front page. This upset many powerhouse users who were furious with the major changes. (more…)
How to Make Blogger Blogs Mobile Phone Compatible
June 24th, 2011 by Youzhny
How to Make Blogger Blogs Mobile Phone Compatible? .If you are running a blogspot blog then you should think about making your blogger blogs mobile friendly. Actually today i was seeing my Google Analytic account and i was surprised when i saw in the browser details that 15% of the users are using mobile browsers.
I also noticed that my blog is getting more visitors from the US region, where majority...10 HTML5 Demos to Make You Forget About Flash
November 20th, 2010 by Youzhny
You have probably been hearing that how Flash is a dying technology and how it will be soon replaced by HTML5. Personally, I think that it will slowly replaced Flash for some things as Flash definitely have its top place, especially for developing complex games and rich internet applications. Yet it is not a time to underestimate the cool new features of HTML5. If you have not see what HTML5 can do,...5 New CSS and HTML Web Templates
November 18th, 2010 by Youzhny
High quality and, preferably, free CSS/XHTML/HTML web templates are the most wanted resources for a web designer. And this is what exactly we’ve for you in this post. Here we have collected 5 new high quality CSS and HTML templates. Some of these templates are suitable for blog designs while others are for professional websites.
Schizo Octopus Website Template
//
CSS Heaven 2
Euphoria
Template...HTML DOM Textarea Object
November 14th, 2010 by aBisona
Textarea Object
The Textarea object represents a text-area in an HTML form.
For each <textarea> tag in an HTML form, a Textarea object is created.
You can access a Textarea object by indexing the elements array (by number or name) of the form or by using getElementById().
Textarea Object Properties
W3C: W3C Standard.
Property
Description
W3C
cols
Sets or returns the width of a textarea
Yes
defaultValue
Sets...HTML DOM TableRow Object
November 14th, 2010 by aBisona
TableRow Object
The TableRow object represents an HTML table row.
For each <tr> tag in an HTML document, a TableRow object is created.
TableRow Object Collections
W3C: W3C Standard.
Collection
Description
W3C
cells[]
Returns an array containing each cell in the table row
Yes
TableRow Object Properties
Property
Description
W3C
align
Sets or returns the horizontal alignment of data within ...HTML DOM TableCell Object
November 14th, 2010 by aBisona
TableCell Object
The TableCell object represents an HTML table cell.
For each <td> tag in an HTML document, a TableCell object is created.
TableCell Object Properties
W3C: W3C Standard.
Property Description W3C
abbr
Sets or returns an abbreviated version of the content in a table cell
Yes
align
Sets or returns the horizontal alignment of data within a table cell
Yes
axis
Sets or returns...HTML DOM Table Object
November 14th, 2010 by aBisona
Table Object
The Table object represents an HTML table.
For each <table> tag in an HTML document, a Table object is created.
Table Object Collections
W3C: W3C Standard.
Collection
Description
W3C
cells[]
Returns an array containing each cell in a table
No
rows[]
Returns an array containing each row in a table
Yes
tBodies[]
Returns an array containing each tbody in a table
Yes
Table Object...HTML DOM Style Object
November 14th, 2010 by aBisona
Style object
The Style object represents an individual style statement.
The Style object can be accessed from the document or from the elements to which that style is applied.
Syntax for using the Style object properties:
document.getElementById(“id“).style.property=”value”
The Style object property categories:
Background
Border and Margin
Layout
List
Misc
Positioning
Printing
Table
Text
Background...HTML DOM Select Object
November 14th, 2010 by aBisona
Select Object
The Select object represents a dropdown list in an HTML form.
For each <select> tag in an HTML form, a Select object is created.
You can access a Select object by searching through the elements[] array of the form, or by using document.getElementById().
Select Object Collections
W3C: W3C Standard.
Collection
Description
W3C
options[]
Returns an array of all the options in a dropdown...HTML DOM Option Object
November 14th, 2010 by aBisona
Option Object
The Option object represents an option in a dropdown list in an HTML form.
For each <option> tag in an HTML form, an Option object is created.
You can access an Option object by searching through the elements[] array of the form, or by using document.getElementById().
Option Object Properties
W3C: W3C Standard.
Property
Description
W3C
defaultSelected
Returns the default value...HTML DOM Object Object
November 14th, 2010 by aBisona
Object Object
The Object object represents an HTML object element.
The <object> tag is used to include objects such as images, audio, videos, Java applets, ActiveX, PDF, and Flash into a webpage.
Object Properties
W3C: W3C Standard.
Property
Description
W3C
align
Sets or returns the alignment of the object according to the surrounding text
Yes
archive
Sets or returns a string that can be used...





















