Welcome To Snipplr
Everyone's Recent Snippets Tagged textmate
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
jQuery
js - jQuery - jQueryLoader - check if $ is undefined, then load jquery with pure javascript if needed
0
1055
posted 14 years ago by brandonjp
If you're using a lot of rounded corners in your design, save your fingers some time with this border-radius snippet.
2
641
posted 14 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
689
posted 14 years ago by 67ideas
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
820
posted 14 years ago by heinz1959
search for anything in-between two <TAG>'s and then replace the found string into the PHP if/else staement. $1 is wher TextMate stores the found string. (see http://screenflicker.com/mike/code/textmate-regex-replace/)
3
1114
posted 14 years ago by rwczippy