CFMX and java blog.
Show all feed information | Ping Blog Update
Needed to do a basic validation check for a client which simply told the user that not all the fields have been completed are they sure they want to continue. Turns out jQuery made this simples with the command $(":text[value=]") which returns all the objects. In the end my (cut down) function …
keywords javascript, jquery
CFTextMate has a new temp home at cftextmate.andyjarrett.co.uk . How come? I am a massive TextMate fan on the Mac and and one of its strengths is in its extensibility and bundles. CFTextMate has always been a great add-on for working with CFML files but fell short when editing the new scripted …
keywords adobe, cfeclipse, cfml tags, coldfusion, extensibility, foray, fw/1, google, google groups, grab, limbo, railo, rewrite, right direction, rohan, russ johnson
The only OS X shortcut you need to remember is Shift + CMD + / which is actually quite a claim but it won't do any harm to forget "Option-Control-Command-8" and replace it with this! This is the universal shortcut to toggle an application's help menu. Not only can you search for application help …
keywords help menu, mac, os x
A Harley biker is visiting the zoo in Calgary, Alberta when he sees a little girl leaning into the bars of the lion's cage. Suddenly, the lion grabs her by the cuff of her jacket and tries to pull her inside, under the gaze of her screaming parents. The biker without hesitation runs to the cage …
keywords fridays, fun, grabs, hesitation, joke, little girl, parents, perception, punch, zoo
Gert Franz (of Railo ) has posted on Slide Six his preso from CF.Objective(ANZ) . It includes 70+ slides which you can flick through quite quickly which cover the upcoming 3.2 release, 3.3, and even some hints on whats happening with 4.0. This is a great resource if you are already invested in …
keywords beta, cf, execution time, fence, flick, gateways, java object, key value, objective, railo, reflection, slides
I recently updated Mozy to v2 and started getting the error: "The background service for MozyHome is not running" For anyone else seeing this the fix is to go to the /Library/Caches/MozyHome/ directory. In there delete cache.db and cache.db-journal and then run Back-up now to test.
keywords caches, mozy
That was the response from Tesco when I mentioned their site doesn't work with Google Chrome! Their actual response was: The browser that you tried to use - Google Chrome is not very friendly with our webiste and I'm afraid you will have many difficulties with your attempt to place this order. I …
keywords blogging, browsers, google, internet explorer, market leader, mozilla firefox, safari
This is a reminder post that when playing around with ORM you don't have to use a pre-created database! In fact you can setup the database, datasource, tables, and even table relationships without opening an SQL Gui/manager
or writing a single line of SQL. When developing a new site or like me …
keywords adobe, apache, cf, hsqldb, initial setup, job, railo, relational databases, reminder, scripting, single line, snippet, sql, worry
Probably my most used app on the iPhone, Twitter, has just released a dot update. Push notifications for @mentions and messages Enable geotagging in your account with one tap Improved display of shortened URLs Fix connection error caused by a device clock being set incorrectly Additional retina …
keywords clock, iphone, mentions, notifications, recent news, tap, twitter
A lot of the text I have come across that deals with catching errors using the web.xml focuses on specific errors only. Below is some code for catching all generic errors thrown by a servlet. First; Put the following in your web.xml java.lang.Throwable /generic_errors.jsp Second; Create a file …
keywords exceptions, j2ee, java, java lang, jsp, lot, servlet, sw, web root, web xml, xml java