Welcome To Snipplr
Everyone's Recent HTML Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I use this every time I start a fresh, blank page. This way I can guarantee consistency across all my pages (and it reminds me to put in all the appropriate meta tags that are often forgotten).
        
        
        
            0 
        
        
            1092 
        
                    posted 14 years ago by r2cgroup
            Until recently, playing video files in a web page was notoriously complicated. The user requires a Flash or Silverlight plug-in and even the simplest HTML is a confusing mess.
Few HTML5 features excite developers more than native audio and video....
        
        
        
            1 
        
        
            2617 
        
                    posted 14 years ago by blueocto
            A vast majority of sites these days make use of the jQuery JavaScript library. A vast majority also make use of Google’s hosted version of the library for faster loading speed’s, and better cross site caching. However, what if there is ever a pro...
        
        
        
            1 
        
        
            1066 
        
                    posted 14 years ago by paul66
            Internet Explorer has many rendering engines ready for use. What this line of code basically does is force IE to use the most up to date rendering engine that it has available, so that your pages will render as well as possible. It then goes on to ta...
        
        
        
            0 
        
        
            1095 
        
                    posted 14 years ago by paul66
            The favicon is pretty much normality these day. the interesting bit here is the apple-touch-icon which is used if you save a bookmark to your home screen on an apple touch device such as an iPad or iPhone. Interestingly enough, android also supports...
        
        
        
            3 
        
        
            1316 
        
                    posted 14 years ago by paul66
            
