lundi 17 septembre 2007

Mailing List


Hey list, I'm having a problem using the image resize with a variable with CF 8. The error I'm getting is: Unable to cast an object of type java.lang.String to Image. The error occurred in E:\Websites\ . Mailing List Thanks Barney, I have to say though that I am willing to bet there are programmers that think their SQL is safe from injection just by using the cfqueryparam and forgetting about the order by clause if they allow that to be passed You can't use params to control the structure of the statement, only the values passed into the statement. If you're concerned about injection, you can attempt to clean the value before inlining it, or use a CF conditional to emit . Mailing List Archives I agree with using SeeFusion or Fusion Rector to see what is going on. In the mean time, cfstat can at least show you if you are getting backup up requests. ~Brad -----Original Message----- From: John Mason [mailto:mason@fusionlink.com] . Do you have an example of what you mean? Maybe I've been staring at it too long but i just don't see how to populate non existent data. ====================================== Yeah, here's a VERY quick example. It doesn't involve a pivot . Mailing List Archive Am I not able to use cfqueryparam in the order by column. Select * from tablename order by The error I'm getting on a windows 2003 server running CF7 is: . Or you can simply load in those SSL certs that you need into the jvm cacerts file so they will be trusted. Of course, you will need to update this when those certs get renewed. The internal method Dave is speaking of is probably . Mailing List Software You need to use seefusion or fusionreactor to see what exactly is happening. Sounds like a hung cf page that is filling up your available CF threads. John Mason mason@fusionlink.com 770.337.8363 www.FusionLink.com - ColdFusion and Flex . Just remember to use BD's internal web server instead of linking it through IIS or whatever web server you're using CF Server with. You would then hit your BD pages on port 8080, and your CF pages on normal port 80. Hope this helps! . Mailing List Manager On one of our remote clients I am having a W2k3 Server hang on me. It can happen once every couple days or every 10 min. Their system. W2k3, IIS6, Coldfusion MX 7 (Standard) with whatever version of JRUN the intsaller installs I assume you're doing a or on the query results directly, as you said you don't know the year is 'til you output. One way might be to create a structure, loop over your query results and . Mailing List represented in the type grammar. Otherwise - nice option. (: BR, Ulf W. erlang-bugs mailing list erlang-bugs@erlang.org http://www.erlang.org/mailman/listinfo/erlang-bugs Post recived from mailinglist. unregister the name when you're done. /klacke. erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. Mailing List Archives Will that increment for things other than function calls? Does that matter? erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/. Erlyaws-list mailing list Erlyaws-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/erlyaws-list Post recived from mailinglist. Mailing List Archive erlang-questions@erlang.org > http://www.erlang.org/mailman/listinfo/erlang-questions >. erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. Would anyone be interested in me having a mailing list? I could send notes on shop updates etc. If you would like to be on the list, please leave a comment on this post, or send me an email. Thanks! Mailing List Software On 9/15/07, Dinner wrote: > > > That we're fighting the terrists (or is it just the AQ? mmm) but we don't > care if they are getting, um, reinforcements, sow-to-speak? It's like, > we are content to just chop the branches as they grow, . Holy crap that program is easy to use. My last video project was done using Adobe Premiere Elements, using DV video because the HD was painfully slow to work with. This weekend I decided to produce a dvd .

Mailing List Archives


Mailing List Manager But is it one of the top five problems, lol. If it's not a problem in Iraq, is this perhaps just maybe because we have started a whole other set of problems there than al Qaeda and the Taliban? Hello, we have the Taliban in Afghanistan of making it easier to reason about timeouts, at least to my mind. Matthias. erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. Mailing List erlang-bugs mailing list > erlang-bugs@erlang.org > http://www.erlang.org/mailman/listinfo/erlang-bugs >. erlang-bugs mailing list erlang-bugs@erlang.org http://www.erlang.org/mailman/listinfo/erlang-bugs Post recived from mailinglist. I have been having a problem this weekend with ColdFusion 8 crashing on my VPS. In my system event log I get the following: The ColdFusion 8 Application Server service terminated with service-specific error 2 (0x2) Mailing List Archives Sketchy’s Barbary Coast mailing list) decided to send you all a mailing promoting an event that happened six months ago. I’m not sure how or why this happened, but please accept our sincere apologies. The next Dr Patrick J Hedgepath wrote: > 1. All of the sites pages come up 3 - 6 seconds slower than they did under > CF7. Do you have debugging and / or Memory Monitoring switched on? If so, switch it off. If that doesn't help, take a dummy page . Mailing List Archive Our site www.christian-housesitters.com allows people to join as either house owners or house sitters. They then receive an email each time a house is listed on the site. By joining they opt in to receive these messages Subject: [erlyweb-list] Re: New to erlyweb and having trouble Hi Bob, the issue is fixed in the SVN repo, so you can check out the latest revision from erlyweb.googlecode.com (mind, the patch I submitted falls short since it doesn't . Mailing List Software erlang-questions mailing list > erlang-questions@erlang.org > http://www.erlang.org/mailman/listinfo/erlang-questions -- / Raimo Niskanen, Erlang/OTP, Ericsson AB. erlang-questions mailing list erlang-questions@erlang.org . i'll second the JavaScript Bible by Danny Goodman. Awesome book. You'll learn from it and you'll keep it for reference. On 9/17/07, Tom Chiverton wrote: > On Monday 17 Sep 2007, rwhite@j7isstudy.com wrote: . Mailing List Manager I guess to be fair, I should add that a similar result could be achieved in SQL by declaring a temp table with default column values of zero, pre-populating it with all possible dates etc., then going back and . Yeah, I didn't mean to imply that you shouldn't be concerned about injection. Rather, you only have to worry about injection if 'columnname' is a tainted field. If it's untainted, then injection isn'ta concern, so you can safely do the . Mailing List have a lowercase drive letter, and so the call to lists:prefix() on > > > > > line 311 will produce false, as you're comparing the ascii value for > > > > > 'C' vs. 'c'. So, I suppose a case-insensitive compare is called for noreply. That's a good point. That pretty much kills my doubts. Matthias. erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. Mailing List Archives Author: joneksi Subject: Representation of a map in bytecode? Posted: Mon Sep 17, 2007 11:37 am (GMT 0) Topic Replies: 3 On Mon, 2007-09-17 at 12:33 +0200, Kenneth Lundin wrote: > If the system design already allows thousands of . . a binary requires conversion to list, reverse and convert back to binary. Thanks, - Eranga. erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. Mailing List Archive Plone-Users mailing list > Plone-Us.@.://lists.sourceforge.net/lists/listinfo/plone-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges Francis. Define a mapping from UBF(B) to JSON and use that instead? -bob. erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. Mailing List Software print_temperatures(convert_city_temperatures(Cities)). would be better. erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. Sent from the General Questions mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges

Mailing List Archive


Mailing List Manager InfoSec News: Attacking multicore CPUs: http://www.theregister.co.uk/2007/09/14/system_call_sploits/ By Federico Biancuzzi 14th September 2007 The world of multi-core cpus we have just entered is facing a serious threat InfoSec News: Insiders overtake viruses as biggest worry: http://www.techworld.com/security/news/index.cfm?newsID=10082 By John E. Dunn Techworld 14 September 2007 Company insiders have overtaken viruses as the most reported security . Mailing List InfoSec News: Beware of Zombies: http://www.govexec.com/story_page.cfm?articleid=38027 By Bob Brewin GovExec.com September 17, 2007 Attack of the Chinese Zombies The wave of cyberprobes or cyberattacks against Pentagon networks and . InfoSec News: Computers stolen from Security Ministry: http://www.jamaicaobserver.com/news/html/20070915T010000-0500_127405_OBS_COMPUTERS_STOLEN_FROM_SECURITY_MINISTRY_.asp By Karyl Walker Sunday Observer staff reporter September 16, . Mailing List Archives InfoSec News: Linux Advisory Watch - September 14th 2007: +---------------------------------------------------------------------+ | LinuxSecurity.com Weekly Newsletter | | September 14th 2007 Volume 8, . InfoSec News: Loans website suffers security breach: http://www.itpro.co.uk/security/news/124958/loans-website-suffers-security-breach.html By Miya Knights and Rene Millman 14th September 2007 UK online loans company, Loans.co.uk has . Mailing List Archive InfoSec News: Is more security more theater?: http://washingtontimes.com/article/20070915/TECHNOLOGY02/109150021/1020/TECHNOLOGY By Fred Reed September 15, 2007 Anti-terrorist programs depend on technology remotely controlled cameras, . Plone-Users mailing list > Plone-Users@. > https://lists.sourceforge.net/lists/listinfo/plone-users > -- Wichert Akkerman It is simple to make things. http://www.wiggy.net/ It is hard to make things simple Mailing List Software Plone-Users mailing list > Plone-Users@. > https://lists.sourceforge.net/lists/listinfo/plone-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft . Author: Anonymous Subject: Hipe/native and reloading modules Posted: Mon Sep 17, 2007 4:55 am (GMT 0) Topic Replies: 0 I noticed something strange when I use the “native” option to compile my code. Mailing List Manager have a lowercase drive letter, and so the call to lists:prefix() on > line 311 will produce false, as you're comparing the ascii value for > 'C' vs. 'c'. So, I suppose a case-insensitive compare is called for have a lowercase drive letter, and so the call to lists:prefix() on > > > line 311 will produce false, as you're comparing the ascii value for > > > 'C' vs. 'c'. So, I suppose a case-insensitive compare is called for Mailing List have a lowercase drive letter, and so the call to lists:prefix() on > > line 311 will produce false, as you're comparing the ascii value for > > 'C' vs. 'c'. So, I suppose a case-insensitive compare is called for have a lowercase drive letter, and so the call to lists:prefix() on > > > > line 311 will produce false, as you're comparing the ascii value for > > > > 'C' vs. 'c'. So, I suppose a case-insensitive compare is called for Mailing List Archives Subject: [erlyweb-list] Re: Newbie to erlyweb >>>> >>>>> Yes, that's bad. It looks like erlyweb:compile() didn't pick up >>>>> your >>>>> controllers. I'm guessing this is a Windows-related problem, but I . Sent from the General Questions mailing list archive at Nabble.com. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges Mailing List Archive > > SELECT function(argument) > Thanks for the reply, i am getting an error running this code saying that it cannot be indexed correctly. my stored function takes in 2 varchars - an email address and password . Hello Together, can someone explain me how a parser works internally under the usage of SAX. How can the parser detect, that the document is not well formed or not valid. After each event respectively callback the parser doesn´t know . Mailing List Software I am looking for a good mailing list software program , any reccomendations? I am not worried if its free or costs money, I just need one that is going to do everything, including backflips if I need be lol >>Does this mean that the return value is ;URL Interface? No, but apparently you are using CFHTTP to create a query, and the first line on the file contains the column names. The problem is that URL Interface is not a valid name for .

Mailing List Software


Mailing List Manager Subject: [erlyweb-list] Re: New to erlyweb and having trouble > > There is a known bug on Windows causing ErlyWeb to not register its > components properly. The bug is in erlyweb_compile(). Unfortunately, I . Sorry for the recent post guys. Usually when replying to CFJOBS it replies to the poster. I will be more careful next time. Bruce [more] Mailing List Author: Anonymous Subject: The Cheapest Pharmacy Posted: Mon Sep 17, 2007 1:55 am (GMT 0) Topic Replies: 6 [b]CANADIAN PHARMACY Only here you can find any medicine! They are board certified physicians and US licensed. [b]We have - . Author: eokyere Subject: Comma, semicolon. Aaaaa (Emmanuel Okyere) Posted: Mon Sep 17, 2007 2:06 am (GMT 0) Topic Replies: 0 On 16 Sep 2007, at 15:19, Mailing List Archives Author: Anonymous Subject: Newbie training project proposal Posted: Sun Sep 16, 2007 9:43 pm (GMT 0) Topic Replies: 14. Quote: I am seeking part time telecommute opportunity for CF or MS SQL Server. This is at an advanced level and will be able to dedicate up to 20 to 25 hours weekly. Resume will be provided upon request. I am located in the US and can be . Mailing List Archive Working on that. --- Ben -----Original Message----- From: DataPacks.com [mailto:info@datapacks.com] Sent: Sunday, September 16, 2007 10:11 AM To: CF-Talk Subject: RE: cf8 book by Ben Forta - release date? . What's your eaddress and location ? >Hello, > >Just announcing that I am looking for part time ColdFusion telecommuting >work. Resume will be provided upon request. I would like to emphasize part >time as I have a full time job Mailing List Software SLIGHT OR MODERATE. SHOWERS. MODERATE OR GOOD, OCCASIONALLY POOR. erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. like that, in which case you can relax. > > Matthias >. erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. Mailing List Manager On 9/16/07, Dana wrote: . > But the only thing on > that list which I see as possibly not an error due to stupidity is #1. It wasn't stupidity, it was disdain, or disregard, perhaps. Which . Hi Nathan C. Smith Could you please isolate the code which throws the Null Pointer exception and post it here or send it to me at jayvir@adobe.com for us to be able to reproduce it in order to investigate it. Thank you Jayesh Viradiya . Mailing List this is the error it is giving me: [Table (rows 1 columns myfunction('myEmail@myDomain.com','myPassword')): [myfunction('myEmail@myDomain.com','myPassword')): coldfusion.sql.QueryColumn@205144] ] is not indexable by . Hey Ben, will there be a package price for buying all three when they're all released?? Bill -----Original Message----- From: Ben Forta [mailto:ben@forta.com] Sent: September 16, 2007 9:21 AM To: CF-Talk . Mailing List Archives Did you do fresh installs or upgrades? On 9/17/07, Patrick J Hedgepath wrote: > We finally got our servers sites working on CF8 after the upgrade from CF7. > However we have two problems What is required to connect a Laptop to a flat panel tv? -----Original Message----- From: Loathe [mailto:loathe@speakeasy.net] Sent: Sunday, September 16, 2007 12:20 PM To: CF-Community Subject: RE: Sit vs Stand . Mailing List Archive We finally got our servers sites working on CF8 after the upgrade from CF7. However we have two problems. 1. All of the sites pages come up 3 - 6 seconds slower than they did under CF7. 2. The Enable Performance Monitoring checkbox in . Do you have any idea what you're saying at all? The Taliban is in Afghanistan not Iraq. > -----Original Message----- > From: Dinner [mailto:valliantster@gmail.com] > Sent: Saturday, September 15, 2007 4:54 PM > To: CF-Community . Mailing List Software That's why I have the desktop hooked up to the tv now :) My laptop is hosed, I need to order a new keyboard from Dell > -----Original Message----- > From: Allan Grabnoski [mailto:k0rneliuz@gmail.com] > Sent: Saturday, September 15, . I didn't read al that because you missed my point. I was talking about the sign up comment. > -----Original Message----- > From: Gruss Gott [mailto:grussgott@gmail.com] > Sent: Friday, September 14, 2007 8:03 PM > To: CF-Community .

Mailing List Manager


Mailing List Manager No, I don't have copies to sell. But I am talking to the publisher and Amazon about getting these dates cleared up. --- Ben -----Original Message----- From: Scott Weikert [mailto:cf-talk@alphageek.com] Sent: Thursday, September 13, . unitedbankservice.com is what I use, but check costco and see if they offer it [more] Mailing List giant table that lists all of the query columns and what they mean. If you find ID, you will see that it means GUID for RSS 2. I specified ID for my test and it worked fine, I got . Summary · Melbourne CBD location · 6 month contract position - with possibility to permanency · Travel industry · Developer required for implementation and maintenance of company eCommerce projects. Rail Plus is Australasia's leading . Mailing List Archives Plone-Users mailing list > Plone-Users@. > https://lists.sourceforge.net/lists/listinfo/plone-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft . View this message in context: > >> http://www.nabble.com/Custom-UIViewRoot-tf4447158.html#a12698560 > >> > > Sent from the MyFaces - Users mailing list archive at Nabble.com Mailing List Archive have a lowercase drive letter, and so the call to lists:prefix() on line 311 will produce false, as you're comparing the ascii value for 'C' vs. 'c'. So, I suppose a case-insensitive compare is called for View this message in context: >> > > >> http://www.nabble.com/Custom-UIViewRoot-tf4447158.html#a12694553 >> > > >> Sent from the MyFaces - Users mailing list archive at Nabble.com Mailing List Software Yep, there is a bug. You have to use uppercase for the column names. http://www.coldfusionjedi.com/index.cfm/2007/7/29/Columnmap-Gotcha-with-CFFEED On 9/16/07, Brian Peddle wrote: . Anthony Shipman Mamas don't let your babies als@iinet.net.au grow up to be outsourced. erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. Mailing List Manager Or did you mean something else with your snippet? erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. The fullstop being the proper terminator at the end of an Erlang sentence. Robby. erlang-questions mailing list erlang-questions@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions Post recived from mailinglist. Mailing List I'm trying to do something pretty basic with CFFEED . basically from the docs I get this error There is a problem in the column mappings specified in the columnMap structure. The query attribute input does not contain any column by . Hi Jochem, Thats brilliant its working fine now :) thanks for your help Richard [more] Mailing List Archives letting them loot the museums in Baghdad? I was in an archaeology class at the time and the professor couldn't even talk about it. Stuff happens??? Your number 3 and 4 were pretty ignorant as well and I am willing to . > Dana wrote: > think they were incredibly arrogant and deeply disdainful of a > civilization they did not begin to understand I don't think it had anything to do with lack of cultural awareness. To me it was allowing lawlessness that . Mailing List Archive Author: Anonymous Subject: Subcontainers Posted: Sun Sep 16, 2007 5:47 pm (GMT 0) Topic Replies: 1 Try changing your 'phased' expression to this: {phased, Ewc, fun(_Ewc, Data) -> {ewc, html_container, [A1, {ewc, sidebar_container, [A1, . Martin >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/Partial-submit-is-not-working-on-Weblogic-10-tf4465921.html#a12733657 >> >> Sent from the MyFaces - Users mailing list archive at Nabble.com Mailing List Software Gel I am not at all a fan of Bush as you know. But what possible strategic value could there be in letting the museums of Baghdad be looted? I think they were incredibly arrogant and deeply disdainful of a . Hello, Just letting everyone know that I am looking for part-time ColdFusion telecommuting Projects. I can send you my Resume if you are interested. I can dedicate 20-30 hours a week to your project. Thanks, Ntale G. Lukama Leesburg, VA .

mailing list


0 commentaires: