|
Blogcfc 5.9.1.001 upgrade
2008-08-17 20:07:00 Spent the last hour upgrading to BlogCFC 5.9.1.001 from 5.9. This is my first upgrade since switching over to BlogCFC back in October 2007. The upgrade went pretty smooth, I did have to make some SQL changes but as always the documentation was well done. The really benefit I wanted was the one click kill comment in email that was introduced in 5.9.1. If you do not know about this it allows you to click the spam comments with a link in the admin email saving you from needing to login.
New article on file name and uploading to ColdFusion
2008-05-07 21:35:00 Howdy peeps! New little article talking about cleaning up file names in ColdFusion, useful for when processing a file upload, for example. Check it out!
By: Adam-Blog
Group Advertising for ColdFusion Sites
2008-04-24 15:29:00 A few of us have started using a new Advertising service called AdRoll.com What Adroll does is two fold. 1) you can place advertising slots for sale, such as the top right spot on my site. IF that spot isn't purchased through adRoll for your minimum price range it automatically shows other adcode that you provide, such as google AdSense. For example right now I have adsense showing. [More]
By: Useful Concept
ColdFusion: The What and HowTo
2008-04-11 16:45:00 Requiring lots of data lookupSome of business experience has been with a company that prints thousands of invoices a day. Lots of paper to store. This company also payed out lots of invoice for products to sale and supplies need to sell the products. This means on a daily basis that business create tons of items they need access to without looking through a lot of paper files. I can remember with the product came out, it was designed to put lots of scanned documents at your finger tips via computer database look up, I am talking about ColdFusion. It has come along way since I first saw it. ColdFusion now become a application server with software development framework used for the development of computer software and dynamic web sites in particular. What was and still is a great tool for reducing paper storage and a quick interface for lookup has migrated it self to a database tool for business websites. Just like everything else, all software tools are ...
Coldfusion 8.0.1
2008-04-05 17:32:00 Adobe released Coldfusion 8.0.1. I am a little late on this one as I was flying back from Chicago on the day it was released and missed it. I just updated my box and it seems to be working great. If you are going to run this update make sure you get the new extensions for Dreamweaver or Eclipse, as they have introduced a lot of new tag attributes, like an alt attribute for cfimage.
coldfusion 8.1 update note
2008-04-04 16:49:00 For reasons I no longer remember, I put my cfide folder in a non default place when installing CF8 on a few of my servers. Not a big deal really. I upgraded to CF 8.1 today and everything went quite well, however I noticed that the installer didn't see my cfide path, and instead prompted me to use the default one. So if you are updating to CF8.1 and don't have it in the usual area, don't expect the installer to know that. Luckily the installer does prompt you to confirm the path, so its easy to adjust.
By: Useful Concept
ColdFusion Image Manipulation Showcase v1
2008-03-03 14:53:00 I am pleased to release my latest project... stufficanfitinmymouth.com. It isn't as naughty as it sounds, rather it is a fun site where you can upload photos, manipulate them, make funny things and save them and share with friends. You can even take those images and create postage stamps from them (via 3rd party). [More]
By: Useful Concept
ColdFusion Memory Leak, you think?
2008-02-29 06:56:00 Got lots of memory consumption and have no idea where it?s going? Thinking it might be a memory leak in ColdFusion?
Managing Adobe AIR updates with ColdFusion 8
2008-02-26 16:08:00 Now that you can develop professional full-scale applications using Adobe AIR, you will need a way to effectively manage updates to these applications. Through this tutorial you will develop a management system for your Adobe AIR application updates that will work in Flash, Flex, or HTML/JavaScript Adobe AIR applications. ColdFusion 8 will be used to ...
Promoting ColdFusion
2008-02-25 23:42:00 These videos have nothing to do with ColdFusion, however can you imagine spoof videos done to promote ColdFusion based on this style? If I had any video talent I would sooo do this. Anyone? http://www.brawndo.com/ [More]
By: Useful Concept
Filemaker ODBC/JDBC to Coldfusion
2008-02-18 19:11:00 I have successively got coldfusion talking to a Filemaker 9 database. It turned out to be pretty simple really. I enabled ODBC/JDBC in Filemaker server. Installed the latest SequeLink on the coldfusion server. Setup a System DNS and pointed to it in the coldfusion admin. The only odd thing I ran into is in Filemaker field names can have spaces so when I do an insert into a field I have to put double quotes on the field name.
CrystalTech Webhost Offers Adobe Coldfusion
2008-02-07 02:21:00 CrystalTech Web Hostingâ„¢, a Newtek Business Servicesâ„¢ company (NASDAQ: NEWT) and a leading provider... Build your website in 2 hours. Visit http://www.lunarpages.com/id/we-bsbesthost
Adobe ColdFusion 8
2008-01-27 00:00:00 Adobe® ColdFusion® 8 resuelve los desafíos diarios del desarrollo de aplicaciones de Internet, con lo que le permite ser extremadamente productivo, ya...
Seacoast of NH ColdFusion and Flex Meet 'N Greet - Thursday 24th 6pm
2008-01-22 22:26:00 Just a quick reminder about this Thursday (24th) at 6pm. It is an informal hey how ya doin meeting for ColdFusion and Flex developers in the Seacoast New Hampshire area. Hopefully the first of many. No speakers, no prizes, just some food and drink, friends and peers. We will meet at Coat of Arms. Once you walk up the stairs there is a snooker table to right. I will get us a big table near there somewhere. I will bring CF book with me and put it on table so it will be clear who we are. :-) The coat of arms is on 174 Fleet St., Portsmouth. Across from the parking garage and just around the corner from Legends (pool hall). It has good food, and a great British pub beer selection. Google Map Here
By: Useful Concept
21 Time-Saving Snippets for Any ColdFusion Developer
2008-01-08 23:03:00 Web developers often do repetitive tasks, some of these tasks can be saved as snippets in IDE’s such as Dreamweaver, Eclipse and Homesite to name a few. Here are 21 snippets for ColdFusion developers that will save you time. Import all of these ColdFusion snippets into your IDE and save some keystrokes and ...
Previous and Next in Coldfusion
2007-12-27 04:15:00 I have done this before when the data was clean and when I only needed to worry about one ID by just adding or subtracting one from the ID value. On my photo album pages I wanted to create a way to view my photos without lytebox. I have 2 IDs photo album and photo. Also my data is not the cleanest for example in my Denver photos I do not have a photo 1. I came up with a solution, not the most elegant I will admit. My work around for this problem includes looping the query to set the row number to a variable than instead of displaying against the photo ID I display against the row number. To create the next and previous I just add or subtract 1 from the row number. I also had to put a cfif to check to make sure my previous row variable was not -1. The code is below. You can see it in action here. ... ... ...
RSS Feeds
2007-12-26 16:11:00 I started out playing with cffeed in Coldfusion 8 about a week ago. I decided to build a RSS feed of each of my photo albums in an attempt to learn more about the tag. After scratching my head for a while and a lot of help from http://validator.w3.org/feed/ I now have an rss feed for each of my photo albums. Check them out at http://www.damonledet.com/photo-s
What is Coldfusion hosting
2007-12-12 12:11:00 by Mer Amer ColdFusion hosting is a server-side scripting language which is similar to PHP or ASP. A product of Macromedia, it is considered as a complete web application server for not only basic hosting, but extends to developing and delivering scaleable e-commerce applications especially for business websites.
Calling all ColdFusion Developers in Seacoast of New Hampshire
2007-12-11 20:24:00 At flex camp (which was great) last Friday I ran into a few people who live in the Seacoast of New Hampshire (or on the border in Main and Massachusetts) and do ColdFusion development. It is always nice to meet new CF people and it surprised me that there were so many I hadn't known about right here in my back yard. If I had been thinking I would have gotten your business cards so we could continue to network later. So this is a quick call to all you CF'ers. How many of you are out there and in the Seacoast area? Would it make sense to try to organize a CF meet 'n drink some night to all get together say hi and so forth? I am all about organizing stuff like that if enough people would be interested. [More]
By: Useful Concept
OpenSource ColdFusion
2007-12-11 19:03:00 Alternative und kostengünstige ColdFusion-Server gibt es sogar ohne Server-Runtime-Gebühren und gar komplett ohne WebServer, zb. von Coral.Aber das reicht wohl noch nicht, damit andere Firmen sagen "Hey, das ColdFusion ist schon noch sehr verbreitet?!". BlueDragon und auch das günstige und gute SwissMade Railo, was sogar die neueste Version von Mach-II unterstützt.Auch wenn ich lieber ein paar Dukaten für die orginal Version von ColdFusion ausgebe, hier einen Link für die ewigen "es ist halt kein OpenSource"-Nörgler zum cfOpen.
By: Landstrasse
ColdFusion UserGroup-Treffen
2007-11-26 15:42:00 Wer es noch nicht weiss. Heute Abend um 1800 ist in Bern am Hauptbahnhof wieder ein ColdFusion-UserGroup-Treffen, bis später also?
By: Landstrasse
How to Use ColdFusion to Ping the Ask, Google, MSN, and Yahoo Sitemap Servi
2007-11-25 05:55:00 Sitemaps help web crawlers to do a better job of crawling your site. If your content is continously updated, then you should let the search engines know that your XML file of all your site links has been updated. To date, Ask, Google, MSN, and Yahoo support the Sitemap 0.90 protocol. Visit ...
Using CFIMAGE to create a watermark
2007-11-21 16:24:00 Continuing my week off playing around with cfimage, I am thinking this is fast becoming my favorite new feature in Coldfusion 8. This morning I was thinking it would be cool if Coldfuion could watermark images for me. After about 30mins playing around I came up with this. First 2 lines I basically give both images a name. The reason the watermark is a png is I want to have the ability to use alpha channels. Next line I paste the watermark onto the image at 0x and 0y. I cheated and created the images the same size, but you could easily read the image info get the size then calculate where you want the watermark to be. The last line writes the image to the browser in the format of a jpeg. You can check it out in action at my CFwatermark page.
Coldfusion Hosting with Network Solutions
2007-11-20 17:17:00 Did you know Network Solutions offers coldfusion web hosting? I didn't either. A client of ours wanted us to try it to see if our CMS could run on it. Sure, why not. I never got direct access to the control panel, so I can't speak to how it is for controlling aspects of your site. You can set up a db with it, but you can't set up a datasource. To set up a datasource you must call tech support and request it. They respond that it will take 1 to 3 business days to set up the data source. [More]
By: Useful Concept
Using cfimage to create thumbnails
2007-11-18 23:08:00 I have been playing around with the new cfimage tag in coldfusion 8. I am very impressed with the resize capability. Coldfusion 8 seemed to do a great job resizing my images into thumbnails. I created a tutorial here. Here is a little bit of code to create thumbnails. Update: My Using CFIMAGE to Generate Thumbnails tutorial was published at learncf.com
Blog stats after 4 weeks on BlogCFC
2007-11-17 22:10:00 Well I have been running blogcfc for four weeks now, and I am still very pleased. I think I got everything configured how I like it now; but a website is always a work in progress in my opinion you are never really done. Now that I have been running it a month I am amazed at how many visits my individual post get. I run google analytics on my site but I never drilled down to the number of visitors per post. I would never have guessed that a post I wrote in February of 2006 would still get over 400 views in 4 weeks. Check out the blog stats page, one of my favorite features of blogcfc.
Export Categories in Blogcfc Google Sitemap
2007-11-16 03:19:00 Not anything really fancy but add this little bit of code to your blogcfc googlesitemap.cfm to have google also learn about your categories. The way I figure it you can never tell google too much about your site :) #application.blog.makeCategoryL-ink(categoryid)# 0.3 weekly
On ColdFusion 7 Arrays
2007-11-12 15:25:00 At Ben Nadel’s Blog, which I enjoy reading simply because he has a similar passion to me (digging into how and why it works under the hood), he talked about calling Java functions in ColdFusion that require an actual value array instead of a vector, which is what ColdFusion’s arrays are based on. He has ...
By: Adam-Blog
Using ColdFusion?s APPLICATION Scope to Stop Beating on Your Database
2007-11-06 00:22:00 ColdFusion allows you to set an APPLICATION scope that can be leveraged to decrease database calls and increase your site performance. This is a beginner level explanation of how you save a result set in ColdFusion memory that will process quicker than querying a table. I run a ColdFusion based article site and as the ...
Great info on Coldfusion 8
2007-10-31 03:15:00 I found a great article on why you should check out Coldfusion 8. http://blogs.techrepublic.com.c-om/programming-and-development/-?p=536
Moved to BlogCFC
2007-10-19 21:02:00 I have been running BlogCFM for sometime now, and it has served me well. I was discouraged when I found out it was "abandonware". I was on a mission to find a new blog engine for blog.damonledet.com. I played with Mango Blog, Machblog, AVBlog, and BlogCFC. I decided on BlogCFC. It seems to be the most mature of the engines and has most of the features I was after. I ported all my data over from BlogCFM and setup a few 301 redirect (do not want to lose all that google love) and am now happily on BlogCFC. Thanks so much Ray for a wonderful Coldfusion blog engine. You Rock!
Blog roll for BlogCFC
2007-10-18 22:20:00 I have been playing around with Ray Camden's BlogCFC for the past few weeks. I am planning on moving over from BlogCFM. One think that I really wanted with my new blog was the ability to easily update links in my blog roll. BlogCFC did not have this out the box, but I came up with a very easy whay of doing this. Using BlogCFC's Textblocks feature I created a textblok called "blog roll". Next I created a pod called blogroll.cfm and called my blog roll text block using SELECT BODY FROM dbo.tblblogtextblocks WHERE LABEL = 'Blog Roll' #QBlogroll.body# Now all I have to do is update the links in my blog roll textblock, refresh blog cache and my blog roll is updated.
ledetfamily.com now on google apps
2007-10-18 03:07:00 I moved my play around domain (www.ledetfamily.com) onto google apps. I had setup and installed farcry on it some time back but never really used it. This post is mainly an update for the people still finding my farycry post from some time back.
sys-con declares coldfusion dead (again)
2007-10-10 01:58:00 Ugh, I started it back up... i know... Its like it didn't work the first time so they are trying again. So some of you may have noted my comment on old/new newsletters from syscon about CF. Well I see from my google blog alerts that James Hamilton picked up on that and wrote a quick piece on java.sys-con.com agreeing with me that "I do agree with Joshua though, ColdFusion looks like dead as a door nail...". [More]
By: Useful Concept
Laugh of the Day: Sys-con says 'coldfusion 8 is here'
2007-10-09 18:48:00 I got some spam from sys-con again today. I have tried for months now to get off their damn lists. At any rate the subject caught my eye. "ColdFusion 8 is Here". Thats odd... so I decide to read the email. Turns out their mail server probably just sent a big batch of old email since the mail date is October 9th, but the date in the actual email content is August 8th. [More]
By: Useful Concept
ColdFusion UserGroup
2007-10-08 19:08:00 Heute abend um 1800 ist endlich wieder Schweizer ColdFusion-UserGroup-Meeting.Da-s Treffen findet wie immer im Imagine statt (im Hauptbahnhof Zürich, 2 Eingänge neben der Nordsee) und dann mal schauen wo es uns hin verschlägt.
By: Landstrasse
Using Barbecue Barcode in ColdFusion
2007-10-03 22:54:00 I was approached today by a coworker about integrating the open source Java-based barcode library, Barbecue, into ColdFusion. He wanted to use this library to prototype a project concept for adding barcode support to certain parts of our application. A little bit of play and here’s how it works. The first thing you will need to ...
By: Adam-Blog
ColdFusion 8 auf dem iPod
2007-09-28 01:53:00 ColdFusion gibt es nun auch für den iPod ;-)OK, nur die Doku, ist aber immerhin schon mal ein Anfang und eine gute Gelegenheit um sich in der Tram in Ruhe mal alle neuen Features anzuschauen.Einfach das ZIP-File runterladen und im Notes-Verzeichnis des iPods entpacken. Beim ersten Aufruf dauert es ein wenig bis alles initialisiert ist, aber klappt es gewohnt gut zu navigieren.
By: Landstrasse
coldfusion-webhosting.com available
2007-09-25 14:46:00 I am in the market for a new domain name for an upcoming project of mine. I figure if I can get a domain that already has a PR and inbound links all the better. I found this site seodomains.org that shows you domains about to expire that have some PR, inbound links, etc. Many of the Page Ranks are invalid once you look into them, but others are real. Apparently its only $14 to get one. At any rate, today I see that coldfusion-webhosting.com is available. It has a valid Page Rank of 2 already. If you were thinking of getting a domain for your hosting operation, maybe this would be a good one to pick up? I have yet to find a good name to fit my project, so I continue to look. [More]
By: Useful Concept
Lyda.com - ColdFusion 8 Essential Training
2007-09-07 15:46:00 In ColdFusion 8 Essential Training, developer and Adobe Certified Instructor David Gassner teaches the essentials of Internet application development. From defining a ColdFusion-enabled page in Dreamweaver to publishing the finished project, the training teaches all the steps for creating powerful web-based applications . The training also covers how ColdFusion processes pages, how to query a database, how to validate data entry forms, and much more. Exercise files accompany the tutorials.URL:Quotationhttp://m-ovielibrary.lynda.com/html/modP-age.asp?ID=433Download:Quotatio-nhttp://rapidshare.com/files/50-217679/Lynda.com_-_ColdFusion_8-_Essential_Training.part1.rarht-tp://rapidshare.com/files/50220-626/Lynda.com_-_ColdFusion_8_Es-sential_Training.part2.rarhttp:-//rapidshare.com/files/50223616-/Lynda.com_-_ColdFusion_8_Essen-tial_Training.part3.rarhttp://r-apidshare.com/files/50226554/Ly-nda.com_-_ColdFusion_8_Essentia-l_Training.part4.rarhttp://rapi-dshare.com/files/50229232/Lynda-.com_-_ColdFusion...
HostMySite.com First to Offer ColdFusion 8 Shared Hosting Plans
2007-08-02 21:00:00 Adobe Solution Partner HostMySite.com announces the addition of ColdFusion 8 Enterprise Edition to their hosting plans. As a result of HostMySite.com’s close partnership with Adobe, the Web host was the first ColdFusion host to offer the beta, code named ‘Scorpio’, and is now the first to offer the full version of ColdFusion 8 on their shared hosting plans. (more…)
Using KTML with ColdFusion 8
2007-08-02 17:49:00 In testing our CMS with CF8 I have only found one small issue. With the editor we licensed of course. KTML works well with CF8 except for some image and file browsing. Turns out there is an easy code fix for this however. You will see an error saying something along the lines of Cannot open Class plugins.modules.image.service.k-tml4_mspl_image. The debugging errors are not accurate as it is a general error if anything goes wrong when calling a function in KTML. After a little poking around I see that there is an error calling one of the functions. getfileinfo Turns out CF8 also has a function named getfileinfo and thus the error on CF8 and not CF6 or 7. [More]
By: Useful Concept
Help Promote ColdFusion 8
2007-07-30 14:45:00 ColdFusion bloggers already know that CF 8 has been released. Here are a few ways you can help spread the word to the non-CF community. 1) Digg It. Ray Camden has already submitted to Digg. So just +1 it. [More]
By: Useful Concept
Standardizing Your URL Data in ColdFusion
2007-07-27 06:49:00 We are currently developing coding guidelines and I wanted make URLs were valid and consistently formatted before they were inserted into our SQL tables. Here is a script to standardize the URLs you receive through form data. This is my first version of a URL cleaning script. It takes a variable that is assumed ...
Coldfusion vs ASP.net
2007-07-21 04:08:00 Bevor man die 2 Sprachen vergleichen kann muss man natürlich zuerst einmal den grundlegenden Aufbau der beiden kennen. Wenn man eine entsprechend unternehmensweite Entscheidung treffen möchte, natürlich auch verstehen.Die, meiner bescheidenen Meinung nach, wichtigsten Unterschiede möchte ich an dieser Stelle und aus der Sicht eines Coldfusion-Entwicklers aufzeigen.BeschreibungColdfusio-n ASP.net Framework Java Micosoft .net CodebasisJava -ByteCode MSIL Sprachecfml und cfscript meist VB.net oder C# FunktionalitätJava Class Library .net Class Library Debugging auf Code Basisauch SQL StoredProcedures DiagrammeJPG, PNG, Flash keine eingebautenGrafikenwerden allg. unterstütztwerden allg. unterstütztCode-ReUse CFCs User und Server Controls Caching komplette Seiteauch Teile einer SeiteDatenbanken ODBC und JDBC ODBC und OLE-DB Ausgabencfoutput und cfloopDB-Binding TemplatesExterne Komponentencorba, java, jsp C, C++, com Threading nicht voll unterst&...
By: Landstrasse
Text Link Ads ColdFusion Code
2007-07-18 21:55:00 I can't remember where I got this code from but I am pretty sure it was directly from TLA. You can't find coldfusion code on the text link ads site any more. I have gotten a couple private requests for it, so here ya go. You should wrap this up in some sort of error check, since sometimes the TLA web site goes down. Also, Brian Rinaldi wrote up a handly pod for blogCFC that does this all for you. Update: TJ also has a TLA project to check out: http://cftextlinkads.riaforge.o-rg/index.cfm <!--- COLD FUSION CODE BEGINS HERE ---> <!--- This code is compatible with Cold Fusion 6.1 and higher ---> <!--- You must create a blank file named 'local_67489.xml' in ---> <!--- the same directory as this script. It MUST be writable by ---> <!--- the web server. On unix you would CHMOD 666 the file. On ---> <cfset local_file_name = 'local_67489.xml'> <cfset inventory_key = 'get this from TLA'> <cfset local_director...
By: Useful Concept
ZIP mit ColdFusion
2007-06-20 20:33:00 ColdFusion kann nun in der Version 8 (Scorpio) auch direkt zippen. Warscheinlich lediglich eine Art Wrapper zum JAVA-Zip, aber eben ColdFusion-like wesentlich einfacher.Zeigt den Inhalt eines ZIP-Files an:<cfzip action="list" file="C: oolssystemStoreHelp.zip" file="myFiles"/>En-tpackt eine Datei aus einem ZIP-File:<cfzip action="unzip" file="C: oolssystemStoreHelp.zip" destination="C: oolssystemunZippedFiles"/&-gt;
By: Landstrasse
Facebook ColdFusion Group
2007-06-01 20:30:00 Did you know there is a ColdFusion facebook group? Looks like 155 members, though only a few familiar faces/names on the list that I know. I just joined facebook to see what all the talk is about. I find it odd that the networks available are work/school related or region, but not topic. They have groups like the CF group, but it isn't a formal network. Wierd. Anyway, if you sign up or are already signed up add me to your friends list. See you at CFUnited.
By: Useful Concept
Adobe revela beta público de ColdFusion 8
2007-06-01 13:05:00 El beta público de ColdFusion 8 es un adelanto con todas las funciones, que permite a los desarrolladores experimentar la simplicidad al construir aplicaciones de Internet.Adobe Systems Incorporated anunció el beta público del software Adobe ColdFusion 8. La solución diseñada para desarrolladores que construyen sitios Web dinámicos y aplicaciones de Internet, integrándose a ambientes empresariales complejos.ColdFusion 8 permite a los desarrolladores diseñar y desplegar aplicaciones ricas y atractivas integrando ambientes complejos a interfaces intuitivas. El nuevo ambiente de desarrollo de ColdFusion 8 presenta guías y ?debugging" avanzados basados en Eclipse.?Los desarrolladores estaban ansiosos de ver ColdFusion 8 desde MAX 2006", comentó David Mendels, vicepresidente senior de Soluciones Empresariales y de Desarrollador en Adobe. ?Este es el primer lanzamiento de ColdFusion bajo la marca Adobe, y ahora los desarrolladores pueden integrar sus aplicaciones ColdFusion con otras tecn...
Programming ColdFusion MX, 2nd Edition
2007-05-07 21:26:00 Publisher: O’Reilly Media; 2 edition Language: English ISBN: 0596003803 Paperback: 1000 pages Data: June 2003 Format: CHM Description: ColdFusion has enjoyed widespread use among developers as a powerful, easy-to-learn platform for creating and deploying dynamic web applications. ColdFusion’s simple, tag-based language makes it easy to handle basic tasks, like processing form data and querying databases, but the language is also powerful ...
By: Ebooks Corner
|



