<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="0.92">
<channel>
	<title>mystic coders</title>
	<link>http://www.mysticcoders.com</link>
	<description>coding magic</description>
	<lastBuildDate>Sun, 19 Aug 2007 13:47:52 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Internet Explorer cannot open the Internet site. Operation aborted.</title>
		<description>Just got hit with this error:



And regrettably I spent a lot of time searching through Javascript in mootools javascript, and the small 2 lines of javascript Wicket adds to the page.  Finally, I decided to actually google the error (which I should have done immediately).

Low and behold, because I ...</description>
		<link>http://www.mysticcoders.com/blog/2007/03/20/internet-explorer-cannot-open-the-internet-site-operation-aborted/</link>
			</item>
	<item>
		<title>The Rise of the XML backlash</title>
		<description>The writing has definitely been on the wall for some time now.  All the "agile" frameworks out there picking on Java and its love affair with XML had an effect.  More and more projects have sprung up that tout one of their prized features, no XML required.

Wicket (currently ...</description>
		<link>http://www.mysticcoders.com/blog/2007/03/13/the-rise-of-the-xml-backlash/</link>
			</item>
	<item>
		<title>Apple simplicity and iTunes</title>
		<description>I'm sure this has already been heavily blogged, but I just noticed a new option in my "speakers" pull down available on the bottom right of iTunes if you have an Airport Express.



So effectively, probably according to bandwidth restrictions, you can have the song playing at your computer in one ...</description>
		<link>http://www.mysticcoders.com/blog/2006/09/03/apple-simplicity-and-itunes/</link>
			</item>
	<item>
		<title>Qwicket - easy boilerplate code for Wicket</title>
		<description>Qwicket is an easy and fast solution for creating your next project with Wicket.  Right from the website, you can create an account (if you'd like to save your work as you go), and add beans to your project directly from the UI.

Qwicket 0.4 was just recently released by ...</description>
		<link>http://www.mysticcoders.com/blog/2006/08/21/qwicket-easy-boilerplate-code-for-wicket/</link>
			</item>
	<item>
		<title>DateChooser component for Wicket</title>
		<description>After much loss of sleep trying to use DatePicker in wicket-extensions, I've instead opted to create a simple component with date selectable dropdowns of month, day, year.  This little pet project was great, in that it helped me really get a better understanding of how Model's work with Wicket, ...</description>
		<link>http://www.mysticcoders.com/blog/2006/08/21/datechooser-component-for-wicket/</link>
			</item>
	<item>
		<title>Getting Word Count in Java Resource Bundle .properties files</title>
		<description>With a little help from freenode folks in ##java and #awk .. I've got a one liner which will give you a word count for your resource bundle files:



grep -vE '^#' YourResourceBundle.properties &#124; cut -d = -f 2 &#124; wc -w



whew.
 </description>
		<link>http://www.mysticcoders.com/blog/2006/04/20/getting-word-count-in-java-resource-bundle-properties-files/</link>
			</item>
	<item>
		<title>Using growl with ant for build notifications</title>
		<description>Something that just struck me as handy, was Growl notifications for certain steps in the ant build process.  If you're doing something else, its always nice to see "Build completed".  I could go into a long process on how to create an ant plugin, integrate it with Growls' ...</description>
		<link>http://www.mysticcoders.com/blog/2006/03/25/using-growl-with-ant-for-build-notifications/</link>
			</item>
	<item>
		<title>Simple Wicket applications</title>
		<description>I will be preparing a full tutorial on building a simple but functional application using Wicket.  Here are two applications which were built in a very short amount of time, with the very simple framework.
Pastebin is homage to the several applications built before it, and was built in a ...</description>
		<link>http://www.mysticcoders.com/blog/2006/02/02/simple-wicket-applications/</link>
			</item>
	<item>
		<title>CGSResolveShmemReference : offset exceeds bounds</title>
		<description>After working on my machine for quite a bit today, I started getting crashes in certain programs, and I haven't seen this pre-10.4.4.  The following was seen in Console.app:

CGSResolveShmemReference : offset exceeds bounds

And it did so for several apps, Firefox, GLterm, iSync (wouldn't even run).  A simple logout ...</description>
		<link>http://www.mysticcoders.com/blog/2006/01/31/cgsresolveshmemreference-offset-exceeds-bounds/</link>
			</item>
	<item>
		<title>Find duplicate rows in a database using standard SQL</title>
		<description>

Thanks goes to Xgc in #mysql on freenode for showing me this little one-liner.  We needed to add a unique key to one of our tables, and a duplicate was in our midst.  Enter this handy one-liner:

 SELECT field1, count(*) FROM tbl1 GROUP BY field1 HAVING count(*)&#62;1;

problem solved, ...</description>
		<link>http://www.mysticcoders.com/blog/2006/01/31/find-duplicate-rows-in-a-database-using-standard-sql/</link>
			</item>
</channel>
</rss>
