<?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>HirdWeb &#187; design</title>
	<atom:link href="http://www.hirdweb.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hirdweb.com</link>
	<description>Another Blog clogging up the already crowded internet</description>
	<lastBuildDate>Wed, 18 Jan 2012 20:54:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>New Theme for this site</title>
		<link>http://www.hirdweb.com/2008/08/16/new-theme-for-this-site/</link>
		<comments>http://www.hirdweb.com/2008/08/16/new-theme-for-this-site/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 02:56:26 +0000</pubDate>
		<dc:creator>stephen</dc:creator>
				<category><![CDATA[Everything Else]]></category>
		<category><![CDATA[Ideas and Sorts]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.hirdweb.com/?p=33</guid>
		<description><![CDATA[I redid the theme for the site, and moved it to 2.6.1. I am not going to even remotely claim that this is a visually pleasing site, nor will I ever claim it will win for the best site design. However, what made me change it was that I was not exactly enamored by any [...]]]></description>
			<content:encoded><![CDATA[<p>I redid the theme for the site, and moved it to 2.6.1. I am not going to even remotely claim that this is a visually pleasing site, nor will I ever claim it will win for the best site design. However, what made me change it was that I was not exactly enamored by any of the themes, and decided to do one myself. I looked for how to do this, as I have messed around with Photoshop before, and have become brilliant at hacking things around in Photoshop. But I took a few tutorials on how to do some stuff. This design is based from those tutorials. For those who would like to know, I went to these sites:</p>
<ul>
<li><a href="http://psdtuts.com/interface-tutorials/how-to-create-a-simple-sleek-web-20-site-footer/" target="_new">Sleek Footer from PSDTUTS</a></li>
<li><a href="http://www.pstut.info/tutorials/royal-interface/" target="_new">Royal Interface &#8211; gave me ideas and help how to do things</a></li>
<li><a href="http://psdtuts.com/interface-tutorials/how-to-create-a-stunning-vista-inspired-menu/" target="_new">Vista styled reflections and menues</a></li>
<li><a href="http://pshero.com/archives/hero-header-part-i/" target="_new">Header and background ideas, new brushes, etc</a></li>
<li><a href="http://www.hongkiat.com/blog/40-greatest-web-interface-design-tutorials-photoshop-tutorial/" target="_new">40 Great PSD tutorials</a></li>
</ul>
<p>That was just some of them. I may do more, but I am also teaching myself Objective-C/Cocoafor the Apple/iPod/iPhone. But if there are any good links out there for Apple tutorials, let me know, because I may just be Googling the wrong phrases. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hirdweb.com/2008/08/16/new-theme-for-this-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogs, Forums and CakePHP</title>
		<link>http://www.hirdweb.com/2008/07/29/blogs-forums-and-cakephp/</link>
		<comments>http://www.hirdweb.com/2008/07/29/blogs-forums-and-cakephp/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 15:01:14 +0000</pubDate>
		<dc:creator>stephen</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.hirdweb.com/?p=9</guid>
		<description><![CDATA[In one of my contracts, I am writing a full application with membership, conference signups, information pages, and a small little forum. This is all per the customer&#8217;s request. The solution I decided on, was CakePHP for the framework. It is not going to be a big, full site like a MySpace, or Facebook. It [...]]]></description>
			<content:encoded><![CDATA[<p>In one of my contracts, I am writing a full application with membership, conference signups, information pages, and a small little forum. This is all per the customer&#8217;s request. The solution I decided on, was CakePHP for the framework. It is not going to be a big, full site like a MySpace, or Facebook. It is a small local non-profit group who will be able to have its membership keep in touch via the site. So the main pages are not hard. Most of the pages will follow a simplistic CRUD (create, read, update and delete) format, with the site admins being able to create, update and delete most pages. But instead of having a static site, they wanted the membership to be able to interact with the authors of the pages, and themselves. </p>
<p>The pages are not hard to enable this. I could have just as easily installed a WordPress instance for the solution, themed it up, and be done. Which I was seriously considering, as this already has the permissions, updates, management, etc. However, they were not too happy with something like this. So I looked elsewhere. Drupal would provide a good out of the box solution, but there were problems with the modules, and it seemed to take too much overhead to get the groups, permissions and other CMS features set up for this small site. The next idea I looked at was going the CakePHP route. <span id="more-9"></span></p>
<p>The pages were easy to set up. Permissions were not too much, as they really did not need a full blown ACL/Auth module (which I wrote about earlier). Comments on pages were few, and the real design portion came to the &#8220;forum&#8221; area. They did not want a full forum, they basically wanted topics they could post to, and have the members and &#8220;others&#8221; reply to those topics. This was more of a hybrid blog/forum. The key was creating the right tables in the database. </p>
<p>Right now I have 2 tables, one for forums, and one for posts. Each topic is contained in the Posts table, and has an &#8220;on/off&#8221; switch to delimit it as a topic in the forum. All posts for that topic have the topic id as their &#8220;parent&#8221;. I thought of creating 3 tables, (Forums, Topics, Posts), and for a high traffic site, I may have done that as well. For right now, the two tables are good. As I get further along on this track, I will post some of the methods I used to create this concept. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hirdweb.com/2008/07/29/blogs-forums-and-cakephp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

