jqGrid
Nov 29
Suddenly, I saw jqGrid when I was browsing Coldfusion RIA documentation. GUI is incredible nice but I prefer Flash-based GUI like RIA application.
Read more here : http://www.trirand.net/demophp.aspx
Suddenly, I saw jqGrid when I was browsing Coldfusion RIA documentation. GUI is incredible nice but I prefer Flash-based GUI like RIA application.
Read more here : http://www.trirand.net/demophp.aspx
This entry was posted on November 29, 2009 at 6:32 AM and has received 730 views. There are currently 2 comments. Print this entry.
Nov 27
posted by Pyae Phyoe Shein in
RIA, CF Function, Coldfusion, CF Tag
| 0 Comments
It's my first so-called test form using with Coldfusion cfform flash. I feel it's nice design like RIA and very comfortable to our clients. Because, it's one of the best GUI I've ever developed in my programming life stream. If I can do the whole project like that, I bet our application will be one of the best GUI applications and user-familiar applications for sure.
I've used some reference from Asfusio
This entry was posted on November 27, 2009 at 6:32 AM and has received 599 views. There are currently 0 comments. Print this entry.
Nov 26
posted by Pyae Phyoe Shein in
Ajax, CF Function, Coldfusion, jSON, WebServices, CF Tag
| 2 Comments
I've recently tested CF web services and JSON. The outcome is incredible. Because, I'm very new to JSON and CF web services. That's why I'm very proud of myself what I did. That's what I want to do in Myanmar about synchronization two web applications over the internet for sharing data. In these testing, I've also used Coldfusion ajax submitForm. In briefly, when user type, then will be displayed JSON format. I've got some JSON knowledge from Ben Nadel blog. getJSON.cfc
This entry was posted on November 26, 2009 at 6:32 AM and has received 2500 views. There are currently 2 comments. Print this entry.
Before time when I want to display warning message (including single-quote, double quote and so on) in Javascript Alert, it's complicate to write more than one line and which mess me up. Once I know JSStringFormat, everything what I want to do concerning javascript's message are very simple. If you want to output the string (including single-quote, double-quote and so on), use JSStringFormat. Here you go:
This entry was posted on November 23, 2009 at 6:32 AM and has received 803 views. There are currently 0 comments. Print this entry.
When I browse my twitter this morning, I've found two amazing jQuery cores tweeted by Raymond Camdem. These are called jqTouch and jqPlot. jqTouch stands for mobile development for iPhone, iPod and iPad. It's just for only mobile web development, not for mobile application development. jqPlot stands for charting. It's not that much cool like jqTouch. Because Coldfusion already supports Charting and which can be integrated with 3rdparty application like WebCharts3D. After browsing jqPlot, I feel onClick event is missing in these core function. I think it will be included in next version or let me know if you found these event in it.
This entry was posted on November 13, 2009 at 6:32 AM and has received 1579 views. There are currently 0 comments. Print this entry.
The more I know of Coldfusion, the more I know Coldfusion has so many core function even some web technology programming cannot do. When I wanna to display one word to be repeated into paragraph or somewhere else, I might use
This entry was posted on November 12, 2009 at 6:32 AM and has received 1010 views. There are currently 0 comments. Print this entry.
Today, my senior told me to display user login name in cfml page. But, he didn't mention which client variable is stored as login name. That's why I'm dilemma and how to know how many client variables have been stored in our system. So, I think I need to use cfdump to display what I want. Cool..!! It can display client variable name and value which have been used in our system.
This entry was posted on November 10, 2009 at 6:32 AM and has received 418 views. There are currently 0 comments. Print this entry.
ListQualify is one the most useful function for list in CFML. Before my time, I always needed to write some various codings and comparison statement when I need list value between single quote in each like 'pps', 1, 'coldfusion', 1, 'programmer'. Once I know ListQualify, it's quite easy with single statement. Function syntax
ListQualify(list, qualifier [, delimiters ] [, elements ]) list = data come from Query or something else qualifier = the symbol which you wanna insert beginning and end of list delimiters = the delimiter of your list element = ALL or CHAR
Here is example
This entry was posted on November 2, 2009 at 6:32 AM and has received 716 views. There are currently 0 comments. Print this entry.
I didn't know how to make enclosed in single quote marks like 'pps', 1, 'ppshein', 1, 'coldfusion' between cfquery tag. It's quite simple to use this function. It's opposite of PreserveSingleQuotes and not like ListQualify because QuotedValueList works only in cfquery. ListQualify can be enclosed by any characters and can be displayed outside of cfquery.
Here is example from Adobe Docs
This entry was posted on November 1, 2009 at 6:32 AM and has received 840 views. There are currently 2 comments. Print this entry.
Simple jQueryMobile Keypad
bill said: Great script thankyou
[More]
Simple Google Chrome Extension for BlogCFC Feed Reader
Ellen Paul said: RSS Feed Reader for Google Chrome enables you to follow your favorite sites within Chrome browser. I...
[More]
Coldfusion load content like Facebook and Twitter
ppshein said: rizzle, It's ok and thanks for visiting my blog.
[More]
Coldfusion load content like Facebook and Twitter
b rizzle said: When I tested the code, it kept reloading the same "next 20 records".
Since the id of the...
[More]
Download Facebook video without installing addons
ppshein said: Thanks for letting me know about "Torch" browser. I'll check it out.
[More]
Top of Page