<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Designs in the Web World</title>
	<atom:link href="http://designsinweb.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://designsinweb.com</link>
	<description>Web Design, Website Development and Search Engine Optimization with Paul Lamach</description>
	<lastBuildDate>Sat, 07 Aug 2010 11:11:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Unwanted TwentyTen Image scaling</title>
		<link>http://designsinweb.com/blog/2010/08/07/unwanted-twentyten-image-scaling/</link>
		<comments>http://designsinweb.com/blog/2010/08/07/unwanted-twentyten-image-scaling/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 11:05:12 +0000</pubDate>
		<dc:creator>Mr Designs</dc:creator>
				<category><![CDATA[Twentyten]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[max-width]]></category>
		<category><![CDATA[maximum width]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[scaling]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[twentyten]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://designsinweb.com/?p=44</guid>
		<description><![CDATA[I was creating a one column page for my wordpress 3.0 site the other day, and ran into this surprise. I was trying to add an image to my content that was 800 pixels wide. The TwentyTen WordPress Theme and &#8230; <a href="http://designsinweb.com/blog/2010/08/07/unwanted-twentyten-image-scaling/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was creating a one column page for my wordpress 3.0 site the other day, and ran into this surprise. I was trying to add an image to my content that was 800 pixels wide.</p>
<h2>The TwentyTen WordPress Theme and images</h2>
<p>When I tried to insert the image into my content, wordpress kept scaling the image down. It wouldn&#8217;t let me place the image full size. No matter what I did, I couldn&#8217;t get the image to full size.</p>
<h2>TwentyTen has a default maximum width set on content</h2>
<p>After trying every normal html and CSS proceedure, I couldn&#8217;t get the image to the proper size. Come to find out, The default wordpress theme, TwentyTen has a max-width set on all the content. This max-width is set at 640px.</p>
<h2>How to fix?</h2>
<p>The way I fixed the problem was with one line of code added to the end of my css file:</p>
<p>#content img {max-width: 900px;}</p>
<p>The problem with this of course is that now when you add an image to a post, you could add an image 900px wide. Another way I could have solved the problem, was to place the css code in the page I was working on. It would have looked like this:</p>
<p>&lt;img style=&#8221;max-width: 900px;&#8221; &#8230;&#8230;</p>
<h2>This fix is only needed on the onecolumn-page.php template</h2>
<p>The TwentyTen Default WordPress Theme comes with a full page template called &#8220;onecolumn-page.php&#8221;. You can choose to use this template when you are creating your page from the page editor window in your admin area.</p>
<h2>If you found this useful, please let us know</h2>
<p>If you found this useful information, please let us know. Better yet, if there is a better way to solve the problem, by all means help everyone out. Leave your info in a comment and if it&#8217;s useful, I will add it to the body of this post with a link to the page you fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://designsinweb.com/blog/2010/08/07/unwanted-twentyten-image-scaling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still unsure of what Social Networking is?</title>
		<link>http://designsinweb.com/blog/2010/07/24/still-unsure-of-what-social-networking-is/</link>
		<comments>http://designsinweb.com/blog/2010/07/24/still-unsure-of-what-social-networking-is/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 15:00:38 +0000</pubDate>
		<dc:creator>Mr Designs</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://designsinweb.com/?p=41</guid>
		<description><![CDATA[There are still a lot of people out there that don&#8217;t know what social networking is. In order to use it you would have to know exactly what it is. Social Networking Article Even though this is a submitted article &#8230; <a href="http://designsinweb.com/blog/2010/07/24/still-unsure-of-what-social-networking-is/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are still a lot of people out there that don&#8217;t know what social networking is. In order to use it you would have to know exactly what it is.</p>
<h2>Social Networking Article</h2>
<p>Even though this is a submitted article to an article directory, I thought it had a good explanation of what Social Networking is all about. Here is the article. Hope it helps.<a href="http://e-articles.info/e/a/title/Social-Networking-Development-can-Enhance-your-Business/"> Social Networking Development can Enhance your Business</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://designsinweb.com/blog/2010/07/24/still-unsure-of-what-social-networking-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Round One with BuddyPress</title>
		<link>http://designsinweb.com/blog/2010/07/09/round-one-with-buddypress/</link>
		<comments>http://designsinweb.com/blog/2010/07/09/round-one-with-buddypress/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 13:41:44 +0000</pubDate>
		<dc:creator>Mr Designs</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[document outline]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://designsinweb.com/?p=24</guid>
		<description><![CDATA[I was interested in trying BuddyPress because of its social aspects. I feel like I was in a fight! WOW! I am exhausted. I guess you have to expect that with any new software.  I may be exhausted, am I&#8217;m &#8230; <a href="http://designsinweb.com/blog/2010/07/09/round-one-with-buddypress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was interested in trying BuddyPress because of its social aspects.</p>
<h2>I feel like I was in a fight!</h2>
<p>WOW! I am exhausted. I guess you have to expect that with any new software.  I may be exhausted, am I&#8217;m not done completely yet, but, It was well worth the effort.</p>
<h2>BuddyPress is a WordPress 3.0 PLUG-IN</h2>
<p>It is not a brand new software architecture. Here&#8217;s were you get the <a title="Download page for BuddyPress" href="http://buddypress.org/download/" target="_blank">BuddyPress Download</a>. I put WordPress 3.0 and the BuddyPress plug-in on my <a title="Just Add Social" href="http://www.justaddsocial.com/" target="_blank">Social Networking Site</a>. Before this I had PLIGG on the site.</p>
<h2>Themes in BuddyPress</h2>
<p>Well, as a plug-in the download is normal, you place the directory (folder) in the wp content/plug-in folder. What threw me is the default theme is in the plug-in folder. That&#8217;s right, in the plug-in folder. Not only that, but if you make your own custom theme it goes in that folder too! Very interesting. WordPress 3.0 still shows the choice of themes in the themes admin panel, which is kinda cool!</p>
<h2>CSS for your BuddyPress Themes</h2>
<p>Now this is interesting. The css is actual in a folder called &#8220;_inc&#8221;. And it&#8217;s in the style.css file in the themes directory. What? Pretty strange. I know why they did it, but it kinda caught me off guard. What happens is the style.css points to the _inc folder for the css information.</p>
<h2>The default files in your Theme</h2>
<p>You only have to bring into your theme the files that you plan on making changes to. Otherwise it uses the files from the default theme. From what I can tell, you can&#8217;t make changes to the function.php file, but you can add to this function file by creating your own function.php file in your theme folder.</p>
<h2>Document Outline on WordPress 3.0</h2>
<p>Hasn&#8217;t changed much! For you guys that know what I&#8217;m talking about check out my document outline and compare it to most WordPress installations.</p>
<h2>Overall</h2>
<p>Overall, I love it! I am looking forward to working with BuddyPress and the new WordPress 3.0. Maybe someone more experienced than me with buddypress can answer this. I notice users can post their own articles. Can the do that from a blog, like the social line of links at the end of most wordpress posts?</p>
]]></content:encoded>
			<wfw:commentRss>http://designsinweb.com/blog/2010/07/09/round-one-with-buddypress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to Designs in the Web World</title>
		<link>http://designsinweb.com/blog/2009/12/16/designs-web-world/</link>
		<comments>http://designsinweb.com/blog/2009/12/16/designs-web-world/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 14:15:17 +0000</pubDate>
		<dc:creator>Mr Designs</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://designsinweb.com/?p=1</guid>
		<description><![CDATA[We&#8217;re your hometown source for all your web page and web site needs. We offer competitive rates with special pricing for non-profit organizations. We work closely with our clients to ensure their exact wishes are transferred to their site. Whether &#8230; <a href="http://designsinweb.com/blog/2009/12/16/designs-web-world/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re your hometown source for all your web page and web site needs. We offer competitive rates with special pricing for non-profit organizations. We work closely with our clients to ensure their exact wishes are transferred to their site. Whether your a large company or have just a family page you wish to put on the worldwide web our company knows how important this is to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://designsinweb.com/blog/2009/12/16/designs-web-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

