Profile
Achievement
rwczippy's Recent Snippets
- All /
« Prev 1 Next »
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
1110
posted 14 years ago by rwczippy
Summary
@font-face allows authors to specify online fonts to display text on their webpages. By allowing authors to provide their own fonts, @font-face eliminates the need to depend on the limited number of fonts users have installed on their comput...
3
803
posted 15 years ago by rwczippy
http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html
-and-
http://www.webmasterworld.com/forum46/1288.htm
0
705
posted 15 years ago by rwczippy
what was taking an embarrassingly long time in Spry took 2 lines in PHP
0
873
posted 15 years ago by rwczippy
This will start at the specified URL and recursively download pages up to 3 links away from the original page, but only pages which are in the directory of the URL you specified (emacstips/) or one of its subdirectories.
wget will also rewrite the...
10
1097
posted 16 years ago by rwczippy