Stuff tagged html
-
Video: Quick HTML Editing With Vim
This is the minimalistest of minimalist web casts, just to show off the awesomeness of a couple of vim modules for quick html h4x0ring. Specifically Surround and snipMate. w00t!Read More …
- 2011-05-19T11:22:02Z
- Published: 11:22:02 on Thursday, 19 May
-
Geekery
Some useful snippets of technobabble, code and such for the discerning geeks and programmers amongst you. Read More …
- 2011-03-13T10:27:22Z
- Published: 10:27:22 on Sunday, 13 March
-
Tool: Google Creative Commons search for New Internationalist
At New Internationalist, where I work, we often struggle to find Creative Commons images that are large enough to use for print. This is a custom google search form that sets up parameters for a search of commercially reusable and modifiable images suitable for print at sizes of 5.333x4 inches or smaller to make that process a bit easier.
Search: Read More …- 2010-11-12T16:01:33Z
- Published: 16:01:33 on Friday, 12 November
-
Vim tip - Preview webpage source
Here's a neat little trick for people who have a *nix setup, vim and lynx browser. I've remapped my F8 Key to use lynx to dump the nicely formatted source of a web page in a new window. Useful for testing if your site is working. In my .vimrc I added the following lines:
" split at the bottom of the screen set sb " map F9 to open the new window, and type the lynx command for you noremap <F8> :10sp /dev/null<CR>:r! lynx -prettysrc -source http:// " well, you have to be able to refresh! noremap <F5> :%s/.//<CR>:r! lynx -pretty<UP><CR>gg0"Read More …- 2009-06-14T12:23:45Z
- Published: 12:23:45 on Sunday, 14 June
This is available as an atom feed for syndication. You can see all tags or a tag cloud if you want.