aftergeek.com
aftergeek - tech and code: December 2009
http://www.aftergeek.com/2009_12_01_archive.html
Aftergeek - tech and code. All the geek that's fit to print and then some. Wednesday, December 23, 2009. Logging into Netsuite with ColdFusion or Java - Code Sample. Here is the full java equivalent (I haven't tried to compile this, so you may need to make some tweaks). Java pseudo-ish code (meaning I haven't actually tried to compile this). Import java.net.URL;. Import com.netsuite.webservices.platform 2009 1.NetSuitePortType;. String YourNetsuiteAccountNumber = "123456789";. Posted by Jeremy QA Gibbens.
aftergeek.com
aftergeek - tech and code: Netsuite and Coldfusion: compiling stub classes just got easier (or has been easier for quite some time, but I just found out about it)
http://www.aftergeek.com/2011/02/netsuite-and-coldfusion-compiling-stub.html
Aftergeek - tech and code. All the geek that's fit to print and then some. Thursday, February 24, 2011. Netsuite and Coldfusion: compiling stub classes just got easier (or has been easier for quite some time, but I just found out about it). UPDATE: I may have spoken too soon on this post. more to come. As of ColdFusion 8 (and I also confirmed this in CF9), it appears that at least one portion of the once ridiculously convoluted process. Cfset ws = createobject( "webservice",. A -O 2000") /. Thanks for yo...
aftergeek.com
aftergeek - tech and code: February 2010
http://www.aftergeek.com/2010_02_01_archive.html
Aftergeek - tech and code. All the geek that's fit to print and then some. Saturday, February 06, 2010. See my goofy mug on TV! If you are curious about my non-technical side, catch me on television tomorrow on DIY Network in an episode of Bathtastic. Oh, and if you don't have cable or don't get DIY Network, I believe they make the episodes available on the DIY Network website not long after they air. Posted by Jeremy QA Gibbens. Subscribe to: Posts (Atom). ColdFusion / NetSuite web service integration.
aftergeek.com
aftergeek - tech and code: May 2008
http://www.aftergeek.com/2008_05_01_archive.html
Aftergeek - tech and code. All the geek that's fit to print and then some. Thursday, May 29, 2008. Automatic page refreshes are so 1998. To eliminate any confusion, the type of page refresh I'm talking about includes those in meta . tags and javascript setTimeout() and setInterval() calls that unceremoniously reload the entire page you are viewing. Why in this day and age of RSS, AJAX, Flash, and hell, even iframes would you still use auto-refreshes? Posted by Jeremy QA Gibbens. Subscribe to: Posts (Atom).
aftergeek.com
aftergeek - tech and code: March 2008
http://www.aftergeek.com/2008_03_01_archive.html
Aftergeek - tech and code. All the geek that's fit to print and then some. Wednesday, March 12, 2008. Jeremy to Microsoft Live "quality" bot: you're doing it wrong. What is so special about your search engine that you have to skew everyone's traffic statistics? Posted by Jeremy QA Gibbens. Subscribe to: Posts (Atom). ColdFusion / NetSuite web service integration. Contact Me / Consulting Requests. Jeremy [ a t. Do you enjoy my Twitter Multi and other projects? Colder Fusion - Twin Cities CFUG. Aftergeek&#...
aftergeek.com
aftergeek - tech and code: See my goofy mug on TV!
http://www.aftergeek.com/2010/02/see-my-goofy-mug-on-tv.html
Aftergeek - tech and code. All the geek that's fit to print and then some. Saturday, February 06, 2010. See my goofy mug on TV! If you are curious about my non-technical side, catch me on television tomorrow on DIY Network in an episode of Bathtastic. Oh, and if you don't have cable or don't get DIY Network, I believe they make the episodes available on the DIY Network website not long after they air. Posted by Jeremy QA Gibbens. Subscribe to: Post Comments (Atom). Contact Me / Consulting Requests. Netsu...
aftergeek.com
aftergeek - tech and code: Netsuite web service and ColdFusion 8
http://www.aftergeek.com/2009/03/netsuite-web-service-and-coldfusion-8.html
Aftergeek - tech and code. All the geek that's fit to print and then some. Monday, March 16, 2009. Netsuite web service and ColdFusion 8. I recently posted updates to previous posts. Posted by Jeremy QA Gibbens. Subscribe to: Post Comments (Atom). ColdFusion / NetSuite web service integration. Contact Me / Consulting Requests. I happily answer questions about posted topics, and I also am available for moderately sized consulting projects. Please note that I have a full time job. Jeremy [ a t. All article...
aftergeek.com
aftergeek - tech and code: February 2008
http://www.aftergeek.com/2008_02_01_archive.html
Aftergeek - tech and code. All the geek that's fit to print and then some. Wednesday, February 27, 2008. Save yourself the effort of defining the same code for multiple javascript events. Define the onchange event and call the same code for onmouseover, onmouseout, and onclick. Now if you make changes to onchange, you don't need to copy those changes to the other events. MyFunctionDoYouLikeIt(this, 'valueadded', false, 0); compareSomeValues('placeholder', false, true, 'the google webz');. I promise to po...
aftergeek.com
aftergeek - tech and code: ColdFusion / NetSuite web service integration
http://www.aftergeek.com/p/coldfusion-netsuite-web-service.html
Aftergeek - tech and code. All the geek that's fit to print and then some. ColdFusion / NetSuite web service integration. Judging from the number of related searches that land people here, you're more than likely looking for information on writing ColdFusion code to connect to NetSuite's. Web service. Well, you're in luck! Here are my ColdFusion and NetSuite integration tutorials and resources. Subscribe to: Posts (Atom). ColdFusion / NetSuite web service integration. Contact Me / Consulting Requests.
aftergeek.com
aftergeek - tech and code: March 2010
http://www.aftergeek.com/2010_03_01_archive.html
Aftergeek - tech and code. All the geek that's fit to print and then some. Thursday, March 25, 2010. Preserving structure sort order in ColdFusion. ColdFusion doesn't preserve the order in which elements were assigned to the structure. If you want to quickly and consistently loop through the items in a structure in the order in which they were assigned, the answer is simply to not use a ColdFusion structure. It's easier (and less stupid) than it sounds. Cfset mystruct = StructNew() /. Jeremy [ a t. ColdF...
SOCIAL ENGAGEMENT