Monday, July 30, 2007

iTunes slow with large music library?

I was just posting to see if anyone else had any issues using iTunes with a large music collection (say 80Gb+ of mp3s). iTunes seems to grind to a halt with a large library and to me it seems because the library is stored in a flat file (an XML file, the location of which I forget). Winamp and WMP10 seem to be quite efficient at searching a large library which leads me to think they have some form of light database running to achieve this performance.

Anyone else had a similar issue? found a way around it? It's a shame because it's the best software to interface with the iPod (not surprisingly). Just wish it handled large collections better...

CFUG-WA Special Meeting

I've recently joined the CFUG-WA (ColdFusion User Group of Western Australia) mailing list and saw that they'll be holding a special meeting on Tuesday the 8th of August, 5:30pm for 6pm start. The meeting is to promote the launch of ColdFusion 8 and is aimed at being more of a trade show style event for clients, managers and users of over languages too.

Check out http://cfugwa.com

Sunday, July 29, 2007

Best Anime of the Moment

Okay, so this is a bit of a break from the Coldfusion posts I've done lately but it's one of my interests and I just wanted to put it out there I guess...

Anyways, Naruto Shippouden is doing okay, it started off a lot better (or maybe all those crappy filler episodes of the original series lowered the standard severely!) and has slowly gone downhill, but only a little bit. I quite like Sakura in this series.

Then there's Bleach which was one of my favourite series but it also seems to be flailing at the moment with some filler eps, hope that doesn't go on too long! I want more Arrancar action!

But this leads me to my favourite series at the moment by far! Claymore!

If you haven't watched this yet, what are you doing? It's only up to about 16-17 episodes at the moment but this series is excellent in every way!

It's about half human-half demon (Yoma) bounty hunters that work for a large organisation, hunting down full yomas hiding in villages and towns. They are called silver-eyed witches because of their looks obviously and in case you didn't guess are all female warriors. They are able to call on their yoma powers when needed but risk "awakening" if they go past a certain limit (not time based, more percentage of yoma abilities used). The awakened Claymores are very powerful and it usually takes the highest 5 hunters to take them out.

The story follows the number one ranked Claymore and a young girl, who was abused by a yoma beforehand, that follows her around. The focus changes after several eps but I won't say much more apart from, go get it! Best series at the moment, hands down!

Got any other good series at the moment? Add a post as I'm always on the look out. Not really into the lovey ones etc. But good action ones, definitely! Or even more obscure ones, like Mushishi.

Coldfusion MX 8 beta

So after all my woes trying to get ColdFusion MX 7 installed with the standalone web server etc. on my MacBook Pro at work and the dodgy PC on XP here at home, I found another blog (http://www.talkingtree.com/blog/index.cfm) that was talking about the ColdFusion MX 8 beta trial over at Adobe Labs, http://labs.adobe.com/technologies/coldfusion8/ and I figured, "what the hey? I'll give it a shot!".

This time I just tried on the dodgy PC again. I uninstalled the non-working ColdFusion MX 7 set up I had, restarted and tried again with the MX 8 installer. First time, everything perfect, just how it should be, the install worked and I was able to just straight into the CFAdmin page! What a relief, I finally have a development environment at home to test things out on!!!

I recommend you give it a shot as I heard in the CF Weekly podcast that there's a fair few new features. I'm going to investigate them and post as I go I guess...

Saturday, July 28, 2007

Installing Coldfusion MX 7 on MacBook Pro

I had a nightmare trying to install coldfusion mx 7 on my MacBook Pro laptop at work. I thought it would be easy enough to quickly install it so I could do some local development... not so!

I just tried installing the developer edition as a stand alone server but got an error at the end saying something like, "you've successfully completed the first step in installing coldfusion, however, the ColdFusion service does not appear to be running, the web server connectors did not install successfully.... etc.".

Since ColdFusion is all Java-based nowadays, it can run in any J2EE application server which is really cool. By default, it will use macromedia JRun for the cold fusion server/service. I think the first problem was that my mac had the 1.5 JVM and it seems that only 1.4.2 is supported. I've read a few other blogs, http://www.talkingtree.com/blog/index.cfm/2006/5/17/CFMX-MacOSX-JVM142 and http://disorganism.com/past/2007/2/7/coldfusion_installer_problems_on_intel/ were a couple that helped me understand the issues.

It seems that there is a symbolic link (CurrentJDK i think) that points to the JVM. So an option that a few people used was pointing to the 1.4.2 JVM. I would've tried this but I was lacking sudo privileges and couldn't be bothered finding out passwords or getting support to elevate my privileges. I looked into a start-up script someone wrote (neatly packaged in a .dmg even) but still had no luck. It seemed to start JRun from the 1.4.2 JVM in another way and then try to start the coldfusion server. The other option was to use another j2EE server like tomcat but I was out of time to look any further into it.

I thought I'd try it at home on an older PC that I use for testing/development and hosting a couple of half-finished websites. I thought since it was on windows (for now, soon to be on linux) that it would be easy to install. No such luck! Same message at the end of the install, although in this case I was able to launch JRun, just not the coldfusion server!... argh! I even tried running it on the tomcat server I already had installed for my Java dev. I got much further, i.e. actually being able to process CFML pages but I couldn't reach the administrator and hence, couldn't set up my datasources, etc. Doh!

I guess I wasn't overly surprised that this PC didn't run too well as it's already serving up JSP and PHP. I even attempted to get an ASP module happening through Apache but that didn't quite work out.

I guess it's a bit frustrating that I haven't been able to set up coldfusion at home for a bit of fun that isn't real work... If anyone's had better successes than I, please post and let me know how you went about it...