Evagoras Charalambous
Independent IT Solutions Provider
  • Home
  • Blog
  • Contact me
Home » Blog » ColdFusion
WordPress and ColdFusion – The Best of Two Worlds?

WordPress and ColdFusion – The Best of Two Worlds?

By: Evagoras Charalambous|Posted in: ColdFusion, Wordpress|May 18, 2012No Comments

A quick look into how the WordPress posts tables are set up and a custom view query that can be used within ColdFusion to loop through the posts or pages.

Read more »
Joining Images Diagonally using ColdFusion and Java

Joining Images Diagonally using ColdFusion and Java

By: Evagoras Charalambous|Posted in: ColdFusion|May 9, 20121 Comment

We can use Java’s Alpha transparency funtionality together with native ColdFusion image functions to slice images diagonally. Let’s take a look at how to do this and then how to join 2 images diagonally to be used in a slider.

Read more »

Using jQuery and ColdFusion to collect emails

By: Evagoras Charalambous|Posted in: ColdFusion, JavaScript|July 15, 20111 Comment

I’ve implemented similar functionality on numerous sites by now, and I thought I would write up a short post on how to do this using jQuery and ColdFusion. The goal is to create a simple form text input which will collect someone’s email and add it to a database table. Basic stuff, with just a …

Read more »

The dangers of using cfquery maxRows

By: Evagoras Charalambous|Posted in: ColdFusion|March 2, 20113 Comments

In a conversation that I was involved with yesterday, someone mentioned how useful cfquery maxRows is and how they like using it. I was pretty sure at the time that this cfquery cross-database attribute comes at a cost, but I thought I had better double check it. As it turns out, I was right and if …

Read more »
A ColdFusion weather custom tag

A ColdFusion weather custom tag

By: Evagoras Charalambous|Posted in: ColdFusion|February 10, 20119 Comments

This custom tag will allow you to easily add a weather control to your website. Using the XML data feeds from weather.com we can produce owesome looking weather controls, both for current conditions and for forecasts. This control has a multitude of attributes, is fully customizable, easy to use, comes with example templates, and full source code provided.

Read more »

A ColdFusion color picker custom tag

By: Evagoras Charalambous|Posted in: ColdFusion|February 10, 20112 Comments

We’ll learn how to create and use a ColdFusion custom tag, that will add a color picker field to a form and make it easy to select a web safe color. No popups were harmed during the making of this article!

Read more »

Firefox download counter in ColdFusion

By: Evagoras Charalambous|Posted in: ColdFusion|February 10, 2011No Comments

We’ll see how to create and use a ColdFusion custom tag that will make it easy for us to display the Firefox download counter.

Read more »
Working with cfpop email headers

Working with cfpop email headers

By: Evagoras Charalambous|Posted in: ColdFusion|February 10, 2011No Comments

Using the cfpop tag to retrieve emails returns the headers as one long text string, which makes it difficult to get specific values. In this article we’ll see first how to get the headers, and then how to work with them to get the name-value pair we want.

Read more »

Search

Recent Comments

  • Evagoras Charalambous on Calling MS Access Parameterized Queries from ASP
  • Steve John on Calling MS Access Parameterized Queries from ASP
  • Evagoras Charalambous on Downloading any file using ASP, FSO and the ADODB Stream object
  • Neil Johnston on Downloading any file using ASP, FSO and the ADODB Stream object
  • Evagoras Charalambous on Downloading any file using ASP, FSO and the ADODB Stream object

Categories

  • ASP.NET (11)
  • Classic ASP (10)
  • ColdFusion (8)
  • JavaScript (2)
  • Other (4)
  • Wordpress (3)

RSS Feeds

  1. RSS 2.0 Feed
  2. Atom 0.3 Feed
  3. Comments Feed

Follow me on

Follow me on FacebookFollow me on GooglePlusFollow me on LinkedInFollow me on Twitter

Popular Posts

  • Downloading any file using ASP, FSO and the ADODB Stream object

    In this article, we will see how to allow a user to download any file from our web server. They will see a prompt, givin...

  • Formatting complex ASP output using HTML templates

    Mixing HTML and ASP code can be very difficult to maintain. Concatenating long strings in the code makes things difficul...

  • Exporting Word files to HTML

    In this article we will first discuss the case for and against using Word as your HTML editor. Then we will see how to p...

  • A ColdFusion weather custom tag

    This custom tag will allow you to easily add a weather control to your website. Using the XML data feeds from weather.co...

  • Printing table headers on every page

    Long tables that run over more than one page when printed do not display their headers on all printed pages, just the fi...

Evagoras Charalambous © 2012. All content is the property of Evagoras Charalambous and evagoras.com