<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>blogmaking.net</title>
	<link>http://www.blogmaking.net/blog</link>
	<description>How to make a blog and other helpful (and related) stuff!</description>
	<pubDate>Sat, 17 Feb 2007 05:55:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Installing Plugins - Widgets!</title>
		<link>http://www.blogmaking.net/blog/84/installing-plugins-widgets/</link>
		<comments>http://www.blogmaking.net/blog/84/installing-plugins-widgets/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 08:41:51 +0000</pubDate>
		<dc:creator>catherine</dc:creator>
		
	<category>WordPress</category>
	<category>WP Basic</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/84/installing-plugins-widgets/</guid>
		<description><![CDATA[A previous post outlined how to install Plugins that were already installed. Now I will show you how to install extra plugins. Our first plugin install is the Widget plugin. If your theme is &#8220;Widget ready&#8221; you will get an extra menu in presentation/widgets that allows you to drag and drop &#8220;widgets&#8221; to your sidebar. [...]]]></description>
			<content:encoded><![CDATA[<p>A previous post outlined how to install Plugins that were already installed. Now I will show you how to install extra plugins. Our first plugin install is the Widget plugin. If your theme is &#8220;Widget ready&#8221; you will get an extra menu in presentation/widgets that allows you to drag and drop &#8220;widgets&#8221; to your sidebar. It&#8217;s pretty neat.</p>
<p>1. Find your plugin&#8217;s download page and download it to your desktop. You can find <a href="http://automattic.com/code/widgets/">Word Press Widgets here</a>.</p>
<p>2. Read any instructions, usually they are available on the download site but sometimes they are in a &#8220;readme.txt&#8221; inside the download folder. Keep this information open or print it out. It is most important to note if you need to do any customisation or if a particular folder needs to be uploaded somewhere else. Check too whether you should upload the whole of the unzipped folder or there is another folder inside that should only be uploaded (ie discard the containing folder). I&#8217;ve sometimes uploaded the unzipped folder and the plugin hasn&#8217;t worked (it wouldn&#8217;t show up in the Plugins list on Plugins/Plugins) only to find that it worked when I only uploaded the folder inside.</p>
<p>3. Upload the plugin folder/s to the specified destination. With simple plugins this may just be uploading the unzipped folder to your wp-content/plugins folder. Widgets has a number of different configurations that should all work. In the &#8220;widgets&#8221; folder, you should find folders called &#8220;classic&#8221; and &#8220;default&#8221;, put the contents (but not the actual folders) into the wp-contents/themes/classic folder and wp-contents/themes/default folder respectively. Get rid of these now empty folders. Upload the rest of the whole of the &#8220;widgets&#8221; folder (without &#8220;classic&#8221; and &#8220;default&#8221; folders) into wp-contents/plugins.</p>
<p>It should look like this (<a href="http://automattic.com/code/widgets/use/">from Widgets homepage</a>):</p>
<blockquote>
<pre>- wp-content
- plugins
- widgets
| delicious.php
| gsearch.php
| rss.png
| widgets.php
- scriptaculous
| builder.js
| controls.js
| dragdrop.js
| effects.js
| MIT-LICENSE
| prototype.js
| scriptaculous.js
| slider.js
| unittest.js
- themes
- classic
| functions.php (optional)
| sidebar.php (optional)
- default
| functions.php (optional)
| sidebar.php (optional)</pre>
</blockquote>
<p>NOTE: Your classic and default folders should already contain functions.php and sidebar.php so doing this install will overwrite them with new Widget ones. If you have already altered these files then you shouldn&#8217;t overwrite them (unless you&#8217;re happy to lose your changes). Either don&#8217;t bother with changing the templates, Widgets should still work, or look to see how you can apply the same changes to the new widget files.</p>
<p>4. Activate your Widgets plugin by going to Plugin/Plugins and click on &#8220;Activate&#8221; (Activate Plugins post).</p>
<p>5.You&#8217;ll notice also that there is also &#8220;Google Search Widget&#8221; and &#8220;del.icio.us Widget&#8221; in your list of Plugins, these are individual widgets which also need to be activated if you want to use them in your sidebars &#8212; just click on &#8220;Activate&#8221;. You can find more widgets at <a href="http://codex.wordpress.org/Plugins/WordPress_Widgets#Third_Party_Widgets">WordPress Third Party Widgets</a>. Most of the time extra widgets will just be installed by being uploaded into the wp-contents/plugins/widgets folder but always check individual instructions.</p>
<p>6. Play with your new plugin. For Widgets if you go to Presentation/Widgets Sidebar, you&#8217;ll find that you are presented with your sidebar/s and a group of widget blocks under &#8220;Available Widgets&#8221;, just drag and drop them to the sidebars to include them in your theme. You can change the order of the blocks by dragging and if you click on the note icon (top right hand corner) you will often be given options to customise your widget. Remember to hit &#8220;Save Changes&#8221;.</p>
<p><a title="widget install screenshot" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/12/widgets.png" /><a title="widget install screenshot" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/12/widgets.png"><img alt="widget install screenshot" id="image86" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/12/widgets.thumbnail.png" /></a><br />
If you want to go back to your default sidebar, just drag all the widget blocks off so it looks like this (and hit &#8220;Save Changes):</p>
<p><a title="default widgets sidebar screenshot" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/12/default-widgets.png"><img alt="default widgets sidebar screenshot" id="image87" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/12/default-widgets.thumbnail.png" /></a></p>
<p>For more info:</p>
<ul>
<li>WordPress instructions can also be found at: <a href="http://codex.wordpress.org/Managing_Plugins#Plugin_Installation">Managing Plugins</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/84/installing-plugins-widgets/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Making your blog your homepage (redirecting it)</title>
		<link>http://www.blogmaking.net/blog/80/making-your-blog-your-homepage-redirecting-it/</link>
		<comments>http://www.blogmaking.net/blog/80/making-your-blog-your-homepage-redirecting-it/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 06:34:48 +0000</pubDate>
		<dc:creator>catherine</dc:creator>
		
	<category>WordPress</category>
	<category>WP Basic</category>
	<category>Site Making</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/80/making-your-blog-your-homepage-redirecting-it/</guid>
		<description><![CDATA[Now that I&#8217;ve got quite a bit written and got rid of the defaults, I&#8217;m pretty okay with displaying my site to the rest of the world. However, because I set my blog up in a folder called &#8220;blog&#8221;, if you want to see my blog, you need to go to http://www.blogmaking.net/blog/. I&#8217;d like everyone [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I&#8217;ve got quite a bit written and got rid of the defaults, I&#8217;m pretty okay with displaying my site to the rest of the world. However, because I set my blog up in a folder called &#8220;blog&#8221;, if you want to see my blog, you need to go to http://www.blogmaking.net/blog/. I&#8217;d like everyone who goes to http://www.blogmaking.net to see my blog straight away. To do this, I&#8217;m going to have to do a redirection.</p>
<p>If you set up your blog in your main folder then ignore this step because when people go to your domain http://www.yourdomain.com they should just go straight to your blog already.</p>
<p>Micfo&#8217;s cpanel is really easy. You just need to click on the &#8220;redirects&#8221; icon. You are given two boxes, the first is the domain you want to map (so in my case I would leave it as htpp://www.blogmaking.net/ and then nothing as I want the homepage to redirect) and then you give the address you want to redirect it to&#8230; so I put in www.blogmaking.net/blog/ because that&#8217;s what I want to show up in the browser.</p>
<p>I&#8217;m still trying to work out the dreamhost redirect. I&#8217;ve put in a help ticket so hopefully they&#8217;ll get back to me soon.</p>
<p>Edit: They did get back to me and did the redirect for me which was really nice. It was a simple little trick that I imagine would work with other folders (eg if you have set up another content management system like drupal in a folder called &#8220;drupal&#8221;). They created a php page: index.php and stored it in the root folder (ie the main folder not the blog folder if you have them separate). To do this open a text file in something like notepad or another plain text editor and type the following code:</p>
<blockquote><p>&lt;? Header (&#8221;Location: http://blogmaking.net/blog&#8221;); ?&gt;</p></blockquote>
<p>where &#8220;http:blogmaking.net&#8221; is your domain name and &#8220;blog&#8221; is the name of your wordpress folder. Save this file as &#8220;index.php&#8221; and upload it (via FTP or your host&#8217;s web file manager) to your root/main folder for your domain.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/80/making-your-blog-your-homepage-redirecting-it/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Installing a theme</title>
		<link>http://www.blogmaking.net/blog/79/installing-a-theme/</link>
		<comments>http://www.blogmaking.net/blog/79/installing-a-theme/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 05:49:53 +0000</pubDate>
		<dc:creator>catherine</dc:creator>
		
	<category>WordPress</category>
	<category>WP Basic</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/79/installing-a-theme/</guid>
		<description><![CDATA[The basic steps to installing a theme are:
1. Find a theme. I&#8217;m going to go with this one for now: WP- Andreas01 1.3
2. Download the theme to your desktop. It will probably be a zip folder, if so unzip/unpack it.
3. Check for any read me text files or the theme&#8217;s homepage for any additional instructions. [...]]]></description>
			<content:encoded><![CDATA[<p>The basic steps to installing a theme are:</p>
<p>1. Find a theme. I&#8217;m going to go with this one for now: <a href="http://themes.wordpress.net/columns/3-columns/704/wp-andreas01-12/">WP- Andreas01 1.3</a></p>
<p>2. Download the theme to your desktop. It will probably be a zip folder, if so unzip/unpack it.</p>
<p>3. Check for any read me text files or the theme&#8217;s homepage for any additional instructions. Most of the time there won&#8217;t be any.</p>
<p>4. Upload the theme folder using an FTP program or your host&#8217;s web file manager to the &#8220;themes&#8221; folder inside your &#8220;wp-content&#8221; folder (you&#8217;ll find this in your main blog folder).</p>
<p>5. Once uploaded, go to Presentation/Themes and your new theme should be listed. Click on it and it will be applied.</p>
<p>6. Check for compatibility with your new theme.</p>
<p>Eg In <a href="http://themes.wordpress.net/columns/3-columns/704/wp-andreas01-12/">WP- Andreas01 1.3</a> there is no Links template so the Links link doesn&#8217;t give you a Links summary, but the archives link doesn&#8217;t work but THERE is an archives template so this might be a bug. In the comments on the theme homepage there was the following suggestion:</p>
<blockquote><p>Fixed it.</p>
<p>Replaced line 19 in archive.php</p>
<p>“Read more »’); ?>”</p>
<p>with</p>
<p>“”</p></blockquote>
<p>But I didn&#8217;t find that it worked. And strangely enough, in my Write Page I lost the ability to apply templates to pages. Grrrr&#8230; It&#8217;s a lovely looking theme but I&#8217;m feeling too lazy to try and work out the problem. I believe version 1.5 of the theme is soon on its way, so I&#8217;ll wait for then.</p>
<p>So to uninstall the theme, you can just click on another theme in Presentation/Themes and that will change it to something else, but if you want it off your server, just delete that theme&#8217;s folder in your &#8220;themes&#8221; folder in &#8220;wp-content&#8221; in your blog folder.</p>
<p>I redid the steps with the very simple and elegant <a href="http://www.plaintxt.org/themes/blogtxt/">BlogTxt</a> and while I was there I also installed the Sandbox theme, which gives you a great foundation for customisations&#8230; I&#8217;m going to be tinkering around with that one later but it doesn&#8217;t hurt to have it installed now even if no one sees it yet. (Both these building block themes are from <a href="http://www.plaintxt.org/">plaintxt.org</a>.)
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/79/installing-a-theme/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Choosing a new theme</title>
		<link>http://www.blogmaking.net/blog/77/choosing-a-new-theme/</link>
		<comments>http://www.blogmaking.net/blog/77/choosing-a-new-theme/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 04:37:57 +0000</pubDate>
		<dc:creator>catherine</dc:creator>
		
	<category>WordPress</category>
	<category>WP Basic</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/77/choosing-a-new-theme/</guid>
		<description><![CDATA[The hardest job is choosing a theme! Fortunately there are sites that have gone to the trouble of compiling lists of many of the available themes out there. Here&#8217;s a few that I find particularly useful:
WordPress ThemeViewer: Has some nice sort functions and you can click on &#8220;test run&#8221; to give you a live working [...]]]></description>
			<content:encoded><![CDATA[<p>The hardest job is choosing a theme! Fortunately there are sites that have gone to the trouble of compiling lists of many of the available themes out there. Here&#8217;s a few that I find particularly useful:</p>
<p><a href="http://themes.wordpress.net/">WordPress ThemeViewer</a>: Has some nice sort functions and you can click on &#8220;test run&#8221; to give you a live working example of the theme.<br />
<a href="http://codex.wordpress.org/Using_Themes/Theme_List">WordPress Theme List</a>: List of themes sorted by number of columns amongst other criteria. Also gives a list of widgets plugin ready themes (but you can find out <a href="http://codex.wordpress.org/Plugins/WordPress_Widgets">more widget ready themes here</a>).</p>
<p><a href="http://www.emilyrobbins.com/how-to-blog/comprehensive-list-of-615-free-wordpress-15-and-20-themes-templates-available-for-download-266.htm">How to Blog&#8217;s Comprehensive list of 980+ themes</a>: This is huge and conveniently lets you know whether it&#8217;s WP2.0+ compatible, number of columns and whether there&#8217;s support for Widgets or not.</p>
<p><a href="http://alexking.org/projects/wordpress/theme_browser.php">Alex King&#8217;s theme browser</a>: I think these themes come from Alex&#8217;s <a href="http://alexking.org/blog/2005/02/27/wordpress-theme-competition">theme competions</a>. There&#8217;s heaps and you can quickly see what each theme will look like.</p>
<p>There are also quite a few sites that blog about new themes like <a href="http://www.wordpresstheme.com/">Wordpresstheme.com</a> and<a href="http://www.bloggingpro.com/archives/category/wordpress-themes/"> BloggingPro</a>.  For examples of interesting/lovely themes (but not necessarily ones you can download), check out <a href="http://wpgarden.com/">WordPress Garden</a>.<br />
Stuff to be aware of when choosing a theme:</p>
<ul>
<li>Support for WordPress 2.0</li>
<li>Support for the Widgets plugin</li>
<li>Support for other plugins, nifty features</li>
<li>Number of Columns</li>
<li>Page templates included (eg archives/links) - you can make these yourself but it saves time and effort  if they&#8217;ve done it for you</li>
<li>Special stylesheets, eg for print or mobile</li>
<li>How easily customisable is it? Some themes come with a Photoshop file so that you can easily insert your own images into the theme.</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/77/choosing-a-new-theme/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Backing Up</title>
		<link>http://www.blogmaking.net/blog/76/backing-up/</link>
		<comments>http://www.blogmaking.net/blog/76/backing-up/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 03:13:59 +0000</pubDate>
		<dc:creator>catherine</dc:creator>
		
	<category>WordPress</category>
	<category>WP Basic</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/76/backing-up/</guid>
		<description><![CDATA[Once you&#8217;ve activated the preinstalled WordPress Backup plugin, go to Manage/Backup to access your backup options. You have a choice of saving it to the server, downloading a copy or emailing yourself a copy. I would choose to download a copy or email it because saving it to your server won&#8217;t help you if your [...]]]></description>
			<content:encoded><![CDATA[<p>Once you&#8217;ve <a href="http://www.blogmaking.net/blog/74/activating-plugins/">activated the preinstalled WordPress Backup plugin</a>, go to Manage/Backup to access your backup options. You have a choice of saving it to the server, downloading a copy or emailing yourself a copy. I would choose to download a copy or email it because saving it to your server won&#8217;t help you if your server fails.</p>
<p><a title="Backup panel screenshot" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/backup.png"><img alt="Backup panel screenshot" id="image75" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/backup.thumbnail.png" /></a></p>
<p>Note that this method doesn&#8217;t backup your themes, plugins or any modifications that you may have done to them. When you do any major design or plugin changes, you should also make a copy of your themes and plugin folders (you can find them in the wp-content folder)&#8230; use an FTP program like <a href="http://www.blogmaking.net/blog/36/essential-firefox-blogging-extensions-performancing-and-fireftp/">FireFTP</a> or your host&#8217;s web based file manager to do this.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/76/backing-up/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Activating Plugins</title>
		<link>http://www.blogmaking.net/blog/74/activating-plugins/</link>
		<comments>http://www.blogmaking.net/blog/74/activating-plugins/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 03:03:30 +0000</pubDate>
		<dc:creator>catherine</dc:creator>
		
	<category>WordPress</category>
	<category>WP Basic</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/74/activating-plugins/</guid>
		<description><![CDATA[WordPress comes with a few plugins installed but not activated. You can add more later, but the most important plugin to activate is the WordPress Database Backup as backing up is THE most important thing that you do as servers DO fail and WordPress does stuff up.
Activating a plugin is really simple: go to your [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress comes with a few plugins installed but not activated. You can add more later, but the most important plugin to activate is the <a title="Visit plugin homepage" href="http://www.skippy.net/blog/category/wordpress/plugins/wp-db-backup/">WordPress Database Backup</a> as backing up is THE most important thing that you do as servers DO fail and WordPress does stuff up.</p>
<p>Activating a plugin is really simple: go to your Dashboard and click on Plugins/Plugins and you will get a list of plugins. Next to each one, you&#8217;ll notice either an &#8220;Activate&#8221; or a &#8220;Deactivate&#8221;. To activate the plugin, just click &#8220;Activate&#8221; and to deactivate it, click &#8220;Deactivate&#8221;. ALWAYS only activate ONE plugin at a time. That way if you get any incompatibilities you know which plugin is doing it.</p>
<p><a class="imagelink" title="Activating a Plugin" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/plugin-activate.png"><img id="image73" alt="Activating a Plugin" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/plugin-activate.thumbnail.png" /></a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/74/activating-plugins/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Changing Themes</title>
		<link>http://www.blogmaking.net/blog/66/changing-themes/</link>
		<comments>http://www.blogmaking.net/blog/66/changing-themes/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 02:50:06 +0000</pubDate>
		<dc:creator>catherine</dc:creator>
		
	<category>WordPress</category>
	<category>WP Basic</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/66/changing-themes/</guid>
		<description><![CDATA[WordPress separates the content of your blog from its layout or appearance through the use of templates and css files bundled together and called themes.
The default WordPress theme is currently the Kubrick theme. I will have probably changed this site&#8217;s layout since, so here&#8217;s a screenshot of blogmaking.net with the default theme:

To manage and change [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress separates the content of your blog from its layout or appearance through the use of templates and css files bundled together and called themes.</p>
<p>The default WordPress theme is currently the Kubrick theme. I will have probably changed this site&#8217;s layout since, so here&#8217;s a screenshot of blogmaking.net with the default theme:</p>
<p><a class="imagelink" title="Screenshot of default theme" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/screenshot-defaulttheme1.gif" /><a title="Screenshot of default theme" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/screenshot-defaulttheme1.gif"><img alt="Screenshot of default theme" id="image65" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/screenshot-defaulttheme1.thumbnail.gif" /></a><br />
To manage and change your themes, go to your Dashboard and click on Presentation/Themes and you&#8217;ll see all the installed themes that you have. WordPress also comes preinstalled with another theme: WordPress Classic 1.5.</p>
<p><a class="imagelink" title="Screenshot of theme management window" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/themes-manage.png" /><a title="Screenshot of theme management window" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/themes-manage.png"><img alt="Screenshot of theme management window" id="image71" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/themes-manage.thumbnail.png" /></a><br />
<strong>To Switch Themes </strong>all you need to do is click on the thumbnail or the title of your chosen them in the list of the other available themes and this will apply it to your site. Check out your site&#8217;s new theme&#8230; here&#8217;s blogmaking.net with the WP Classic 1.5 theme:</p>
<p><a title="Screenshot of classic 1.5 theme" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/themes-classic15screenshot.png"><img alt="Screenshot of classic 1.5 theme" id="image72" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/themes-classic15screenshot.thumbnail.png" /></a></p>
<p>I don&#8217;t know if you can tell from the screenshot but this theme doesn&#8217;t automatically shrink images to fit the width of the post, so I&#8217;m going back to the default for the time being. You can easily switch back by going to the Presentation/Themes panel and clicking on your old theme.</p>
<p>Once you add more themes, it&#8217;s the same process to activate your new ones.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/66/changing-themes/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Adding Video (YouTube or Google)</title>
		<link>http://www.blogmaking.net/blog/62/adding-video-youtube-or-google/</link>
		<comments>http://www.blogmaking.net/blog/62/adding-video-youtube-or-google/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 02:18:42 +0000</pubDate>
		<dc:creator>catherine</dc:creator>
		
	<category>WordPress</category>
	<category>WP Basic</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/62/adding-video-youtube-or-google/</guid>
		<description><![CDATA[To add an embedded video from a site like YouTube or Google Video, you need to first look for the embed code on the video&#8217;s homepage. If someone has embedded a video that you like on their website, usually clicking on it will bring you to the video&#8217;s homepage on YouTube/Google Video.
On YouTube, if embeds [...]]]></description>
			<content:encoded><![CDATA[<p>To add an embedded video from a site like YouTube or Google Video, you need to first look for the embed code on the video&#8217;s homepage. If someone has embedded a video that you like on their website, usually clicking on it will bring you to the video&#8217;s homepage on YouTube/Google Video.</p>
<p>On YouTube, if embeds are allowed for that video, you&#8217;ll find the code in a box called &#8220;embed&#8221; next to the video. For example, if you go to <a href="http://www.youtube.com/watch?v=l9l19D2sIHI">the homepage for this silly pug video</a>, you&#8217;ll find this bit of code under &#8220;embed&#8221;:</p>
<blockquote><p>&lt;object height=&#8221;350&#8243; width=&#8221;425&#8243;&gt;&lt;param name=&#8221;movie&#8221; value=&#8221;"&gt;&lt;em&gt;=&#8221;http://www.youtube.com/v/l9l19D2sIHI&#8221;&amp;gt;&lt;/em&gt;&lt;param name=&#8221;wmode&#8221; value=&#8221;transparent&#8221;&gt;&lt;embed xsrc=&#8221;http://www.youtube.com/v/l9l19D2sIHI&#8221; mce_src=&#8221;http://www.youtube.com/v/l9l19D2sIHI&#8221; type=&#8221;application/x-shockwave-flash&#8221; wmode=&#8221;transparent&#8221; height=&#8221;350&#8243; width=&#8221;425&#8243;&gt;&lt;/object&gt;</p></blockquote>
<p><a class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/videoembed-youtube.jpg" title="How to find the embed code for YouTube"><img id="image57" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/videoembed-youtube.thumbnail.jpg" alt="How to find the embed code for YouTube" /></a></p>
<p>You&#8217;ll need to copy and paste this into your html (not rich text) editor. If you&#8217;re using the rich text (visual rich) editor which is the default option, you&#8217;ll need to click on the button that says &#8220;html&#8221; and paste it into the popup window and then hit Update. WARNING, it can do strange things to your layout if you cut and paste straight into the rich text editor (if this happens, delete the post). </p>
<p><a class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/htmledit.png" title="HTML button in Rich text editor"><img id="image63" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/htmledit.thumbnail.png" alt="HTML button in Rich text editor" /></a></p>
<p>In Performancing, the rich text editor is the tab with &#8220;<em>A</em>&#8221; on it, the html editor is the tab &#8220;&lt;<em>A</em>&gt;&#8221; - the html tab is the one you want to paste this video code into.</p>
<p><a class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/performancing-htmleditortab.png" title="Performancing HTML Editor tab"><img id="image58" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/performancing-htmleditortab.thumbnail.png" alt="Performancing HTML Editor tab" /></a></p>
<p>In Google Video, you have to click first on a big blue button next to the video that says &#8220;Email-Blog-Post to MySpace&#8221; and then click on the &#8220;Embed Link&#8221; link and you&#8217;ll find a box appear with the embed code to copy and paste. For example if you go to <a href="http://video.google.com/videoplay?docid=-5049322100593461897&amp;sourceid=docidfeed&amp;hl=en-AU">this Google video ad for the 2006 Machinima.org comp</a>, you&#8217;ll find the following embed code:</p>
<blockquote><p>&lt;embed style=&#8221;width: 400px; height: 326px;&#8221; id=&#8221;VideoPlayback&#8221; type=&#8221;application/x-shockwave-flash&#8221; xsrc=&#8221;http://video.google.com/googleplayer.swf?docId=-5049322100593461897&amp;amp;hl=en-AU&#8221; mce_src=&#8221;http://video.google.com/googleplayer.swf?docId=-5049322100593461897&amp;amp;hl=en-AU&#8221; flashvars=&#8221;"&gt;</p></blockquote>
<p><a class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/videoembed-google.jpg" title="How to find the embed code for Google Video"><img id="image59" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/videoembed-google.thumbnail.jpg" alt="How to find the embed code for Google Video" /></a></p>
<p>You&#8217;ll need to copy and paste this into your HTML editor just like the YouTube video explained above.</p>
<p>BEFORE you attempt this, a big word of WARNING. There is a big bug in some versions of WordPress (including the current versions 2.x) which means when you paste the embed code in the html popup in the rich text editor, the embed copy and paste just disappears once you hit &#8220;Update&#8221; so you can&#8217;t embed any video. If you find this is happening and you probably will, either just use Performancing (remember to paste it in the html editor tab) or you will have to play around with your WordPress settings to switch off the rich text editor. Go to Options/Writing Options and make sure &#8220;Users should use the visual rich editor by default&#8221; is UNCHECKED. </p>
<p><a class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/visulricheditoff.png" title="The Visual Rich Editor is swiched off"><img id="image64" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/visulricheditoff.thumbnail.png" alt="The Visual Rich Editor is swiched off" /></a></p>
<p>Then hit &#8220;Update Options&#8221; and you should be able to paste your embed code straight into your post and have it show up (remember there is no html popup because you are editing the html already). When you&#8217;ve got your video up, you might like to go back to Options/Writing Options and reselect the visual rich editor. But beware, sometimes going back and editing your post in the visual rich (rich text) editor can cause some strange errors. If that happens, delete the post and start again in the html editor.</p>
<p>Here&#8217;s the YouTube video:<br />
<object width="425" height="350"><br />
<param name="movie" value="http://www.youtube.com/v/l9l19D2sIHI"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/l9l19D2sIHI" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>Here&#8217;s the Google video:<br />
<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-5049322100593461897&#038;hl=en-AU" flashvars=""> </embed>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/62/adding-video-youtube-or-google/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Setting up a test site</title>
		<link>http://www.blogmaking.net/blog/11/setting-up-a-test-site/</link>
		<comments>http://www.blogmaking.net/blog/11/setting-up-a-test-site/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 00:26:26 +0000</pubDate>
		<dc:creator>Cathy</dc:creator>
		
	<category>WordPress</category>
	<category>WP Intermediate</category>
	<category>WP Basic</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/11/setting-up-a-test-site/</guid>
		<description><![CDATA[It is a good idea to create a separate test blog to try out themes and plugins and other modifications that catch your eye without disrupting your real blog. Just go through the instructions for setting up a blog again, only name the wordpress directory &#8220;test&#8221; (eg http://domain.com/test/) or some random string if you&#8217;d like [...]]]></description>
			<content:encoded><![CDATA[<p>It is a good idea to create a separate test blog to try out themes and plugins and other modifications that catch your eye without disrupting your real blog. Just go through the instructions for setting up a blog again, only name the wordpress directory &#8220;test&#8221; (eg http://domain.com/test/) or some random string if you&#8217;d like a little privacy for your tinkerings (eg http://domain.com/xkcd/)*. If you accidentally &#8220;break&#8221; the blog and can&#8217;t resolve the problem quickly, all you have to do trash the test blog and reinstall it.</p>
<p>If you were really pedantic, you could set up a couple of these, using one purely as a playground with the other set up as a technical mirror of your blog (it doesn&#8217;t need to have all the content though), so when you decide you like a change enough you can apply it to your mirror blog, and see its effects, if there are no problems then add that change to your real blog. If you do the change first on the mirror blog with every little technical change you do on the real blog, then the mirror blog will always be technically identical. </p>
<p>* as you may have noticed from a previous post, xkcd is actually the name of one of my favourite webcomics&#8230; check it out! <a href="http://xkcd.com">http://xkcd.com</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/11/setting-up-a-test-site/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Making in-text links (and solving a Firefox problem with the link popup)</title>
		<link>http://www.blogmaking.net/blog/34/making-in-text-links-and-solving-a-firefox-problem-with-the-link-popup/</link>
		<comments>http://www.blogmaking.net/blog/34/making-in-text-links-and-solving-a-firefox-problem-with-the-link-popup/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 13:23:16 +0000</pubDate>
		<dc:creator>Cathy</dc:creator>
		
	<category>WordPress</category>
	<category>WP Basic</category>
		<guid isPermaLink="false">http://www.blogmaking.net/blog/34/making-in-text-links-and-solving-a-firefox-problem-with-the-link-popup/</guid>
		<description><![CDATA[You can make in-text links by selecting some text in the rich text editor and then clicking on the link button (it looks like two joined links of a chain, if you hover over it, it says &#8220;Insert/edit link (Alt-a)&#8221;) and then filling out the form with the link and a description.

It also gives you [...]]]></description>
			<content:encoded><![CDATA[<p>You can make in-text links by selecting some text in the rich text editor and then clicking on the link button (it looks like two joined links of a chain, if you hover over it, it says &#8220;Insert/edit link (Alt-a)&#8221;) and then filling out the form with the link and a description.</p>
<p><a title="Making a link" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/makelink.png"><img alt="Making a link" id="image81" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/makelink.thumbnail.png" /></a><br />
It also gives you the option of opening up the link in the same window or a new one. I like to choose the same window because it&#8217;s easy enough for people to override it and open up the link in a new window if they&#8217;d like but the reverse is much harder. If you want to get rid of the link, select the linked text and click on the button that looks like a broken link chain (hovering gives you &#8220;Unlink (Alt-s)&#8221;) and this will remove any links from the text.</p>
<p><a title="screenshot of unlink button" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/unlink.png" /><a title="screenshot of unlink button" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/unlink.png"><img alt="screenshot of unlink button" id="image53" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/unlink.thumbnail.png" /></a><br />
If you&#8217;re not using the rich text editor, either use html (I&#8217;ll create a crib sheet shortly), or highlight the text and click on the &#8220;link&#8221; button, filling out the link location as requested.</p>
<p><a title="Insert link in html editor" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/makehtmllink1.png" /><a title="Insert link in html editor" class="imagelink" href="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/makehtmllink1.png"><img alt="Insert link in html editor" id="image54" src="http://www.blogmaking.net/blog/wp-content/uploads/2006/11/makehtmllink1.thumbnail.png" /></a><br />
This might be a good place to point out an apparent bug (it actually isn&#8217;t a bug) with Firefox. I used to have a problem where when I clicked on the link button, I&#8217;d only be able to see half the popup window and couldn&#8217;t make it any bigger. This was really annoying and meant that it was impossible to edit links because you could only see part of it. Apparently this has something to do with the JavaScript settings in Firefox. If you go to your Firefox Options/Content/Advanced (JavaScript Settings) and make sure &#8220;move or resize windows&#8221; is checked. Also I think &#8220;raise or lower windows&#8221; should be checked (but try fiddling around with these setting until it works for you).
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.blogmaking.net/blog/34/making-in-text-links-and-solving-a-firefox-problem-with-the-link-popup/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
