<?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>YazminMedia &#187; Blog</title>
	<atom:link href="http://yazminmedia.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://yazminmedia.com</link>
	<description>Helping You Grow Online</description>
	<lastBuildDate>Mon, 06 Feb 2012 03:04:18 +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>Tip: Fixing Post Comment Counts in WordPress</title>
		<link>http://yazminmedia.com/blog/tip-fixing-post-comment-counts-in-wordpress/</link>
		<comments>http://yazminmedia.com/blog/tip-fixing-post-comment-counts-in-wordpress/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:00:29 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Textpattern]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/fixing-post-comment-counts-in-wordpress/</guid>
		<description><![CDATA[Two weeks ago I mentioned that I knew I was guilty of not paying much attention to my blog. You can choose to pretend you are handling your website, until you get hacked. That&#8217;s exactly what happened to me earlier this year. Sad thing is I didn&#8217;t even come to find out until about two [...]]]></description>
			<content:encoded><![CDATA[<p>Two weeks ago I mentioned that I knew <a title="Pay more attention to your blogs!" href="http://yazminmedia.com/blog/news/im-guilty/">I was guilty of not paying much attention to my blog</a>. You can choose to pretend you are handling your website, until you get hacked. That&#8217;s exactly what happened to me earlier this year. Sad thing is I didn&#8217;t even come to find out until about two months ago. How embarrassing.</p>
<p>If I wasn&#8217;t paying attention, how did I find out, you ask? I planned a sale on my <a title="A Pretty Rock - Handcrafted Limited Edition Jewelry" href="http://www.aprettyrock.com/" target="_top">jewelry website</a>, only to find out it had been hacked. And so began my two month journey to remove/replace all the hacked code across my websites.</p>
<p>When I finally had a chance to start working on the jewelry website (because as is the plight of an independent contractor, clients come first always), I was able to migrate it from Textpattern to WordPress, but not without some trouble. The latest of which was fixing a discrepancy with post comment counts in WordPress.</p>
<p>I originally tried a few solutions, but myPHPAdmin was yelling at me&#8230; it didn&#8217;t like how the SQL was formatted for making the updates. Another quick search and I found this post: <a href="http://www.ankurb.info/2008/11/16/reseting-post-and-comment-count-in-wordpress/" target="_top">Reseting Post and Comment Count in WordPress</a> by Ankur Banerjee. He wasn&#8217;t sure that it would function on everyone&#8217;s servers due to timeout settings, but it worked like a charm for me.</p>
<p>How about you out there porting from Textpattern to WordPress&#8230; What issues did you encounter that were not easily handled by the Textpattern importer plugin in WordPress?</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/blog/tip-fixing-post-comment-counts-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Textpattern Find: Combine Sections Into One RSS Feed</title>
		<link>http://yazminmedia.com/blog/textpattern-find-combine-sections-into-one-rss-feed/</link>
		<comments>http://yazminmedia.com/blog/textpattern-find-combine-sections-into-one-rss-feed/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 19:22:41 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog Management]]></category>
		<category><![CDATA[Textpattern]]></category>
		<category><![CDATA[Plug-ins]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/textpattern-find-combine-sections-into-one-rss-feed/</guid>
		<description><![CDATA[<p>I've pretty much all but decided that I will not be working with Textpattern anymore. It seems too much work when Wordpress does most of what I want so easily. However, I still have one website that is running on a custom Textpattern backend, so once in a while I need solutions geared towards Textpattern. Today I found a great little nugget that I hope will help others.</p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve pretty much all but decided that I will not be working with Textpattern anymore. It seems too much work when WordPress does most of what I want so easily. However, I still have one website that is running on a custom Textpattern backend, so once in a while I need solutions geared towards Textpattern. Today I found a great little nugget that I hope will help others.</p>
<p>We know that Textpattern relies heavily on sections. Traditionally, if you want to setup one section of your site as the blog, the RSS functionality for Textpattern will only add articles for that particular section. So what happens when you want to combine two or more sections into one RSS feed? Previously, you were out of luck&#8230;that is, until the aks_header plugin came along.</p>
<p>With this plugin, you can group sections into one feed. Exactly what I needed to do with the <a href="http://www.aprettyrock.com" target="_blank" title="Handcrafted Limited Edition Jewelry">A Pretty Rock website</a>, to allow feeding one RSS feed to NetworkedBlogs for its <a href="http://www.facebook.com/l.php?u=http%3A%2F%2Fwww.facebook.com%2Fpages%2FA-Pretty-Rock-Jewelry%2F17558449900&amp;h=b48e925ed2f26d6532bb061104db4862" target="_top">Facebook Fan page</a>. It works great!</p>
<p>Want to learn how to do this yourself? Read this excellent article: <a href="http://textpattern.org.ua/howto/create-and-customize-rss-feeds">Create and customize your own RSS feeds</a>. It explains a method using the plugin <a href="http://textpattern.org.ua/plugins/aks_header">aks_header</a> to group and manage RSS feeds like ordinary Textpattern articles. Note that the Textpattern tag, &#8220;txp_article_custom&#8221;, permits the use of comma separated list of sections, which is how you get your feed to pull from more than one section.</p>
<p>Problem solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/blog/textpattern-find-combine-sections-into-one-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site Completed: BestStarTrekCostumes.com</title>
		<link>http://yazminmedia.com/blog/new-site-completed-beststartrekcostumes-com/</link>
		<comments>http://yazminmedia.com/blog/new-site-completed-beststartrekcostumes-com/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 20:56:26 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Best Star Trek Costumes]]></category>
		<category><![CDATA[Costumes]]></category>
		<category><![CDATA[Halloween]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/new-site-completed-beststartrekcostumes-com/</guid>
		<description><![CDATA[Here is the second one in the series of projects I&#8217;ve had on the backburner. If you&#8217;re looking for a Halloween costume, go check it out!]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;">
  <a href="http://beststartrekcostumes.com" title="Best Star Trek Costumes"><img src="/images/client-beststartrekcostumes-lg.jpg" width="400" height="327" alt="client-beststartrekcostumes-lg.jpg" border="0" /></a>
</div>
<p>Here is the second one in the series of projects I&#8217;ve had on the backburner. If you&#8217;re looking for a Halloween costume, <a href="http://www.beststartrekcostumes.com" title="Best Star Trek Costumes" target="_top">go check it out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/blog/new-site-completed-beststartrekcostumes-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site Completed: BestGIJoeCostumes.com</title>
		<link>http://yazminmedia.com/blog/new-site-completed-bestgijoecostumes-com/</link>
		<comments>http://yazminmedia.com/blog/new-site-completed-bestgijoecostumes-com/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 01:18:59 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Costumes]]></category>
		<category><![CDATA[Halloween]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/new-site-completed-bestgijoecostumes-com/</guid>
		<description><![CDATA[I don&#8217;t get very many opportunities to play around with personal projects, so I&#8217;m very glad to announce the completion of this website. If you&#8217;re looking for a Halloween costume, go check it out!]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;">
  <a href="http://bestgijoecostumes.com" title="Best G.I. Joe Costumes"><img src="/images/client-bestgijoecostumes-lg.jpg" width="400" height="312" alt="client-bestgijoecostumes-lg.jpg" border="0" /></a>
</div>
<p>I don&#8217;t get very many opportunities to play around with personal projects, so I&#8217;m very glad to announce the completion of this website. If you&#8217;re looking for a Halloween costume, <a href="http://www.bestgijoecostumes.com" title="Best G.I. Joe Costumes" target="_top">go check it out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/blog/new-site-completed-bestgijoecostumes-com/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Site Completed: WannaBeAdopted.com</title>
		<link>http://yazminmedia.com/blog/new-site-completed-wannabeadopted-com/</link>
		<comments>http://yazminmedia.com/blog/new-site-completed-wannabeadopted-com/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 12:40:31 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Adoption]]></category>
		<category><![CDATA[Church]]></category>
		<category><![CDATA[Family By Faith Worship Center]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/new-site-completed-wannabeadopted-com/</guid>
		<description><![CDATA[Just finished a website for my church, Family By Faith Worship Center. It&#8217;s a Flash movie that defines what adoption means to them. Go check it out!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://yazminmedia.com/wp-content/uploads/2009/09/client-wannabe-adopted-lg.jpg" alt="client-wannabe-adopted-lg.jpg" width="400" height="291" /></p>
<p>Just finished a website for my church, Family By Faith Worship Center. It&#8217;s a Flash movie that defines what adoption means to them. <a title="Family By Faith" href="http://www.familybyfaith.com" target="_top">Go check it out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/blog/new-site-completed-wannabeadopted-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translation 101</title>
		<link>http://yazminmedia.com/blog/translation-101/</link>
		<comments>http://yazminmedia.com/blog/translation-101/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 18:38:19 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Translation]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/translation-101/</guid>
		<description><![CDATA[<p>Sometimes this is how I feel when I have to translate for my mom...</p>
]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;">
  <object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/OACIfwkg7ns&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/OACIfwkg7ns&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364" /><br />
  </object>
</div>
<div style="text-align: center;">
  
</div>
<div style="text-align: left;">
  Sometimes this is how I feel when I have to translate for my mom&#8230;
</div>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/blog/translation-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Textpattern Gem: ReCaptcha</title>
		<link>http://yazminmedia.com/blog/textpattern-gem-recaptcha/</link>
		<comments>http://yazminmedia.com/blog/textpattern-gem-recaptcha/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 13:20:55 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Textpattern]]></category>
		<category><![CDATA[Add-ons]]></category>
		<category><![CDATA[CAPTCHA]]></category>
		<category><![CDATA[Comment Spam]]></category>
		<category><![CDATA[Digitize]]></category>
		<category><![CDATA[OCR]]></category>
		<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/textpattern-gem-recaptcha/</guid>
		<description><![CDATA[<p>I love blogs. I love setting them up. I especially love to see a blog I've setup for someone get used. About the only thing I really don't love about blogs is the comment spam. To get 4 or 5 emails with the same generic spam is just annoying...and my friend <a href="http://chefgarret.com/" title="ChefGarret Cookbook" target="_blank">Garret</a> agrees. So when he called me for help in adding some stricter monitoring of comments for his blog, I was delighted to find <a href="http://recaptcha.net/" target="_blank">reCAPTCHA</a>.<br /></p>
]]></description>
			<content:encoded><![CDATA[<p>I love blogs. I love setting them up. I especially love to see a blog I&#8217;ve setup for someone get used. About the only thing I really don&#8217;t love about blogs is the comment spam. To get 4 or 5 emails with the same generic spam is just annoying&#8230;and my friend <a title="ChefGarret Cookbook" href="http://chefgarret.com" target="_blank">Garret</a> agrees. So when he called me for help in adding some stricter monitoring of comments for his blog, I was delighted to find <a href="http://recaptcha.net/" target="_blank">reCAPTCHA</a>.</p>
<p>reCAPTCHA is a free service that takes CAPTCHA one step further. If you&#8217;re not familiar with a CAPTCHA, it&#8217;s a program that helps control the amount of spam received through web forms by generating tests that humans, but not computers, can pass. For example, when you visit a blog to comment and you are asked to type out a set of words, numbers, or phrase in order to submit your comment, that is a CAPTCHA.</p>
<p>What makes reCAPTCHA different is that they are using these web forms to help digitize material like books, newspapers and radio shows. By having humans process words that current computers find difficult reading, they are processing internet archives and old editions of the New York Times, for starters. I think this is one of the neatest ideas I&#8217;ve heard all week.</p>
<p>Check out this ScienCentral video explaining reCAPTCHA:</p>
<div style="text-align: center; margin-bottom: 10px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/VoybhowC4LE&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/VoybhowC4LE&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>They have application plugins for WordPress, Movable Type, and Joomla among several others. <a href="http://recaptcha.net/" target="_blank">Go check them out!</a></p>
<p>Have any other spam control plug-ins or addons I should consider? Let me know below!</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/blog/textpattern-gem-recaptcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding New Blog Content</title>
		<link>http://yazminmedia.com/blog/finding-new-blog-content/</link>
		<comments>http://yazminmedia.com/blog/finding-new-blog-content/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 12:00:31 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blog Management]]></category>
		<category><![CDATA[Business Blogging]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/finding-new-blog-content/</guid>
		<description><![CDATA[<p>One of the services I've recently started providing is what I like to call "<a href="http://yazminmedia.com/services/" title="YazminMedia - Services We Provide - Web Design, E-Commerce &#38; Database Development, Blog Management, Content Management Systems, Search Engine Optimization" target="_top">Blog Management</a>". Basically, you send me your original content in whatever format you have it saved - be that a Word document, a PDF file, an Excel spreadsheet, the restaurant napkin, whatever...</p>
]]></description>
			<content:encoded><![CDATA[<p><!--:en--></p>
<p style="text-align: center;"><img src="http://yazminmedia.com/wp-content/uploads/2009/06/blog-sitesnap.jpg" alt="blog-sitesnap.JPG" width="426" height="283" /></p>
<p>One of the services I&#8217;ve recently started providing is what I like to call &#8220;<a title="YazminMedia - Services We Provide - Web Design, E-Commerce &amp; Database Development, Blog Management, Content Management Systems, Search Engine Optimization" href="http://yazminmedia.com/services/" target="_top">Blog Management</a>&#8220;. Basically, you send me your original content in whatever format you have it saved &#8211; be that a Word document, a PDF file, an Excel spreadsheet, the restaurant napkin, whatever. I then scour through it for editing and split it up into blog posts that I leave scheduled on your blog according to your posting schedule.</p>
<p>With that service, I also keep an eye out on what is going on with your company on the Internet to supplement your content with other information related to you or your business. This works well for many companies, especially small business owners who are wearing more than one hat, if you know what I mean.</p>
<p>Since I provide this service of reading through documents and creating blog posts from my client&#8217;s content, you would think that when it comes time to blog on my own web sites, it would be a piece of cake. Let me tell you&#8230;that is far from the case.</p>
<p>After hemming and hawing regarding content, I usually end up not writing a thing. (Hence my lack of blog posts, but that&#8217;s neither here nor there.)</p>
<p>But have no fear! I ran across this excellent blog post for those of us having trouble coming up with new content. You can check it out here: <a title="Creating New Blog Content - A Simple Guide by Spyre Studios" href="http://spyrestudios.com/step-by-step-guide-to-creating-new-blog-content/" target="_blank">Creating New Blog Content &#8211; A Simple Guide</a>. An excellent way to approach content for your blog or web site for those times you are just stuck on writing your next words.</p>
<p>Or do you have other ways you break your blogging stop log? Share them with me in the comments&#8230;I need all the help I can get!<!--:--></p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/blog/finding-new-blog-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long time, no post&#8230;</title>
		<link>http://yazminmedia.com/blog/long-time-no-post/</link>
		<comments>http://yazminmedia.com/blog/long-time-no-post/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:20:18 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/?p=44</guid>
		<description><![CDATA[It's amazing how time just flies by when you're "doing life"...you work, you game, you go out with friends, you go to church, clean the house, make meal plans, do laundry, pay bills and start it all over again the next week.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s amazing how time just flies by when you&#8217;re &#8220;doing life&#8221;&#8230;you work, you game, you go out with friends, you go to church, clean the house, make meal plans, do laundry, pay bills and start it all over again the next week. By the time you realize it, years have passed by and important things just become victims of &#8220;doing life.&#8221;</p>
<p>That&#8217;s what happened to this Web site. It became one of the many victims of &#8220;doing life&#8221;&#8230;but no more! I&#8217;ve taken steps to revitalize this Web site and to keep my clients better informed.</p>
<p>The first step was to convert the backend of this Web site from Textpattern to WordPress. While Textpattern has been an excellent CMS, I realized that I really did want to start blogging on this site. In order to do that, I decided to go with WordPress, a platform that was built for just that&#8230;blogging.</p>
<p>While things aren&#8217;t exactly as they were with Textpattern, the design of the site has mainly remained the same. You will also noticed that I now have a monthly newsletter (to which I encourage you to sign up) with tips, updates and news pertaining to YazminMedia and to keeping your site profitable and up-to-date.</p>
<p>In the meantime, welcome to the newly updated YazminMedia Web site! Glad to have you here.</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/blog/long-time-no-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBHall Studios</title>
		<link>http://yazminmedia.com/industry/personal/jbhall-studios/</link>
		<comments>http://yazminmedia.com/industry/personal/jbhall-studios/#comments</comments>
		<pubDate>Sat, 23 Jun 2007 17:57:00 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Art & Photography]]></category>
		<category><![CDATA[Blogs - Wordpress]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JB Hall Studios]]></category>
		<category><![CDATA[Judson Hall]]></category>
		<category><![CDATA[MySQL Database]]></category>
		<category><![CDATA[Paypal Integration]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/?p=38</guid>
		<description><![CDATA[An art portfolio site for an Atlanta-based pen and ink artist...]]></description>
			<content:encoded><![CDATA[<p><img class="content-img-right" src="/images/client-jbhallstudios.jpg" alt="JBHall Studios website" /><strong>URL:</strong> <a title="Pen and paper artwork" href="http://www.jbhallstudios.com" target="_blank">www.jbhallstudios.com</a><br />
<strong></strong></p>
<p><strong>Work Completed:</strong> Blog setup, Template Customization<br />
<strong></strong></p>
<p><strong>Description:</strong> This is a portfolio site for a Atlanta-based pen and ink artist, Judson Hall.</p>
<p>The requirements to setup the site were:</p>
<ul>
<li>easy to maintain</li>
<li>clean design</li>
<li>purchasing options</li>
</ul>
<p>I managed to do just that with a premade WordPress template. I also setup a PayPal account to allow him to receive payments for his artwork.</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/industry/personal/jbhall-studios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechNet Resources, Inc.</title>
		<link>http://yazminmedia.com/portfolio/websites/technet-resources-inc/</link>
		<comments>http://yazminmedia.com/portfolio/websites/technet-resources-inc/#comments</comments>
		<pubDate>Tue, 30 Aug 2005 18:04:00 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blogs - Textpattern]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[Corporate]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MySQL Database]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[TechNet Resources]]></category>
		<category><![CDATA[Textpattern]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/?p=37</guid>
		<description><![CDATA[An easily maintained business site for a technical recruiting company based in Atlanta, Georgia.]]></description>
			<content:encoded><![CDATA[<p><img class="content-img-right" src="/images/client-technet.jpg" alt="TechNet Resources, Inc. website" /><strong>URL:</strong>www.tnri.net<br />
<strong></strong></p>
<p><strong>Work Completed:</strong> Website Design, Content Management System setup<br />
<strong></strong></p>
<p><strong>Description:</strong> An easily maintained business site for a technical recruiting company based in Atlanta, Georgia.</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/portfolio/websites/technet-resources-inc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team In Training Update Site</title>
		<link>http://yazminmedia.com/industry/non-profit-industry/team-in-training-update-site/</link>
		<comments>http://yazminmedia.com/industry/non-profit-industry/team-in-training-update-site/#comments</comments>
		<pubDate>Fri, 05 Aug 2005 05:47:00 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blogs - Wordpress]]></category>
		<category><![CDATA[Non-Profit]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[Donation Integration]]></category>
		<category><![CDATA[Gallery Setup]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MySQL Database]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/?p=34</guid>
		<description><![CDATA[A personal website established to chronicle the events of my husband and myself leading up to our 52-mile road skate for The Leukemia &#038; Lymphoma Society's Team In Training program.]]></description>
			<content:encoded><![CDATA[<p><img class="content-img-right" src="/images/client-tnt.gif" alt="Team In Training Update Site" /><strong>URL:</strong> <a href="http://www.yazmin.net/teamintraining/" target="_blank">www.yazmin.net/teamintraining/</a><br />
<strong></strong></p>
<p><strong>Work Completed:</strong> Website Design, Blog Setup, Donation Integration, WordPress Setup<br />
<strong></strong></p>
<p><strong>Description:</strong> A personal website established to chronicle the events of my husband and myself leading up to our 52-mile road skate for The Leukemia &amp; Lymphoma Society&#8217;s Team In Training program.</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/industry/non-profit-industry/team-in-training-update-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tigist Is Here</title>
		<link>http://yazminmedia.com/industry/personal/tigist-is-here/</link>
		<comments>http://yazminmedia.com/industry/personal/tigist-is-here/#comments</comments>
		<pubDate>Fri, 05 Aug 2005 05:20:00 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blogs - Textpattern]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Gallery Setup]]></category>
		<category><![CDATA[Guestbook]]></category>
		<category><![CDATA[Jalbum Integration]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MySQL Database]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Textpattern]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/?p=30</guid>
		<description><![CDATA[An easy-to-maintain family-friendly website for one beautiful bundle of joy.]]></description>
			<content:encoded><![CDATA[<p><img class="content-img-right" src="/images/client-tigist.jpg" alt="Tigist is Here website" /><strong>URL:</strong> <a href="http://www.tigistishere.com" target="_blank">www.tigistishere.com</a><br />
<strong></strong></p>
<p><strong>Work Completed:</strong> Website Design, Blog Setup, Gallery Setup, Guestbook Functionality<br />
<strong></strong></p>
<p><strong>Description:</strong> An easy-to-maintain family-friendly website for one beautiful bundle of joy.</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/industry/personal/tigist-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Math2Go</title>
		<link>http://yazminmedia.com/portfolio/websites/math2go/</link>
		<comments>http://yazminmedia.com/portfolio/websites/math2go/#comments</comments>
		<pubDate>Tue, 28 Jun 2005 09:46:00 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[Gallery Setup]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Mambo CMS]]></category>
		<category><![CDATA[MySQL Database]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/?p=28</guid>
		<description><![CDATA[A complete redesign from the ground up of Math2Go, an educational company that uses race cars to teach kids about math and science.]]></description>
			<content:encoded><![CDATA[<p><strong>URL:</strong> www.math2go.org<br />
<strong></strong></p>
<p><strong>Work Completed:</strong> PHP website with Mambo CMS Backend and photo gallery<br />
<strong></strong></p>
<p><strong>Description:</strong> A complete redesign from the ground up of Math2Go, an educational company that uses race cars to teach kids about math and science.</p>
<p><img class="content-img-left" src="/images/client-math2go1.gif" alt="Math2Go website" /><img class="content-img-right" src="/images/client-math2go2.gif" alt="Math2Go website" /><br />
<img class="content-img-left" src="/images/client-math2go3.gif" alt="Math2Go website" /><img class="content-img-right" src="/images/client-math2go4.gif" alt="Math2Go website" /></p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/portfolio/websites/math2go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Imaging Resource</title>
		<link>http://yazminmedia.com/portfolio/websites/the-imaging-resource/</link>
		<comments>http://yazminmedia.com/portfolio/websites/the-imaging-resource/#comments</comments>
		<pubDate>Tue, 28 Jun 2005 08:32:00 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Art & Photography]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[Gallery Setup]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MySQL Database]]></category>
		<category><![CDATA[Paypal Integration]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/?p=24</guid>
		<description><![CDATA[A large and complex website consisting of an over 800 digital camera database and 1500+ digital camera reviews.]]></description>
			<content:encoded><![CDATA[<p><img class="content-img-right" src="/images/client-ir.gif" alt="The Imaging Resource website" /><strong>URL:</strong> <a href="http://www.imaging-resource.com/" target="_blank">www.imaging-resource.com</a><br />
<strong></strong></p>
<p><strong>Work Completed:</strong> PHP Scripting, MySQL Database creation, Website workflow process setup, Tables to CSS conversion, SSI Templates<br />
<strong></strong></p>
<p><strong>Description:</strong> A large and complex website consisting of an over 800 digital camera database and 1500+ digital camera reviews.</p>
<p>With over 30,000 pages on their site (and continually growing), The Imaging Resource needed a way to alleviate the process of posting new content.</p>
<p>Together, we modified the backend of the site and created a template based system that drastically reduces the length and download time of review pages. In addition, new database and site functionality scripts are created monthly in a continual effort to improve the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/portfolio/websites/the-imaging-resource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

