<?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>BeCreative Magazine &#187; Articles</title>
	<atom:link href="http://becreativemagazine.com/category/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://becreativemagazine.com</link>
	<description>Powered By Coffee Alone!</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:35:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>A Quick Look At Magento As An eCommerce Solution</title>
		<link>http://becreativemagazine.com/2010/06/a-quick-look-at-magento-as-an-ecommerce-solution/</link>
		<comments>http://becreativemagazine.com/2010/06/a-quick-look-at-magento-as-an-ecommerce-solution/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:27:40 +0000</pubDate>
		<dc:creator>Seb Kay</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=1089</guid>
		<description><![CDATA[I&#8217;ve been using Magento for a few weeks now and let&#8217;s just say it wasn&#8217;t an easy journey. I don&#8217;t want that to put you off though, because I approached it the wrong way. I had a quick skim over the Magento For Designers Series on NetTuts+. (Not all parts had been posted when I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://www.magentocommerce.com/">Magento</a> for a few weeks now and let&#8217;s just say it wasn&#8217;t an easy journey. I don&#8217;t want that to put you off though, because I approached it the wrong way.</p>
<p>I had a quick skim over the <a href="http://net.tutsplus.com/tutorials/php/magento-for-designers-part-i/">Magento For Designers Series on NetTuts+</a>. (Not all parts had been posted when I started reading them), I read up to chapter 4. If you&#8217;ve read them then you can imagine my confusion when parts weren&#8217;t working and I couldn&#8217;t get the shop to show what I wanted.</p>
<p>Magento, at it&#8217;s core is quite hard to get the hang of at first. Just setting it up locally can be tricky for someone who isn&#8217;t at all familiar with eCommerce solutions such as me. I managed to get there in the end though.</p>
<h2>The Back-End Interface</h2>
<p>The back end interface is something that took me by surprise at first. The main things that I didn&#8217;t like straight of the bat were the navigational links. Nine links, almost each with at least 5 &#8211; 10 sub-links. On top of that, there is also another layer of links that appear from time to time. Yes, three levels worth!</p>
<p>Apart from the navigation the back-end admin panel is rather nice once you get the hang of it. It&#8217;s very clear what each page does, (that&#8217;s if you know a bit about eCommerce or just Commerce in general), and the design isn&#8217;t half bad either, although it&#8217;s no WordPress. There are also some warning dialog boxes which come up exactly where and when you need them, very helpful, especially on a live site.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/06/img_1.jpg" alt="Magento" title="Magento" width="590" height="250" class="alignnone size-full wp-image-1092" /></p>
<h3>The Products and Categories</h3>
<p>The main things I&#8217;m going to go over are the Products and Categories. Adding products can be a nightmare at first, there must be at least 30+ to 50+ options on each new item and just getting the basic info put in can be a bit of bother. However, there is and upside, all of these options give you incredibly freeing functionality over how your store and products in general are run and displayed.</p>
<p>The Categories. The categories are, in a way, the same as the products; They can be hard to set up when you&#8217;re new to it all but in the end the amount of options are incredibly useful. The problem that plagues the categories interface is a simple problem, which isn&#8217;t that hard to fix, the copy. The copy really does bring that old feeling of:</p>
<div class="big_quote">
<p>This was obviously made by a developer&#8230;</p>
</div>
<p>It&#8217;s a problem that brings Magento down to a level it doesn&#8217;t need to go. I would like to see and interface that didn&#8217;t ask me for a URL Key or which CMS Block to add a new product to.</p>
<h2>The Code</h2>
<p>The code is surprising easy to understand. It reminds me of WordPress. As with WordPress you would just type the name of a PHP Function to get what you wanted here it&#8217;s just a matter of:</p>
<p>[sourececode language="php"]<br />
<?php $this->getChildHtml(&#8216;topMenu&#8217;) ?><br />
[/sourcecode]</p>
<p>The above code would get the list of categories that you&#8217;ve set up for the shop from the back-end. Please remember that they&#8217;ll only show up if you enable it with the back-end options.</p>
<h3>The XML Side of Things</h3>
<p>The XML is something you&#8217;ll have difficulty with. At first they seem a little bit pointless but as time goes on you&#8217;ll notice that quite a lot, if not all the functionality of you&#8217;re site is done through these. There&#8217;s a vast amount of XML files that you can use, ranging from the basic page template to the code for the wish list and even Google Checkout. I won&#8217;t pretend I know what the more advanced files are for because I honestly have no clue <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>If you&#8217;re a developer then I would suggest going through a few tutorials which teach the basics of theming for Magento, like the <a href="http://net.tutsplus.com/tutorials/php/magento-for-designers-part-i/">Magento For Designers Series on NetTuts+</a>. Then just go for it and dive straight it. I found it easiest to find out what each file, (that I actually needed of course), did, then I would strip away the the few I didn&#8217;t need one by one, until I had my own basic Magento version of <a href="http://starkerstheme.com">Starkers for WordPress</a>.</p>
<h2>The Conclusion and My Final Thoughts</h2>
<p>Although this has obviously been a short post compared to others I hope you either now have a reason to use Magento or have decided to go somewhere else. I know that this review seems a touch negative in most places but when using Magento the benefits are obvious. You get a free piece of incredibly powerful eCommerce software. I hope that by showing you the things I disliked then you can decided on whether these things can be put up with, because to me, Magento is what I&#8217;ll be using for the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/06/a-quick-look-at-magento-as-an-ecommerce-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPBundle &#8211; A WordPress Themes Bundle by Function</title>
		<link>http://becreativemagazine.com/2010/05/wpbundle-a-wordpress-themes-bundle-by-function/</link>
		<comments>http://becreativemagazine.com/2010/05/wpbundle-a-wordpress-themes-bundle-by-function/#comments</comments>
		<pubDate>Mon, 24 May 2010 16:31:31 +0000</pubDate>
		<dc:creator>Seb Kay</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wpbundle]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=950</guid>
		<description><![CDATA[WPBundle appears to be the new project from the amazingly talented designer Liam McKay. He is, (as I understand it), the owner of Function. A small design and development company which makes custom WordPress themes. If you haven&#8217;t yet checked it out, WPBundle is a brand new WordPress Themes bundle. Here is a little info [...]]]></description>
			<content:encoded><![CDATA[<p>WPBundle appears to be the new project from the amazingly talented designer Liam McKay. He is, (as I understand it), the owner of <a href="http://wefunction.com/">Function</a>. A small design and development company which makes custom WordPress themes.</p>
<p>If you haven&#8217;t yet checked it out, <a href="http://www.wpbundle.com/">WPBundle is a brand new WordPress Themes bundle</a>. Here is a little info directly from the site:</p>
<div class="big_quote">
<p> WPBundle or  WordPress Bundle , is as it sounds, a WordPress Themes Bundle, built by Function. It will include 10 core themes, and multiple style variations. We’ll be adding style variations throughout the life of the project to offer you regularly updated designs to work with your themes, as well as core fixes and upgrades.</.p>
</div>
<p>My first impression was WOW! Very excited about this, I&#8217;m also eager to see the sorts of designs Liam has ready for us. You can actually <a href="http://wefunction.com/2010/05/announcing-wpbundle/">read more about the project over on his blog</a>, I&#8217;m especially happy now I&#8217;ve found out what the following images from Liam&#8217;s Dribbble account are all about:<br />
<center><br />
<img src="http://dribbble.com/system/screenshots/15617/shot_1271260460.jpg?1271260460" alt="Dribbble Shot By Liam McKay #1" /><br />
<img src="http://dribbble.com/system/screenshots/15356/shot_1271179280.jpg?1271179280" alt="Dribbble Shot By Liam McKay #2" /><br />
</center></p>
<h2>WPBundle &#8211; Info Video</h2>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="620" height="406" 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://vimeo.com/moogaloop.swf?clip_id=11965876&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="620" height="406" src="http://vimeo.com/moogaloop.swf?clip_id=11965876&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Also be sure to tweet the post so that everyone gets the chance to hear about it. From one designer to another, great job and good idea to Liam and the rest of his team!</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/05/wpbundle-a-wordpress-themes-bundle-by-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s hot and what&#8217;s not &#8211; Part I</title>
		<link>http://becreativemagazine.com/2010/04/whats-hot-and-whats-not-part-i/</link>
		<comments>http://becreativemagazine.com/2010/04/whats-hot-and-whats-not-part-i/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 10:00:32 +0000</pubDate>
		<dc:creator>Patrik</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[activeden]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[envato]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flashden]]></category>
		<category><![CDATA[kriesi]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[themeforest]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=872</guid>
		<description><![CDATA[As I mentioned above, we have quite a few marketplaces to go around for everyone to purchase and download buttons, themes, effects, fonts and so much more. So today we&#8217;re gonna have a closer look at the of the most popular marketplaces. And of course, we will cover what&#8217;s hot today and what&#8217;s not in [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned above, we have quite a few marketplaces to go around for everyone to purchase and download buttons, themes, effects, fonts and so much more. So today we&#8217;re gonna have a closer look at the of the most popular marketplaces. And of course, we will cover what&#8217;s hot today and what&#8217;s not in some form. So, shall we get started?</p>
<h2>Hot Flash Files</h2>
<p>First we have a marketplace from the ever growing <a href="http://envato.com">Envato Network</a>. Formerly known as Eden. This is actually one of the first marketplaces online and it&#8217;s still going strong. Some of you might know it as, FlashDen and some of you might only know it by it&#8217;s new name,  <a href="http://activeden.net/?ref=BeCreativeMagazine">ActiveDen</a>. Either way, you&#8217;re still looking at a site that&#8217;s going as strong now as it was a couple of years ago. If not even stronger. But what makes this site so popular? Well, today we&#8217;re gonna have a closer look at it and try to uncover the secrets to Envato&#8217;s success that never seems to stop.</p>
<p>To measure what&#8217;s going strong today isn&#8217;t that hard. Envato has been kind enough to show everyone a link to the most popular files this week. And I just love it, makes my work a whole lot easier and it saves me alot of time.</p>
<p>The images comes from the &#8220;most popular files&#8221; tab on ActiveDen So lets see what files and actions are the most popular ones this week shall we?</p>
<p>First we have &#8211; XML Flip Book / AS3 (The name says it all)</p>
<div class="tutorial_image"><a href="http://activeden.net/item/xml-flip-book-as3/63869/?ref=BeCreativeMagazine"><img src="http://s3.envato.com/files/226222.jpg" border="0" /></a></div>
<p>We even have &#8211; Black &#038; White Deeplinking Template. (Yet again, the name says it all)</p>
<div class="tutorial_image"><a href="http://activeden.net/item/black-white-deeplinking-template/98809/?ref=BeCreativeMagazine"><img src="http://s3.envato.com/files/315643.jpg" border="0" /></a></div>
<h2>WordPress And Blogging</h2>
<p>Belive it or not, one of the most popular platform to work from today is actually WordPress. And I just have to say, Wow. I remember a number of years back when WordPress first came, and I was impressed on what cool features it had. But to be honest, who ever expected WordPress to become the number one platform to use for all kinds of sites? I guess no one did, but it&#8217;s still not a surprise either. Because what platform are as easy to customize to whatever you need as WordPress is today?</p>
<p>Unless you build your own CMS (content management system) I guess no platform will ever be as easy to use as WordPress. Which can only bring us to one conclusion, <a href="http://wordpress.com">WordPress</a> is the CMS everyone uses. Everyone from big companies to a beginner in blogging. Just take a look at Envato. They use WordPress for all their blogs, except the marketplaces blogs.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img1.png" alt="" title="img1" width="590" height="120" class="alignnone size-full wp-image-884" /></div>
<p>But why you might ask? Well, just because it&#8217;s so easy to work with, almost everyone uses it today. And it&#8217;s so easy to customize for what you need and what you already have. So this brings us to <a href="http://activeden.net/?ref=BeCreativeMagazine">ActiveDen´s</a> big brother, <a href="http://themeforest.net/?ref=BeCreativeMagazine">ThemeForest</a>, and it&#8217;s authors.</p>
<p>Just take a look at the sales difference for WordPress themes against Flash files this week and you&#8217;ll see what I mean.</p>
<div class="tutorial_image"><a href="http://activeden.net/?ref=BeCreativeMagazine"><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img2.png" alt="" title="img2" width="590" height="380" class="alignnone size-full wp-image-887" /></div>
<p></a></p>
<h3>Answers From The Expert Himself</h3>
<p>And if that&#8217;s not enough for you, just take a look at the most popular author on ThemeForest, <a href="http://themeforest.net/user/Kriesi/?ref=BeCreativeMagazine">Kriesi</a>. He&#8217;s been making a little over $25K a month selling only WordPress themes on ThemeForest. What&#8217;s his secret? Well, to get an answer on that question you just have to ask him. And this is exactly what I did.</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img3.png" alt="" title="img3" width="590" height="242" class="alignnone size-full wp-image-889" /></div>
<p>And here&#8217;s his answer:</p>
<div class="big_quote">
<p>I think attention to detail is the key for me. I always try to make<br />
my themes as perfect as possible, often when the design is almost<br />
finished I stare 5 Hours at my Mac and just move/exchange small elements<br />
to check if I can make it look any better.</p>
<p>Same goes for coding, especially when it comes down to javascript and<br />
front end animations and functions. Every transition has to be smooth.
</p>
<p>I am willing to<br />
invest a ton of time into details that most people maybe wont even<br />
notice. My last theme <a href="http://bit.ly/cleancut">CleanCut</a> uses a custom<br />
Slideshow and I think I spent a whole day on the advanced block sorting, although I am pretty sure<br />
most people wont ever use it <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Since you don&#8217;t have a deadline for your themes, you can and should take<br />
the time to deliver your best possible piece of work, otherwise you wont<br />
compete versus others that do exactly that&#8230;
</p>
</div>
<p>And as friendly as a top author can be, Kriesi even gives you new authors/designers out there a little help to why you should never be discouraged from doing what you love.</p>
<div class="big_quote">
<p>I&#8217;ve said this earlier and I say it again since I think its one of<br />
the most important things to keep in mind: If you are new to one of the<br />
marketplaces chances are high that your first few submissions will get<br />
rejected.</p>
<p>Don’t take it personally, it happened to most authors here, including<br />
me. Everyone knows that it’s not particularly exciting to get a theme<br />
rejected that you have crafted with passion, but you need to take this<br />
as a chance to step up your game. Make use of the marketplace community, which is VERY<br />
helpful (more than I’ve ever seen in any other forum). If you ask, you<br />
will always find someone who helps you out with some quick tips.
</p>
</div>
<h2>Conclusion</h2>
<p>Thank you Kriesi for answering these questions for us. We know you are really busy with everything so this is strongly appreciated by us here at, BeCreative Magazine and our awesome readers. <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This has to conclude the first part of this 3 part series on what&#8217;s hot and what&#8217;s not. So stay tuned for next part by <a href="http://feeds.feedburner.com/BecreativeMagazine">subscribing to our feed</a> today.</p>
<p>See you all in part II</p>
<div class="quote">
<p>If you wish to have a closer look at, <a href="http://themeforest.net/user/Kriesi/?ref=BeCreativeMagazine">Kriesi</a>. Make sure to check out his <a href="http://twitter.com/Kriesi">Twitter</a> and <a href="http://www.facebook.com/people/@/http://www.facebook.com/pages/Kriesi/333648177216">Facebook</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/04/whats-hot-and-whats-not-part-i/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Common WordPress Mistakes For Beginners #1: The &#8216;Reading&#8217; Settings</title>
		<link>http://becreativemagazine.com/2010/04/common-wordpress-mistakes-for-beginners-1-the-reading-settings/</link>
		<comments>http://becreativemagazine.com/2010/04/common-wordpress-mistakes-for-beginners-1-the-reading-settings/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 21:22:20 +0000</pubDate>
		<dc:creator>Seb Kay</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[common mistakes for beginners]]></category>
		<category><![CDATA[wordpress settings]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=770</guid>
		<description><![CDATA[New Series On BCM? Short answer: Yes! If you&#8217;ve been to this awesome site before then you&#8217;ll know that I&#8217;m terrible at starting posts off. So I usually just start off with something totally random! However my main point here is to inform you that this is the first post of what will be a [...]]]></description>
			<content:encoded><![CDATA[<h2>New Series On BCM?</h2>
<p>Short answer: Yes! If you&#8217;ve been to this awesome site before then you&#8217;ll know that I&#8217;m terrible at starting posts off. So I usually just start off with something totally random! However my main point here is to inform you that this is the first post of what will be a lengthy series on <a href="http://becreativemagazine.com/2010/01/common-mistakes-when-setting-up-a-wordpress-blog/">Beginner Mistakes in WordPress</a>. You&#8217;ll see where I got the inspiration from by clicking that link <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h2>The Settings: Home? Front Page? Blog? Posts Page?</h2>
<p>I know that everyone has been troubled by this since the dawn of&#8230;Well the first time it was added to WordPress. The thing I&#8217;m talking about is on the <strong>Settings -> Reading</strong> page.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_1.jpg" alt="Settings -&gt; Reading Settings Page" title="Setting page: Reading" width="590" height="379" class="alignnone size-full wp-image-772" /></p>
<p>Yes, choosing what goes where in these settings can be a little troubling. The thing you have to understand first is why have these options in the first place? Because at its core WordPress is not a CMS, I know most people like to think of it as a CMS but its really not. Its a blogging platform, just like Blogger; WordPress is just ten times better with much more custom functionality.</p>
<p>So considering that I&#8217;ll explain which to choose for your site, in an easy to understand diagram of which settings work when and where.</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2010/04/img_2.png" alt="Settings Diagram for WordPress settings" title="Settings Diagram for WordPress settings" width="590" height="700" class="alignnone size-full wp-image-776" /><br />
<small>Okay then I&#8217;ll be the first to admit that its not really a diagram, more of list; But you have to say, it does look pretty cool!</small></p>
<p>So as you can see, and maybe to your surprise, WordPress is so customizable that with only 3-4 options you can really have any type of site you want. Now obviously for something such as the <strong>Twitter Update Service</strong> you would need the help of some outside coding but never the less it can be done.</p>
<h2>Knowing What Goes Where and When</h2>
<p>If you wish you can just keep coming back to our site everytime you want to know <em>What Goes Where and When</em> then by all means go right ahead. However it would be much more productive if you knew. Any WordPress coder worth his salt should instinctively know; So what you need to do is go an try out a few of the options above and see what works in your situation. After a while you should hopefully have leaned the difference. Also try coding a different style of site everytime you whack out the <a href="http://elliotjaystocks.com/blog/free-starkers-wordpress-theme/">Starkers WordPress Theme</a> to get to know when and where!</p>
<h2>Conclusion</h2>
<p>Although this has been a rather short post, I do hope that you <a href="http://feedburner.google.com/fb/a/mailverify?uri=BecreativeMagazine&#038;loc=en_US">subscribe to our site by e-mail</a> to be updated when part two and beyond is released. If you&#8217;re more of an RSS type person we have one of those as well, just <a href="http://feeds.feedburner.com/BecreativeMagazine">click here to subscribe to our RSS Feed</a>. Could you also say if I messed anything up; I would like to be told, wouldn&#8217;t you?</p>
<p>Enjoy this post? Then say in the comments! Hate it? Then still say in comments!</p>
<p><center>
<p><a href="http://tutsplus.com/amember/go.php?r=5482&#038;i=b46"><img src="http://miscfiles.s3.amazonaws.com/banners/nettuts_468x60.jpg" border=0 alt="Net Premium: web dev education from the professionals." width=468 height=60></a></p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/04/common-wordpress-mistakes-for-beginners-1-the-reading-settings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Top 20 &#8216;Clients From Hell&#8217; of The Past Year</title>
		<link>http://becreativemagazine.com/2010/01/the-top-20-clients-from-hell-of-the-past-year/</link>
		<comments>http://becreativemagazine.com/2010/01/the-top-20-clients-from-hell-of-the-past-year/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 11:48:26 +0000</pubDate>
		<dc:creator>Seb Kay</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[clients from hell]]></category>
		<category><![CDATA[top 20]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=534</guid>
		<description><![CDATA[Clients From Hell? As you probably gathered from the preview image above, this article is featuring some of the best/worst client requests of the past year from a site named nothing more than, Clients From Hell. We decided to do this because quite simple it&#8217;s a favourite of ours, which should soon show up in [...]]]></description>
			<content:encoded><![CDATA[<h2>Clients From Hell?</h2>
<p>As you probably gathered from the preview image above, this article is featuring some of the best/worst client requests of the past year from a site named nothing more than, <a href="http://clientsfromhell.tumblr.com">Clients From Hell</a>.</p>
<p>We decided to do this because quite simple it&#8217;s a favourite of ours, which should soon show up in the footer links section, so site back and enjoy!</p>
<h3>1.) Shitlistr &#8211; September 23rd</h3>
<p><img src="http://18.media.tumblr.com/tumblr_kqessdSHOk1qzwya5o1_500.png" /></p>
<div class="big_quote">
<p>&#8220;We are in the process of creating a Facebook application called “ShitListr” this allows you to virtually add people to your shit list. We are looking to have the logo redone and potentially have the whole application interface built by you guys, but I would currently only be interested in seeing how the logo turns out first.&#8221;</p>
</div>
<h3>2.) Fantasy Land&#8230;Rover?</h3>
<div class="big_quote">
<p>
&#8220;I want the cover to be a black SUV driving through a field of flowers towards a mountain with a fishing pole sticking out the back window… oh and the sky needs to be tie-died.&#8221;
</p>
</div>
<h3>3.) &#8230;So, it&#8217;s a calculator right?</h3>
<p><strong>Initial email from a client:</strong></p>
<div class="big_quote">
<p>&#8220;I’m working with a web developer to build a website. The purpose of this website is to calculate certain outputs based on very specific inputs. This website will be, and currently is, private (access given by administrator). It will not have a large audience, nor is there potential for a large audience (potentially 100, maybe a few hundred but probably not more than 1,000). The developer has built the back-end and created a simple front-end GUI; however, because this is going to be used by, albeit, a small audience, it should have a friendly and simple to understand design, GUI and user experience. The total number of pages currently included in the front-end website is 19.&#8221;</p>
</div>
<p><strong>When asked to elaborate:</strong></p>
<div class="big_quote">
<p>&#8220;The website is an elaborate calculator. Those given access, sign in, are taken to a home page, click on a specific sub-page and are then taken to a front-end GUI that calculates an output. If you would be so inclined, and before getting too specific, I would need to send you an NDA for execution by someone eligible to sign the document at xxxxxxx.&#8221;</p>
</div>
<h3>4.) A Little Too Soon</h3>
<div class="big_quote">
<p>&#8220;You came to see me yesterday and I don’t see any sign of my new website going live yet? What’s going on?&#8221;</p>
</div>
<h3>5.) Yeah&#8230;Sureeeeee<br />
<h3>
<p><strong>Another entertaining first-contact with a no-go project proposal…</strong></p>
<div class="big_quote">
<p>&#8220;I wanted a theme for a blog that I would need. I need the blog to be very tacky, very web2.0-ish. I need in similar layout (layout, not colors and style) like http://psdtuts.com/ I am willing to pay $150 for this. </p>
<p>But I will need a lot of designing since this is a blog which will be hooked on to several other things. If you want to help me out, you will get 15% of what I make, here is my business plan. I am already working in the field and I have 2 years of experience, as well as idea regarding business planning, hosting, wordpress diagnostics, marketing. All I need is a developer.. Again, here&#8217;s the plan. User gen. Review website The mini pitch: &#8216;You write, we pay&#8217; &#8220;</p>
</div>
<h3>6.) Add Flash To The Newsletter</h3>
<div class="big_quote">
<p>&#8220;The email newsletter design that you showed us is not fun enough. Can you be innovative and make it interesting by adding some Flash animations?&#8221;</p>
</div>
<h3>7.) Lorem Ipsum&#8230;</h3>
<div class="big_quote">
<p>&#8220;I had a client review a design, and all the textarea’s were filled with ‘Lorem Ipsum’. Reply: It looks good, but we don’t understand it.&#8221;</p>
<p><strong>Me:</strong> &#8220;What don’t you understand?&#8221;</p>
<p><strong>Reply:</strong> &#8220;The text. What language is that anyway?&#8221;</p>
<p><strong>Me:</strong> &#8220;It doesn’t mean anything, it’s to fill up the textareas. Just focus on the design, not the content.&#8221;</p>
<p><strong>Reply, after a day or two:</strong> &#8220;Could you please type the text from our brochure in there, we can’t review the site in a foreign language.&#8221;</p>
</div>
<h3>8.) Radiation? No Need To Worry</h3>
<div class="big_quote">
<p>&#8220;That chart about the different kinds of radiation makes the radiation seem too scary. Can you make it look friendlier?&#8221;</p>
</div>
<h3>9.) Don&#8217;t Trust Your Son</h3>
<p><strong>These were the days of the Netscape navigator.</strong></p>
<p><strong>We prepared a photoshopped design proposal for the upcoming brand-new website of a corporation: Black text on white pages, with headlines and links using the corporate design colors.</strong></p>
<div class="big_quote">
<p><strong>The CEO replied:</strong> &#8220;You guys are amateurs! Swindlers! I showed this to my son, he knows HTML. This isn’t possible! Everybody knows that in Netscape, pages are gray, links are blue and visited links are purple.&#8221;</p>
</div>
<h3>10.) The..Ummm&#8230;Googles?</h3>
<div class="big_quote">
<p><strong>CLIENT:</strong> &#8220;Make sure you tell the Googles of the world that the site will be launching soon so it places high in their results.&#8221;</p>
</div>
<h3>11.) How About We Try Blue?</h3>
<div class="big_quote">
<p>
<strong>Client: </strong>&#8220;We like the design, but could you make the blues all the same.&#8221;</p>
<p><strong>Me:</strong> &#8220;It’s the same blue through out the design.&#8221;</p>
<p><strong>Client:</strong> &#8220;It looks like different blues.&#8221;</p>
<p><strong>Me:</strong> &#8220;That’s because colors are perceived differently dependent on neighboring colors.&#8221;</p>
<p><strong>Client:</strong> &#8220;That’s stupid.&#8221;
</p>
</div>
<h3>12.) Photoshop vs. Paint</h3>
<div class="big_quote">
<p>&#8220;I understand that you prefer to use photoshop, but we don’t feel like that program is universal enough. If you could do all of the design work in Microsoft Paint it would be easier for us to edit what you do and give you an idea of the changes we want.&#8221;</p>
</div>
<h3>13.) Dipped In Gold Please</h3>
<div class="big_quote">
<p>
&#8220;I want the design to look like 5 people standing outside a theater, having a conversation after a movie, waiting to be picked up by a car… dipped in gold.!&#8221;
</p>
</div>
<h3>14.) Need A Gardener?</h3>
<div class="big_quote">
<p>
<strong>Client:</strong> I have two logos I want you to develop for me. What’s your rate?</p>
<p><strong>Me:</strong> &#8220;Great! My rate is $250 per logo. But I understand you’re just starting up and I would be able to cut you a deal if that’s out of your range.&#8221;</p>
<p><strong>Client:</strong> &#8220;What’s &#8216;a deal&#8217; ?&#8221;</p>
<p><strong>Me</strong>: &#8220;How about $200 for both logos?&#8221;</p>
<p><strong>Client:</strong> &#8220;I can’t really afford that. What if I gave you $50, and mowed your lawn?&#8221;
</p>
</div>
<h3>15.) The New Age Of The Web</h3>
<div class="big_quote">
<p>
&#8220;We really don’t like web as a medium. Can you please force our sites visitors to print out a copy of every page? We want our page to be more tangible.&#8221;
</p>
</div>
<h3>16.) He Knows What He&#8217;s Talking About</h3>
<div class="big_quote">
<p>
<strong>Client:</strong> &#8220;Our site has been hacked! There are little orange boxes on it!&#8221;</p>
<p><strong>Me:</strong> &#8220;Yes, those indicate RSS feeds. You’ll see them on all major sites.&#8221;</p>
<p><strong>Client:</strong> &#8220;Well, we should remove them, they look like hacking.&#8221;</p>
</div>
<h3>17.) Words Have Failed Me On This One&#8230;</h3>
<div class="big_quote">
<p>
&#8220;I want it that whenever someone visits our website it automatically installs an icon with a picture of a dog on their desktop. The dog should walk around the screen.&#8221;
</p>
</div>
<h3>18.) Sorry But THEY&#8217;RE DEAD!</h3>
<div class="big_quote">
<p>
&#8220;All these drawings about dinosaurs… Why can’t we have photos?&#8221;
</p>
</div>
<h3>19.) You Cheap&#8230;</h3>
<div class="big_quote">
<p>
&#8220;Can you show Joanne [client’s secretary] how you designed our business cards. I don’t want to pay you for doing them.&#8221;
</p>
</div>
<h3>20.) Standing Out From The Crowd</h3>
<div class="big_quote">
<p>
&#8220;I want my website to look exactly like yours. That would be perfect. Except I want my own logo—exactly like this company’s.&#8221;
</p>
</div>
<h3>This is a Bonus One</h3>
<div class="big_quote">
<p>
&#8220;I dont care if it loses 90% of visitors, we cant have a skip on the website intro, we paid a lot of money for that and everybody has to see it.&#8221;
</p>
</div>
<h2>What&#8217;s Next?</h2>
<p>If you enjoyed this little post then be sure to check back often or <a href="http://feeds.feedburner.com/BecreativeMagazine">subscribe to our RSS Feed</a> for future updates on our content. Maybe if enough people like it I&#8217;ll do another one in time to come. <del datetime="2010-01-21T21:23:52+00:00">Comment, rate and subscribe</del>&#8230;Ohh wait&#8230;Comment and subscribe!</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/01/the-top-20-clients-from-hell-of-the-past-year/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Common Mistakes When Setting Up A WordPress Blog</title>
		<link>http://becreativemagazine.com/2010/01/common-mistakes-when-setting-up-a-wordpress-blog/</link>
		<comments>http://becreativemagazine.com/2010/01/common-mistakes-when-setting-up-a-wordpress-blog/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 12:06:12 +0000</pubDate>
		<dc:creator>Seb Kay</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[common mistakes]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=478</guid>
		<description><![CDATA[Pages vs. Categories Now, I&#8217;ve noticed on a few blogs lately the one hurdle that many new wordpress developers stumble on is the whole set up of the blog it&#8217;s self, the code as well as the Behind-The-Scenes Dashboard. Here&#8217;s A Big Stumbling Block For Some: The main problem is how to use the files [...]]]></description>
			<content:encoded><![CDATA[<h2>Pages vs. Categories</h2>
<p>Now, I&#8217;ve noticed on a few blogs lately the one hurdle that many new wordpress developers stumble on is the whole set up of the blog it&#8217;s self, the code as well as the <em>Behind-The-Scenes Dashboard</em>.</p>
<h3>Here&#8217;s A Big Stumbling Block For Some:</h3>
<p>The main problem is how to use the files you have, for example: <strong>Do you use the &#8216;page.php&#8217; file or the &#8216;archive.php&#8217; file, (used for the categories), as the file to display your most recent posts on the site?</strong></p>
<p>The answer is the &#8216;archive.php&#8217; file, <strong>Do not mix this up with the &#8216;archives.php&#8217; file</strong>, (used for an archive index like on <a href="http://digwp.com/archives/">Digging Into WordPress</a>).<br />
The reason is because wordpress is much easier to handle if you show a page listed with certain posts from certain categories, rather than just using the wordpress pages creator. Because the wordpress page creator makes pages that are, in a sense, very static compared to the use of the categories.</p>
<h3>Can I Explain Deeper?</h3>
<p>Why yes, yes i can, one of the best ways to show you what i mean is by explaining what the &#8216;Pages&#8217; should be used for, then I&#8217;ll explain why the categories page, (&#8216;archive.php&#8217;), is better for showing a list of certain posts.</p>
<p>Here&#8217;s a few examples:</p>
<ol>
<li><a href="http://net.tutsplus.com/">Net.TutsPlus.com</a>: Go to a page like &#8216;Tutorials&#8217; and look at the URL, says <code>/category/tutorials</code> right?</li>
<li><a href="http://www.tutorial9.net/">Tutorial9</a>: Go to the &#8216;Photoshop Tutorials&#8217; tab, guess what it says?&#8230;yup that&#8217;s right <code>/category/photoshop</code></li>
<li><a href="http://www.noupe.com/">Noupe.com</a>: Go ahead and check out the &#8216;CSS&#8217; nav link.</li>
</ol>
<p>OK i think you get my point now, the basics of it are that &#8216;Categories&#8217; work better than pages because they were designed to showcase recent posts in chronological order, however pages where designed to be static-ish pages, used for &#8216;About Info&#8217; and &#8216;Favourite Links&#8217; etc..</p>
<p>More examples coming up, and the same sites for more emphasis!:</p>
<ol>
<li><a href="http://net.tutsplus.com/about/">Net.TutsPlus.com</a>: The, (very well done), About page.</li>
<li><a href="http://www.tutorial9.net/get-paid-to-write/">Tutorial9</a>: The Write For Us page</li>
<li><a href="http://www.noupe.com/about">Noupe.com</a>: And the About page for Noupe.</li>
</ol>
<p>As you can see, in wordpress there&#8217;s a place and a use for everything. Although some things just work better in certain places rather than others. As you can see. If you have any problems with this then drop a comment below and I&#8217;ll go into even more detail for you <img src='http://becreativemagazine.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Design of Thou Blog</h2>
<p>You won&#8217;t see this very much, if at all, but there are a few cases where wordpress blogs are designed by some who wants to be different&#8230;but for all the wrong reasons.</p>
<h3>Can&#8217;t You Be Different?</h3>
<p>YES!, the most important thing to understand is that your blog should be and individual, just as you are, and everybody you know. Every blog should have it&#8217;s own personality.</p>
<p>However there are some people who tend to make these two classic mistakes:</p>
<ol>
<li>Thinking that by copying another design and changing it up a bit, they&#8217;ll have 1 billion readers with the first month. Let&#8217;s face it, we&#8217;ve seen quite a few Tutorial9 &#038; Noupe knock-offs over the past year or so.</li>
<li>Is thinking that by copying content then spamming people with it you&#8217;ll get readers&#8230;again, NOPE!</li>
</ol>
<p>The main things to consider when creating a new wordpress blog are the following, Design, Development &#038; Content. Then comes Social Media and Guest Writers etc&#8230; You&#8217;ll need to be heavily prepared to undertake the challenge of it all, you think that <a href="http://envato.com/">Collis &#038; Cyan</a> made a truck load by sitting there and waiting for the views? No, they took the initiative and got their name out there.</p>
<h3>What If You Can&#8217;t Design or Develop?</h3>
<p>Then find someone who can, i know your probably thinking:</p>
<div class="big_quote">
<p>
&#8220;How am i suppose to do that exactly?&#8221;
</p>
</div>
<p>Here&#8217;s where the <a href="http://twitter.com/">Social Media</a> comes in handy, there are always people who will do the job for you, hell, <a href="http://kayrosedesign.co.cc/wordpress/contact-me/">I&#8217;ll do it for you</a>. But my point is that there are always freelancers out there looking for work.</p>
<p>Another good place to go are to freelance job boards, the few i know are the infamous <a href="http://jobs.freelanceswitch.com/">FreelanceSwitch.com Job Board</a> and the <a href="http://designm.ag/jobs/">DesignM.ag Job Board</a>.<br />
Now i havn&#8217;t used either yet, however i hear from reliable sources that the FreelanceSwtich Job Board is the more premiere of the two. I only discovered the DesignM.ag Job Board a ffew days back so i can&#8217;t really give my professional opinion yet.</p>
<h2>Conclusion/What More To Expect</h2>
<p>Is that, you should use &#8216;Categories&#8217; instead of pages to display your posts. Pages are for about, services and contact info etc&#8230; And that your design/content should be unique, if not, then that&#8217;s your fault I&#8217;m afraid.</p>
<p>By the way, did you all know that <a href="http://www.gatesnotes.com/">Bill Gates has got a new website out?</a> You can <a href="http://mashable.com/2010/01/20/gates-notes/">read all about it here</a> Anyway i hope you enjoyed my little article, i hope it has given you some insight.</p>
<p>Also I&#8217;ll be posting regular articles and tutorials, and maybe even screencasts. That&#8217;s right, I&#8217;m going to try and rival <a href="http://jeffrey-way.com/">Jeffrey Way</a> in the screencast department. Look out for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/01/common-mistakes-when-setting-up-a-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Winner of Our $50 Amazon Gift Card!</title>
		<link>http://becreativemagazine.com/2010/01/winner-of-our-50-amazon-gift-card/</link>
		<comments>http://becreativemagazine.com/2010/01/winner-of-our-50-amazon-gift-card/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 20:30:34 +0000</pubDate>
		<dc:creator>Patrik</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[competiton]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[giveaway]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=450</guid>
		<description><![CDATA[Announcing The Winner! Hey everybody, i would just like to announce the winner of our $50 Amazon Gift Card Giveaway, ALfredo Arriaza, congratulations my friend! Wave Invites? Your still going to get them, don&#8217;t worry, but we&#8217;ll have to announce those in a few days because of work, site updates etc&#8230;, but trust me, Patrik [...]]]></description>
			<content:encoded><![CDATA[<h3>Announcing The Winner!</h3>
<p>Hey everybody, i would just like to announce the winner of our <a href="http://becreativemagazine.com/2009/12/happy-new-year-win-a-50-usd-amazon-gift-card/">$50 Amazon Gift Card Giveaway</a>, <strong>ALfredo Arriaza</strong>, congratulations my friend!</p>
<p><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/590amazon.jpg" alt="Amazon gift card" /></p>
<h3>Wave Invites?</h3>
<p>Your still going to get them, don&#8217;t worry, but we&#8217;ll have to announce those in a few days because of work, site updates etc&#8230;, but trust me, Patrik and i have some big plans for BeCreative Magazine in 2010, so stay tuned by <a href="http://feeds.feedburner.com/BecreativeMagazine">Subscribing to our RSS Feed</a> or by <a href="http://feedburner.google.com/fb/a/mailverify?uri=BecreativeMagazine&#038;loc=en_US">Subscribing by E-Mail Notifications</a>.</p>
<h3>What&#8217;s Next For BeCreative Magazine?</h3>
<p>I can&#8217;t give too much away, all i can say is this:</p>
<ul>
<li>2010 is going to be awesome!</li>
<li>We have a number of posts in the works for you all.</li>
<li>More giveaways in the future, of course!</li>
<li>What about more <a href="http://becreativemagazine.com/category/interviews/">Interviews</a>? &#8211; you loved the last one so of course.</li>
</ul>
<p>That&#8217;s the only top secret info i can give out at the moment, enjoy 2010 and thank you everyone who participated!</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2010/01/winner-of-our-50-amazon-gift-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year &#8211; Win a $50 USD Amazon Gift Card</title>
		<link>http://becreativemagazine.com/2009/12/happy-new-year-win-a-50-usd-amazon-gift-card/</link>
		<comments>http://becreativemagazine.com/2009/12/happy-new-year-win-a-50-usd-amazon-gift-card/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 11:38:59 +0000</pubDate>
		<dc:creator>Patrik</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[gift card]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google wave]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wave]]></category>
		<category><![CDATA[web trends 2010]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=369</guid>
		<description><![CDATA[What you can win $50 USD Amazon Gift Card 20 Google Wave Invites About the Prize We all need to stay inspired, and with this gift card you are able to purchase whatever you like. Whether it´s a game, music, book or maybe even a new mouse for your computer. The choice is yours to [...]]]></description>
			<content:encoded><![CDATA[<h3>What you can win</h3>
<ul>
<li><b>$50 USD Amazon Gift Card</b></li>
<li><b>20 Google Wave Invites</b></li>
</ul>
<div class="tutorial_image"><a href="http://amazon.com"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/590amazon.jpg" alt="" title="590amazon" width="590" height="150" class="alignnone size-full wp-image-377" /></div>
<p></a></p>
<h3>About the Prize</h3>
<p>We all need to stay inspired, and with this gift card you are able to purchase whatever you like. Whether it´s a game, music, book or maybe even a new mouse for your computer. The choice is yours to make!</p>
<p>As a bonus to everyone, we have included <strong>20 Google Wave Invites</strong> as well. If you want one, just leave a comment below letting us know why you want one. Feel free to re-tweet this post while you´re at it.</p>
<h3>How to enter</h3>
<p>For the chance to win a $50 USD Amazon Gift Card, all you need to do is <strong>comment and re-tweet</strong> this post. Just make sure that you´ve included your correct email address when commenting, this way we are able to contact you if you are the <strong>winner</strong>.</p>
<p>Our giveaway are open to people worldwide, just make sure to have your <strong>comment and re-tweet in place, before January 7th 2010</strong>. Don´t forget that we use Pacific Standard Time, so make sure to enter our giveaway right now.</p>
<div class="quote"><a href="http://becreativemagazine.com/2009/12/merry-christmas-to-everyone/">Don´t forget to see what we have in store for 2010</a>, and do <strong>not</strong> forget to <a href="http://feeds.feedburner.com/BecreativeMagazine">subscribe to our feed</a> to stay updated.</div>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2009/12/happy-new-year-win-a-50-usd-amazon-gift-card/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Merry Christmas to Everyone!</title>
		<link>http://becreativemagazine.com/2009/12/merry-christmas-to-everyone/</link>
		<comments>http://becreativemagazine.com/2009/12/merry-christmas-to-everyone/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 13:10:43 +0000</pubDate>
		<dc:creator>Patrik</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Wallpapers]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[sharealike]]></category>
		<category><![CDATA[smashing magazine]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=289</guid>
		<description><![CDATA[Merry Christmas and a Happy New Year! With 2010 closing in, some of you might wonder what the new year has in store for us here at, BeCreative Magazine. I know that I certainly do wonder what will happen, ever since we launched December 4th 2009, we have gotten bigger for each day. With almost [...]]]></description>
			<content:encoded><![CDATA[<h3>Merry Christmas and a Happy New Year!</h3>
<p>With 2010 closing in, some of you might wonder what the new year has in store for us here at, BeCreative Magazine. I know that I certainly do wonder what will happen, ever since we launched December 4th 2009, we have gotten bigger for each day.</p>
<p>With almost 10 000 pageviews this month alone, we are very pleased with how much this site has grown in just under a month. There´s been news such as, <a href="http://becreativemagazine.com/2009/12/twitter-hacked-tonight/">Twitter Hacked tonight</a>, <a href="http://becreativemagazine.com/2009/12/facebook-unveils-top-topics-from-2009/">Facebook Unveils Top Status Trends of 2009</a> and we have already got our very first guest written post, <a href="http://becreativemagazine.com/2009/12/creative-commons-what-does-it-mean/">Creative Commons – What does it mean?</a>.</p>
<p>With all this and so much more to come, we hope that all our readers, soon to be readers and our awesome subscribers will have an awesome christmas and a Happy New Year! Drive safe, drink responsibly but most important, stay Creative for the upcoming year of 2010.</p>
<h3>What to be expected for 2010</h3>
<p>As we mentioned earlier, we have alot in store for BeCreative Magazine, in 2010.</p>
<ul>
<li>New features</li>
<li>Great posts</li>
<li>Alot of tutorials</li>
<li>Freebies</li>
<li>A whole new section</li>
<li>More guest posts</li>
<li>New feed options</li>
<li>Round-Ups</li>
<li>Social Media news</li>
<li>How to´s</li>
<li>And so much more</li>
</ul>
<p>With all this in store, and alot more to come, we aim to reach more than one category of readers. As some of you might have seen and understood, we don´t just focus on design and web, but also Social Media. With everything happening in 2010, we guarantee that we will have alot more than just this for you. So stay tuned for more posts, social media news, tutorials and so much more, by <a href="http://feeds.feedburner.com/BecreativeMagazine">subscribing to our feed</a> and follow us on <a href="http://twitter.com/BeCreativeMag">Twitter</a>.</p>
<h3>Merry Christmas and a Happy New Year to you All</h3>
<p>Grab our totally free christmas background today!</p>
<div class="tutorial_image"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/1920x1200.jpg" alt="" title="BeCreative Magazine Free Background" width="590" height="369" class="alignnone size-full wp-image-290" /></div>
<p><center>
<p><a href="http://becreativemagazine.com/wp-content/uploads/2009/12/1280x800.jpg">1280&#215;800</a> &#8211; <a href="http://becreativemagazine.com/wp-content/uploads/2009/12/1440x900.jpg">1440&#215;900</a> &#8211; <a href="http://becreativemagazine.com/wp-content/uploads/2009/12/1650x1050.jpg">1650&#215;1050</a> &#8211; <a href="http://becreativemagazine.com/wp-content/uploads/2009/12/1920x1200.jpg">1920&#215;1200</a></p>
<p></center></p>
<div class="quote">All icons used in background, comes from our dear friends, Smashing Magazine. Grab the awesome free icons here today! <a href="http://www.smashingmagazine.com/2009/12/08/free-smashing-christmas-icon-set/">Free Smashing Christmas Icon Set</a></div>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2009/12/merry-christmas-to-everyone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creative Commons &#8211; What does it mean?</title>
		<link>http://becreativemagazine.com/2009/12/creative-commons-what-does-it-mean/</link>
		<comments>http://becreativemagazine.com/2009/12/creative-commons-what-does-it-mean/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 18:00:31 +0000</pubDate>
		<dc:creator>Enabled</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[attributions]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[no derivs]]></category>
		<category><![CDATA[noderivs]]></category>
		<category><![CDATA[non commercial]]></category>
		<category><![CDATA[sharealike]]></category>

		<guid isPermaLink="false">http://becreativemagazine.com/?p=245</guid>
		<description><![CDATA[Free items have a copyright too As some of you might not know, free items are also protected by the Creative Commons Attributions. These attributions are somewhat the same as copyright laws for selling files. A set of rules meant to protect the item author’s rights. Here is what you should know when using, modifying, [...]]]></description>
			<content:encoded><![CDATA[<h2>Free items have a copyright too</h2>
<p>As some of you might not know, free items are also protected by the <a href="http://creativecommons.org/about/">Creative Commons Attributions</a>. These attributions are somewhat the same as copyright laws for selling files. A set of rules meant to protect the item author’s rights. </p>
<p>Here is what you should know when using, modifying, or redistributing a free item off the web, keep in mind that all of the following attributions when used by users must not infinge the author&#8217;s moral or normal rights. In the attributions where a permission to sell or redistribute in a comercial project is not shown, it&#8217;s strongly suggested that you contact the author before using the file for these purposes. </p>
<p><a href="http://www.creativecommons.org"><img src="http://becreativemagazine.com/wp-content/uploads/2009/12/creative_common.jpg" alt="" title="creative_common" width="590" height="200" class="alignnone size-full wp-image-254" /></a></p>
<h2>Creative Commons</h2>
<h3>Attribution <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif" width="20" height ="20" /></h3>
<p> This Common states that the item may be shared, adapted, or transmited, reminded that the notes of that particular item are respected. What does this mean? For example, if the item description states <em>&#8221; Please link back to this site if &#8230; &#8221; </em> this not must be respected and followed </p>
<h3>Attribution-NoDerivs <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif" width="20" height ="20"/> <img class="img_no_border" src="http://creativecommons.org/icons/nd/standard.gif " width="20" height ="20"/></h3>
<p>These attributions states that the item used, may be redistributed, transited, but must not be edited or modified in any way, neither is continuing where the author left off. If a item is incomplete or is missing elements users are not allowed to modify it.</p>
<h3>Attribution-Non Commercial &#8211; NoDerivs <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif" width="20" height ="20"/> <img class="img_no_border" src="http://creativecommons.org/icons/nd/standard.gif " width="20" height ="20"/> <img class="img_no_border" src="http://creativecommons.org/icons/nc/standard.gif " width = "20" height = "20" /></h3>
<p>These attributions states that the item used, may be redistributed, transited, but must not be edited or modified in any way, neither is continuing where the author left off. If a item is incomplete or is missing elements users are not allowed to modify it. </p>
<h3>Attribution-Non Commercial <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif " width="20" height ="20" /> <img class="img_no_border" src="http://creativecommons.org/icons/nc/standard.gif " width="20" height ="20" /></h3>
<p>Items can be shared and give to others as they are ( not sold ) also users may edit or modify the work to their free will and purpose, but the item, altered by the user or in original state must not be used for commercial projects or sold. </p>
<h3>Attribution-Non Commercial-ShareAlike <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif" width="20" height ="20" /> <img class="img_no_border" src="http://creativecommons.org/icons/nc/standard.gif" width="20" height ="20" /> <img class="img_no_border" src="http://creativecommons.org/icons/sa/standard.gif " width="20" height ="20" /></h3>
<p>This is the most restrictive attribution of all, users being allowed just to share the item and distribute the item to others (as is , not sold!)If the user plans to modify, or alter this work, the item must be given away as it was received.  A good example for this is Linux, there are a lot of versions, each made by someone else yet all have maintained their original free-source status.</p>
<h3>Attribution-ShareAlike <img class="img_no_border" src="http://creativecommons.org/icons/by/standard.gif " width="20" height ="20" /> <img class="img_no_border" src="http://creativecommons.org/icons/sa/standard.gif" width="20" height ="20" /></h3>
<p>Last but not least, this attribution offers users the possibility to share, redistribute ( as is , not sold ) the item, also modify and edit it to their needs, but if the item will be redistributed as a modified version, users must give this version as the original file. If the item was free, no matter what improvements were added users may not sell it.</p>
<p><a href="http://www.creativecommons.org"><img src="http://creativecommons.org/images/support/2009/donate.jpg" alt="" title="creative_common" width="590" height="159" class="alignnone size-full wp-image-254" /></a></p>
<h2>More Info?</h2>
<p> This data is international, if you wish to see the data from your specific country go to <a href="http://creativecommons.org"> Creative Commons </a> and you will find all the information you need for your specific country. Also, feel free to check out <a href=" http://en.wikipedia.org/wiki/Copyright_laws"> Copyright Laws </a> to learn more about the copyright laws and how they apply.</p>
]]></content:encoded>
			<wfw:commentRss>http://becreativemagazine.com/2009/12/creative-commons-what-does-it-mean/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
