April 14, 2008 at 12:38 pm · Filed under ColdFusion
Am a bit late on this but Adobe has released ColdFusion 8 Update 1 (8.0.1). Some of the important updates:
- Added 64-bit support to nearly every platform
- Improved functionality in several areas including AJAX functions, CFPDF, and CFIMAGE
- Updated several software libraries including Yahoo YUI, EXT JS, Spry, and the FCKEditor
- Support for the Safari browser
- Enhanced Attribute Collections
- Nested Implicit Arrays and Structures
Complete ColdFusion 8 Update 1 Release Notes
Permalink
March 20, 2008 at 10:59 pm · Filed under ColdFusion
- Adobe Developer Week March 24-28, 2008 - One week long event with 20 sessions covering AIR, Flex, Flash, Mobile, ColdFusion and Dreamweaver technologies
- Adobe MAX 2008/2009 will be held in San Francisco, California, Milan, Italy and Tokyo, Japan
- APSB08-06 Security fix for potential ColdFusion MX 7 and ColdFusion 8 Cross Site Scripting security issue
- APSB08-08 Security fix for ColdFusion MX 7 and ColdFusion 8 logs invalid admin interface log-in attempts
Permalink
March 13, 2008 at 6:11 am · Filed under Web Development
Was looking for a JavaScript table datagrid that worked with Prototype or jQuery libraries and found these worth mentioning:
- Ext JS - Client-side JavaScript framework for building web applications
- tablesorter - tablesorter is a jQuery plugin
- Ingrid - jQuery component that adds datagrid behaviors
- Reorganizable DataGrid - built on Ajax / Smarty / Prototype / Scriptaculous
Am still looking for a datagrid with search.
Permalink
February 28, 2008 at 5:46 am · Filed under Web Development, Yahoo
Came across this via the Coldfusion Weekly Podcast - Version 2.26 (The “Using YSlow” Edition with Guest Host Kurt Wiersma)
The Exceptional Performance group at Yahoo! has come up with 14 ways you can increase the front-end performance of your web site. The group found that 80+% of the time is spent dealing with what’s in the HTML document, namely, the front-end. That’s why the key to faster web sites is to focus on improving front-end performance.
The 14 techniques discussed in the article are:
- Make Fewer HTTP Requests
- Use a Content Delivery Network
- Add an Expires Header
- Gzip Components
- Put Stylesheets at the Top
- Put Scripts at the Bottom
- Avoid CSS Expressions
- Make JavaScript and CSS External
- Reduce DNS Lookups
- Minify JavaScript
- Avoid Redirects
- Remove Duplicate Scripts
- Configure ETags
- Make Ajax Cacheable
Definetly a very informative article and highly recommend it to anyone involved with web site development.
Permalink
February 19, 2008 at 1:30 pm · Filed under General
Have you ever wondered why your site does not have a high conversion rate even though you have a good amount of traffic? The quickest way to fix the problem is by surveying your users. Here is a great post by Avinash Kaushik on how you can easily implement a short website survey to ask your users and gain a wealth of insight. Easy to implement and highly effective.
Permalink
February 10, 2008 at 1:25 am · Filed under Database
Pinal Dave has written an excellent post on how you can import a CSV or comma delimited file into SQL Server. Pinal has extensive SQL Server & Coldfusion experience. If you use SQL Server you must subscribe to his blog.
Permalink
January 24, 2008 at 7:29 am · Filed under Web Development
Came across these very cool Date Pickers via the Ajaxian blog.
- Datejs - an open-source JavaScript Date Library (released under the MIT License)
- Sliding Date Picker - script is based on Prototype/Scriptaculous, but now combined with the DateJs library
Permalink
January 20, 2008 at 10:27 am · Filed under WordPress
If you run a WordPress blog than you should read Matt Cutts (of Google fame) excellent tips on protecting your WordPress install.
Permalink