Welcome To Snipplr


Everyone's Recent Snippets Tagged html



This code sample shows how Java developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.
0 1421 posted 10 years ago by johansonkatherine
This code sample shows how C# developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.
0 1824 posted 10 years ago by johansonkatherine
Stop a link overflowing it's parent's width
0 644 posted 10 years ago by flatearthcomms
The <!--> syntax is the HTML comment. This is the way to add your own notes into the code which will not display when the HTML is rendered by the browser. It is also a good practice for web-developers to use the comment tags to "hide" scripts from br...
0 2867 posted 10 years ago by apphp-snippets
the HTML for my tutorial on using requireJS
0 663 posted 10 years ago by asimmittal
In this article I will show you how to use AngularJS and Laravel Blade together. People who have been using AngularJS for a while may know of this solution. However if you are just getting started or have never used Angular with a templating engine...
0 929 posted 10 years ago by CreativePunch
In this article I would like to share how to make a sortable index view with Laravel 4. Let’s assume you have an index view with a table. Like this example for a table that contains posts.
0 675 posted 10 years ago by CreativePunch
Extremely helpful to anyone who is looking to improve performance and follow best practices in HTML/CSS
2 1134 posted 10 years ago by Rar
How to build a login form using php with mysql database.
0 861 posted 10 years ago by codingforever99
0 1109 posted 10 years ago by MistaTwista
0 834 posted 10 years ago by MistaTwista
Creating fixed floated comment's box on right side
0 549 posted 10 years ago by maddev-
Comingsoon Page for those who don't have time to code. HTML5 web form for email subscription. PHP backend and MySql database. Compatible across browsers
0 753 posted 10 years ago by flanker
<LINK>
0 627 posted 10 years ago by thesmu
A little snippet that I use to hide or show text using jquery
1 732 posted 10 years ago by TwistedEinstein
The colgroup and col structure is like a directive that specifies table formatting outside of the normal flow. Notice that the col tags do not get closed in HTML5, and the cascade is irregular. Normally the cascade applies to children, but the rows a...
0 732 posted 10 years ago by COBOLdinosaur
Just a test...
0 534 posted 10 years ago by infolock
Create a subtle "recessed" looking divider line. The example restyles the <hr> tag but it can applied to anything.
1 645 posted 10 years ago by nshakin
One of the limits of using lists (ordered and unordered) is that they have no provision for a heading. You can do something like: <ul>This is a Title<li> etc... but it is invalid because the list containers can only contain List Items. One way common...
0 753 posted 10 years ago by COBOLdinosaur
add target blank
0 596 posted 11 years ago by thesmu
Changes shape back and forth from a round element to a square element.
0 611 posted 11 years ago by COBOLdinosaur
designing a simple horizontal tab menu by using ul and il elements with css.
0 813 posted 11 years ago by codingforever99
One of the great methods to load and work with icons in web pages is to load one image that is a collection of several icons and use any icon as needed, that reduces the number of server request and save bandwidth.
1 825 posted 11 years ago by codingforever99
This is the calling one (probably more useful if the clickable text is words, as the iPhone auto-detects phone numbers and does this automatically) This is the SMS one, which overrides the default calling behavior (ex : <a href="http://giocaregratis...
0 822 posted 11 years ago by haydin
Jaidee Framework is Graceful and powerful HTML & CSS Framework for building flexible and responsive website and mobile app development.
1 755 posted 11 years ago by kanin2604
File inputs can have an attribute of "multiple" which then allows multiple files to be selected in the file section dialog box. Currently only Firefox 3.6+ and WebKit browsers are supporting it.
0 641 posted 11 years ago by apphp-snippets
This example is a basic design structure for loading multiple video and audio formats for universal work of media content on your page.
1 870 posted 11 years ago by apphp-snippets
This example is a basic HTML5 page structure that you can use for developing of your HTML5 website layout.
0 970 posted 11 years ago by apphp-snippets
This definition allows redirection to the provided URL in 5 seconds. You may set it to 0 if you need an immediate redirect.
0 784 posted 11 years ago by apphp-snippets
Form Trick: Disappearing Text
0 628 posted 11 years ago by thesmu