RE: Suggestion for Windows HTML editor

2004-09-07 Thread Paul Vernon
Homesite/Homesite+... if you have the dreamweaver CD you should find it on there Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Suggestion for Windows HTML editor

2004-09-07 Thread Andrew Dixon
Homesite+ 5.5? - Original Message - From: Damien McKenna [EMAIL PROTECTED] Date: Tue, 7 Sep 2004 15:07:33 -0400 Subject: Suggestion for Windows HTML editor To: CF-Talk [EMAIL PROTECTED] I'm looking for a HTML/CFML editor for Windows with the following requirements: 1. A projects

Re: Suggestion for Windows HTML editor

2004-09-07 Thread Lawrence Ng
sorry. I did not clarify my response earlier. I'm using Studio 5 not the Studio MX suite they have which includes Dreamweaver. I think it's not longer in production. I like it because u could connect to datasources with it and has a cleaner interface. I'm not a designer and that's why I like

Re: cfoutput -- group and maxrows problem

2004-09-07 Thread S . Isaac Dealey
...which gives me multiple rows for publications with more than one author.So Pub 1-Auth1, Pub1-Auth2, Pub2-Auth3, Pub3-Auth4 = 4 rows for 3 records. My output uses grouped nested cfoutputs for display, essentially like this: cfoutput query=research group=publication_title maxrows=10

Re: cfoutput -- group and maxrows problem

2004-09-07 Thread Douglas Knudsen
I'm sure there are many ways to approach this.One way, remove the maxrows attribute and create your own counter. cfset mycount = 0 / cfoutput query=research group=publication_title cfset mycount = ycount + 1 / #publication_title# cfoutput #author_name# /cfoutput cfif mycount IS 10 cfexit /cfif

RE: cfoutput -- group and maxrows problem

2004-09-07 Thread Cornillon, Matthieu (Consultant)
cfoutput query=research group=publication_title maxrows=10 #publication_title# cfoutput #author_name# /cfoutput /cfoutput But the maxrows attribute goes by the query record count, rather than the count of unique publication_titles. So instead of seeing 10 records per page, I may get 6 or 9 or

Re: Suggestion for Windows HTML editor

