Alternating Color, Class, or anything else.
This is a simple function you can include globally to help you with alternating row colors.
Popularity: 3% [?]
This is a simple function you can include globally to help you with alternating row colors.
Popularity: 3% [?]
Are you living in the UK looking for broadband? Do you want to move your phone to your broadband? Do you need to save money on your budget? Are you running out of money before running out of month? Do you need some more money to pay for the gas bills? Check out O2 they provide broadband and home phone service for the UK. Compare the price and see how much you will save.
There are limited service plans and unlimited service plans you can choose from. You can compare their prices to BT, Sky, Virgin and Talk Talk to see how much you will be saving. For your home phone you can choose from an ‘Evening and Weekend’ package or a ‘Anytime’ package. There are many mobile broadband packages to you can choose from. There are also data plans for the iPad. You can choose the plan that will best fit your usage.
There are plenty of choices you can pick whichever package will best fit into your budget. You can also choose different level of texting plans from 12 months to 24 months and 250 texts to unlimited texts.
Check out the mobile coverage O2 has all through the UK even coverage into Ireland. You can choose the plan that best fits you. You can choose a great Mobile and Home broadband package. Whether it is a mobile phone, home phone, iPad, netbook, or computer you can save money with O2. Once you are a customer of O2 they promise to provide you with the same good deals that new customers recieve.
Popularity: 10% [?]
Your password is not secure if you have your password on a yellow sticky note. Your password is not secure if it is in your top desk drawer it is not safe. Your password is not secure If you use the same password for more then one website or application. Go Create a easy to remember yet secure password.
Popularity: 38% [?]
If you want to upgrade your SSL (Secure Socket Layer) Certificate from 1024 bit to 2048 bit certificates this is some information that will make is much easier task to complete.
.
Popularity: 37% [?]
My son emailed me the other day to tell me that Ben Forta blogged about this website CFDot.net and to go check it out.
I checked it out and for those ColdFusion programmers who are learning DotNet C# this is a great place to help you get over some issues when you are first learning. This will not mean you are an expert DotNet C# programmer but it will help you get started learning DotNet C#. I like the concept and the fact that he takes the time to help his fellow programmer.
Ben Forta’s Post (http://forta.com/blog/index.cfm/2010/6/22/Comparing-ColdFusion-To-NET)
CFDot.net Website
Popularity: 63% [?]
Your task is to generate all prime numbers between two given numbers.
1. Create a screen that allows the user to input the two numbers.
2. Display the prime numbers between the two given numbers including those given numbers if they are prime.
Popularity: 49% [?]
Where I currently work we are using ColdFusion 7. We had an issue where a Scheduled Task was not running when we thought it should be. We scheduled it to run every 4 hours starting at 2:00 pm. After reviewing the Log Files we found that at 2:00 am it was rescheduling the next run at 2:00 pm.
Scheduled Task
Before
2:00 pm
6:00 pm
10:00pm
2:00 am
6:00 am - Skipped
10:00 am - Skipped
So we realised it was was skipping the two most important times of the day. After thinking about it we came to the solution that if we moved the starting time to 2:00 am we got the results we expected.
Scheduled Task After
2:00 am
6:00 am
10:00 am
2:00 pm
6:00 pm
10:00pm
What was going on was when it checked to reschedule the task at 10:00 pm it saw the day was not done so it rescheduled the task to run 4 hours later. When it ran at 2:00 am and started to reschedule it noticed that this was a new day and set the new scheduled task for 2:00 pm the same day. This caused the skipping of two runs each day. So by moving it to the first run of the day we got the tasks to run when we wanted them too.
Nathan Sr
Popularity: 56% [?]
CFZen Framework here currently.
https://sites.google.com/site/cfzenframeworkproject/home
CFZen Framework Download at
http://code.google.com/p/cfzen/
CFZen Framework on RiaForge
http://cfzen.riaforge.org/
This is a very simple framework. We are not claiming to overcome some of the other frameworks.
Popularity: 84% [?]
We have been wanting a very simple lightweight framework. We saw several that were out there and we are in development stage of a framework that will work on ColdFusion 7 and maybe even for older versions. We have it working us and will soon allow a few people to work on the alpha version of it. This framework is not to replace other frameworks but will for work any application big or small.Our goal is to keep it simple and lightweight. Currently the framework file you include is less then 35 lines of code including comments. When making comments or making suggestions to change it please remember the goal is to keep it very simple.When we release this it will be on RIAForge.org.
Popularity: 78% [?]
There are many variations of things I could tell you to do to setup a Personal Development Enviroment. This article is not a all inclusive way to setup a a Personal Development Enviroment, however this is a way for me to start helping beginners setup their way to learn ColdFusion and Web Application Development from scratch. I hope then to help a few of you find jobs using this Personal Development Enviroment. Even if you make changes but if this helps you please let me know.
First I will have to assume you know HTML, however if you don’t then do not despair as I will give you code examples that will include HTML. Later I plan to make other classes available teaching HTML, CSS, Frameworks, AJAX, and more.
What do you need to setup your own machine for learning ColdFusion Programming.
Some tools may combine some of these so you do not have to have seperate items.
Database
I would download the open source MySQL server and install it using the defaults.
Web Server & Web Software

















Code Editor
There is several choices CFEclipse or NotePad++. I would choose CFEclipse for now. You have to install Eclipse and then read the instructions on CFEclipse website on how to add CFEclipse to Eclipse.
Try going on your machine that you have installed. http://localhost:8500/cfide/administrator/index.cfm If you have used a password
After you have this installed then you can start working on the Beginner ColdFusion Applications.
Popularity: 82% [?]