Welcome To Snipplr
Everyone's Recent Snippets Tagged html
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This code sample shows how Java developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.
0
1625
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
2054
posted 10 years ago by johansonkatherine
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
3495
posted 10 years ago by apphp-snippets
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
1110
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
821
posted 10 years ago by CreativePunch
Extremely helpful to anyone who is looking to improve performance and follow best practices in HTML/CSS
2
1319
posted 11 years ago by Rar
How to build a login form using php with mysql database.
0
1022
posted 11 years ago by codingforever99
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
921
posted 11 years ago by flanker
A little snippet that I use to hide or show text using jquery
1
910
posted 11 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
895
posted 11 years ago by COBOLdinosaur
Create a subtle "recessed" looking divider line. The example restyles the <hr> tag but it can applied to anything.
1
802
posted 11 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
896
posted 11 years ago by COBOLdinosaur
Changes shape back and forth from a round element to a square element.
0
769
posted 11 years ago by COBOLdinosaur
designing a simple horizontal tab menu by using ul and il elements with css.
0
961
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
994
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
1039
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
886
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
790
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
1046
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
1168
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
958
posted 11 years ago by apphp-snippets