2004-09-07 Thread Damien McKenna
OK, regarding Homesite, I've used it before but always found it a bit bloated for what it gave you, and was a dead-end product. HTML-Kit is very close to what I'm looking for, but its workspace system seems confused (why can't you set a local directory to map to an FTP site?).Very close

Re: cfx_getimage on CFMX / blob images with ASP

2004-09-07 Thread Ryan Roskilly
I can use the cfx_getimage tag just fine on CF 5.0. But no luck with it on CFMX. Anyone using this tag? As a backup plan I'm using ASP to retrieve and send to the browser but I cannot seem to get it to write the file to disk. Anybody with ASP experience that could help me out? FILE:

Re: Suggestion for Windows HTML editor

2004-09-07 Thread Bryan Stevenson
OMG...Hot Dog From Sausage Software still exists??? I used that back in 95 when I started on the webback before Australia even hada T1 line in/out of it (software is from Aussie land) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone:

Indexing on Linux systempermissions?

2004-09-07 Thread vcc person
Hi everyone, I was able to do verity searching a db (Oracle) under SuSe Linux with CFMX 6.1 enterprise. My problem is that it is returning 0 results for PDFS, DOCs, TXT, XLS, etc. files even though I create a test file with the search word in it. Is this is Linux/Unix file permission

Re: Auto Sorting Problem

2004-09-07 Thread Mark Knox
Thank you barney for your input.I didn't think this was possible but just wanted to check. -mark Nope sure isn't, and believe me, you don't want to be able to.Doing so creates a dependancy on the order of the columns in your database and/or SQL statement (depending on if you use SELECT * or

Re: Auto Sorting Problem

2004-09-07 Thread Mark Knox
thanks to all that responded to my request for info.i didn't think there was a way to get the columns unsorted.I wasn't actually going to depend on the order for any critical formatting or anything.It's just aggrevating that MM would just asssume that everyone would want the columns pre-sorted.

Web Service Troubles...

2004-09-07 Thread Jim Rathmann
I am trying to return an XML string through a CFC. Here is my problem: I create an XML doc from my query. I call the var xmlObj. I want to turn this into a string, so I use ToString(xmlObj), but it returns an error. Any help on how to fix this would be great. cfscript function

RE: Return Links (best practice)

2004-09-07 Thread Dennis Powers
the best methods to returning users back to where they came from after they log in. We approach this with the rule of thumb “never trust the data the client is sending you”So do not depend on referrer or cookie information unless you absolutely have to.On our simpler “login sites” we insist on

Error with CFCONTENT and DELETEFILE

2004-09-07 Thread Claude Schneegans
Hi, Still trying to have CFCONTENT do its job unde CF 5, here is the situation: 1. a temp file is created using CFSET tempFilePath = GettempFile(localDirectory,map) 2. a CFX_tag is called and it writes an image on the file ok, yes, it closes the file! 3. a template is called from a IMG src=""

Comparing two records within the query

2004-09-07 Thread B G
Here's the dilemna: I have a catalog of videos I want to list.The product ID's indicate whether the video is VHS or DVD.For example -01 = The Teletubbies meet Jason (VHS)-03 = The Teletubbies meet Jason (DVD).Two records for each title if available in both media. In the list I want

Re: Comparing two records within the query

2004-09-07 Thread Bryan Stevenson
I'd strongly advise you add a column called Media_Type and use VHS or DVD as a media type codethat will make your life much easier ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830

OT- SQL SERVER CONGFIGURATION

2004-09-07 Thread Eric Creese
We currently have SQL Server 2000 Standard Edition running our production data for our websites. We have some issues with SQL loosing it's connection so we have to reboot. However this does not bode well with our users of course. An over zealous developer suggested we create a clustered

CFMAIL not getting to some people.

2004-09-07 Thread Bruce H. Beinert
Hi All, I have a client who I built an email conatct manager for who is claiming that some of the contacts are not receiving the mail they send using the app. I get all emails sent using it and I am using multiple accounts with different spam and virus filters. Why would some people not be

OT (was Re: Comparing two records within the query)

2004-09-07 Thread Damien McKenna
On Sep 7, 2004, at 4:48 PM, B G wrote: For example -01 = The Teletubbies meet Jason (VHS)-03 = The Teletubbies meet Jason (DVD). Personally, I can't wait for the sequel, The Teletubbies vs Jason vs Santa Claus. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company -

Help with Date Stuff

2004-09-07 Thread Kelly Matthews
Ok I have a weekly report I have to run.Basically it's run every Sunday and brings back info for the previous week. If it's, as an example, the 3rd sunday of hte month it will bring back info for the last 3 weeks of the month (basically going back to the first). I have the report running fine

RE: CFMAIL not getting to some people.

2004-09-07 Thread Ciliotta, Mario
Bruce, Are you able to check the mailsent logs and the unbelievable folder to see what actually went out. Mario -Original Message- From: Bruce H. Beinert [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 5:17 PM To: CF-Talk Subject: CFMAIL not getting to some people. Hi

RE: Help with Date Stuff

2004-09-07 Thread Matthew Walker
The key is to figure out for each date what the week number is. Once you can do that reliably it'll be easy. I take it that each weeks starts on a Sunday, so that for September 2004 we're in week 2, and week 3 starts this coming Sunday, right? _ From: Kelly Matthews [mailto:[EMAIL PROTECTED]

Date picker

2004-09-07 Thread Chris Musial
does anyone have a link to one of the dynamic date pickers you would see on a travel site like orbitz, or carnival cruise lines?Im looking for something attractive for the cheapest possible without having to alter the way it is coded or the way it looks. [Todays Threads] [This Message]

RE: Suggestion for Windows HTML editor

2004-09-07 Thread Ian Skinner
At least some of the features you want, and the smallest foot print I think you will find.I believe the editor still fits on a single 3 ½ floppy disk! Crimson Editor http://www.crimsoneditor.com/ -- Ian Skinner Web Programmer BloodSource

Re: Comparing two records within the query

2004-09-07 Thread B G
That may be possible.Though it's not always up to me to get the marketing dept and the DB people to do work so my life is easier. Nonetheless...The basic nature of this kind of compare is eluding me.Even if I had two records, one with DVD and one with VHS in the MEDIA_TYPE field, I'd still

Re: Help with Date Stuff

2004-09-07 Thread Kelly Matthews
correct but the WEEK function brings back the week number for the YEAR not the MONTH. The key is to figure out for each date what the week number is. Once you can do that reliably it'll be easy. I take it that each weeks starts on a Sunday, so that for September 2004 we're in week 2, and week 3

Re: CF Blog for CF 5?

2004-09-07 Thread luca unti
http://www.riahsoftware.com/fuseblog/fuseblogit's one - Original Message - From: Mark W. Breneman [EMAIL PROTECTED] Date: Tue, 7 Sep 2004 11:25:42 -0500 Subject: CF Blog for CF 5? To: CF-Talk [EMAIL PROTECTED] My personal site it running on a server that is using CF 5. (Go figure I

Re: Suggestion for Windows HTML editor

2004-09-07 Thread Mike Kear
I can't see where Dreamweaver wont do everything you want.Just change to code view and you're home and hosed. If that's still not what you want, try UltraEdit.It has most of what you want. It's lightweight, fast,can handle files sizes as big as your hard drive, has syntax highlighting, an FTP

Re: Date picker

2004-09-07 Thread Nando
ummm ... have you tried pulling it out of the source at orbitz.com yet? On Tue, 07 Sep 2004 18:17:02 -0400, Chris Musial [EMAIL PROTECTED] wrote: does anyone have a link to one of the dynamic date pickers you would see on a travel site like orbitz, or carnival cruise lines?Im looking for

RE: Date picker

2004-09-07 Thread Shawn Grover
Check the date-picker on www.mattkruse.com.It's good, flexible, and free. Shawn -Original Message- From: Nando [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 4:45 PM To: CF-Talk Subject: Re: Date picker ummm ... have you tried pulling it out of the source at orbitz.com

Re: Date picker

2004-09-07 Thread Rob
The site is really bad, but the calendar control is cool and you can customize it in many many ways: http://www.dynarch.com/mishoo/calendar.epl On Tue, 07 Sep 2004 18:17:02 -0400, Chris Musial [EMAIL PROTECTED] wrote: does anyone have a link to one of the dynamic date pickers you would see on a

RE: Suggestion for Windows HTML editor

2004-09-07 Thread Dave Watts
I can't see where Dreamweaver wont do everything you want. Just change to code view and you're home and hosed. Damian said his new laptop will only have 64 MB of RAM! In that case, I suspect he'd see sub-optimal performance with Dreamweaver. Dave Watts, CTO, Fig Leaf Software

RE: Error with CFCONTENT and DELETEFILE

2004-09-07 Thread Dave Watts
I really need these files to be deleted, otherwise they will fill up my server. Why not just delete them on a scheduled basis? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Message] [Subscription] [Fast

Re: Comparing two records within the query

2004-09-07 Thread Nando
How about ... A) query for all records B) create a new query object (adding some columns) C) loop through original query (and perhaps the new query, nested within it) and derive the result set you need to display your form to the user. maybe the new result set has a boolean to display/not display

