<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Code With Design</title>
	<link>http://codewithdesign.com</link>
	<description>Web development, code, design, css, all around programming blog</description>
	<lastBuildDate>Fri, 03 Sep 2010 20:38:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Internet Audio Database</title>
		<description><![CDATA[There is a new project that is currently being built. The idea behind the project is to log songs, artists, albums and the people behind them. So far the database is small but if you would like in please contact me through skorg.org. You can also visit the site and see how it is coming [...]


No related posts.]]></description>
		<link>http://codewithdesign.com/2010/09/03/internet-audio-database/</link>
			</item>
	<item>
		<title>SQL – An introduction to Keys</title>
		<description><![CDATA[This is a tutorial on the basic uses of keys and how they work.


Related posts:<ol><li><a href='http://codewithdesign.com/2010/03/26/going-through-website-creation-part-2-backend/' rel='bookmark' title='Permanent Link: Going through website creation part 2: Backend'>Going through website creation part 2: Backend</a></li>
</ol>]]></description>
		<link>http://codewithdesign.com/2010/05/23/sql-%e2%80%93-an-introduction-to-keys/</link>
			</item>
	<item>
		<title>Creating multiple sidebar menus in wordpress</title>
		<description><![CDATA[Creating additional dynamic menus for a wordpress template.


Related posts:<ol><li><a href='http://codewithdesign.com/2010/03/26/going-through-website-creation-part-2-backend/' rel='bookmark' title='Permanent Link: Going through website creation part 2: Backend'>Going through website creation part 2: Backend</a></li>
<li><a href='http://codewithdesign.com/2010/01/15/creating-user-input-with-menus-in-java/' rel='bookmark' title='Permanent Link: Creating user input with menus in java'>Creating user input with menus in java</a></li>
</ol>]]></description>
		<link>http://codewithdesign.com/2010/05/22/creating-multiple-sidebar-menus-in-wordpress/</link>
			</item>
	<item>
		<title>Recycle pages by splitting your website into pieces with PHP</title>
		<description><![CDATA[
Recycle pages by splitting your website into pieces with PHP from Calebj on Vimeo.





		
			Digg this!
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on del.icio.us
		
		
			Bump this on DesignBump
		
		
			Subscribe to the comments for this post?
		
		
			Share this on Reddit
		







Related posts:Going Through Website Creation Part 1: Layout
Going through website creation part 2: Backend
Random Images [...]


Related posts:<ol><li><a href='http://codewithdesign.com/2009/11/13/going-through-website-creation-part-1-layout/' rel='bookmark' title='Permanent Link: Going Through Website Creation Part 1: Layout'>Going Through Website Creation Part 1: Layout</a></li>
<li><a href='http://codewithdesign.com/2010/03/26/going-through-website-creation-part-2-backend/' rel='bookmark' title='Permanent Link: Going through website creation part 2: Backend'>Going through website creation part 2: Backend</a></li>
<li><a href='http://codewithdesign.com/2009/12/20/random-images-using-a-php-function-cj_random_image/' rel='bookmark' title='Permanent Link: Random Images Using A PHP Function: cj_random_image'>Random Images Using A PHP Function: cj_random_image</a></li>
</ol>]]></description>
		<link>http://codewithdesign.com/2010/05/18/recycle-pages-by-splitting-your-website-into-pieces-with-php/</link>
			</item>
	<item>
		<title>Remove images and increase load times with CSS3</title>
		<description><![CDATA[An article on how to create style techniques that are commonly created using images. This will help you replace images for drop shadows, and the opacity on certain elements using CSS3.


Related posts:<ol><li><a href='http://codewithdesign.com/2009/12/22/making-it-that-much-better-with-css3/' rel='bookmark' title='Permanent Link: Making it that much better with CSS3'>Making it that much better with CSS3</a></li>
<li><a href='http://codewithdesign.com/2009/12/16/css3-drop-shadow-on-text/' rel='bookmark' title='Permanent Link: CSS3 Drop shadow on text'>CSS3 Drop shadow on text</a></li>
<li><a href='http://codewithdesign.com/2009/10/04/creating-a-single-page-login-%e2%80%93-design-view/' rel='bookmark' title='Permanent Link: Creating a Single Page login – Design View'>Creating a Single Page login – Design View</a></li>
</ol>]]></description>
		<link>http://codewithdesign.com/2010/05/05/remove-images-and-increase-load-times-with-css3/</link>
			</item>
	<item>
		<title>Writing and reading objects and arrays to a binary file with java</title>
		<description><![CDATA[This article requires that you have read the following java tutorials or you feel comfortable writing and reading variables to a binary file.
Advantage of writing files in binary with java
Reading information from a binary file with java
Writing information to a binary file with java
The first thing that is needed in this tutorial is an object [...]


Related posts:<ol><li><a href='http://codewithdesign.com/2010/03/31/reading-information-from-a-binary-file-with-java/' rel='bookmark' title='Permanent Link: Reading information from a binary file with java'>Reading information from a binary file with java</a></li>
<li><a href='http://codewithdesign.com/2010/03/30/writing-information-to-a-binary-file/' rel='bookmark' title='Permanent Link: Writing information to a binary file in java'>Writing information to a binary file in java</a></li>
<li><a href='http://codewithdesign.com/2010/03/31/advantages-to-writing-files-in-binary-with-java/' rel='bookmark' title='Permanent Link: Advantages to writing files in binary with java'>Advantages to writing files in binary with java</a></li>
</ol>]]></description>
		<link>http://codewithdesign.com/2010/04/07/writing-and-reading-objects-and-arrays-to-a-binary-file-with-java/</link>
			</item>
	<item>
		<title>Objective-C creating objects, methods and variables</title>
		<description><![CDATA[The first thing we need to do is create a no project with Xcode. I will be naming mine “test” but you really don’t need to follow along with that much detail since it is not needed at this stage with the level of coding we will be doing.

The next thing we will need to do is open up our “test.m” file through Xcode. This file contains the default main method but we are going to be creating objects and variables.


Related posts:<ol><li><a href='http://codewithdesign.com/2010/04/07/writing-and-reading-objects-and-arrays-to-a-binary-file-with-java/' rel='bookmark' title='Permanent Link: Writing and reading objects and arrays to a binary file with java'>Writing and reading objects and arrays to a binary file with java</a></li>
<li><a href='http://codewithdesign.com/2010/04/03/objective-c-garbage-collecting/' rel='bookmark' title='Permanent Link: Objective-C garbage collecting'>Objective-C garbage collecting</a></li>
<li><a href='http://codewithdesign.com/2009/09/29/the-beginners-guide-to-php/' rel='bookmark' title='Permanent Link: The Beginners Guide to PHP'>The Beginners Guide to PHP</a></li>
</ol>]]></description>
		<link>http://codewithdesign.com/2010/04/05/objective-c-creating-objects-methods-and-variables/</link>
			</item>
	<item>
		<title>Looking for Ideas</title>
		<description><![CDATA[Code With Design is looking for tutorial ideas. If you have anything you would like to know more about please go ahead and send me an email at: caleb [at] codewithdesign [dot] com. On a further note; if you are interested in writing coding tutorials for codewithdesign.com you can also send me an email.





		
			Digg this!
		
		
			Share [...]


No related posts.]]></description>
		<link>http://codewithdesign.com/2010/04/04/looking-for-ideas/</link>
			</item>
	<item>
		<title>Objective-C garbage collecting</title>
		<description><![CDATA[Garbage collecting is the process of freeing up system memory automatically so you, the programmer, don’t have to manually dump the memory from file. It can be turned on and is a great asset when programming with Objective-C.
Advantages of the garbage collector
The garbage collector, also known as “GC,” can actually increase the speed of programs [...]


Related posts:<ol><li><a href='http://codewithdesign.com/2010/04/05/objective-c-creating-objects-methods-and-variables/' rel='bookmark' title='Permanent Link: Objective-C creating objects, methods and variables'>Objective-C creating objects, methods and variables</a></li>
</ol>]]></description>
		<link>http://codewithdesign.com/2010/04/03/objective-c-garbage-collecting/</link>
			</item>
	<item>
		<title>Get, install, and use light box</title>
		<description><![CDATA[First and foremost, if you do not know what light box is, then I can only assume that you have been living in the dark ages. A lot of sites incorporate this technique to view full sized photos inside of the browser.

Secondly I am going to have to add that this article is about implementing light box. Not creating a light box like plug in.

The first thing that is required for us is to get light box. Where do you get light box. Well the Internet probably has some light box.


Related posts:<ol><li><a href='http://codewithdesign.com/2009/10/08/javascript-hoirzontal-menu/' rel='bookmark' title='Permanent Link: Javascript Hoirzontal Menu'>Javascript Hoirzontal Menu</a></li>
<li><a href='http://codewithdesign.com/2009/11/20/creating-a-fixed-header-and-footer/' rel='bookmark' title='Permanent Link: Creating a fixed header and Footer'>Creating a fixed header and Footer</a></li>
<li><a href='http://codewithdesign.com/2009/09/30/intro-to-html-css-creating-a-style-sheet/' rel='bookmark' title='Permanent Link: Intro to HTML: CSS Creating a Style Sheet'>Intro to HTML: CSS Creating a Style Sheet</a></li>
</ol>]]></description>
		<link>http://codewithdesign.com/2010/04/02/get-install-and-use-light-box/</link>
			</item>
</channel>
</rss>
