Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server. this is the css file. orientation media-query is used for browsers that support it (a slightly cleaner view for portrait mode).
0
1495
posted 16 years ago by minky
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server. this is the html files that contains the basic layout and brings it all together.
0
1670
posted 16 years ago by minky
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server.
0
1455
posted 16 years ago by minky
forms part of our Calibre Remote Web App. basically an alternate gui for calibre ebooks content-server.
0
1751
posted 16 years ago by minky
If you're using a lot of rounded corners in your design, save your fingers some time with this border-radius snippet.
2
1580
posted 16 years ago by 67ideas
I never, ever remember the @font-face declaration, so I made a snippet. This makes it easy to quickly include a webfont in your source.
2
1619
posted 16 years ago by 67ideas
If you don’t use this order, IE8-as-IE7 doesn’t apply the opacity, although IE8 and a pure IE7 do.
5
2373
posted 16 years ago by vagrantradio
Need to "unsort" / randomize / scramble LINES in a text?
Copy source -> then TextMate Bundle Editor -> New Command -> select all in Command(s) -> paste source -> Input: Selected Text or Document -> Output: Replace Selected Text ...
0
1905
posted 16 years ago by heinz1959
I frequently pass an array of elements from an HTML form to PHP, normally a list of checkboxes for removing database records. This will loop through an array of checkbox's with the same name & build a delimited string from the checked values. Afte...
0
1723
posted 16 years ago by verostudios
Detect and echo browser version including differentiating between Chrome and Safari.
3
2681
posted 16 years ago by vagrantradio
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...
3
2391
posted 16 years ago by vagrantradio
If you want to serialize a password in some custom object you are working with, create another member that is the encrypted bytes and serialize/deserialize that.
For simply encrypting/decrypting a file, you can use [System.IO.File.Encrypt](http://...
0
1814
posted 16 years ago by pckujawa