Re: Comparing two records within the query

2004-09-07 Thread Scott Brady
It's probably too late for this, but I'd have a table just for the movies themselves, and another table (one-to-many) where you match up the movies with the various formats (a row for movie 1 in VHS, another row for movie 1 in DVD, etc).In addition to making your work easier, when the next big

RE: ColdFusion MX Log Viewer

2004-09-07 Thread Dave Phillips
There was a great log viewer out there a few years back...it allowed you to delete entries, and do all kinds of things that the default cfmx administrator log viewer doesn't do.I was hoping it was updated for CF MX or something like it, but apparently not. Sincerely, Dave Phillips Co-Founder

Proposal

2004-09-07 Thread Ryan Mannion
A little off topic, however can anyone share a proposal template with me for a website development proposal? I'd appreciate any direction Thanks Ryan Mannion [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Migrating from Movable Type to a CF-based blog?

2004-09-07 Thread Sean Corfield
Who has migrated a live, active blog from Movable Type to something like Ray's CF blog and preserved all entries and comments? That last part is real important. Now that corfield.org is running CFMX 6.1 (thanx to SmarterLinux, part of HostMySite), I can look at alternatives to MT but I want to

RE: Help with Date Stuff

2004-09-07 Thread Matthew Walker
I think this is the function you need but I haven't tested it. function weekOfMonth(date, firstDOW) { var DOM = day(date); var m = month(date); var y = year(date); var firstDOM = dayOfWeek(createDate(y, m, 1)); var offset = ((firstDOM - firstDOW + 6) mod 7) + 1; var WOM = (DOM + offset -

