<?xml version="1.0" encoding="ISO-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="en-US">
	<title>What am I doing now?</title>
	<link rel="alternate" type="text/html" href="http://blog.kaosweaver.com/index.php" />
	<modified>2008-05-12T07:34:38Z</modified>
	<author>
		<name>Paul Davis</name>
	</author>
	<copyright>Copyright 2008, Paul Davis</copyright>
	<generator url="http://www.sourceforge.net/projects/sphpblog" version="0.5.1">SPHPBLOG</generator>
	<entry>
		<title>Code Igniter and error pages</title>
		<link rel="alternate" type="text/html" href="http://blog.kaosweaver.com/index.php?entry=entry080417-111310" />
		<content type="text/html" mode="escaped"><![CDATA[Code Igniter (CI) uses default error pages to handle the variety of errors from the system.  All of these error pages are stored in the errors folder off of the application folder. I use includes in my site for the header, footer and side column to enforce uniformity; on the 404 pages, if you have your htaccess setup correctly, you can use the same includes.  The error pages are outside of the code igniter&#039;s functionality, which is why this is important, as the ability to do extra things (like access a database, for example) aren&#039;t present.  Using the routing, you could direct (after the 404 redirect) visitors to an error page within the CI framework, but the redirected page won&#039;t register as a 404 page (thus throwing off the search engines and visitor&#039;s links as they won&#039;t return an error code).<br /><br />You can, however hard code some content ad even have a form that points to a CI framework function (which will return them to another CI page, off of the error page).<br /><br />Happy coding.]]></content>
		<id>http://blog.kaosweaver.com/index.php?entry=entry080417-111310</id>
		<issued>2008-04-17T00:00:00Z</issued>
		<modified>2008-04-17T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Tax day</title>
		<link rel="alternate" type="text/html" href="http://blog.kaosweaver.com/index.php?entry=entry080414-102435" />
		<content type="text/html" mode="escaped"><![CDATA[Tax day for the USA federal taxes is due tomorrow!<br /><br />If you&#039;re paying too much in tax (and ... most likely you are) - you need to grab <a href="http://www.amazon.com/Lower-Your-Taxes-Time-2007-2008/dp/007147868X" target="_blank" >this book</a> and get it going for this year.  I&#039;ve read this book and I&#039;ve saved (real money) THOUSANDS of dollars from the advice in the book.  Everything is backed up by citing cases, citing laws or using the regulations from the IRS - this isn&#039;t &quot;get out of taxes&quot; this is treating your taxes like any other business expense. You eliminate business expenses you can, reduce those when ever possible - this book applies the same cost cutting measures to your tax bill without breaking the law.<br /><br />Get it, learn it and SAVE money!<br /><br />- there are TWO tax systems in this country, not the rich/poor that you probably think, but employee verse employer/owner.<br />- If there is a will, their is an attorney and this book shows that.]]></content>
		<id>http://blog.kaosweaver.com/index.php?entry=entry080414-102435</id>
		<issued>2008-04-14T00:00:00Z</issued>
		<modified>2008-04-14T00:00:00Z</modified>
	</entry>
	<entry>
		<title>MAC user needed</title>
		<link rel="alternate" type="text/html" href="http://blog.kaosweaver.com/index.php?entry=entry080411-120329" />
		<content type="text/html" mode="escaped"><![CDATA[I need to test a new extension, if you&#039;re a Mac user, I need you :)<br />This extension is to test if the WYSIWYG editor installs correctly (and works).<br />You get a license of the product (and, honestly, this shouldn&#039;t take more than 30 minutes of your time)<br /><br />Email me :)]]></content>
		<id>http://blog.kaosweaver.com/index.php?entry=entry080411-120329</id>
		<issued>2008-04-11T00:00:00Z</issued>
		<modified>2008-04-11T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Using a SELECT form field to disable another field.</title>
		<link rel="alternate" type="text/html" href="http://blog.kaosweaver.com/index.php?entry=entry080410-103233" />
		<content type="text/html" mode="escaped"><![CDATA[If you need to selectively disable fields based upon a select statement, the code to do this is pretty simple:<br /><br /><pre><br />&lt;form id=&quot;form1&quot; name=&quot;form1&quot; method=&quot;post&quot; action=&quot;&quot;&gt;<br />  &lt;label for=&quot;select&quot;&gt;&lt;/label&gt;<br />  &lt;select name=&quot;select&quot; id=&quot;select&quot; onChange=&quot;document.getElementById(&#039;field1&#039;).disabled=(this.selectedIndex==0)?&#039;&#039;:&#039;disabled&#039;&quot;&gt;<br />    &lt;option value=&quot;Y&quot;&gt;Yes&lt;/option&gt;<br />    &lt;option value=&quot;N&quot;&gt;No&lt;/option&gt;<br />  &lt;/select&gt;<br />  &lt;label for=&quot;field1&quot;&gt;&lt;/label&gt;<br />  &lt;input type=&quot;text&quot; name=&quot;field1&quot; id=&quot;field1&quot; /&gt;<br />&lt;/form&gt;<br /></pre><br /><br />Just need to make sure that the field you&#039;re disabling has an ID set (and you use it in the select statement&#039;s onChange)]]></content>
		<id>http://blog.kaosweaver.com/index.php?entry=entry080410-103233</id>
		<issued>2008-04-10T00:00:00Z</issued>
		<modified>2008-04-10T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Adobe Contribute KILLER</title>
		<link rel="alternate" type="text/html" href="http://blog.kaosweaver.com/index.php?entry=entry080409-083144" />
		<content type="text/html" mode="escaped"><![CDATA[One of the frustrating things for me, as a coder, is working with Contribute enabled sites, because they use templates and, usually, because it is all static pages.  Today, I stumbled across a product that will absolutely KILL Contribute - and it is FREE!<br /><br />Check it out:<br /><a href="http://www.cushycms.com/" target="_blank" >http://www.cushycms.com/</a>]]></content>
		<id>http://blog.kaosweaver.com/index.php?entry=entry080409-083144</id>
		<issued>2008-04-09T00:00:00Z</issued>
		<modified>2008-04-09T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Check out my introduction to Code Igniter on Community MX, FREE article</title>
		<link rel="alternate" type="text/html" href="http://blog.kaosweaver.com/index.php?entry=entry080408-081528" />
		<content type="text/html" mode="escaped"><![CDATA[<a href="http://www.communitymx.com/content/article.cfm?cid=28E6F" target="_blank" >http://www.communitymx.com/content/arti ... ?cid=28E6F</a>]]></content>
		<id>http://blog.kaosweaver.com/index.php?entry=entry080408-081528</id>
		<issued>2008-04-08T00:00:00Z</issued>
		<modified>2008-04-08T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Asking for help in forums</title>
		<link rel="alternate" type="text/html" href="http://blog.kaosweaver.com/index.php?entry=entry080403-102737" />
		<content type="text/html" mode="escaped"><![CDATA[Every now and then some one complains about not getting help in a forum for Adobe&#039;s products.<br />For me, I usually skip questions that:<br />1. lack adequate information (like, say, a URL)<br />2. abundance of useless information (I don&#039;t need a history of all things you&#039;ve thought about and done, just - what is the problem)<br />3. level of effort - most likely, if it is complex, I&#039;m less likely to respond because I may not get back to the forum for days, it will take significant time to resolve or I just may not know the resolution.<br />4. The poster is whining and/or hasn&#039;t looked at searching for a solution and/or is on an imminent deadline (bad planning doesn&#039;t constitute an emergency response for me)<br />5. The question is uninteresting (this is usually the issue for me) - which includes (for me) dealing with table layouts, dealing with a CSS layout borrowed from someone else, using a JavaScript solution that is very poorly written (or from a vendor who offers support - seriously, go bug them to fix the issue), complaining about some aspect of Dreamweaver (it has a bug, broke, not working, not doing such and such, etc - although I will read someone&#039;s rant about DW being worse than textpad and respond to that), complaining about browser issues<br />6. Lastly, people who think that, somehow, help is either free or able to be demanded from people here (and this also spills over to people who ask in a rude or immature way, learn to spell or use a spell checker).]]></content>
		<id>http://blog.kaosweaver.com/index.php?entry=entry080403-102737</id>
		<issued>2008-04-03T00:00:00Z</issued>
		<modified>2008-04-03T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Dreamweaver automatic file load</title>
		<link rel="alternate" type="text/html" href="http://blog.kaosweaver.com/index.php?entry=entry080402-120437" />
		<content type="text/html" mode="escaped"><![CDATA[I was reading the Dreamweaver forum and a person asked:<br /><br /><br /><blockquote>Starting dreamweaver from the command line, is there a switch that specifies the file for it to open?<br /><br />For example, just going &quot;dreamweaver myfile.html&quot; doesn&#039;t seem to do it.</blockquote><br /><br />Well, I did a little testing and I found out that you can load up a file from the command line, to do so, just use the full file path:<br /><br /><code>dreamweaver c:\my\File\Path\filename.html</code><br /><br />and it will load the file.<br /><br />Not sure why that is needed (clicking on the file works too, but I supposed this will assist in automatic file editing...)]]></content>
		<id>http://blog.kaosweaver.com/index.php?entry=entry080402-120437</id>
		<issued>2008-04-02T00:00:00Z</issued>
		<modified>2008-04-02T00:00:00Z</modified>
	</entry>
	<entry>
		<title>EVERYTHING IS FREE*</title>
		<link rel="alternate" type="text/html" href="http://blog.kaosweaver.com/index.php?entry=entry080401-112339" />
		<content type="text/html" mode="escaped"><![CDATA[Yeah, it is April 1st, which is April fool&#039;s day - so everything (*you own) is free (*for you) - your bank, credit card and mortgage company make have different opinions on the matter, but I won&#039;t charge you for your stuff :)<br /><br />Of course, if you&#039;d like an extension for free, seriously, email me today (and I have to get it today only) and I&#039;ll let you have Complete CSS Menu, Expert Popup, Pop-n-Slide Gallery or Random Flash extension for free. (does not apply to prior purchases...) To send me an email, please use the contact me form over on the right.<br /><br />If you&#039;re a graphic artist and want to trade some of your work for some of my extensions, I have a charity site I do for free that I&#039;d like to upgrade the look to, you can have all of my extensions for a new look for the site.  It is <a href="http://www.victoryinsoccer.org." target="_blank" >http://www.victoryinsoccer.org.</a><br /><br />]]></content>
		<id>http://blog.kaosweaver.com/index.php?entry=entry080401-112339</id>
		<issued>2008-04-01T00:00:00Z</issued>
		<modified>2008-04-01T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Video demo for Expert Calendar v3</title>
		<link rel="alternate" type="text/html" href="http://blog.kaosweaver.com/index.php?entry=entry080321-135334" />
		<content type="text/html" mode="escaped"><![CDATA[I created the following demo with Camtasia.  I&#039;ve really enjoyed the easy way it makes this quick, in fact, I put this together in less than an hour (from prep to captions) - I didn&#039;t know how to do captions right, so they may not be perfect - but I did pick up how to get them in in a short amount of time.  Version 5 just rocks (I&#039;ve got v4 and v3, but never really used them a whole lot)<br /><br /><a href="http://www.expertcalendar.com/ExpertCalendar.html" target="_blank" >http://www.expertcalendar.com/ExpertCalendar.html </a><br /><br /><a href="http://www.techsmith.com" target="_blank" >Techsmith </a>makes Camtasia (as well as snagit, a screen capture utility that I can&#039;t live without - in fact almost all of the screen captures on the site are from the snagit utility as well as those in the documentation for all of my commercial packages)]]></content>
		<id>http://blog.kaosweaver.com/index.php?entry=entry080321-135334</id>
		<issued>2008-03-21T00:00:00Z</issued>
		<modified>2008-03-21T00:00:00Z</modified>
	</entry>
</feed>
