<?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>bavotasan.com &#187; design</title>
	<atom:link href="http://bavotasan.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://bavotasan.com</link>
	<description>by c.bavota</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:42:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using CSS Resets</title>
		<link>http://bavotasan.com/2010/using-css-resets/</link>
		<comments>http://bavotasan.com/2010/using-css-resets/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 16:26:49 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Stylesheet]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=2908</guid>
		<description><![CDATA[Before you start building a new site, one important decision you need to make is whether or not you want certain elements of your design to rely on the default settings of your user&#8217;s browser. The problem with this is that not all browsers use the same default settings. A perfect example is with the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bavotasan.com/wp-content/uploads/2010/10/cssreset.jpg" alt="CSS" title="cssreset" width="200" height="150" class="alignright size-full wp-image-2910" />Before you start building a new site, one important decision you need to make is whether or not you want certain elements of your design to rely on the default settings of your user&#8217;s browser. The problem with this is that not all browsers use the same default settings. A perfect example is with the header tags. The default font size for the h1 tag in IE is 24px, while most other browsers set it at 32px. The margins can range anywhere from about 14px to 20px. That&#8217;s a big difference that can throw your design off quite a bit.</p>
<p>The way to get around this is to use a CSS reset. A CSS reset does exactly what it states, it resets your CSS so that you can then style your elements exactly how you want, without having to worry about any default settings screwing things up.</p>
<p>If you do a quick Google search for CSS reset, the first result will be <a href="http://meyerweb.com/eric/tools/css/reset/">Eric Meyer&#8217;s Reset CSS Tool</a>. This is the one that I like to use. All you need to do is add this to the top of your style sheet.</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="css" style="font-family:monospace;">html<span style="color: #00AA00;">,</span> body<span style="color: #00AA00;">,</span> div<span style="color: #00AA00;">,</span> span<span style="color: #00AA00;">,</span> applet<span style="color: #00AA00;">,</span> object<span style="color: #00AA00;">,</span> iframe<span style="color: #00AA00;">,</span>
h1<span style="color: #00AA00;">,</span> h2<span style="color: #00AA00;">,</span> h3<span style="color: #00AA00;">,</span> h4<span style="color: #00AA00;">,</span> h5<span style="color: #00AA00;">,</span> h6<span style="color: #00AA00;">,</span> p<span style="color: #00AA00;">,</span> blockquote<span style="color: #00AA00;">,</span> pre<span style="color: #00AA00;">,</span>
a<span style="color: #00AA00;">,</span> abbr<span style="color: #00AA00;">,</span> acronym<span style="color: #00AA00;">,</span> address<span style="color: #00AA00;">,</span> big<span style="color: #00AA00;">,</span> cite<span style="color: #00AA00;">,</span> code<span style="color: #00AA00;">,</span>
del<span style="color: #00AA00;">,</span> dfn<span style="color: #00AA00;">,</span> em<span style="color: #00AA00;">,</span> <span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">,</span> img<span style="color: #00AA00;">,</span> ins<span style="color: #00AA00;">,</span> kbd<span style="color: #00AA00;">,</span> q<span style="color: #00AA00;">,</span> s<span style="color: #00AA00;">,</span> samp<span style="color: #00AA00;">,</span>
small<span style="color: #00AA00;">,</span> strike<span style="color: #00AA00;">,</span> strong<span style="color: #00AA00;">,</span> sub<span style="color: #00AA00;">,</span> sup<span style="color: #00AA00;">,</span> tt<span style="color: #00AA00;">,</span> var<span style="color: #00AA00;">,</span>
b<span style="color: #00AA00;">,</span> u<span style="color: #00AA00;">,</span> i<span style="color: #00AA00;">,</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">,</span>
dl<span style="color: #00AA00;">,</span> dt<span style="color: #00AA00;">,</span> dd<span style="color: #00AA00;">,</span> ol<span style="color: #00AA00;">,</span> ul<span style="color: #00AA00;">,</span> li<span style="color: #00AA00;">,</span>
fieldset<span style="color: #00AA00;">,</span> form<span style="color: #00AA00;">,</span> label<span style="color: #00AA00;">,</span> legend<span style="color: #00AA00;">,</span>
table<span style="color: #00AA00;">,</span> caption<span style="color: #00AA00;">,</span> tbody<span style="color: #00AA00;">,</span> tfoot<span style="color: #00AA00;">,</span> thead<span style="color: #00AA00;">,</span> tr<span style="color: #00AA00;">,</span> th<span style="color: #00AA00;">,</span> td <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">baseline</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">transparent</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
body <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
ol<span style="color: #00AA00;">,</span> ul <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
blockquote<span style="color: #00AA00;">,</span> q <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">quotes</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
blockquote<span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span> blockquote<span style="color: #3333ff;">:after</span><span style="color: #00AA00;">,</span>
q<span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span> q<span style="color: #3333ff;">:after </span><span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">''</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* remember to define focus styles! */</span>
<span style="color: #3333ff;">:focus </span><span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* remember to highlight inserts somehow! */</span>
ins <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
del <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">line-through</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* tables still need 'cellspacing=&quot;0&quot;' in the markup */</span>
table <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">border-collapse</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">collapse</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">border-spacing</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></td></tr></table></div>

<p>The one thing you need to remember when using a CSS reset, is that it resets everything. So now your paragraph tags won&#8217;t have any margins, nor will your unordered lists and so on. That means you need to start setting some styles for these elements.</p>
<p>Here is what I like to add immediately after the reset to get things started.</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="css" style="font-family:monospace;">h1<span style="color: #00AA00;">,</span> h2<span style="color: #00AA00;">,</span> h3<span style="color: #00AA00;">,</span> h4<span style="color: #00AA00;">,</span> h5<span style="color: #00AA00;">,</span> h6<span style="color: #00AA00;">,</span> p <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">12px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
ul<span style="color: #00AA00;">,</span> ol <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">disc</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
ol <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">decimal</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
h1 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">32px</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
h2 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">24px</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
h3 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
h4 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></td></tr></table></div>

<p>That sets up most of the common tags that I use. Some things might look strange as you start to put together your site, so just remember that now you need to set all the default CSS for any element you use.</p>
<p>Another popular reset is <a href="http://www.yahooapis.com/yui/3/cssreset/">YUI Reset CSS by Yahoo</a>. It does things a little bit differently. Take a look at the <a href="http://www.yahooapis.com/yui/3/cssreset/">YUI homepage</a> to see some examples of how it is used and you may decide that this reset is the right one for you.</p>
<p>The reset I have seen used the most on other people&#8217;s sites is the Global Reset. I don&#8217;t like to use it because it pretty much just resets the margin and padding for every element but that might be all you really want.</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #00AA00;">*</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></td></tr></table></div>

<p>Whichever reset you choose is totally up to you, but you should consider including a reset as your starting point when creating the stylesheet for your site to guarantee your design looks the way you intended it to across all browsers.</p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2010/using-css-resets/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A Slightly New Design for Themes by bavotasan.com</title>
		<link>http://bavotasan.com/2010/slightly-new-design-for-themes-by-bavotasan-com/</link>
		<comments>http://bavotasan.com/2010/slightly-new-design-for-themes-by-bavotasan-com/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 17:14:25 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[bavotasan]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[couple]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[lot]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[sprite]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=1947</guid>
		<description><![CDATA[I just spent the past couple of days updating the look of Themes by bavotasan.com. Things are slightly different but a lot nicer, in my opinion. For those using Internet Explorer, the design will probably look a lot more simple, but that&#8217;s because IE sucks the big one. Check it out in Firefox, Chrome or [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bavotasan.com/wp-content/uploads/2010/04/themes.jpg" alt="" title="themes" width="200" height="150" class="alignright size-full wp-image-1967" />I just spent the past couple of days updating the look of <a href="http://themes.bavotasan.com/">Themes by bavotasan.com</a>. Things are slightly different but a lot nicer, in my opinion. For those using Internet Explorer, the design will probably look a lot more simple, but that&#8217;s because IE sucks the big one. Check it out in Firefox, Chrome or Safari to see all the changes.<br />
<span id="more-1947"></span><br />
I decided it would make more sense to show a few more features for each theme, so now there is a lot more information on each theme&#8217;s page.</p>
<p>Also, I finally built my first real CSS sprite to include all the images and icons I was using on the site. Check it out:</p>
<p><img src="http://bavotasan.com/wp-content/uploads/2010/04/icon_sprite-1-570x366.jpg" alt="" title="icon_sprite-1" width="570" height="366" class="aligncenter size-medium wp-image-1954" /></p>
<p>If you have any feedback about the new layout and design please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2010/slightly-new-design-for-themes-by-bavotasan-com/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A Better Twitter Feed for Your Web Site</title>
		<link>http://bavotasan.com/2009/a-better-twitter-feed-for-your-web-site/</link>
		<comments>http://bavotasan.com/2009/a-better-twitter-feed-for-your-web-site/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 17:32:05 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[Profile]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=1545</guid>
		<description><![CDATA[I have already posted a tutorial on How to Create a Twitter Feed on Your Web Site and I have been having a lot of emails in regards to people whose hosts do not allow URL file-access. Here is an alternative script that fetches and parses your Twitter RSS feed using a different function. Hopefully [...]]]></description>
			<content:encoded><![CDATA[<p>I have already posted a tutorial on <a href="http://bavotasan.com/tutorials/how-to-create-a-twitter-feed-on-your-web-site/">How to Create a Twitter Feed on Your Web Site</a> and I have been having a lot of emails in regards to people whose hosts do not allow URL file-access. Here is an alternative script that fetches and parses your <a href="http://twitter.com/">Twitter</a> RSS feed using a different function. Hopefully it will help out those who can&#8217;t use the other script.<br />
<span id="more-1545"></span><br />
The first thing you need to do is get your <a href="http://twitter.com/">Twitter</a> RSS feed URL. go to your Profile page and you will see a link in the bottom of your sidebar that says RSS feed. Click on this and then copy the URL. That will be your feed URL.</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="php" style="font-family:monospace;">&lt;ul&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$feedURL</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;http://twitter.com/statuses/user_timeline/68559295.rss&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// change to your feed URL</span>
<span style="color: #000088;">$doc</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> DOMDocument<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$doc</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">load</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$feedURL</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$arrFeeds</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$doc</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'item'</span><span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$node</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$itemRSS</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span> 
        <span style="color: #0000ff;">'title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$node</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">item</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">nodeValue</span>
        <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #990000;">array_push</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$arrFeeds</span><span style="color: #339933;">,</span> <span style="color: #000088;">$itemRSS</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000088;">$limit</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">5</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$x</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span><span style="color: #000088;">$x</span><span style="color: #339933;">&lt;</span><span style="color: #000088;">$limit</span><span style="color: #339933;">;</span><span style="color: #000088;">$x</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$title</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'bavotasan: '</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #000088;">$arrFeeds</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$x</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$str</span> <span style="color: #339933;">=</span> <span style="color: #990000;">ereg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;[[:alpha:]]+://[^&lt;&gt;[:space:]]+[[:alnum:]/]&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&lt;a href=<span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #000099; font-weight: bold;">\\</span>0<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;<span style="color: #000099; font-weight: bold;">\\</span>0&lt;/a&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$title</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
    <span style="color: #000088;">$pattern</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'/[#|@][^\s]*/'</span><span style="color: #339933;">;</span>
    <span style="color: #990000;">preg_match_all</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$pattern</span><span style="color: #339933;">,</span> <span style="color: #000088;">$str</span><span style="color: #339933;">,</span> <span style="color: #000088;">$matches</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>	
&nbsp;
    <span style="color: #b1b100;">foreach</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$matches</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$keyword</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #000088;">$keyword</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;)&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$keyword</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$link</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;#&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;%23&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$keyword</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$link</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;@&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$keyword</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">strstr</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$keyword</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;@&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$search</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;a href=<span style="color: #000099; font-weight: bold;">\&quot;</span>http://twitter.com/<span style="color: #006699; font-weight: bold;">$link</span><span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;<span style="color: #006699; font-weight: bold;">$keyword</span>&lt;/a&gt;&quot;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$link</span> <span style="color: #339933;">=</span> <span style="color: #990000;">urlencode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$link</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #000088;">$search</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;a href=<span style="color: #000099; font-weight: bold;">\&quot;</span>http://twitter.com/#search?q=<span style="color: #006699; font-weight: bold;">$link</span><span style="color: #000099; font-weight: bold;">\&quot;</span> class=<span style="color: #000099; font-weight: bold;">\&quot;</span>grey<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;<span style="color: #006699; font-weight: bold;">$keyword</span>&lt;/a&gt;&quot;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span>
        <span style="color: #000088;">$str</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$keyword</span><span style="color: #339933;">,</span> <span style="color: #000088;">$search</span><span style="color: #339933;">,</span> <span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;li&gt;'</span><span style="color: #339933;">.</span><span style="color: #000088;">$str</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&lt;/li&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/ul&gt;</pre></div></td></tr></table></div>

<p><small>Twitter Bird icon provided by <a href="http://kailoon.com/free-vector-icons-set-twitter-birdy-icon/">Loon Design</a>.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/a-better-twitter-feed-for-your-web-site/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>10 Great Free Mac Apps for Web Developers</title>
		<link>http://bavotasan.com/2009/10-great-free-mac-apps-for-web-developers/</link>
		<comments>http://bavotasan.com/2009/10-great-free-mac-apps-for-web-developers/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 21:06:15 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[everything]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac man]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[purpose]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web developers]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=1504</guid>
		<description><![CDATA[I have been a Mac man for almost ten years now, and though many Web developers swear to working on a PC, I find my Mac has everything I need to develop, design and program Web sites. Luckily there are tons of great free apps available to help any developer work more efficiently on their [...]]]></description>
			<content:encoded><![CDATA[<p>I have been a Mac man for almost ten years now, and though many Web developers swear to working on a PC, I find my Mac has everything I need to develop, design and program Web sites. Luckily there are tons of great free apps available to help any developer work more efficiently on their Mac.<br />
<span id="more-1504"></span><br />
Here is a list of 10 great free Mac apps for Web developers that I use:</p>
<div class="lists">
<div class="sections">
<h2>TextWrangler</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/textwrangler.jpg" alt="textwrangler" title="textwrangler" width="560" height="163" class="alignleft size-full wp-image-1505" /><br />
TextWrangler is the powerful general purpose text editor with some great features. Whether you are working with HTML, CSS, PHP or any other Web programming language, TextWrangler has everything you need to easily edit your code.<br />
<a href="http://www.barebones.com/products/textwrangler/index.html">http://www.barebones.com/products/textwrangler/index.html</a>
</div>
<div class="sections">
<h2>MAMP</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/mamp.jpg" alt="mamp" title="mamp" width="560" height="163" class="alignleft size-full wp-image-1506" /><br />
MAMP installs Apache, Mysql and PHP on your Mac to create a fully functioning Web environment which will allow you to test all aspects of your Web site locally. It&#8217;s smart to have an environment to test and work with offline before making your changed on your live site.<br />
<a href="http://www.mamp.info/en/mamp/index.html">http://www.mamp.info/en/mamp/index.html</a>
</div>
<div class="sections">
<h2>Paparazzi!</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/paprazzi.jpg" alt="paprazzi" title="paprazzi" width="560" height="163" class="alignleft size-full wp-image-1507" /><br />
Paparazzi! is a small utility for Mac OS X that takes screen shots of Web pages. This is helpful for creating your portfolio or sending screen shots to clients.<br />
<a href="http://derailer.org/paparazzi/">http://derailer.org/paparazzi/</a>
</div>
<div class="sections">
<h2>YemuZip</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/yemuzip.jpg" alt="yemuzip" title="yemuzip" width="560" height="163" class="alignleft size-full wp-image-1509" /><br />
YemuZip is an easy-to-use application for making zip files. Just drag, drop, name your zip file and you&#8217;re done. The native Mac file compressor utility adds Mac-specific info to zip files that, when extracted on a PC, looks like garbage.<br />
<a href="http://www.yellowmug.com/yemuzip/">http://www.yellowmug.com/yemuzip/</a>
</div>
<div class="sections">
<h2>VirtualBox</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/virtualbox.jpg" alt="virtualbox" title="virtualbox" width="560" height="163" class="alignleft size-full wp-image-1510" /><br />
VirtualBox is a general-purpose full virtualizer for x86 hardware that allows Mac user to load Windows software on their desktop. <a href="http://bavotasan.com/tutorials/creating-an-internet-explorer-testing-environment-on-a-mac/">Creating an IE testing environment on your Mac</a> is pretty simple using VirtualBox.<br />
<a href="http://www.virtualbox.org/">http://www.virtualbox.org/</a>
</div>
<div class="sections">
<h2>Skype</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/skype.jpg" alt="skype" title="skype" width="560" height="163" class="alignleft size-full wp-image-1511" /><br />
Everyone probably already uses this, and if you don&#8217;t, you should. Skype is great to communicate with clients from around the globe. Skype to Skype is free for instant messaging and calls.<br />
<a href="http://www.skype.com/">http://www.skype.com/</a>
</div>
<div class="sections">
<h2>GIMP</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/gimp.jpg" alt="gimp" title="gimp" width="560" height="163" class="alignleft size-full wp-image-1512" /><br />
GIMP is an open source versatile graphics manipulation package similar to Adobe&#8217;s Photoshop, but it won&#8217;t put you in the poor house. It may not be as robust but GIMP has some amazing features and who can beat the price.<br />
<a href="http://www.gimp.org/">http://www.gimp.org/</a>
</div>
<div class="sections">
<h2>Cyberduck</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/cyberduck.jpg" alt="cyberduck" title="cyberduck" width="560" height="163" class="alignleft size-full wp-image-1513" /><br />
Cyberduck is an open source FTP, SFTP, WebDAV, Cloud Files and Amazon S3 browser for the Mac. It features an easy to use interface with quickly accessible bookmarks.<br />
<a href="http://cyberduck.ch/">http://cyberduck.ch/</a>
</div>
<div class="sections">
<h2>SvnX</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/svnx.jpg" alt="svnx" title="svnx" width="560" height="163" class="alignleft size-full wp-image-1515" /><br />
SvnX is an open source GUI for most features of the svn client binary. It allows you to browse your working copies, spot changes and operate on them but also to browse logs and revisions of your repositories.<br />
<a href="http://www.lachoseinteractive.net/en/community/subversion/svnx/features/">http://www.lachoseinteractive.net/en/community/subversion/svnx/features/</a>
</div>
<div class="sections">
<h2>Sequel Pro</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/sequelpro.jpg" alt="sequelpro" title="sequelpro" width="560" height="163" class="alignleft size-full wp-image-1521" /><br />
Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases.<br />
<a href="http://www.sequelpro.com/">http://www.sequelpro.com/</a>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/10-great-free-mac-apps-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>31 Open Source Web Development Scripts</title>
		<link>http://bavotasan.com/2009/31-open-source-web-development-scripts/</link>
		<comments>http://bavotasan.com/2009/31-open-source-web-development-scripts/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:24:59 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[Center]]></category>
		<category><![CDATA[Cms]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=1307</guid>
		<description><![CDATA[When it comes to Web development, there is a wealth of free information online to help you create a top-notch Web site. A lot of hard work goes in to maintaining these resources, all to help save you time and money. The Open Source community is growing stronger everyday and the scripts are getting more [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to Web development, there is a wealth of free information online to help you create a top-notch Web site. A lot of hard work goes in to maintaining these resources, all to help save you time and money. The <a href="http://en.wikipedia.org/wiki/Open_source">Open Source</a> community is growing stronger everyday and the scripts are getting more useful and efficient, making it almost impossible to not use a few of them in your project. <span id="more-1307"></span>Here is a list of 31 open source Web development scripts I have either used or read about that  would easily help any developer with their next project.</p>
<div class="lists">
<div class="sectiontitle">Ad Servers</div>
<h2>Open X Ad Server</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/adserver.jpg" alt="adserver" title="adserver" width="584" height="170" class="alignnone size-full wp-image-1317" /><br />
OpenX is the world&#8217;s leading independent ad server. It provides you with the simple tools you need to make money from advertising, whether from direct ad sales, OpenX Market, or third party ad networks (like AdSense).<br />
<a href="http://www.openx.org/ad-server">http://www.openx.org/ad-server</a></p>
<h2>Revsense</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/revsense.jpg" alt="revsense" title="revsense" width="584" height="170" class="alignnone size-full wp-image-1328" /><br />
RevSense Ad Server makes it easy for you to sell ads on your site. Set the prices you want, and the kinds of ads to sell, then RevSense does the rest. It manages the sign up, ad entry and upload process and collects advertising revenue into your Paypal or Authorize.net account.<br />
<a href="http://www.revsense.com/">http://www.revsense.com/</a></p>
<div class="sectiontitle">Blogging Software</div>
<h2>WordPress</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/wordpress.jpg" alt="wordpress" title="wordpress" width="584" height="170" class="alignnone size-full wp-image-1314" /><br />
WordPress is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability. WordPress is both free and priceless at the same time. More simply, WordPress is what you use when you want to work with your blogging software, not fight it.<br />
<a href="http://wordpress.org">http://wordpress.org</a></p>
<h2>Movable Type</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/movable.jpg" alt="movable" title="movable" width="584" height="170" class="alignnone size-full wp-image-1323" /><br />
Powerful enough for building blogs, websites or social networks on a single platform. It&#8217;s easier than ever to publish and share information with Movable Type. Movable Type makes it simple to start a blog, manage entire websites and build an engaged community of readers and customers.<br />
<a href="http://www.movabletype.com">http://www.movabletype.com</a></p>
<h2>b2evolution</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/b2evolution.jpg" alt="b2evolution" title="b2evolution" width="584" height="170" class="alignnone size-full wp-image-1324" /><br />
b2evolution is a powerful blog tool you can install on your own website. It includes all the features of traditional blog tools, and extends them with evolved features such as file &#038; photo management, advanced skinning, multiple blogs support as well as detailed user permissions&#8230; Not to mention third party plug-ins!<br />
<a href="http://b2evolution.net/">http://b2evolution.net/</a></p>
<h2>Nucleus</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/nucleus.jpg" alt="nucleus" title="nucleus" width="584" height="170" class="alignnone size-full wp-image-1359" /><br />
Nucleus offers you the building blocks you need to create a web presence. Whether you want to create a personal blog, a family page, or an online business site, Nucleus CMS can help you achieve your goals.<br />
<a href="http://nucleuscms.org/">http://nucleuscms.org/</a></p>
<h2>Textpattern</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/textpattern.jpg" alt="textpattern" title="textpattern" width="584" height="170" class="alignnone size-full wp-image-1326" /><br />
Textpattern is a flexible, elegant and easy-to-use content management system. It is both free and open source.<br />
<a href="http://textpattern.com/">http://textpattern.com/</a></p>
<div class="sectiontitle">Content Management</div>
<h2>Drupal</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/drupal.jpg" alt="drupal" title="drupal" width="584" height="170" class="alignnone size-full wp-image-1329" /><br />
Equipped with a powerful blend of features, Drupal supports a variety of websites ranging from personal weblogs to large community-driven websites.<br />
<a href="http://drupal.org/">http://drupal.org/</a></p>
<h2>Pligg</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/pligg.jpg" alt="pligg" title="pligg" width="584" height="170" class="alignnone size-full wp-image-1355" /><br />
Pligg is an open source Content Management System (CMS) that you can download and use for free. Pligg CMS provides social networking software that encourages visitors to register on your website so that they can submit content and connect with other users.<br />
<a href="http://www.pligg.com/">http://www.pligg.com/</a></p>
<h2>Joomla</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/joomla.jpg" alt="joomla" title="joomla" width="584" height="170" class="alignnone size-full wp-image-1330" /><br />
Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available.<br />
<a href="http://www.joomla.org">http://www.joomla.org</a></p>
<h2>Mambo</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/mambo.jpg" alt="mambo" title="mambo" width="584" height="170" class="alignnone size-full wp-image-1331" /><br />
Mambo is a full-featured, award-winning content management system that can be used for everything from simple websites to complex corporate applications. It is used all over the world to power government portals, corporate intranets and extranets, ecommerce sites, nonprofit outreach, schools, church, and community sites.<br />
<a href="http://mambo-foundation.org/">http://mambo-foundation.org/</a></p>
<div class="sectiontitle">Customer Service</div>
<h2>Help Center Live</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/helpcenter.jpg" alt="helpcenter" title="helpcenter" width="584" height="170" class="alignnone size-full wp-image-1362" /><br />
Help Center Live is an open-source, community driven live chat &#038; support system. You may easily provide live support on your website just like large companies do with very little work. With Help Center Live, you can provide a real-time, live support or sales person experience.<br />
<a href="http://www.helpcenterlive.com/">http://www.helpcenterlive.com/</a></p>
<h2>osTicket</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/osticket.jpg" alt="osticket" title="osticket" width="584" height="170" class="alignnone size-full wp-image-1356" /><br />
osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface.<br />
<a href="http://www.osticket.com">http://www.osticket.com</a></p>
<h2>Crafty Syntax</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/craftysyntax.jpg" alt="craftysyntax" title="craftysyntax" width="584" height="170" class="alignnone size-full wp-image-1358" /><br />
Crafty Syntax Live Help (CSLH) is an open source live support solution that helps customer support with live help functionality that can be proactively pushed to visitors to your site or requested by the consumer.<br />
<a href="http://www.craftysyntax.com/">http://www.craftysyntax.com/</a></p>
<div class="sectiontitle">eCommerce</div>
<h2>osCommerce</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/oscommerce.jpg" alt="oscommerce" title="oscommerce" width="584" height="170" class="alignnone size-full wp-image-1339" /><br />
osCommerce Online Merchant is an Open Source online shop e-commerce solution that is available for free under the GNU General Public License. It features a rich set of out-of-the-box online shopping cart functionality that allows store owners to setup, run, and maintain online stores with minimum effort and with no costs, fees, or limitations involved.<br />
<a href="http://www.oscommerce.com/">http://www.oscommerce.com/</a></p>
<h2>Magento</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/magento.jpg" alt="magento" title="magento" width="584" height="170" class="alignnone size-full wp-image-1340" /><br />
Magento is the eCommerce software platform for growth that promises to revolutionize the industry. Its modular architecture and unprecedented flexibility means your business is no longer constrained by your eCommerce platform. Magento is total control.<br />
<a href="http://www.magentocommerce.com/">http://www.magentocommerce.com/</a></p>
<h2>Zen Cart</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/zencart.jpg" alt="zencart" title="zencart" width="584" height="170" class="alignnone size-full wp-image-1343" /><br />
Zen Cart™ truly is the art of e-commerce; free, user-friendly, open source shopping cart software. The ecommerce web site design program is being developed by a group of like-minded shop owners, programmers, designers, and consultants that think ecommerce web design could be and should be done differently.<br />
<a href="http://www.zen-cart.com/">http://www.zen-cart.com/</a></p>
<h2>Open Cart</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/opencart.jpg" alt="opencart" title="opencart" width="584" height="170" class="alignnone size-full wp-image-1341" /><br />
OpenCart is an open source PHP-based online shopping cart system. A robust e-commerce solution for Internet merchants with the ability to create their own online business and participate in e-commerce at a minimal cost.<br />
<a href="http://www.opencart.com/">http://www.opencart.com/</a></p>
<h2>Agora Cart</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/agora.jpg" alt="agora" title="agora" width="584" height="170" class="alignnone size-full wp-image-1342" /><br />
AgoraCart &#8211; The powerful &#8220;Free&#8221; Open Source ecommerce shopping cart software solution offers you a very wide range of features that allow you to setup an online storefront or shop ranging from a simple template based store for novices to the integration of complex web design concepts created by your web designer.<br />
<a href="http://www.agoracart.com/">http://www.agoracart.com/</a></p>
<div class="sectiontitle">Education</div>
<h2>Moodle</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/moodle.jpg" alt="moodle" title="moodle" width="584" height="170" class="alignnone size-full wp-image-1338" />Moodle is a Course Management System (CMS), also known as a Learning Management System (LMS) or a Virtual Learning Environment (VLE). It is a Free web application that educators can use to create effective online learning sites.<br />
<a href="http://moodle.org/">http://moodle.org/</a></p>
<div class="sectiontitle">Forums</div>
<h2>phpBB</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/phpbb.jpg" alt="phpbb" title="phpbb" width="584" height="170" class="alignnone size-full wp-image-1332" /><br />
Since its creation in 2000, phpBB™ has become the most widely used Open Source forum solution. Like its predecessors, phpBB™ 3.0 “Olympus” has an easy to use administration panel and a user friendly installation process, which allows you to have a forum set up in minutes.<br />
<a href="http://www.phpbb.com/">http://www.phpbb.com/</a></p>
<h2>BBPress</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/bbpress.jpg" alt="bbpress" title="bbpress" width="584" height="170" class="alignnone size-full wp-image-1333" /><br />
bbPress is forum software with a twist from the creators of WordPress. bbPress is focused on web standards, ease of use, ease of integration, and speed. We’re keeping things as small and light as possible while still allowing for great add on features through our extensive plugin system.<br />
<a href="http://bbpress.org/">http://bbpress.org/</a></p>
<h2>PunBB</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/punbb.jpg" alt="punbb" title="punbb" width="584" height="170" class="alignnone size-full wp-image-1334" /><br />
PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards.<br />
<a href="http://punbb.informer.com/">http://punbb.informer.com/</a></p>
<h2>Simple Machines</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/simplemachines.jpg" alt="simplemachines" title="simplemachines" width="584" height="170" class="alignnone size-full wp-image-1337" /><br />
Simple Machines Forum — SMF in short — is a free, professional grade software package that allows you to set up your own online community within minutes.<br />
<a href="http://www.simplemachines.org/">http://www.simplemachines.org/</a></p>
<div class="sectiontitle">Mailing Lists</div>
<h2>phpList</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/phplist.jpg" alt="phplist" title="phplist" width="584" height="170" class="alignnone size-full wp-image-1346" />phplist is an open-source newsletter manager. phplist is free to download, install and use, and is easy to integrate with any website.<br />
<a href="http://www.phplist.com/">http://www.phplist.com/</a></p>
<h2>Dada Mail</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/dadamail.jpg" alt="dadamail" title="dadamail" width="584" height="170" class="alignnone size-full wp-image-1347" /><br />
Dada Mail is a completely contemporary, mature and intuitive web-based e-mail list management system, which runs on most any Unix-like hosting account that can run custom CGI scripts.<br />
<a href="http://dadamailproject.com/">http://dadamailproject.com/</a></p>
<h2>poMMo</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/pommo.jpg" alt="pommo" title="pommo" width="584" height="170" class="alignnone size-full wp-image-1348" /><br />
poMMo is versatile mass mailing software. It can be used to add a mailing list to your Web site or to organize stand alone mailings. Unique Features such as the ability to mail subsets of your subscribers set it apart from alternatives.<br />
<a href="http://pommo.org/">http://pommo.org/</a></p>
<div class="sectiontitle">Photo Galleries</div>
<h2>Zen Photo</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/zenphoto.jpg" alt="zenphoto" title="zenphoto" width="584" height="170" class="alignnone size-full wp-image-1350" />Zenphoto is an answer to lots of calls for an online gallery solution that just makes sense. After years of bloated software that does everything and your dishes, zenphoto just shows your photos, simply. It’s got all the functionality and “features” you need, and nothing you don’t.<br />
<a href="http://www.zenphoto.org/">http://www.zenphoto.org/</a></p>
<h2>Gallery</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/gallery.jpg" alt="gallery" title="gallery" width="584" height="170" class="alignnone size-full wp-image-1351" /><br />
Gallery gives you an intuitive way to blend photo management seamlessly into your own website whether you&#8217;re running a small personal site or a large community site.<br />
<a href="http://gallery.menalto.com/">http://gallery.menalto.com/</a></p>
<h2>Pixelpost</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/pixelpost.jpg" alt="pixelpost" title="pixelpost" width="584" height="170" class="alignnone size-full wp-image-1352" /><br />
Pixelpost is an open-source, standards-compliant, multi-lingual, fully extensible photoblog application for the web.<br />
<a href="http://www.pixelpost.org/">http://www.pixelpost.org/</a></p>
<h2>Piwigo</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/piwigo.jpg" alt="piwigo" title="piwigo" width="584" height="170" class="alignnone size-full wp-image-1354" /><br />
Piwigo is a photo gallery software for the web, built by an active community of users and developers. Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free and opensource.<br />
<a href="http://piwigo.org/">http://piwigo.org/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/31-open-source-web-development-scripts/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Create a Cut-Out Type Effect in Adobe Photoshop</title>
		<link>http://bavotasan.com/2009/create-a-cut-out-type-effect-in-adobe-photoshop/</link>
		<comments>http://bavotasan.com/2009/create-a-cut-out-type-effect-in-adobe-photoshop/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:39:41 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobe photoshop]]></category>
		<category><![CDATA[creative suite]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[Cs4]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[technique]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=1290</guid>
		<description><![CDATA[Photoshop is a great tool for creating simple yet impressive design effects with type. I don&#8217;t pretend to be an expert but I do know how to do a few things that look pretty awesome. Recently, one of my clients wanted me to create a logo that used a &#8220;cut-out&#8221; type technique for the company [...]]]></description>
			<content:encoded><![CDATA[<p>Photoshop is a great tool for creating simple yet impressive design effects with type. I don&#8217;t pretend to be an expert but I do know how to do a few things that look pretty awesome. Recently, one of my clients wanted me to create a logo that used a &#8220;cut-out&#8221; type technique for the company name. I was able to accomplish this simple effect with Photoshop in a few easy steps.<br />
<span id="more-1290"></span><br />
Here is a quick video that&#8217;ll show you how to do it.</p>
<p><a class="highslide" onclick="return hs.htmlExpand(this, { contentId: 'highslide-html' } )" href="#"><img src="http://bavotasan.com/wp-content/uploads/2009/10/cutouttype.jpg" alt="cutouttype" title="cutouttype" width="590" height="370" class="alignnone size-full wp-image-1301" /></a></p>
<div id="highslide-html" class="highslide-html-content">
<div class="highslide-header">
<ul>
<li class="highslide-move"><a onclick="return false" href="#">Move</a></li>
<li class="highslide-close"><a onclick="return hs.close(this)" href="#">Close</a></li>
</ul>
</div>
<div class="highslide-body">
<img src="http://bavotasan.com/wp-content/plugins/flash-video-player/default_video_player.gif" />
</div>
<div class="highslide-footer">
<div><span class="highslide-resize" title="Resize"><span> </span></span></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/create-a-cut-out-type-effect-in-adobe-photoshop/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Removing Images from a WordPress Post: Redux</title>
		<link>http://bavotasan.com/2009/removing-images-from-a-wordpress-post/</link>
		<comments>http://bavotasan.com/2009/removing-images-from-a-wordpress-post/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 17:03:47 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[piece]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Redux]]></category>
		<category><![CDATA[Removing]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=9</guid>
		<description><![CDATA[I wanted to remove the images from a WordPress post to give me more control of how I could layout the design for the front page of a website. After doing some messing around and failing, I finally found a great post by Chris Shuld which had an amazing little piece of code that solved [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to remove the images from a WordPress post to give me more control of how I could layout the design for the front page of a website. After doing some messing around and failing, I finally found a great post by <a href="http://chrisschuld.com/2008/08/removing-images-from-a-wordpress-post/">Chris Shuld</a> which had an amazing little piece of code that solved my problem. I just had to make a few modifications to it.<br />
<span id="more-9"></span></p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$content</span> <span style="color: #339933;">=</span> get_the_content<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$postOutput</span> <span style="color: #339933;">=</span> <span style="color: #990000;">preg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'/&lt;img[^&gt;]+./'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #000088;">$content</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$postOutput</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/removing-images-from-a-wordpress-post/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