Re: Error with CFCONTENT and DELETEFILE

2004-09-07 Thread Claude Schneegans
Why not just delete them on a scheduled basis? Not really a viable solution for a commercial product ;-( -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED])

Re: Indexing on Linux systempermissions?

2004-09-07 Thread Douglas Knudsen
what is teh value of theResults.recordsSearched after cfsearch ?? Doug - Original Message - From: vcc person [EMAIL PROTECTED] Date: Tue, 07 Sep 2004 16:21:59 -0400 Subject: Indexing on Linux systempermissions? To: CF-Talk [EMAIL PROTECTED] Hi everyone, I was able to do verity

RE: Error with CFCONTENT and DELETEFILE

2004-09-07 Thread Dave Watts
Why not just delete them on a scheduled basis? Not really a viable solution for a commercial product ;-( I respectfully submit it's more viable than the (non-working) approach you're using now. There are plenty of ways to handle scheduling, and the transfer of work from runtime to some

Re: Error with CFCONTENT and DELETEFILE

2004-09-07 Thread Claude Schneegans
I respectfully submit it's more viable than the (non-working) approach you're using now. Yeah, of course, it is just that this deletefile feature is not there for nothing and is supposed to work, and I want to make sure there is no way to have it working properly before I take another direction.

Re: Displaying a dynamic map - how?

2004-09-07 Thread Claude Schneegans
I get no images on any Mac browser Hi, Can you try again, I solved a little problem, and now it works on NT4.7 and NT7. I suppose (hope) it works also on Macs. I guess it should even work with Netscape 1.0, and may be even with Mosaic ! ;-)

OT : web stats

2004-09-07 Thread Ricardo Russon
does anyone know of any good, free web stats apps that i can run on my windows 2003 / CF MX server? Or if there is any good webstat software that comes with either of the 2? TIA, Ricardo. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

RE: web stats

2004-09-07 Thread CFDEV
I use Power phlogger that runs on php and mysql on a windows 2003 server and it is very good http://www.phpee.com/index.php?node=21 Patrick _ From: Ricardo Russon [mailto:[EMAIL PROTECTED] Sent: September 7, 2004 21:42 To: CF-Talk Subject: OT : web stats does anyone know of any good,

Error in JRun Log Files

2004-09-07 Thread Joe Eugene
I am conistently seeing the below error in cfusion-event*.txt files One of the docs on MM suggests this might be related to database drivers, we are not using Data direct Database drivers. Any idea what this might be? Thanks, Joe Eugene 09/07 21:18:51 error Error in getRealPathFromConn

RE: web stats

2004-09-07 Thread Jim Davis
SmarterStats at SmarterTools.com is free for a single domain and quite full featured (although it lacks some rather important features like exporting reports for offline use).It's a .NET application with a built in server so it's easy to set up and try. I used it to import the log files from

RE: escaping character

