Mime Types
File type MIME type ai application/postscript aif audio/x-aiff aifc audio/x-aiff aiff audio/x-aiff asc text/plain atom application/atom+xml au audio/basic avi video/x-msvideo bcpio application/x-bcpio bin application/octet-stream bmp image/bmp cdf application/x-netcdf cgm image/cgm class application/octet-stream cpio application/x-cpio cpt application/mac-compactpro csh application/x-csh css text/css dcr application/x-director dif video/x-dv dir application/x-director djv image/vnd.djvu djvu image/vnd.djvu […]
HTML Reference
<html> <head> <title>Things to remember</title> </head> <body> 1. Close all tags. 2. Always use lowercase. 3. Always quote attribute value. </body> </html> Heading <h1>Important headings</h1> <h6>Less important headings </h6> Paragraph <p>Paragraph tag</p> Line breaks <br /> <br></br> Text formatting <em>emphasis</em> <b>bold</b> <i>italics</i> <code>Computer code</code> <sub>Subscript</sub> <sup>Superscript</sup> Comment <!–comment goes here […]
How to install Android to 7″ Mini Notebook / microlaptop
Coming Soon! 7″ Mini Notebook / micro laptop running Android
Firefox “About Config” hack
Different settings of Firefox can be accessed from one convenient location using the Firefox “About Config” hack. In the address bar, just type about:config It will bring up a page listing all the different options. Double-click and edit those settings at your wish.
Android Training
Here you’ll find a collection of classes that aim to help you build great apps for Android, using best practices in a variety of framework topics.Each class explains the steps required to solve a problem or implement a feature using code snippets and sample code for you to use in […]
HTML 5 and CSS3 : Use the new and shiny responsibly
Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are. When Can I Use tells you the browser support story, while Modernizr gives you the power of feature detection. […]
svg-edit : A complete vector graphics editor in the browser
SVG-edit is a fast, web-based, Javascript-driven SVG editor that works in any modern browser. Features SVG-edit is an online vector graphics editor that uses only JS, HTML5, CSS and SVG (i.e. no server-side functionality). SVG-edit has the following features: Free-hand drawing Lines, Polylines Rects/Squares Ellipses/Circles Polygons/Curved Paths Stylable Text Raster […]