Have you ever wanted to let your annonymous (non logged in / members) users know what items they have not yet read in your blog or discussion board / forum? This tutorial shows you a real easy and quick way to do just that... take a look now!
A Complete Banning Tutorial where you can add as many ipaddresses as you can and any request coming from that relevan Ipaddress will block the user from accessig the website contents. Very Basic and very easy to follow Up. Mail Me anytime if you encounter certain issues while making the script to work.
You can add upto unlimited ipaddresses where you can block any unauthorized access to the website.
A Complete Way how we can add a fetch a Podcast and display on the website. Very easy with just Simple XML Tags. the Tutorial has been Influenced by various Peoples works and Finally i came Up with this. Check and You will have the Podcast view for your own website.
Refreshing Captcha in Coldfusion Just Like PHP. It can be done using Coldfusion 8 and small Javascript Function. Actually There are two ways how we can generate the Captcha and Make a bit difficult to read and another is a simple technique to generate the Captcha.
In this tutorial, I'm going to show you how easy it is to create a username check utility directly inside your web-based form, using JQuery & ColdFusion.
With AJAX applications giving us a lot more power than an "old school" web 1.0 page, it isn't unusual for someone to just sit on one page and fire off various operations that use HTTP to fetch and present data. This works fine until you leave the site alone for too long and your session times out. (I'm assuming most folks use a time based session, much like how ColdFusion works.) The question is - what happens in your current AJAX based application when a user's session times out?
There is a solution...
we will split this tutorial in few Parts like this!
1. Create a Upload Form
2. Upload a File
2.1 Check to See if Uploading Image is not too Big in size, we will try here to make a check through javascript & server side.
2.2 Check to See if the Image size is not extensibly large.
3. Change the Extension of the JPEG for rendering easily in the webpage and with less Processing time.
4. Resize the Image If required (Optional)
5. Let's Also Include the Watermark Option to watermark the JPEG Image (Optional)
6. Redirect to the User to the End Page to View the Uploaded Image