Apple Dislikes Android Reference in App

The startup Flash of Genius who develops educational software recently got a letter from Apple telling the company that "it would be appropriate to remove" the reference to Andriod in the product description of their iPhone app in the apple store.

[More]

Coldfusion 9 Sharepoint Integration - ViewCollection

In my last post on the CFSharepoint tag and ListCollections we connected to a Microsoft Sharepoint server and using the ListCollection action of the CFSharepoint tag we retrieved a collection of all the lists available to the user.

In Sharepoint each list can have multiple views associated with it that show different meta-data for the list items. If you plan on integrating Sharepoint it is a good idea to provide the user the ability to choose the meta-data they want to view. In order to do this you need to allow them to choose the view.

[More]

Coldfusion 9 Sharepoint Integration - ListCollection

ColdFusion 9 saw the release of quite a bit of new functionality none so little blogged about as the new cfsharepoint tag. Not all surprising really since in order to use the cfsharepoint tag you need to have a Microsoft Sharepoint server at your disposal. Another reason it's probably not so often blogged about is that Sharepoint integration is going to be typically going on behind the scenes, integration projects with corporate Intranets and perhaps not really all that interesting for the masses.

Never the less I have decided to start a small series of blog posts on some of the different things you can do with the cfsharepoint tag. I will only be concentrating on document lists as that is where, in my opinion, most of the integration is going to be centered around.

[More]

CF9 PreserveSingleQuotes bug

This little bug comes courtesy of my boss at Contens. It appears that the function PreserveSingleQuotes() in Coldfusion 9 is unable to handle the results of a function that returns a string.

[More]

The Apple iPad

The much rumored and anticipated announcement was made yesterday at the Apple Media event by Steve Jobs. The Apple iPad, which looks much like an over-sized iPhone or iPod comes with all the bells and whistles that both of the smaller versions come with, only bigger.

[More]

jQuery Switches to Zoho Forums

An early morning tweet by John Resig of the jQuery team, and followed by an email from Zoho, announced the switch of the jQuery forum from Google Groups to Zoho. Zoho Discussions is providing their on-line forum tool for free to open-source projects.

[More]

Adobe Browserlab Updated

I do a lot of my work on my MacBook Pro and as you know not all Browsers run on a Mac. Specifically MSIE (Microsoft Internet Explorer) has not had a new release of their browser for the Mac platform since around version 5. It makes it kind of difficult when doing design changes to a website to make sure that your changes are Cross Browser when you can't install the Latest IE Browser on your Machine. You could set up VirtualBox and download one of the available images from Microsoft setting them up as a virtual machine.

Adobe BrowserLab is a flash application that is able to rend a website exactly how the different browsers render it on different platforms, for example Firefox 3.5 on windows and OS X.

[More]

Multiple Tomcat Instances as a Service

Yesterday I posted how to set up Multiple instances of Tomcat running Railo. The whole setup turned out to be relatively painless.

Running the multiple instances as a service is a small improvement that can make life a little easier. A small adjustment to the service.bat file is all that is needed in the Windows environment, a startup script for the linux environment could also be made/modified in a similar way.

[More]

Creating a Multi-Instance Railo Install with Tomcat

If you want to run multiple instance of Railo on a single server then keep reading because I am going to show you how to do just that using a single physical Tomcat and Railo install.

Requirements

You will need to have the latest Java JDK installed, then grab Tomat 6 zip, and Railo 3.1.2 Jars.

Once you have downloaded the required files we can begin.

[More]