asif4cfmx.blogspot.com
CFMX Learning and Sharing: May 2006
http://asif4cfmx.blogspot.com/2006_05_01_archive.html
CFMX Learning and Sharing. Thursday, May 25, 2006. WOW, I just got an email from my brother that Firebug has released new version. You can get it from here. While it is hot. I can safely say that it is the best tool for debugging browser. I can not see me developing anything related to AJAX without this extension. Because of this extension now firefox is my primary browser (Hmm. I think now I went too far away :-) . New version brings some new cool tricks, Here is the list,. No more alert() code. If you ...
asif4db.blogspot.com
Database Development Learning and Sharing: Data loading in Oracle
http://asif4db.blogspot.com/2006/03/data-loading-in-oracle.html
Database Development Learning and Sharing. Tuesday, March 14, 2006. Data loading in Oracle. By using INSERT command. This technique has three different cases,. Most basic and easiest option). Single Row Insert without Indexes update. This option can give you batter performance, but with large amount of existing data it is not a good option). Bulk Inserts without Indexes update. This will increase the complexity of loading program). By using External table in Oracle 9i. Posted by CFMX blogging @ 6:20 AM.
asif4cfmx.blogspot.com
CFMX Learning and Sharing: DOM refresh with req.responseText and behaviour.apply()
http://asif4cfmx.blogspot.com/2006/03/dom-refresh-with-reqresponsetext-and.html
CFMX Learning and Sharing. Wednesday, March 08, 2006. DOM refresh with req.responseText and behaviour.apply(). I was not sure what title should I gave to this entry? Initially I had no problem, but as soon I started applying behavior on AJAX returning HTML code, I hit to snag. behaviour.apply() function was not working. It looks like by the time I call behaviour.apply(), DOM is not updated with new code. Now I know why experts hate innerHTML. Posted by CFMX blogging @ 6:15 AM. Comments: Post a Comment.
asif4cfmx.blogspot.com
CFMX Learning and Sharing: Recorded Breeze presenations on CFMX/Flex
http://asif4cfmx.blogspot.com/2006/06/recorded-breeze-presenations-on.html
CFMX Learning and Sharing. Wednesday, June 14, 2006. Recorded Breeze presenations on CFMX/Flex. Here is the list of breeze presentations I found on web related to CFMX. I will keep this list update so that you will have one place to get access to any breeze presentation that I know of (Hopefully most of them). If I am missing anything, please contact me, I will update it as soon I get chance,. Subversion and Trac Breeze Presentation. By Peter J. Farrell. Flex 2 and ColdFusion Integration. Using InDesign ...
asif4db.blogspot.com
Database Development Learning and Sharing: February 2006
http://asif4db.blogspot.com/2006_02_01_archive.html
Database Development Learning and Sharing. Friday, February 10, 2006. UNION of Queries result. Idea is to combine two queries such a way that their result are stack on each other. Examples usually explain anything better, so here an example,. SELECT productname, category. SELECT '- -CATEGORIES LIST- - ', NULL. SELECT category, null. Posted by CFMX blogging @ 3:56 PM. Cary, North Carolina, United States. View my complete profile.
asif4db.blogspot.com
Database Development Learning and Sharing: Sorting query on basis of substring
http://asif4db.blogspot.com/2006/01/sorting-query-on-basis-of-substring.html
Database Development Learning and Sharing. Tuesday, January 31, 2006. Sorting query on basis of substring. Let see how can we sort query results by specifying a part of string. Here is a exmple,. ORDER BY substr(productname, 1, 3). Posted by CFMX blogging @ 8:57 PM. Comments: Post a Comment. Cary, North Carolina, United States. View my complete profile.
asif4cfmx.blogspot.com
CFMX Learning and Sharing: Open Autodiscovery in IE 7 Beta
http://asif4cfmx.blogspot.com/2006/03/open-autodiscovery-in-ie-7-beta.html
CFMX Learning and Sharing. Tuesday, March 14, 2006. Open Autodiscovery in IE 7 Beta. Dave P posted a nice article about IE7 beta 2 and OpenSearch Autodiscovery. With lots of screenshots. It describe how can you configure your site, so that user can search it by using your searching capabilities. Posted by CFMX blogging @ 5:58 AM. Comments: Post a Comment. Cary, North Carolina, United States. View my complete profile.
asif4db.blogspot.com
Database Development Learning and Sharing: Free MS SQL server tool - SQL Prompt
http://asif4db.blogspot.com/2006/06/free-ms-sql-server-tool-sql-prompt.html
Database Development Learning and Sharing. Tuesday, June 06, 2006. Free MS SQL server tool - SQL Prompt. WOW, nice tool and on top of that it is free. :-) I have used couple of other tools who does provide IntelliSense/codeguide for writing SQL statements, but this one is batter because of its small size. You can get SQL prompt software. From red gate site. Posted by CFMX blogging @ 9:14 AM. Hi , yesterday I visited refinance mortgage loan. Maybe you will found some good the artilce site. See you again,.
asif4db.blogspot.com
Database Development Learning and Sharing: Again sorting - this time conditional sorting
http://asif4db.blogspot.com/2006/01/again-sorting-this-time-conditional.html
Database Development Learning and Sharing. Tuesday, January 31, 2006. Again sorting - this time conditional sorting. There is another discovery I found recently that we can specify CASE expression in ORDER BY clause. It means that our sorting order can be dynamically change on bases of some values. Example will clear this more so here is an example,. SELECT productname, category, price. ORDER BY CASE WHEN category = 'science' THEN price ELSE productname END. Posted by CFMX blogging @ 8:59 PM.
asif4cfmx.blogspot.com
CFMX Learning and Sharing: December 2005
http://asif4cfmx.blogspot.com/2005_12_01_archive.html
CFMX Learning and Sharing. Sunday, December 04, 2005. How to Use CFUnit-Ant. How to Use CFUnit-Ant. This explains how you can use CFEclipse (my favirtate tool) with CFUnit. It works like Java development, where you test your code while development (within same IDE). I love it. Posted by CFMX blogging @ 8:58 PM. Remote Synthesis: ColdFusion Open-Source Project List. For open source development going on in CFMX. Posted by CFMX blogging @ 1:55 PM. Cary, North Carolina, United States. View my complete profile.