Quickribbon

Search

Subscribe

Enter your email address to subscribe to this blog.

Recent Comments

jQuery Select Example
johnny said: oh, great. I help me a lot. Thanks!!! [More]

Multiple File Uploads in ColdFusion
Robert N. said: Hi, I'd like to be able to upload multiple files as part of a form submission. Is this possible wi... [More]

Coldbox datasource setting and Wirebox
Bummed Out said: Just starting out with ColdBox 3.1.0 and ready to give up because I can't access my data source sett... [More]

CFGrid Event Listeners
steve said: I was wondering if there was an event to handle the refreshing of new data either from the initial l... [More]

Getting the public IP address of a visitor
Ken Hughes said: Could you use the accept-language browser header? If it's en-US, treat them as in the USA, otherwise... [More]

ColdFusion Position here in North East Ohio

A position opened up at a company that I used to work for. The position description is below and if you have any questions about the company please feel free to ask.

The successful candidate will be an experienced ColdFusion programmer skilled in new application development and in supporting existing ColdFusion applications. The selected candidate will work directly with clients gaining an understanding of their needs, translating those needs into functional requirements, documenting said requirements, and building ColdFusion applications that meet the identified needs. Four years of work experience designing, building, and administering strategic or high volume ColdFusion web applications for diverse audiences is preferred. Must be experienced with standard web technologies (HTML, CSS, and JavaScript) and have experience in using AJAX and jQuery. Must have solid experience in designing database tables and efficient SQL queries. Must possess strong verbal and written communication skills and have the ability to communicate effectively with both technical staff and non-technical personnel. Qualified candidates should be self-motivated, capable of working independently and in a collaborative environment. Salary and benefits will be commensurate with candidate's qualifications ranging between $50,000 and $80,000. Screening of applicants will begin immediately and will continue until the position is filled. To apply online, please email jobs@letternine.net.

 
 

Getting the public IP address of a visitor

I know this may seem like a pretty easy question but I have yet to find the answer. I am working on a project at work where we have 2 sets of data and only certain visitors can see certain data. We have 1 set of data that can only be shown to users visiting from the United States and the other from anyone outside of the US.

I have already found a way to get country data based on the visitors ip address. The real trick here is provided the service with the users IP address. I know your probably thinking to yourself that is easy, but I am having trouble over here. If you use web server variable cgi.remote_addr you will get the correct address most of the time. In my case though many of our internal visitors are under the umbrella of our proxy server. This means that when I use cgi.remote_addr it actually retuns an internal address.

My question to all of my smart readers is, What are my options. I have the backing of my server admin so he can help me out in anyway I need but this is new territory for me. Any guidance you can provide is much appreciated.

 
 

Getting started with Mura CMS

it really has never been easier to get started with Mura CMS. In fact I am going to show you how to get started today without ever visiting the Mura website or setting up a database & datasource.

To get started using my method you need to be running ColdFusion Builder. This is because we are going to look at a cool extension for Builder called Mura Tools. This extension allows you to download the latest version of Mura right into your project. The plugin also offers options for creating and building Mura plugins. To get started follow the instructions for installing Mura Tools using their update site. When you have it installed simply right click on a project and select Mura CMS --> New Mura Install. When the dialog box comes up simply hit finish and the latest version of Mura will be installed, how easy was that?

Next you need to navigate to the project, in my case I have a project on my local machine called muratest so I simply went to http://localhost/muratest. When Mura loads up for the first time you will see a page like the one below. Now it use to be that you had to create a datasource + database and enter that information here but now you no longer have to do that. If you select auto create and enter your admin api password Mura can auto create the database + datasource for you. In the example I created I had the lastest version of Mura installed, a datasource + database created for me and the Mura install finished all under a minute. Now that is impressive!

You have no excuses now. It is about time you give Mura a test drive and see for yourself why it is the best ColdFusion based CMS around. Actually its just an awesome CMS regarding what language it is built on. I have a ton of clients and coworkers who absolutely love the platform. Now go manage some content ;D

 
 

Node.js and you

Node.js is the hottest thing the tech world has had to talk about this year. In case you didn't know, Node.js is a server platform for application development that makes building high-availability APIs and real-time applications really simple. And the best news is that you code for it with JavaScript. In this session, learn what Node.js is and what it means to use a nonblocking infrastructure. We'll talk about why JavaScript is well suited to this kind of environment, and then we'll show how to leverage Node.js to build applications for the browser, mobile, and beyond.

 
 

TV Tuesday: Dreamweaver CS5.5 - jQuery Mobile Pages

jQuery Mobile greatly simplifies the implementation of mobile-specific interfaces while still using clean, semantic HTML and CSS. However, the way pages are implemented in jQuery Mobile can be a bit of a shift for new mobile designers. In this video we'll look at the components of a jQuery Mobile "page", and how you can quickly build out an entire jQuery mobile application within a single HTML file.

 
 

More Entries