2004-09-07 Thread Brant Winter
I am really lost here - I have read through the livedocs article on cfqueryparam and it seems that it is meant to go to the right of a where clause in a cfquery statement. I am really not sure how/why to use it. Use CFQUERYPARAM !! put the #qData.xxx# in the value attribute and use the

RE: Looping Question

2004-09-07 Thread Ewok
Use your loop to build the list with listappend() then just use the listname in the preload… cfset images = “” cfloop query=allphotos cfset images = listappend(images, “'photoslarge/#filenamelarge#'”) /cfloop > _ From: Jeffrey Fongemie [mailto:[EMAIL PROTECTED] Sent: Tuesday, September

RE: escaping character

2004-09-07 Thread Matthew Walker
VALUES ( #qData.SRXNO#, #qData.SDISPDATE#, #qData.PTITLE#,. Becomes something like VALUES ( cfqueryparam cfsqltype=CF_SQL_INTEGER name=#qData.SRXNO#, cfqueryparam cfsqltype=CF_SQL_TIMESTAMP name=#qData. SDISPDATE #, cfqueryparam cfsqltype=CF_SQL_VARCHAR name=#qData. PTITLE #,. Looks a bit

RE: escaping character

2004-09-07 Thread Brant Winter
OK great - I will give this a go, it seems a bit painstaking though Kind Regards, Brant Winter _ From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 September 2004 1:54 PM To: CF-Talk Subject: RE: escaping character VALUES ( #qData.SRXNO#, #qData.SDISPDATE#,

RE: escaping character

2004-09-07 Thread Brant Winter
Worked beautifully ! Had to change name= to value= though :) _ From: Matthew Walker [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 September 2004 1:54 PM To: CF-Talk Subject: RE: escaping character VALUES ( #qData.SRXNO#, #qData.SDISPDATE#, #qData.PTITLE#,. Becomes something like VALUES

RE: escaping character

2004-09-07 Thread Matthew Walker
Yeah it is! In case you haven't seen it. http://www.macromedia.com/devnet/mx/coldfusion/articles/ben_forta_faster.htm l _ From: Brant Winter [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 September 2004 4:26 p.m. To: CF-Talk Subject: RE: escaping character OK great - I will give this a

RE: Java+JSP 10 times faster than CF? And Other Ruminations.

2004-09-07 Thread Jim Davis
You may want to drop Hal a line and ask, but I'm almost positive that's the same page he's been using for years - long before CFMX. CFMX runs almost identically to the way JSP runs: a high-level source file is compiled directly into Java Byte code - the file run on a request for both tools is

RE: Suggestion for Windows HTML editor

2004-09-07 Thread Jim Davis
Well then, in that case he can use the money he would have spent on DreamWeaver and upgrade his memory so that he can run Dreamweaver! Wait. I see a conundrum. ;^) (As an aside: my vote is Homesite+ or CF Studio - still the best although I've forced myself to switch to Dreamweaver just to see

Re: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Adam Haskell
Hack it? Nah the URL I used seemed to be messed up a bit...Musta been a bad link on a messageboard I clicked on or something :) Adam H On Tue, 07 Sep 2004 13:28:53 -0400, Jeffry Houser [EMAIL PROTECTED] wrote: : hmm:A few questions for the curious.. How did you find out that the site is

Re: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Neil Robertson-Ravo
Well it aint that difficult ...it doesnt seem to be locked down any.there is nothing secure about this site. Jeffry Houser wrote: : hmm:A few questions for the curious.. How did you find out that the site is easily hackable?Did you try to hack the site? At 01:21 PM 9/7/2004, you wrote:

RE: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Louis Mezo
The LogicSynthesis site is more procedural than oo, on purpose. As far as IHRCO is concerned, I can't control what other people do with their websites. I link to IHRCO simply because they are a former client. You'll need to do better than that to make me look bad ;-) Try and crack

Re: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Neil Robertson-Ravo
Truethe use of a Flash Movie does indeed add a certain degree of controland the encryption of your templates (although secure when an error is displayed not so secure as a simple search on Google can yield a decryptor). You are still open for session highjacking via the copy n paste of

RE: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Jeffry Houser
Well, the LogicSynthesis site doesn't have any explanation of what you did for clients, so I'm sure that many people will look at the client links and take what they see as indicative of your work.I have to wonder if it is worth listing them at all if you only worked there 2 weeks. At 01:58 PM

RE: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Louis Mezo
Not encrypting for that reason; session can't be hijacked when not visible because of SSL; server type info not relevant as I'm not talking about server security; all snippets of info that can be obtained are accounted for and so not a concern. The point of the Secure E-Commerce Engine is can you

RE: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Louis Mezo
That's why I have a resume available by request. In the particular case of IHRCO, they are worth listing. Others were not and so were not listed. But that's a discussion between myself and a potential client. Thanks, Louis Mezo LogicSynthesis Tel: 240.498.8951 [EMAIL PROTECTED]

Re: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Neil Robertson-Ravo
Well, I would say that is something you cannot back up.. I reckon Appscan could yield some real stinkersremember...SSL is not 100% secure. Louis Mezo wrote: Not encrypting for that reason; session can't be hijacked when not visible because of SSL; server type info not relevant as I'm not

Re: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Adam Haskell
This sort of stuff is what cf-jobs-talk is for. If you are looking for info on jobs you can find it on cf-jobs cf-job-talk is the proper place for this type of stuff. Mike D if I got it all wrong let me know and I put a sock in it :) Adam H On Tue, 7 Sep 2004 14:06:10 -0400, Sear, Erik, CON,

RE: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Jeffry Houser
: smile:Of course... However, I wonder how many people will see the site (or a site) and find problems with it and never contact you in the first place.I think I'm playing devil's advocate. At 02:23 PM 9/7/2004, you wrote: In the particular case of IHRCO, they are worth listing. Others were

RE: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Michael Dinowitz
Well, this topic is a spinoff of a cf-job post and that makes it rather on topic for this group. Not exact, but close enough. _ From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 3:07 PM To: CF-Jobs-Talk Subject: Re: Senior CF/StudioMX2004 Developer available

RE: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Sear, Erik, CON, OASD(HA)/TMA
Ahh, my bad - i didn't realize I was subscribed to both.My motivation for writing was hoping to prevent a flame-out similar to last week's conversation... The initial post was someone looking for work, but after that it quickly de-generated into a I'm better than you. No yer not. Yes I am,

Re: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Simon Horwith
not yet but I'm sure that if you give them another 3 hours, soeone will make Louis a million dollar ffer that he can't refuse and we won't hear another eep.Sorry Louis, Icouldn't resist ;)Good luck to you, though. ~Simon Simon Horwith Member of Team Macromedia Macromedia Certified Master

RE: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Louis Mezo
Then use something stronger than SSL and ratchet up the required encryption bit strength. Right now, encryption strength is enforced at 128 bits, which is good enough for most commercial applications. You're welcome to try anything you like to check for vulnerabilities in the Secure E-Commerce

Re: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Neil Robertson-Ravo
hee hee, againeven at that strength its not 100% hack proofI am being devils advocate here no real interest in your servers or your code, just from audits we conduct globally that each server has its quirks and vulnerabilities. Louis Mezo wrote: Then use something stronger than SSL

RE: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Louis Mezo
LOL Does the contract conveniently end if I win? Thanks, Louis Mezo LogicSynthesis Tel: 240.498.8951 [EMAIL PROTECTED] http://www.logicsynthesis.com -Original Message- From: lyndon hughey [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 4:37 PM To: CF-Jobs-Talk Subject: Re:

RE: Senior CF/StudioMX2004 Developer available

2004-09-07 Thread Louis Mezo
I'm sorry, but the RNC in NY provided the context, not some fuzzy amorphous vapor. Thanks, Louis Mezo LogicSynthesis Tel: 240.498.8951 [EMAIL PROTECTED] http://www.logicsynthesis.com -Original Message- From: Leo Schuman [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 8:49 PM

<    1   2