<?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>Kyle D. Skrinak</title>
	<atom:link href="http://www.skrinakcreative.com/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skrinakcreative.com/wp</link>
	<description>My Professional Journal</description>
	<lastBuildDate>Tue, 09 Mar 2010 17:50:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MAMP update process</title>
		<link>http://www.skrinakcreative.com/wp/2010/03/mamp-update-process/</link>
		<comments>http://www.skrinakcreative.com/wp/2010/03/mamp-update-process/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:30:31 +0000</pubDate>
		<dc:creator>Kyle Skrinak</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=478</guid>
		<description><![CDATA[You be the judge whether this is a &#8220;best practice&#8221; but here&#8217;s my MAMP update process:

Do a manual phpmyadmin backup of all sql dbs first.
Stop the MAMP servers.
Quit MAMP (and/or MAMP PRO)
Rename the folder: /Applications/MAMP e.g. to /Applications/MAMP_old
Copy the new MAMP folder to your Applications folder.
Copy the databases and other files that you want to [...]]]></description>
			<content:encoded><![CDATA[<p>You be the judge whether this is a &#8220;best practice&#8221; but here&#8217;s my MAMP update process:</p>
<ol>
<li>Do a manual phpmyadmin backup of all sql dbs first.</li>
<li>Stop the MAMP servers.</li>
<li>Quit MAMP (and/or MAMP PRO)</li>
<li>Rename the folder: /Applications/MAMP e.g. to /Applications/MAMP_old</li>
<li>Copy the new MAMP folder to your Applications folder.</li>
<li>Copy the databases and other files that you want to keep to the new MAMP folder from the old one. Databases are located under /Applications/MAMP/db but there are possibly also other files that you want to keep like the folder /Applications/MAMP/htdocs or configuration files within /Applications/MAMP/conf.</li>
<li>Run kdiff3 on the MAMP/conf folders to bring over the customizations
<ul>
<li>Unless you&#8217;re an exquiste documenter of everything you do, it&#8217;s good to run a diff on the two files.
<ul>
<li>sites apache vhost config file</li>
<li>php.ini updates (but check, new libraries are added and versions modified)</li>
</ul>
</li>
</ul>
</li>
<li>Copy the uploadprogress.so file, rather than recompile:
<ul>
<li>cp -v /Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20060613/uploadprogress.so -&gt; /Applications/MAMP-1-8-4/bin/php5/lib/php/extensions/no-debug-non-zts-20060613/uploadprogress.so</li>
</ul>
</li>
<li>Start new MAMP (or MAMP PRO).</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.skrinakcreative.com/wp/2010/03/mamp-update-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing HTMLTidy for Mac OS X/Snow Leopard</title>
		<link>http://www.skrinakcreative.com/wp/2010/03/installing-htmltidy-for-mac-os-xsnow-leopard/</link>
		<comments>http://www.skrinakcreative.com/wp/2010/03/installing-htmltidy-for-mac-os-xsnow-leopard/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 11:53:37 +0000</pubDate>
		<dc:creator>Kyle Skrinak</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=475</guid>
		<description><![CDATA[The latest HTML Tidy has much goodness that the version that ships with Snow Leopard is missing. You&#8217;ll need to compile it to update your binary. It&#8217;s simple after you&#8217;ve done it once and easy to forget, so I&#8217;m documenting it this time.

Test version

Load Terminal
tidy &#8211;version

&#8220;HTML Tidy for Mac OS X released on 31 October [...]]]></description>
			<content:encoded><![CDATA[<p>The latest HTML Tidy has much goodness that the version that ships with Snow Leopard is missing. You&#8217;ll need to compile it to update your binary. It&#8217;s simple after you&#8217;ve done it once and easy to forget, so I&#8217;m documenting it this time.</p>
<ol>
<li>Test version
<ol>
<li>Load Terminal</li>
<li>tidy &#8211;version
<ol>
<li>&#8220;HTML Tidy for Mac OS X released on 31 October 2006 &#8211; Apple Inc. build 15.3&#8243;</li>
<li>No good, should say at least &#8220;HTML Tidy for Mac OS X released on 25 March 2009&#8243;</li>
</ol>
</li>
</ol>
</li>
<li>Download the source code:
<ol>
<li>cd to a directory you can track for cleanupcvs -z3 -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy</li>
<li>cvs -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy login
<ul>
<li>Hit the enter key for password, i.e., no password</li>
</ul>
</li>
<li>cvs -z3 -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy
<ul>
<li>This will create a directory, &#8220;tidy&#8221; in your current directory</li>
</ul>
</li>
</ol>
</li>
<li>Compile
<ol>
<li>cd into the tidy directory</li>
<li>/bin/sh build/gnuauto/setup.sh</li>
<li>sudo ./configure &#8211;prefix=/usr</li>
<li>sudo make</li>
<li>sudo make install
<ul>
<li>If you error, may the Google search engine be your best friend.</li>
</ul>
</li>
</ol>
</li>
<li>Test version
<ol>
<li>tidy &#8211;version
<ul>
<li>HTML Tidy for Mac OS X released on 25 March 2009</li>
</ul>
</li>
</ol>
</li>
<li>Delete the &#8220;tidy&#8221; directory
<ol>
<li>Wow that was easy.</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.skrinakcreative.com/wp/2010/03/installing-htmltidy-for-mac-os-xsnow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacPorts and and upgrading to Snow Leopard</title>
		<link>http://www.skrinakcreative.com/wp/2010/03/macports-and-and-upgrading-to-snow-leopard/</link>
		<comments>http://www.skrinakcreative.com/wp/2010/03/macports-and-and-upgrading-to-snow-leopard/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 10:47:48 +0000</pubDate>
		<dc:creator>Kyle Skrinak</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=471</guid>
		<description><![CDATA[I&#8217;m slow to upgrade my OS as I prefer stability to running the latest version of code. As of 2 days ago, however, I have taken the leap to Snow Leopard (now at 10.6.2) and I am very pleased with stability and the reduced footprint of the OS. Also among my upgrade concerns is my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m slow to upgrade my OS as I prefer stability to running the latest version of code. As of 2 days ago, however, I have taken the leap to Snow Leopard (now at 10.6.2) and I am very pleased with stability and the reduced footprint of the OS. Also among my upgrade concerns is my MacPorts installation. I have a few ports that I need to have available. This time, my MacPorts migration was the smoothest yet, too. After googling, I first found <a href="http://syntatic.wordpress.com/2009/08/30/macports-snow-leopard-upgrade/">this blog post</a> about the author&#8217;s upgrade, but after reading the blog&#8217;s comments found a more reliable (not necessarily more simple  but well worth the added time) way to make the upgrade:</p>
<ol>
<li>Reboot and boot using the Snow Leopard DVD.</li>
<li>Before running Snow Leopard, perform a &#8220;Disk Repair&#8221; in disk utility.</li>
<li>Run the Snow Leopard upgrade process. Both of mine were at least 45 minutes; I didn&#8217;t stick around for the upgrade.</li>
<li>After completing the Snow Leopard installation install the XCode from the Snow Leopard DVD. (This step is important)</li>
<li>Run Apple&#8217;s Software Update (have broadband ready or expect to wait for the download)</li>
<li>Download the latest <a href="http://distfiles.macports.org/MacPorts/MacPorts-1.8.2-10.6-SnowLeopard.dmg">MacPorts for Snow Leopard</a> disk image.</li>
<li>Then follow the steps at the <a href="http://trac.macports.org/wiki/Migration">MacPorts migration</a> page.
<ol>
<li>port installed &gt; myports.txt</li>
<li>sudo port -f uninstall installed</li>
<li>sudo port clean &#8211;work &#8211;archive all</li>
</ol>
</li>
</ol>
<p>This process does take up some time, but I reloaded my entire MacPorts without a hiccup, which was nice. Also nice is that my 10.5 MacPorts list contains a number of ports I no longer needed, so the cleanup was overdue. I saw none of the dependency or other issues that can happen with MacPorts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skrinakcreative.com/wp/2010/03/macports-and-and-upgrading-to-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly noted: Phusion Passenger &amp; PHP files</title>
		<link>http://www.skrinakcreative.com/wp/2010/02/quickly-noted-phusion-passenger-php-files/</link>
		<comments>http://www.skrinakcreative.com/wp/2010/02/quickly-noted-phusion-passenger-php-files/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 14:53:17 +0000</pubDate>
		<dc:creator>Kyle Skrinak</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=468</guid>
		<description><![CDATA[There&#8217;s so much more to this, but the details of such are outside of my normal scope; so I&#8217;m simply noting this:
If you have a apache 2.2.14-served directory from which you intend to have PHP script interpreted within your *.html files, you must except this directory from your Phusion Passenger environment.
The head-scratcher for us was [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s so much more to this, but the details of such are outside of my normal scope; so I&#8217;m simply noting this:</p>
<p>If you have a apache 2.2.14-served directory from which you intend to have PHP script interpreted within your *.html files, you must except this directory from your <a href="http://www.modrails.com/">Phusion Passenger</a> environment.</p>
<p>The head-scratcher for us was this: http://www.website.com would show the HTML with the unintrepreted PHP code, BUT http://www.website.com/index.html would properly interpret.</p>
<p>This was a real head-scratcher for the CTO for one my clients and myself when we discovered that subdirectories of our main &#8220;web-brochure&#8221; site were under Phusion&#8217;s control. We simply moved that directory to a new location, outside the environment&#8217;s paths, and this solved the problem. It appears that  you can use apache directives to achieve the same result, though I couldn&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skrinakcreative.com/wp/2010/02/quickly-noted-phusion-passenger-php-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to save time with xamp 1.7.2 and drupal 6.14</title>
		<link>http://www.skrinakcreative.com/wp/2009/12/how-to-save-time-with-xamp-1-7-2-and-drupal-6-14/</link>
		<comments>http://www.skrinakcreative.com/wp/2009/12/how-to-save-time-with-xamp-1-7-2-and-drupal-6-14/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 16:02:04 +0000</pubDate>
		<dc:creator>Kyle Skrinak</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=464</guid>
		<description><![CDATA[xamp 1.7.2 ships with php 5.3, which is known to be incompatible with Drupal 6.14. You must use 1.7.1. There. I just saved you a couple hours of troubleshooting.
]]></description>
			<content:encoded><![CDATA[<p>xamp 1.7.2 ships with php 5.3, which is known to be incompatible with Drupal 6.14. You must use 1.7.1. There. I just saved you a couple hours of troubleshooting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skrinakcreative.com/wp/2009/12/how-to-save-time-with-xamp-1-7-2-and-drupal-6-14/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>More web2project goodness</title>
		<link>http://www.skrinakcreative.com/wp/2009/11/more-web2project-goodness/</link>
		<comments>http://www.skrinakcreative.com/wp/2009/11/more-web2project-goodness/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 15:39:40 +0000</pubDate>
		<dc:creator>Kyle Skrinak</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=456</guid>
		<description><![CDATA[I blogged earlier about my move from dotproject (dp) to web2project; (w2p) read more there for background. The goodness continues. Whereas using dp allowed me to integrate my project tasks with company info, I have now eliminated  the need for slimtimer, a web app for tracking hours. Slimtimer is an excellent web app for tracking [...]]]></description>
			<content:encoded><![CDATA[<p>I blogged <a href="/wp/2009/10/migrating-from-dotproject-to-web2project/">earlier</a> about my move from <a href="http://www.dotproject.net/">dotproject</a> (dp) to <a href="http://www.web2project.net/">web2project</a>; (w2p) read more there for background. The goodness continues. Whereas using dp allowed me to integrate my project tasks with company info, I have now eliminated  the need for <a href="http://www.slimtimer.com/">slimtimer</a>, a web app for tracking hours. Slimtimer is an excellent web app for tracking hours to activities and has excellent reporting features and I continue to highly recommend it. What bothered me with using slimtimer was cost and project integration. While it is free, the programmer fairly asks for donations. there are a number of alternatives (Quickbooks for example) that I can use to track project hours for free; while slimtimer is a solid, well-programmed application, it wasn&#8217;t worth my making a donation. Alas, I didn&#8217;t feel I was quid-pro-quo with the application&#8217;s programmer. Secondly, and more importantly (as it turns out) is the integration of task hours, task description against the specific task in my w2p application.</p>
<p><a href="http://www.skrinakcreative.com/wp/wp-content/uploads/2009/11/w2p-login.png"><img class="size-full wp-image-458 alignright" title="web2project login screen for SCI" src="http://www.skrinakcreative.com/wp/wp-content/uploads/2009/11/w2p-login.png" alt="web2project login screen for SCI" width="328" height="314" /></a>Where w2p doesn&#8217;t offer the same detailed start/stop hours tracker, the time recording offers &#8220;just enough&#8221; data to be usable. However, the integration of task hour recording with description and project info is critical to making it much more informative in the context of the overall project. Whereas I lose start/stop times, I gain recording the specific activities I executed ,which also allows me to make the project&#8217;s tasks more generic, thus reducing the documentation overhead while keeping the data relevant for billing and project summary documentation.</p>
<p>Score another point for w2p. The beauty of w2p is that it&#8217;s model has made project management for my company more easy to manage. The redesign by the w2p team has helped to reveal functional aspects that might have been available in dp but now make sense in the broader context of usage. I recently wowwed a client by setting up a project site for one of his projects in 30 minutes, with milestones established and gantt-charted. He immediately requested his internal IT guy to set up w2p on their internal server. There&#8217;s more functionality that I haven&#8217;t accessed (yet) but does seem very useful depending on the client and project requirements (forums, file storage, calendaring), although I rely heavily on Google&#8217;s Calendar; maybe it&#8217;s time for a rethink on that?</p>
<p>If you&#8217;re looking for a project management application, with excellent support for a small core team; check <a href="http://www.web2project.net/">w2p</a> out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skrinakcreative.com/wp/2009/11/more-web2project-goodness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vi key-binding in lftp (on Mac/Leopard)</title>
		<link>http://www.skrinakcreative.com/wp/2009/11/vi-key-binding-in-lftp-on-macleopard/</link>
		<comments>http://www.skrinakcreative.com/wp/2009/11/vi-key-binding-in-lftp-on-macleopard/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 03:17:19 +0000</pubDate>
		<dc:creator>Kyle Skrinak</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=453</guid>
		<description><![CDATA[I presume this is a fairly portable tip; but it is awesome, thatnks to the vi wiki.
If you put the following into your ~/.inputrc file:
set editing-mode vi
set keymap vi
You will then have vi keybindings in lftp (and apparently other programs that support readline editing)
Good-bye annoying emacs keyboard commands in lftp!
]]></description>
			<content:encoded><![CDATA[<p>I presume this is a fairly portable tip; but it is awesome, thatnks to the <a href="http://vim.wikia.com/wiki/Use_vi_shortcuts_in_terminal">vi wiki</a>.</p>
<p>If you put the following into your ~/.inputrc file:</p>
<pre style="overflow: hidden;">set editing-mode vi
set keymap vi</pre>
<p>You will then have vi keybindings in lftp (and apparently other programs that support readline editing)</p>
<p>Good-bye annoying emacs keyboard commands in lftp!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skrinakcreative.com/wp/2009/11/vi-key-binding-in-lftp-on-macleopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickSilver is now Google Quick Search Box</title>
		<link>http://www.skrinakcreative.com/wp/2009/11/quicksilver-is-now-google-quick-search-box/</link>
		<comments>http://www.skrinakcreative.com/wp/2009/11/quicksilver-is-now-google-quick-search-box/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:23:01 +0000</pubDate>
		<dc:creator>Kyle Skrinak</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=450</guid>
		<description><![CDATA[I made the switch about a month ago; from QuickSilver to Google Quick Search Box. I did so when I read that QuickSilver&#8217;s developer had dropped the project but resurrected it as an apparently re-factored project over at Google. Except for the &#8220;Google-In-Your-FACE&#8221; UI, it&#8217;s the same great utility that QS was, only now it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I made the switch about a month ago; from QuickSilver to Google Quick Search Box. I did so when <a href="http://googlesystem.blogspot.com/2009/01/google-quick-search-box-for-mac.html" target="_blank">I read</a> that QuickSilver&#8217;s developer had dropped the project but resurrected it as an apparently re-factored project over at Google. Except for the &#8220;Google-In-Your-FACE&#8221; UI, it&#8217;s the same great utility that QS was, only now it&#8217;s maintained, and some new goodness added. Check it <a href="http://code.google.com/p/qsb-mac/downloads/list" target="_blank">out</a>.</p>
<p>One big change (for a small utility) is the way it handles typing your command. QS would &#8220;forget&#8221; if you paused for, roughly 4 seconds. GQS doesn&#8217;t forget, in the same way <a href="http://do.davebsd.com/" target="_blank">gnome-do</a> doesn&#8217;t forget. It felt clumsy at first, but after the &#8220;what will QS &#8216;guess&#8217; I&#8217;m trying to type&#8221; coolness factor dies down, I find I prefer the memory permanence. Sometimes eye-candy can slow down pragmatism.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skrinakcreative.com/wp/2009/11/quicksilver-is-now-google-quick-search-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade-install to Karmic Koala (re: check the switch before googling)</title>
		<link>http://www.skrinakcreative.com/wp/2009/11/upgrade-install-to-karmic-koala-re-check-the-switch-before-googling/</link>
		<comments>http://www.skrinakcreative.com/wp/2009/11/upgrade-install-to-karmic-koala-re-check-the-switch-before-googling/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 02:02:20 +0000</pubDate>
		<dc:creator>Kyle Skrinak</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=443</guid>
		<description><![CDATA[When Canonical released Karmic Koala, I didn&#8217;t hesitate to do the update-manager distribution upgrade. In the back of my mind, however, I knew that I was going to carry forward a bunch of cruft that had built up. The upgrade was successful, but I saw very little difference in basic features. so I decided to [...]]]></description>
			<content:encoded><![CDATA[<p>When Canonical released Karmic Koala, I didn&#8217;t hesitate to do the update-manager distribution upgrade. In the back of my mind, however, I knew that I was going to carry forward a bunch of cruft that had built up. The upgrade was successful, but I saw very little difference in basic features. so I decided to scrap the original and reinstall the Karmic as a new installation. I went with the 32-bit version (I&#8217;ll wait until a 64-bit flash binary becomes available for the 64-bit OS) I already have a /home partition separate from my main / partition. However, I switched from ext3 to ext4 and the conversion deleted all existing data (none of it was critical) I probably could have saved the data by doing an ext3 -&gt; ext4 conversion independent of the installation.</p>
<p>So I hit a snag after the clean install: no wireless on my Broadcom 4311. I did what I always do when this happens. I checked Google and found various wild hairs, but no answer. Then, words of an old friend came back to me; &#8220;When the toaster isn&#8217;t working — check to see that it is plugged in.&#8221; Of course, there&#8217;s Occam&#8217;s razor, but enough analogies. The Dell 1520 laptop has a switch that toggles bluetooth and wifi, for power savings. The darn switch was off. I turned it on and there it was: WiFi.</p>
<p>After that, no problems yet. I&#8217;m experiencing much better overall performance. The hit was so bad that I&#8217;ve basically stopped using this laptop. There was something to how I configured MySQL and lighttpd and probably some other stuff — I&#8217;ll follow my own advice and do my LAMP stacks as VirtualBox machines, not on this machine itself. Now onto zsh, Adobe Air/TweetDeck, gvim, and so on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skrinakcreative.com/wp/2009/11/upgrade-install-to-karmic-koala-re-check-the-switch-before-googling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Note to self with jQuery &amp; IE; &#8220;text/javascript&#8221;</title>
		<link>http://www.skrinakcreative.com/wp/2009/10/note-to-self-with-jquery-textjavascript/</link>
		<comments>http://www.skrinakcreative.com/wp/2009/10/note-to-self-with-jquery-textjavascript/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 13:41:13 +0000</pubDate>
		<dc:creator>Kyle Skrinak</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=439</guid>
		<description><![CDATA[Insanity is doing the same thing and expected different results. I&#8217;m not sure why I keep doing this, but I do: when including a jQuery script into an xHTML page, be sure to declare the script properly: &#8220;text/javascript&#8221; not &#8220;application/javascript&#8221;
Now to create a repeat loop: for (i=0;i&#60;=100;i++); echo &#8220;use &#8220;text/javascript&#8221; \n.
]]></description>
			<content:encoded><![CDATA[<p>Insanity is doing the same thing and expected different results. I&#8217;m not sure why I keep doing this, but I do: when including a jQuery script into an xHTML page, be sure to declare the script properly: &#8220;text/javascript&#8221; not &#8220;application/javascript&#8221;</p>
<p>Now to create a repeat loop: for (i=0;i&lt;=100;i++); echo &#8220;use &#8220;text/javascript&#8221; \n.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skrinakcreative.com/wp/2009/10/note-to-self-with-jquery-textjavascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
