<?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>Cognizant Designs LLC &#187; Web Development</title>
	<atom:link href="http://cognizant-designs.com/category/website-development/feed" rel="self" type="application/rss+xml" />
	<link>http://cognizant-designs.com</link>
	<description>Denver SEO, Internet Marketing &#38; Website Design</description>
	<lastBuildDate>Fri, 23 Jul 2010 16:20:13 +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 note worthy leap in technology</title>
		<link>http://cognizant-designs.com/a-note-worthy-leap-in-technology</link>
		<comments>http://cognizant-designs.com/a-note-worthy-leap-in-technology#comments</comments>
		<pubDate>Sun, 20 Jun 2010 16:00:19 +0000</pubDate>
		<dc:creator>zachattack</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://cognizant-designs.com/?p=281</guid>
		<description><![CDATA[Content management systems are as fickle as the communities that support them, and often their improvements reflect general trends in the user base, but not many of them have the courage to leap out of their comfort zone and evolve into something else. WordPress&#8217; Thelonoius update, is something interesting. The once playful attitude of the [...]]]></description>
			<content:encoded><![CDATA[<p>Content management systems are as fickle as the communities that support them, and often their improvements reflect general trends in the user base, but not many of them have the courage to leap out of their comfort zone and evolve into something else.</p>
<p>WordPress&#8217; Thelonoius update, is something interesting. The once playful attitude of the blog software turned semi-cms is now making a turn into a big new world. With addition of taxonomies, custom menus and now custom post types, the once blog synonymous system is looking like its fellow Opensource juggernaut Drupal.</p>
<p><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" type="application/x-shockwave-flash" width="640" height="360" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" title="Introducing WordPress 3.0 &quot;Thelonious&quot;"></embed></p>
<p>Good things come to those who love to wait for great improvements. I hope that this upgrade doesn&#8217;t foreshadow a negative change in the WordPress community.</p>
<p>Z</p>
<br/><a href="http://www.socialmarker.com/?link=http://cognizant-designs.com/a-note-worthy-leap-in-technology&title=A+note+worthy+leap+in+technology&text=Content+management+systems+are+as+fickle+as+the+communities+that+support+them%2C+and+often+their+improvements+reflect+general+trends+in+the+user+base%2C+but+not+many+of+them+have+the+courage+to+leap+out...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://cognizant-designs.com/a-note-worthy-leap-in-technology/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OSX Dev Space &#8211; Basic Commandline &amp; MySQL Imports</title>
		<link>http://cognizant-designs.com/osx-terminal-commandline-basics</link>
		<comments>http://cognizant-designs.com/osx-terminal-commandline-basics#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:13:42 +0000</pubDate>
		<dc:creator>zachattack</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://cognizant-designs.com/?p=262</guid>
		<description><![CDATA[This will be the first in a short series about knowing your development environment and how to make it your bitch! Now I know some of you designers out there, and you know who you are, have not a clue about where to begin when creating virtual instances on your Apache environment. You just downloaded [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="War Games" src="http://blog.tmcnet.com/blog/greg-galitzine/wargames.jpg" alt="" width="419" height="233" /></p>
<p>This will be the first in a short series about knowing your development environment and how to make it your bitch! Now I know some of you designers out there, and you know who you are, have not a clue about where to begin when creating virtual instances on your Apache environment. You just downloaded MAMP and suddenly you think that somehow that is enough. Save me your BS encrusted psycho babel about how this is information that only the server wizards need to know. Even if you never become completely proficient in this area, it is worth breaking your install to test these tools and become more fluent in the ways of the Terminal, or shell to the UNIX crowd.</p>
<p>Today we start with MAMP and move to the TERMINAL. In the next article I will go over some cool commands for GIT and SVN as well as setting different editor applications to run in your TERMINAL.</p>
<p>Quick sob story, a few months back I forced my machine into corrupted library purgatory and had only the Install Disks and Terminal access at my command. At 3 in the morning I faced the obliteration of months of work due to my lack of diligence keeping back-ups. After examining the TERMINAL and asking it for simple information like if it could read my file library, I found that I could copy files from my dying drive to the portable entirely in command line.</p>
<h3>TERMINAL</h3>
<p>Simple commands that you will use day in and day out:</p>
<ul>
<li>cd &#8212; change directory</li>
<li>ls -al &#8212; list all items in a table that shows ownership and permissions alphabetically ascending</li>
<li>[control key] + [C key] &#8212; cancel the command that you just entered</li>
<li>sudo &#8216;command&#8217; &#8212;  tell the system to overwrite all permissions and authenticate yourself as the admin</li>
<li>ln -s /path/to/item/you/are/linkingto &#8216;nameofalias&#8217; &#8212; make a relative link to something, can be a folder or a file</li>
<li>rm -rf &#8216;filename&#8217; &#8212; remove anything with the file name</li>
</ul>
<p>Another neat thing in TERMINAL is the built in auto-complete feature. When entering in a path or a filename, you need to only enter up to the last unique character and then press TAB to complete the name. (eg /pa TAB results in /path/ or something like that) Also, pressing the UP or DOWN key on your keyboard will cycle through the commands you have used, super handy if you are using a lot of the same ones over and over.</p>
<h3>MYSQL</h3>
<p>First you need to create the database and user that will be associated with that database in your MAMP phpMyAdmin interface. Then you need to import some data. For smaller db&#8217;s you can easily accomplish this through the same web interface but for larger databases (anything over 3mb) you will need to do this entirely from command line. Crack open the terminal and run this command:</p>
<blockquote><p><span style="font-family: verdana; color: #000000; font-size: x-small;">mysql -u dbuser -p yourdbname &lt; /path/to/backup.sql </span></p></blockquote>
<p>What this command does is tell mysql to use the specified database &#8220;-p &#8216;yourdbname&#8217; &#8221; and associated user &#8220;-p &#8216;dbuser&#8217; &#8221;  and import the backup sql file that you have pointed it to.</p>
<br/><a href="http://www.socialmarker.com/?link=http://cognizant-designs.com/osx-terminal-commandline-basics&title=Mac+OSX+Dev+Space+%26%238211%3B+Basic+Commandline+%26%23038%3B+MySQL+Imports&text=+This+will+be+the+first+in+a+short+series+about+knowing+your+development+environment+and+how+to+make+it+your+bitch%21&tags=terminal%2C+%26%238212%3B%2C+command" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://cognizant-designs.com/osx-terminal-commandline-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show me the money</title>
		<link>http://cognizant-designs.com/unpaid-freelance-design</link>
		<comments>http://cognizant-designs.com/unpaid-freelance-design#comments</comments>
		<pubDate>Mon, 05 Oct 2009 19:03:40 +0000</pubDate>
		<dc:creator>zachattack</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[freelance]]></category>

		<guid isPermaLink="false">http://cognizant-designs.com/?p=247</guid>
		<description><![CDATA[Freelance has a lot of interesting barriers to overcome. First you have to find a client, then you must determine what the scope of work will be, then you must determine the price for your work and when all is said and done you have to COLLECT! It seems like, even when you agree to [...]]]></description>
			<content:encoded><![CDATA[<p><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/OaiSHcHM0PA&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/OaiSHcHM0PA&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Freelance has a lot of interesting barriers to overcome. First you have to find a client, then you must determine what the scope of work will be, then you must determine the price for your work and when all is said and done you have to COLLECT!</p>
<p>It seems like, even when you agree to something with your client,  you may encounter some last minute changes in schedule that weren&#8217;t apart of the original deal. Namely, they don&#8217;t want to finish paying you because they think that they don&#8217;t need to pay you for your work. They don&#8217;t remember negotiating your rate, or asking you to perform the work in an unreasonably short amount of time. I&#8217;m almost convinced that they don&#8217;t care. They used you for what they wanted to accomplish and now suddenly they want out of the deal.</p>
<p>No matter how fairly you have treated someone, they want to take their guarantee back.</p>
<p>So here is how everything happened;</p>
<ol>
<li>A gentleman asked me to create a WordPress theme in one day for a client of his</li>
<li>He agrees, after many back and forth conversations, to the price for the work</li>
<li>I complete the work that I could do, and even generated artwork to complete the design</li>
<li>I am on call as a consultant modifying theme settings and php templates</li>
<li>I send the final payment for the other half of what the total job was priced</li>
<li>Customer says that he is waiting for his client to pay him</li>
<li>I politely tell him that this is not my problem</li>
<li>He doesn&#8217;t agree</li>
</ol>
<p>From my perspective, if you have hired me to do something and you agree to pay a certain price then it doesn&#8217;t matter to me what other arrangements you have regarding the same project. I am willing to go a little bit for people, but if you have agreed to pay me for my time, you had better follow through without any condition attached.</p>
<p>I will keep you posted as to whether or not he actually follows through.</p>
<p>Thanks for letting me complain a bit,</p>
<p>Zach &#8220;the unpaid&#8221; Freelancer</p>
<br/><a href="http://www.socialmarker.com/?link=http://cognizant-designs.com/unpaid-freelance-design&title=Show+me+the+money&text=+Freelance+has+a+lot+of+interesting+barriers+to+overcome.+First+you+have+to+find+a+client%2C+then+you+must+determine+what+the+scope+of+work+will+be%2C+then+you+must+determine+the+price+for+your+work+and...&tags=you+have" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://cognizant-designs.com/unpaid-freelance-design/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Marshall Mcluhan</title>
		<link>http://cognizant-designs.com/marshall-mcluhan</link>
		<comments>http://cognizant-designs.com/marshall-mcluhan#comments</comments>
		<pubDate>Mon, 21 Sep 2009 16:59:15 +0000</pubDate>
		<dc:creator>zachattack</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[history]]></category>

		<guid isPermaLink="false">http://cognizant-designs.com/?p=250</guid>
		<description><![CDATA[A godfather to the ideas of digital communication and information surfing is Marshall McLuhan. While I was studying communications in college I found myself totally enthralled by McLuhan&#8217;s book &#8220;The Medium is The Mesage.&#8221; After watching him debate other intellectuals of his time it was clear that his premise would be an important thing to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hoopleton.com/home/wp-content/uploads/2009/04/mcluhan.jpg" rel="lightbox[250]"><img class="alignnone" title="Marshall McLuhan" src="http://hoopleton.com/home/wp-content/uploads/2009/04/mcluhan.jpg" alt="" width="420" height="328" /></a></p>
<p>A godfather to the ideas of digital communication and information surfing is Marshall McLuhan. While I was studying communications in college I found myself totally enthralled by McLuhan&#8217;s book &#8220;The Medium is The Mesage.&#8221; After watching him debate other intellectuals of his time it was clear that his premise would be an important thing to review and study as someone who wants to communicate online.</p>
<p>The idea that my words,  images, videos and websites would become a medium by which others learn and interact with me would be something that McLuhan would adopt if he were alive today. It&#8217;s amazing to think that McLuhan advocated TV&#8217;s in the class room and discussed the idea that in a few years books would be an antiquated form of research and reference because visual learning is so much faster and effective. I personally don&#8217;t think that we will ever eliminate books as a form of communication or record keeping. The instability of digital memory is far to great to ever totally eliminate paper records of information.</p>
<p>Reading this book is a good way for designers and developers to get an honest idea of what this communication medium should be doing.</p>
<p>Let me know what you think,</p>
<p>Zach &#8220;attack&#8221; Meyer</p>
<p><a href="http://en.wikipedia.org/wiki/Marshall_McLuhan">http://en.wikipedia.org/wiki/Marshall_McLuhan</a></p>
<br/><a href="http://www.socialmarker.com/?link=http://cognizant-designs.com/marshall-mcluhan&title=Marshall+Mcluhan&text=+A+godfather+to+the+ideas+of+digital+communication+and+information+surfing+is+Marshall+McLuhan.+While+I+was+studying+communications+in+college+I+found+myself+totally+enthralled+by+McLuhan%26%238217%3Bs...&tags=would" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://cognizant-designs.com/marshall-mcluhan/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving and Improving</title>
		<link>http://cognizant-designs.com/moving-and-improving</link>
		<comments>http://cognizant-designs.com/moving-and-improving#comments</comments>
		<pubDate>Mon, 14 Sep 2009 05:43:27 +0000</pubDate>
		<dc:creator>zachattack</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://cognizant-designs.com/?p=232</guid>
		<description><![CDATA[Attention followers of our blog, we moved! On Friday September 11th we had an opportunity to finally start transitioning away from the old single page site and allow WordPress to do all of the heavy lifting from now on. Or at least until something flashier and faster comes along to replace it. There is sort [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="youre doing it wrong" src="http://www.humorhound.com/wp-content/uploads/2009/04/fax-cat-demotivational-poster.jpg" alt="" width="340" /></p>
<p>Attention followers of our blog, we moved!</p>
<p>On Friday September 11th we had an opportunity to finally start transitioning away from the old single page site and allow WordPress to do all of the heavy lifting from now on. Or at least until something flashier and faster comes along to replace it.</p>
<p>There is sort of a strange paradigm in web development and design, you have time to work for everyone accept yourself. This issue often causes company websites to sort of languish in a mire of never progressive soup. Great examples of people who don&#8217;t upgrade and don&#8217;t really care are <a href="http://www.cameronmoll.com/">cameronmoll</a> and <a href="http://www.happycog.com/">happycog</a>. Both represent amazing minds in the web community and neither one has really changed the theme of their websites in well over 3 years.</p>
<p>This constant self-deprecation can be a sweet kiss of death for many companies. I can personally attest to my constant busy-ness as being the primary cause for my lack of change to the core site. I sincerely wish that I had more time to develop the ideas that have to a slightly more inviting polish. But perhaps my recent move from spineless entrepreneur to full-time web wrangler will grant me some real time to brush my site up.</p>
<p>The other part of the web that is always chasing me is the feeling that my best work is done for clients and not for me. It always feels like my concepts for other people are more well rounded than what I end up assembling for myself. I know that I have a hundred good ideas a day but they are always for others. Perhaps it is my future to be a muse for others and never for myself.</p>
<p>Thank you all for coming by and reading my white noise from time to time.</p>
<br/><a href="http://www.socialmarker.com/?link=http://cognizant-designs.com/moving-and-improving&title=Moving+and+Improving&text=+Attention+followers+of+our+blog%2C+we+moved%21+On+Friday+September+11th+we+had+an+opportunity+to+finally+start+transitioning+away+from+the+old+single+page+site+and+allow+WordPress+to+do+all+of+the+heavy...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://cognizant-designs.com/moving-and-improving/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launching 2 Sites</title>
		<link>http://cognizant-designs.com/launching-2-sites</link>
		<comments>http://cognizant-designs.com/launching-2-sites#comments</comments>
		<pubDate>Fri, 10 Jul 2009 16:21:33 +0000</pubDate>
		<dc:creator>zachattack</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://cognizant-designs.com/blog/?p=76</guid>
		<description><![CDATA[Site launching announcement for Joynt Search Marketing and 10K Things. After a couple of weeks of hard work these 2 beauties are running wild in the interwebs.]]></description>
			<content:encoded><![CDATA[<p>Just a quick announcement,</p>
<p>We recently finished production on 2 new websites. They are now launched and swimming in the wild.</p>
<h3>Joynt Search Marketing &#8211; <a href="http://joyntsearchmarketing.com">http://joyntsearchmarketing.com</a></h3>
<p><img class="alignnone size-full wp-image-77" title="jsm-image" src="http://cognizant-designs.com/wp-content/uploads/2009/07/jsm-image.jpg" alt="jsm-image" /></p>
<p>Zach Meyer, website designer and co-owner of cognizant-design.com has finished a new design for joyntsearchmarketing.com. The new website design is focused on the concept of design following functionality. The design is clean and seamless. There is plenty of room to focus on the main attraction, which is the content. Many blog designs today are overcrowded and the designers are clearly trying to incorporate too much which ends up distracting the reader from the content.</p>
<p>With this design, the reader is guided through the content with minimal interruption. At the bottom, they are greeted with options to contact the blog owner and read additional posts. This frees the reader from having to scroll back to the top for additional information. Beautiful font selections, and complimentary colors help make the site esthetically pleasing and warm.</p>
<h3>10 Thousand Things &#8211; <a href="http://10kthings.com">http://10kthings.com</a></h3>
<p><img class="alignnone size-full wp-image-80" title="10k-image" src="http://cognizant-designs.com/wp-content/uploads/2009/07/10k-image.jpg" alt="10k-image" /></p>
<p>Developed on WordPress, this design and layout was designed to include a mini form in the column as well as a home page that would serve up decent CTAs that can be managed by the client. Dave Winget is another member of the extended Cog family and has a lot to offer in the ways of full featured web marketing services. He has a great library of resources, including us <img src='http://cognizant-designs.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> , that he calls upon from project to project. He has a great blog too.</p>
<br/><a href="http://www.socialmarker.com/?link=http://cognizant-designs.com/launching-2-sites&title=Launching+2+Sites&text=Just+a+quick+announcement%2C+We+recently+finished+production+on+2+new+websites.+They+are+now+launched+and+swimming+in+the+wild.+Joynt+Search+Marketing+%26%238211%3B+http%3A%2F%2Fjoyntsearchmarketing.com++Zach...&tags=the+content%2C+design" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://cognizant-designs.com/launching-2-sites/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop Crying You Babies</title>
		<link>http://cognizant-designs.com/stop-crying-you-babies</link>
		<comments>http://cognizant-designs.com/stop-crying-you-babies#comments</comments>
		<pubDate>Thu, 02 Jul 2009 17:55:56 +0000</pubDate>
		<dc:creator>zachattack</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://cognizant-designs.com/blog/?p=71</guid>
		<description><![CDATA[If any of you know who I am and what I usually say, I try to maintain some decent levels of class and sophistication while expressing my opinion or view about a particular subject because I know what backlash is, however, today I will allow myself to be rather unrestrained. Today I shall be attacking [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="STFU N00B" src="http://farm1.static.flickr.com/21/33754505_f128678ad4.jpg" alt="" width="500" height="358" /></p>
<p>If any of you know who I am and what I usually say, I try to maintain some decent levels of class and sophistication while expressing my opinion or view about a particular subject because I know what backlash is, however, today I will allow myself to be rather unrestrained. Today I shall be attacking the loud voice of supposed web designers who are bitching about the difficulties of designing for Drupal or any other CMS that exists. This is the movement of the future</p>
<p>Things to know about me, I am not the God&#8217;s gift to webdesign, I am not a PHP developer by trade, I do not claim to be the last word in any of the advances to technology, but I have been using these CMS platforms for about 4 years and I think I have a reasonable idea about what is possible and how you let the medium be your guide when working in web. Plus after I am done bitching I will attach some resources for you.</p>
<p>I have been designing and developing in the web for quite some time now and I don&#8217;t think that there is any reason for anyone who wants to start, or has started, to ever wince at the thought of using the tools that are available to them. Having been in the middle of several debates and pushes to change the standards for various parts of Drupal, I have heard this unified cry from the &#8220;designers&#8221; that PHP is scary and that they should have to worry about it. STFUYFB! I started out with the chicken-shit designer method of copying pasting and re-wrapping existing code in divs to get it to my bidding, and it worked. My level of impact was really low at that time but then I began to copy functions and edit them to get the results that I wanted. From that moment on the dynamics of what I was doing changed. There was no longer a fear that the white screen would kill all my work.</p>
<p>Of course you won&#8217;t know everything to start with. But you can go about learning these things in a way that is tailored to your style. I like videos and hands on tutorial instruction. The more I physically perform an action the more I connect that action with its purpose. Some of my friends just read through the books and they totally get how to accomplish these things. Different strokes for different folks. But saying that you can&#8217;t understand or learn something means that either you are incompetent or you refuse to allow yourself to learn.</p>
<p>Ugly Garland is no longer an excuse, bitches! Every CMS starts with the ugliest pre-installed theme that could be possibly packaged with it for 2 reasons; 1. This is what the developers were using while developing and or 2. The developers didn&#8217;t have a designer to create a decent starter theme with. All complaints about Drupal&#8217;s boxiness to me is white noise. As designers, we (you and I) have the power to create something that can be free and airy or cramped and claustrophobic. Your art style, be it minimalist or texture crazy, can work in any arena. Our responsibility is to create something that fits the purpose and medium it will be presented in.</p>
<p>If you design for print, you need to know what can be accomplished and how to use the press/paper/inks/etc to accomplish it. Know your tools or start learning about them so that you can create the results that you want. Don&#8217;t blame the medium for your lack of understanding. (X)HTML, CSS, Javascript and PHP are now the foundations for open source web-design and development. If you don&#8217;t have any concept of what these things are or even a vague idea of how they work together to create a website, then you either need to find out about it or STOP DESIGNING FOR THE WEB. You arrogant lazy assholes that keep saying how much you don&#8217;t like webdesign because its too restrictive, please stop bidding against me. You are using up my creative air and its really annoying.</p>
<p>Sure, there are many things that can become better and in the case of the open source world, it is the designers and developers that dictate that change. Voice your opinion and help create solutions. The web is full of bitching.</p>
<p>As for your growth here are some basic things to consider;</p>
<p><strong>Design Resources:</strong> <a href="http://960.gs/">960grid</a>, <a href="http://webdesignledger.com/">webdesignledger</a>, <a href="http://www.smashingmagazine.com/">smashingmagazine</a>, <a href="http://tutsplus.com/">tutsplus</a>, <a href="http://drupal.org/">drupal</a>, <a href="http://wordpress.org/">wordpress</a>, <a href="http://www.alistapart.com/">alistapart</a>, <a href="http://www.w3schools.com/">w3schools</a></p>
<p>If you are ready to take of that summer dress and get on board with the rest of us;</p>
<p><strong>Development Resources:</strong> <a href="http://960.gs/"></a><a href="http://api.drupal.org/">drupal api</a>, <a href="http://codex.wordpress.org/Main_Page">wordpress codex</a>, <a href="http://www.php.net/">PHP</a></p>
<p>Best of luck.</p>
<p>Zach &#8220;attack&#8221;</p>
<br/><a href="http://www.socialmarker.com/?link=http://cognizant-designs.com/stop-crying-you-babies&title=Stop+Crying+You+Babies&text=+If+any+of+you+know+who+I+am+and+what+I+usually+say%2C+I+try+to+maintain+some+decent+levels+of+class+and+sophistication+while+expressing+my+opinion+or+view+about+a+particular+subject+because+I+know...&tags=that+you%2C+about%2C+create%2C+things" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://cognizant-designs.com/stop-crying-you-babies/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>d4d Boston RDF</title>
		<link>http://cognizant-designs.com/d4d-boston-rdfa</link>
		<comments>http://cognizant-designs.com/d4d-boston-rdfa#comments</comments>
		<pubDate>Sat, 13 Jun 2009 19:03:49 +0000</pubDate>
		<dc:creator>zachattack</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://cognizant-designs.com/blog/?p=65</guid>
		<description><![CDATA[Reflecting on the RDFa presentation and the Design 4 Drupal Boston MA 2009.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="the super mario question box" src="http://www.spritestitch.com/wp-content/uploads/2008/07/mariokeepsakebox.jpg" alt="" width="430" height="382" /></p>
<p>MIT Campus, Cambridge Mass. The time is 2:00pm and the delay of hardware issues is hindering our presenter, Ben , <a title="Ben's twitter" href=" http://twitter.com/i3iviivi">@i3iviivi</a>, on Resource Description Framework(s) or RDFa.</p>
<p>So far the highlight of our Design for Drupal event for me is this very topic. The idea categories and mark up can be just as importnat as the information inside of it. This is not Micro-Format. This information mapping system that will define for computers and search engines what data is being read.</p>
<p>Definitively creating definitions for intelligent search, that creates relationships between data and the people that publish it. Having this sort of definition set will make information (webpages) act more like mini databases and make the people who publish information more responsible for what they do. Or at least, that is the intent. Some might look at this as a way to pry open the door to ambiguity or user privacy.</p>
<p>EVOC a module, for Drupal, that was developed to create the relationship of data on your website to standards in RDF that are already defined on the web. openspring.org Originally, Drupal had been designed output both RSS and RDFa content.</p>
<p>FUZZ is a Firefox plug in that will display the available RFDa info from a page that has RDF meta information embedded.</p>
<p>Here is a <a title="rdf mapping presentation" href="http://boston.design4drupal.org/session/rdfa-drupal-what-it-means-d7-theming-how-add-semantic-goodness-d6-and-why-it-matters">link to Ben&#8217;s Session</a> at D4D.</p>
<p>http://agaric.com/rdfa</p>
<p><a title="RDFa wiki article" href="http://en.wikipedia.org/wiki/RDFa">the Wiki for RDFa</a></p>
<p>interesting thoughts about the future of data. Zach</p>
<br/><a href="http://www.socialmarker.com/?link=http://cognizant-designs.com/d4d-boston-rdfa&title=d4d+Boston+RDF&text=+MIT+Campus%2C+Cambridge+Mass.+The+time+is+2%3A00pm+and+the+delay+of+hardware+issues+is+hindering+our+presenter%2C+Ben+%2C+%40i3iviivi%2C+on+Resource+Description+Framework%28s%29+or+RDFa.&tags=information" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://cognizant-designs.com/d4d-boston-rdfa/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Redirecting Pain</title>
		<link>http://cognizant-designs.com/redirecting-pain</link>
		<comments>http://cognizant-designs.com/redirecting-pain#comments</comments>
		<pubDate>Thu, 21 May 2009 07:17:31 +0000</pubDate>
		<dc:creator>zachattack</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://cognizant-designs.com/blog/?p=61</guid>
		<description><![CDATA[Moving a website can be simple, but often the thing I find most troubling is the thing that I am most afraid of dealing with. Like 301 re-directs. There seem to be very few constants about dealing with the beautifully documented and clear examples of how to create &#8220;a&#8221; 301 re-direct in the LAMP environment. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.emanueleferonato.com/images/facepalm" alt="Captain Picard hand on face" /></p>
<p>Moving a website can be simple, but often the thing I find most troubling is the thing that I am most afraid of dealing with. Like 301 re-directs. There seem to be very few constants about dealing with the beautifully documented and clear examples of how to create &#8220;a&#8221; 301 re-direct in the <a href="http://en.wikipedia.org/wiki/LAMP_(software_bundle)">LAMP</a> environment.</p>
<p>Anyone new to this process please learn from my mistakes. I do all of my work from the MAMP perspective, so my inexperience with certain tools often leads to issues. Everything about the file transfer and relocation of source worked out just fine but as I began adding redirects to the htaccess file the server would send me 500 Internal Error screens.</p>
<p>Panicked and unsure of what I had done wrong, I began a long stretch of testing and experimenting with different combination(s) of re-direct formats to solve the error. One such resource was the <a href="http://www.ndesign-studio.com/blog/tricks-tips/htacess-redirect/">ndesign-studio</a> site. After a night of testing the issue that I couldn&#8217;t seem to overcome was simply this; if I add more than one redirect line at a time to the htaccess file before updating it on the site, there would be an error. No matter if the formatting was identical from line to line. In a fit of desperate frustration, I entered all of the redirects one at a time to eliminate the error screens.</p>
<p>This morning I asked DataBoy as well as my good friend <a href="http://twitter.com/sethotron">Seth Gerard </a> about this, and both of them suggested that using the standard application TextEdit was the issue. Apparently, it was not inserting the proper line break character so the server was reading one long line and then grinding to a halt.  Both of them suggested that by merely changing the editor that I was using, this issue should not appear again. TextMate entered the conversation but I think that I will continue to use Coda and stop relying on the simple text editor to do all those little dirty jobs.</p>
<p>Note for future web people, don&#8217;t use TextEditor to adjust your redirects, or you will have some trouble.</p>
<p>Zach</p>
<br/><a href="http://www.socialmarker.com/?link=http://cognizant-designs.com/redirecting-pain&title=Redirecting+Pain&text=+Moving+a+website+can+be+simple%2C+but+often+the+thing+I+find+most+troubling+is+the+thing+that+I+am+most+afraid+of+dealing+with.+Like+301+re-directs.&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://cognizant-designs.com/redirecting-pain/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>After Midnight, we&#8217;re Gonna Let it All Hang Out</title>
		<link>http://cognizant-designs.com/after-midnight-were-gonna-let-it-all-hang-out</link>
		<comments>http://cognizant-designs.com/after-midnight-were-gonna-let-it-all-hang-out#comments</comments>
		<pubDate>Wed, 29 Apr 2009 06:28:56 +0000</pubDate>
		<dc:creator>databoy</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://cognizant-designs.com/blog/?p=49</guid>
		<description><![CDATA[Yes. I&#8217;m supposed to be sleeping. I may be nocturnal by nature, but a &#8220;day job&#8221; is just that! No, I&#8217;m not supposed to be blogging when I have work to be done. No, I shouldn&#8217;t have to do work after midnight. But I do! Social Bookmarking]]></description>
			<content:encoded><![CDATA[<div id="attachment_48" class="wp-caption aligncenter" style="width: 390px"><img src="http://cognizant-designs.com/blog/wp-content/uploads/2009/04/ishkur1.jpg" alt="Truly going to need more monkeys" title="blogging" width="380" height="322" class="size-full wp-image-48" /><p class="wp-caption-text">Truly going to need more monkeys</p></div>
<p>Yes. I&#8217;m supposed to be sleeping. I may be nocturnal by nature, but a &#8220;day job&#8221; is just that!</p>
<p>No, I&#8217;m not supposed to be blogging when I have work to be done. No, I shouldn&#8217;t have to do work after midnight. But I do!</p>
<br/><a href="http://www.socialmarker.com/?link=http://cognizant-designs.com/after-midnight-were-gonna-let-it-all-hang-out&title=After+Midnight%2C+we%26%238217%3Bre+Gonna+Let+it+All+Hang+Out&text=%5Bcaption+id%3D%22attachment_48%22+align%3D%22aligncenter%22+width%3D%22380%22+caption%3D%22Truly+going+to+need+more+monkeys%22%5D%5B%2Fcaption%5D+Yes.+I%26%238217%3Bm+supposed+to+be+sleeping.&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://cognizant-designs.com/after-midnight-were-gonna-let-it-all-hang-out/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
