Weekly Review for the week of 2009-05-17: Ajax, Easy and ColdFusion (Six posts)
Posted on May 24th, 2009
Topics for this month included Ajax, Easy, ColdFusion, HTML and jQuery.
The top five posts for this month were:
- Simple CFCHART/jQuery Demo
- Using a Remote JSONP ColdFusion Service to Send Mail
- Create A Webpage In 30 Seconds Using MSword
- More [PROTOTYPE] Secrets Revealed!
- The Free HTML Editor, HTML
-
Simple CFCHART/jQuery Demo
I had some time to kill today and I decide to mix cfchart up with some jQuery love. You can see the demo of this here. When the chart loads, click on the bars, and you will see a detail load beneath the graph. The code behind this is fairly trivial. I've got a file I include to generate my chart data. Normally this would be a proper database query. The main template's code consists of: The cfchart makes use of the url attribute to specify what should happen when you click. In this case, I'm simply calling a function, loadData()....
-
Using a Remote JSONP ColdFusion Service to Send Mail
A user had an interesting question regarding jQuery and JSONP. He wanted to know if a file on one server (a server without ColdFusion) could use jQuery and JSONP to run CFML code on another server and send email. The problem with using JSONP in this scenario is that JSONP is a GET request. Emails are - typically - a bit long and could fail to execute if the message was too large. He still wanted to see an example anyway so I whipped up the following demo. The code is based on the blog entry I wrote two months...
-
Create A Webpage In 30 Seconds Using MSword
Create a webpage in 30 seconds using MSword. Just to tell the viewers, microsoft word can be used to create web page in easy method. You dont need to know HTML or DHTML.. just follow the steps..... and save the file as webpage.................
-
More [PROTOTYPE] Secrets Revealed!
Screens taken from the first prototype trailer. Please post any corrections in the comments. For most things (like the repeated use of "TOP SECRET" I left out on purpose) I didn't add the text. If you want to see a screen shot for longer... just pause it... duh.
-
The Free HTML Editor, HTML
...
-
DFL Pwning in CoD2