joeydaly.com … tech blog & sometimes more

23Apr/120

The benefits of cloud computing

Posted by Joey

Recently wrote a blog article about the benefits of cloud computing. If you’re new or just interested in what cloud computing is, and how it effects you or your business check it out.

http://blog.nga.net/2012/04/the-benefits-of-cloud-computing/

8Feb/120

Mach II: event.getArg() and event.isArgDefined()

Posted by Joey

Mach II being an event driven framework you can imagine what the Event Object is like. It’s as described in the doco, the heart of Mach-II request life-cycle. In a nut shell, it pulls all the form & url variables form requests and throws it into the event object.

This will look for an event argument called title.
Either set by the URL or the Form… Continue reading

Filed under: mach ii No Comments
6Feb/120

SQL Complete – Auto completer for SQL Server

Posted by Joey

For those of you who use Microsoft SQL Server Management Studio – this is a must!

I’ve always had problems where I keep forgetting what the column names of tables are when I’m writing out SQL. Most cases I’ve just done a quick sp_help against the table.

1

You can even highlight the table name and hit Alt + F1 and this will… Continue reading

1Feb/120

ColdFusion Builder is slow, but who cares

Posted by Joey

I’ve been shitting bricks with CFBuilder today. I know the guys are working on bug fixes and improving performance, but I’m still ranting!

I’m using ColdFusion Builder 2

Anyway, here’s a list of things I’ve done to try improve performance…
Most these settings are under Preferences, to get there: Window > Preferences

  1. Disable Syntax Checking
    Goto: ColdFusion > Profiles > Editor > Syntax Checking
31Jan/120

Fusebox, it’s back!

Posted by Joey

Recently saw on the twitterverse that Fusebox is making a come back!!!!


err.. maybe not that fusebox. But anyway!

Fusebox Framework!
…with a new development team.

Current Contributors
Bill King
Chris Diller
Francisco Carmona
John Blayter
Phillip Spongola

All I can say is yay! I think most if not all ColdFusion developers have used/put up with Fusebox. I know that I… Continue reading

22Dec/101

Toggling hidden div using jQuery

Posted by Joey

Okay, this morning came across a great question asked by one of the community members of CFWheels, it’s a rather common-ish problem.

So you have the following setup, a few records in the database being displayed with a checkbox and a hidden div to display extra details:

Name: #name#
#checkboxTag(name=”showExtraDetails”, class=”checkme”)#

Gender: #gender#

Now for the jQuery… Continue reading

Tagged as: , , 1 Comment
20Dec/100

CFWheels – screencasts!

Posted by Joey

Chris has been doing these screencasts on how to build a social networking site. If you want to learn about CFWheels or try it out, I HIGHLY recommend checking out these videos.

http://cfwheels.org/screencasts/view/15

25Nov/100

Rocketboots – Galaxy

Posted by Joey

Discovered this great open source project by Rocketboots, called Galaxy. It basically allows you to control and manage multiple services and instances of applications. A great example is a login script that takes in LDAP requests, or an app that delivers files to users.

Check out the video, great to watch when having that toasted cheese n bacon sandwich :) … mmmm that makes me hungry now!… Continue reading

22Nov/100

Eclipse Helios

Posted by Joey

Okay, I’ve had enough of my eclipse – time for an upgrade! In comes Eclipse Helios along with Subversive and CFEclipse – my IDE is all ready for coding :)

Some of the features in Helios; Xtext, Git Support, Improved API Tools, Target platform and resource improvements and plenty more!

Eclipse Helios: http://www.eclipse.org/helios/
Eclipse Subversive: http://www.eclipse.org/subversive/
CFEclipse: http://cfeclipse.org/… Continue reading

22Nov/101

CFWheels 1.1.1 released!

Posted by Joey

Latest release of CFWheels 1.1.1 is a maintenance release with some bug fixes to the following areas:

– Added number formatting on the value passed in to “count” in the pluralize() function
- Fixed renderWith() so that it works in all environment modes when returning JSON
- Fixed belongsTo association code when using composite keys
- Allow cfthread to be used in views
- Fixed paging code for non-parameterized queries
- Corrected bug in request… Continue reading