<?xml version="1.0" encoding="utf-8"?>
 
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en" xml:base="http://charlieharvey.org.uk/tag/Html/?view=atom">
 
        <title>Html Feed</title>
        <subtitle>A feed of things tagged 'Html', from Charlie Harvey's website</subtitle>
        <link href="http://charlieharvey.org.uk/tag.atom/Html" rel="self" xml:base="http://http://charlieharvey.org.uk/tag.atom/Html" />
        <id>http://charlieharvey.org.uk/tag.atom/Html/</id>
        <updated>2011-05-19T11:22:02Z</updated>
        <author>
                <name>Charlie Harvey</name>
        </author>


        <entry>
                <title>Video: Quick HTML Editing With Vim</title>
                <link rel="alternate" href="http://charlieharvey.org.uk/page/video_quick_html_editing_with_vim" type="text/html" />
                <id>http://charlieharvey.org.uk/page/video_quick_html_editing_with_vim</id>
                <updated>2011-05-19T11:22:02Z</updated>
                <summary><![CDATA[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!]]></summary>
				<author>
					<name>Charlie Harvey</name>
				</author>
        </entry>

        <entry>
                <title>Geekery</title>
                <link rel="alternate" href="http://charlieharvey.org.uk/page/geekery" type="text/html" />
                <id>http://charlieharvey.org.uk/page/geekery</id>
                <updated>2011-03-13T10:27:22Z</updated>
                <summary><![CDATA[
        Some useful snippets of technobabble, code and such for the discerning geeks and programmers amongst you. 
    ]]></summary>
				<author>
					<name>Charlie Harvey</name>
				</author>
        </entry>

        <entry>
                <title>Tool: Google Creative Commons search for New Internationalist</title>
                <link rel="alternate" href="http://charlieharvey.org.uk/page/tool_google_creative_commons_search_for_new_int" type="text/html" />
                <id>http://charlieharvey.org.uk/page/tool_google_creative_commons_search_for_new_int</id>
                <updated>2010-11-12T16:01:33Z</updated>
                <summary><![CDATA[
  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:   
  
  
  
  
  
  
]]></summary>
				<author>
					<name>Charlie Harvey</name>
				</author>
        </entry>

        <entry>
                <title>Vim tip - Preview webpage source</title>
                <link rel="alternate" href="http://charlieharvey.org.uk/page/vim_tip___preview_webpage_source" type="text/html" />
                <id>http://charlieharvey.org.uk/page/vim_tip___preview_webpage_source</id>
                <updated>2009-06-14T12:23:45Z</updated>
                <summary><![CDATA[
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 &lt;F8&gt; :10sp /dev/null&lt;CR&gt;:r! lynx -prettysrc -source http://
" well, you have to be able to refresh!
noremap &lt;F5&gt; :%s/.//&lt;CR&gt;:r! lynx -pretty&lt;UP&gt;&lt;CR&gt;gg0"
]]></summary>
				<author>
					<name>Charlie Harvey</name>
				</author>
        </entry>

 
</feed>


