Getting Started with XSL(T) | Nettuts+ - 3 views
-
XSL(T) can be used for organizing large trees of XML so that anyone can read it. For instance a Google Search Appliance serves up queries as XML. For that XML to be read by a general user some transformation has to occur. This is where XSL(T) plays a vital role. It could also be used to style an RSS feed page since the source is all in XML. It is also used as the main templating language for Autonomy's Teamsite (EMS) and such open source CMSs as Symphony.
How to Make All Browsers Render HTML5 Mark-up Correctly - Even IE6 | Nettuts+ - 0 views
-
HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we'll create a common layout using some of HTML 5's new semantic elements, then use JavaScript and CSS to make our design backwards-compatible with Internet Explorer. Yes, even IE 6.
Linux Knowledge Base and Tutorial - 0 views
-
The UMASK value masks out the bits. The permissions that each position in the UMASK masks out are the same as the file permissions themselves. So, the left-most position masks out the owner permission, the middle position the group, and the right most masks out all others. If we have UMASK=007, the permissions for owner and group are not touched. However, for others, we have the value 7, which is obtained by setting all bits. Because this is a mask, all bits are unset. (The way I remember this is that the bits are inverted. Where it is set in the UMASK, it will be unset in the permissions, and vice versa.)
-
The problem many people have is that the umask command does not force permissions, but rather limits them
-
Therefore, setting the UMASK=007 does not force creation of executable programs, unless the program creating the file does itself).
- ...6 more annotations...
Tutorials - Inspect Element - 0 views
35+ Web Developers Useful Ajax Tutorials - 3 views
-
The web developers are driven to newer technologies that could enrich users experience, Some examples about functionality: in voting pole With Ajax, your vote could be registered without having to load the entire page again. web designers can use the greatest development tool If they already know about JavaScript, HTML, CSS and XML then you will need to spend your few mints to start with AJAX learning.
20+ Awesome jQuery Compilations of Plugins, Tutorials and Cheat Sheets | trip... - 0 views
Mastering CSS Coding: Getting Started - Smashing Magazine - 0 views
-
-
Quick tip: Because block elements typically span 100% of their parent container’s width, floating an element to the right knocks it down to the next line. This also applies to plain text that runs next to it because the floated element cannot squeeze in the same line.
-
Reverse the order of the HTML markup
- ...2 more annotations...
-
CSS has become the standard for building websites in today's industry. Whether you are a hardcore developer or designer, you should be familiar with it. CSS is the bridge between programming and design, and any Web professional must have some general knowledge of it. If you are getting your feet wet with CSS, this is the perfect time to fire up your favorite text editor and follow along in this tutorial as we cover the most common and practical uses of CSS.
55 Decisive Useful jQuery Tutorials | Dzinepress - 0 views
« First
‹ Previous
121 - 140 of 689
Next ›
Last »
Showing 20▼ items per page