Re: tmt_img java error, anyone have any ideas?

2005-10-19 Thread Massimo, Tiziana e Federica
> I attached the zip to my post but I forgot the server blocks attachments :-( > > Later today I will be back at home and will put the modified CFC on my > server. Here it is: http://www.massimocorner.com/coldfusion/cfc/tmt_img_h.zip Again, it's just a shot in the dark. I don't have an headless s

Re: tmt_img java error, anyone have any ideas?

2005-10-18 Thread Massimo, Tiziana e Federica
Hi Andy, I don't have an headless system, so this is just a shot in the dark, but I did a small change to the Java API calls inside the CFC. Please test it out on your server and let me know if it works. Best Massimo Foti Tools for ColdFusion and Dreamweaver develope

Re: XML / XSLT / XPath

2005-09-17 Thread Massimo, Tiziana e Federica
> I don't have any real experience with XML other than editing some config > files, parsing some xml docs and tinkering with XSLT over the last couple > weekends. I guess I am looking for a book that hits on all the topics but > not too deep. I can then get more specific books as the need arises. K

Re: XML / XSLT / XPath

2005-09-17 Thread Massimo, Tiziana e Federica
> Anyone have any book recommendations for XML/XSLT/Xpath ? That's a pretty huge range of topics :-) I have a few small reviews available on my website. See under Book Reviews > XML Please feel free to ask more questions about a specific book or topic Massimo Foti To

Re: CFEclipse 1.2

2005-08-16 Thread Massimo, Tiziana e Federica
> > Yeah... 7400 is too long I think.. beyond a few hundred I get > > a headache. > > With the new code collapsing in DW8 it won't be a problem anymore ;-) Have you ever tried opening a 7400 lines file in DW? I doubt it would be a pleasant experience :-)) Massimo Foti

Re: CFC / Java file reader help.

2005-08-02 Thread Massimo, Tiziana e Federica
> Can somebody point out the obvious and show me why this code is creating > an endless loop. I faced a similar problem when I wrote this UDF. Maybe it could help: http://www.cflib.org/udf.cfm?ID=1222 Massimo Foti Tools for ColdFusion and Dreamweaver developers: htt

Re: Dynamic Thumbnails

2005-07-31 Thread Massimo, Tiziana e Federica
From: "Bryan Stevenson" > > Massimo Foti's TMT_img cfc can do this. I'm using it on my own personal > > site for the photo galleries. > > > > http://www.olimpo.ch/tmt/cfc/tmt_img/ > > > > from Massimo's site: > > Get dimensions, crop or resize jpg and png files. > > I seem to remember firing Massim

Re: random password generator

2005-07-31 Thread Massimo, Tiziana e Federica
> Does anyone suggest a good random password generator for CFMX7? > > Many of the ones on the macromedia exchange are for much older versions of ColdFusion. Old pass generators should be just fine. For what's worth, I have one available as CFC: http://www.massimocorner.com/coldfusion/cfc/tmt_pass_

Re: Best Subversion book for "Dummies"

2005-07-01 Thread Massimo, Tiziana e Federica
Keith gave you great info. As a plus, if you are looking for a book, this could be easier than the ='Reilly guide: http://www.pragmaticprogrammer.com/titles/svn/index.html Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com --

Re: XML from a XSD

2005-06-24 Thread Massimo, Tiziana e Federica
> I meant something to validate my XML against XSD :) CF 7 can do this out of the box, for CF 6 you can use the UDF from Sam (Rob posted the link) Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com

Re: ANN: Discover cfquery tags missing authentication attributes (using Dreamweaver)

2005-06-23 Thread Massimo, Tiziana e Federica
"mac jordan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I wrote a little utility (it's a Dreamweaver site report) that let you > > quickly identify any cfquery tag missing the username and/or password > > attribute > > it would identify all mine then - I always use request.dsn

ANN: Discover cfquery tags missing authentication attributes (using Dreamweaver)

2005-06-23 Thread Massimo, Tiziana e Federica
I wrote a little utility (it's a Dreamweaver site report) that let you quickly identify any cfquery tag missing the username and/or password attribute You can grab it from here: http://www.massimocorner.com/dreamweaver/coldfusion/cf_query_auth.mxp Massimo Foti Tools f

Re: Source control

2005-06-08 Thread Massimo, Tiziana e Federica
> What does everyone use for source control? Subversion, with TortoiseSVN as client GUI. I was used to CVS, but migrated more than a year ago. Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com

Re: CFFORM - Can I start using it again?

2005-06-07 Thread Massimo, Tiziana e Federica
If you are looking for client-side form validation, I wrote a dedicated library (I wanted a generic solution, not CF-only) that may be worth a try: http://www.massimocorner.com/validator/ Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimoc

Re: Zipping or Rar Large Files with Coldfusion

2005-06-06 Thread Massimo, Tiziana e Federica
> Massimo, > > Your donload link is actually downloading the file_io cfc instead of > zip cfc. AM I missing something? Oppps! I moved all the zip files to massimocorner.com a few days ago, looks like I messed things a bit in the process :-( Thanks for the pointer. The direct link is: http://www.

Re: Zipping or Rar Large Files with Coldfusion

2005-06-05 Thread Massimo, Tiziana e Federica
I also wrote a CFC for zip: http://www.olimpo.ch/tmt/cfc/tmt_zip/ But I guess for such large archives cfexecute would be better Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ~

Re: Using XForms with CFFORM in CF7

2005-05-31 Thread Massimo, Tiziana e Federica
> With Mike Nimer's help, I even have the Flash calendar working in an XML form: > http://kay.smoljak.com/archives/?cfcalendar-and-xml-xfform-its-alive Kay, try this one instead :-) http://www.olimpo.ch/tmt/tag/datepicker/ Massimo Foti Tools for ColdFusion and Dreamwe

ANN: CFML Function Navigator for Dreamweaver

2005-05-30 Thread Massimo, Tiziana e Federica
http://www.massimocorner.com/dreamweaver/skunkworks/cf_function_nav.mxp This extension adds a toolbar with two buttons that list all the CFML functions defined inside the current file, and lets you navigate directly to the relevant line. The first button handles functions defined using the cfscrip

Re: OT: using js to include files

2005-05-26 Thread Massimo, Tiziana e Federica
> I don't think there's such a thing as a Javascript include function or > method. > > I've been wanting one for a LONG LONG time and never seen such a beast. > > Am I wrong? Please tell me I'm wrong and that there IS a standard, > cross browser way of including a javascript file that can referenc

Re: format XML string?

2005-05-24 Thread Massimo, Tiziana e Federica
> Your method works, but it doesn't do indentation. I'll look more into it. Thanks. Yes, the XSLT code I posted is too generic for doing indentation too. You have to customize it, that's why I said it was a starting point. Massimo Foti Tools for ColdFusion and Dreamw

Re: format XML string?

2005-05-24 Thread Massimo, Tiziana e Federica
> So I don't see how XSLT can play a role here. It can play a role, because you can post-process your XML string using XSLT as "pretty printer". Try the code below (hope carriage returns will not break it): http://www.w3.org/1999/XSL/Transform";> first itemsecond item #

Re: format XML string?

2005-05-24 Thread Massimo, Tiziana e Federica
"Johnny Le" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Yes, I do have the need for that. You can try a "pretty printer" XSLT. This should be a starting point: http://www.w3.org/1999/XSL/Transform";> Hope it will help Massim

Re: CFMX XML/XSLT questions....

2005-05-24 Thread Massimo, Tiziana e Federica
> Also, with CF 7, you can pass parameters to XMLParse(), so if you want > to separate your data from your display logic, you can put your data > in the XML and pass the display options to XMLParse() at runtime. If you would like to perform XSLT transformation with parameters you can check this UD

Re: Copy a entire directory

2005-05-19 Thread Massimo, Tiziana e Federica
> Is there a way to use cf to copy and paste a complete directory. You can try this out: http://www.olimpo.ch/tmt/cfc/tmt_file_io/ Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ~~

Re: CSS Question

2005-05-16 Thread Massimo, Tiziana e Federica
> Does anyone know the style command to half-space characters in a word, so > that the they appear more spread out than normal, but not as far as the > regular space between words? I guess you are looking for this: letter-spacing: 2px; Massimo Foti Dreamweaver: h

Re: TMT Validator

2005-05-16 Thread Massimo, Tiziana e Federica
> Wow, some truly cool stuff. Thanks :-) Massimo Foti Dreamweaver: http://www.massimocorner.com Form validation: http://www.massimocorner.com/validator/ ColdFusion:http://www.olimpo.ch/tmt/

Re: css positioning HELPPPPPPPPPPPPPPPPPPPPPPPPPP

2005-05-13 Thread Massimo, Tiziana e Federica
> trying to do the "dreaded" 3 column layout > http://icandfashion.com/icand2/controls/2.cfm I am not a CSS guru, I would suggest to take a look here: http://css-discuss.incutio.com/?page=ThreeColumnLayouts Massimo Foti Dreamweaver: http://www.massimocorner.com For

OT: TMT Validator

2005-05-13 Thread Massimo, Tiziana e Federica
This is my latest toy. It's not strictly CF related (at least until I'll write the CFML equivalent), but it can be handy to people that build web applications: http://www.massimocorner.com/validator/ There is quite a good amount of material over there. If you want to see it in action: http://www.m

Re: New bellaalbum 3, CF open source app

2005-02-11 Thread Massimo, Tiziana e Federica
> Has this been tried out on CF running on Linux yet? I transferred a few > sites over a year ago to a new host running on Linux, and the one page > that was using the tmt_img CFC wouldn't work, due to the java being used... > > I don't remember the exat detials, and never really found a good cure.

New samples for hiermenu tag

2005-02-09 Thread Massimo, Tiziana e Federica
Giampaolo Bellavite, a fellow italian CFUG member, send me some pretty cool CSS skins for my hiermenu tag. These CSS mimic Office 2003: http://www.olimpo.ch/tmt/tag/hiermenu/sample.cfm?skin=office2003_blue.css Click on the "Change skin" menu to swap CSS file and layout --

Re: Find a relative path address

2005-02-07 Thread Massimo, Tiziana e Federica
"Barney Boisvert" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > There's a UDF included in the FB4.1 cores files that does this. It > was contributed by Mossimo Foti, i believe, so it's probably also > available at cflib.org. If not, just download the FB4.1 cores from > fusebox.org

Re: Slightly OT: XHTML (was Re: cfset ?)

2005-02-05 Thread Massimo, Tiziana e Federica
> you need to create a DTD to encompass all these.. > W3C has a good example.. [XHTMLMOD] Well, we were talking about mime-types not DTD/Schema. BTW you don't need to create a DTD for mixing different XML languages inside the same document, just use different namespaces (I guess we are really OT n

Re: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Massimo, Tiziana e Federica
"Micha Schopman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > XHTML in general has to be served as application/xhtml+xml, > application/xml or text/xml to be valid. So serving the files with a > mimetype other than the required results in invalid XHTML, although the > format looks

Re: licencing ?

2005-01-29 Thread Massimo, Tiziana e Federica
> sorry, i know this has come up but i dont recall what the final word was. > can studio be legally run on 2 puters, a work and a home? or a home and home? > i seem t recall it can but want to be sure Assuming you are talking about MM Studio 2004, you should check here: http://www.macromedia.co

Re: WYSIWYG Rich Text Area Editor

2005-01-27 Thread Massimo, Tiziana e Federica
> I'm using FCKEditor right now, which I'm not happy with at all. (Using > the latest release, not the current beta). How clean is HTMLArea and > TinyMCE HTML code thats generated? I only want to selected base HTML > tags like p, h1, etc. Which mean there needs to be some sort of Word > pasted html

Re: MySql Front Ends

2005-01-08 Thread Massimo, Tiziana e Federica
> Anyone have a recommendation for a good front end GUI for MySql? I am so > used to Enteprise Manager in SQL Server 2K so anything similar to look and > feel of that would be good :-) It's not up to Enteprise Manager, but it's pretty good and support quite a lot of DBMS: http://www.aquafold.com/

Re: image resizing

2004-11-16 Thread Massimo, Tiziana e Federica
> I know how to check for file types & sizes but its the dimension that I > want to check as well. http://www.olimpo.ch/tmt/cfc/tmt_img Massimo Foti DW tools: http://www.massimocorner.com CF tools: http://www.olimpo.ch/tmt/ ~~~

Re: CSS Resources

2004-11-15 Thread Massimo, Tiziana e Federica
> I am hoping some of you can recommend a good online source for CSS. > I'm wanting to add dotted lines and such around paragraphs, and would > like to see examples with code of what all can be done with CSS. This is an excellent starting point, containing plenty of links to additional resources:

Re: OT Customize DW's HTML tags

2004-11-14 Thread Massimo, Tiziana e Federica
> I sure this is possible, but I just wanted to know where to do it. > I would like to customize DWMX so that when I select a tag it comes out > how I chose. You may customize this at two different levels. First of all, the Tag Library (Edit > Tag Libraries). This is very easy since DW has a dedic

Re: DWMX and CSS

2004-11-08 Thread Massimo, Tiziana e Federica
> actually, one more pregunta! Anyway to make this design time style > sheet available to the site an not have to set it for each page? I know, doing it on each single file is a royal pain :-( Please let MM hear your opinion on this: http://www.macromedia.com/support/email/wishform/ You could a

Re: Parsing RSS/RDF Help...

2004-11-08 Thread Massimo, Tiziana e Federica
> Try: Hope it will help Massimo Foti DW tools: http://www.massimocorner.com CF tools: http://www.olimpo.ch/tmt/ ~| Special thanks to the CF Community Suite Gol

Re: DWMX and CSS

2004-11-08 Thread Massimo, Tiziana e Federica
"Douglas Knudsen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How does one use an external css file on seperate files in DWMX > without including the css file call on each page? I borrow from > fusebox in my methodlogy at present using a central index.cfm and > dsp_.cfm files

Re: Date Picker for CF?

2004-11-05 Thread Massimo, Tiziana e Federica
> I would consider this one: http://www.dynarch.com/projects/calendar/ > > Very nicely done popup calendar, but be sure to donate if you use it! > Implementing it is very straight forward and so would be wrapping a > custom tag around it. Wrapping a custom tag around it is exactely what I did (see

Re: Date Picker for CF?

2004-11-04 Thread Massimo, Tiziana e Federica
> Is there any such animal in CF that allows the user to insert a date > by using a date picker of some sort instead of manually entering the > date (11/5/2004)? > http://www.olimpo.ch/tmt/tag/datepicker/ Massimo Foti DW tools: http://www.massimocorner.com CF tools:

Re: cfdirectory/cfftp questions...

2004-11-02 Thread Massimo, Tiziana e Federica
> doesn't work, the MODE attribute is empty and I can not test whether the > directory is read only or not. If its read only and i try to traverse it, it > gives me an error msg saying directroy is not readable You may try using Java file I/O API to check if the dir is read only or not. I used it

Re: XML faster?

2004-10-28 Thread Massimo, Tiziana e Federica
> Use SAX then. Extremely quick. I've used SAX on 20 meg XML files with > awesome results. Yes, SAX is fast, but it requires more work than simply using CF's native capabilities (that use DOM in the background) > Too bad CF doesn't directly support SAX (yet). You can leverage Java for that, I

Re: About Rss

2004-10-25 Thread Massimo, Tiziana e Federica
> We have a company with several branches over the whole country ..I'd like to > implement in our Main Intranet Site some blog(RSS) ... We use a free blog > application named SharpReader in order to add many sites but also we would > like to add our rss. Then I need to know the standard xml structu

Re: CF to make Dynamic CSS

2004-10-20 Thread Massimo, Tiziana e Federica
> I'm trying to think of a way to change values in a css file using CF. How can I write > to a css file? Any thoughts? You can serve a .cfm as CSS, just add the proper mime-type: body{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: #url.size#px; } Be aware that browser

Re: CSS Class vs ID?

2004-10-20 Thread Massimo, Tiziana e Federica
> Which is the more correct method for calling CSS styles, to use the id > attribute or the class attribute? I think this cover the topic pretty well: http://css-discuss.incutio.com/?page=ClassesVsIds Massimo Foti DW tools: http://www.massimocorner.com CF tools: h

Re: Dreamweaver Autocomplete

2004-10-19 Thread Massimo, Tiziana e Federica
> No I haven't read the docs on Code Hints, have you? Yes. I read all the DW APIs docs, from start to finish; a few times > Like I said, the > snippets are doing pretty much exactly what I want Glad to hear that > although it's a hot key > and not an autocomplete of partially typed strings. C

Re: Dreamweaver Autocomplete

2004-10-19 Thread Massimo, Tiziana e Federica
> Say I typed > border="0" cellpadding="0" > cellspacing="0">[enter][tab][enter][tab][tab][enter][tab][ > enter] > > then place my cursor between the tags. I don't see "Code Hints" doing > that. Have you read the docs? Have you tried looking at the XML files that handle it? BTW Better to use CS

Re: Source Control

2004-10-19 Thread Massimo, Tiziana e Federica
> What is everyone using and how good is it??? I moved from CVS to Subversion and I can't look back anymore The software is here: http://subversion.tigris.org/ First class docs: http://svnbook.red-bean.com/ For Windowws clients this is a good GUI: http://tortoisesvn.tigris.org/ This may be wor

Re: Upload Utility

2004-10-19 Thread Massimo, Tiziana e Federica
> or is this best done using > I've been using > Anyone have any ideas or tutorials or anything I can look at? This isn't a tutorial, but it may be worth a check: http://www.olimpo.ch/tmt/cfc/tmt_file_io Massimo Foti DW tools: http://www.massimocorner.com CF tools:

Re: Consume a web service with JavaScript...possible?

2004-10-18 Thread Massimo, Tiziana e Federica
> I have an idea for an extension for FireFox,  One key element is going > to be the ability to comsume a web service, or parse an XML file. > > Can I consume a web service using _javascript_? Yes. If you are using Mozilla, this may be a good starting point: http://www.mozilla.org/projects/webser

Re: CF_ColoredCode

2004-10-16 Thread Massimo, Tiziana e Federica
You may try "Highlighter": http://www.cfmentor.com/~rudi/ It works with HTML, CFML: http://www.cfmentor.com/~rudi/highlighter/html.html But also SQL: http://www.cfmentor.com/~rudi/highlighter/sql.html Massimo Foti DW tools: http://www.massimocorner.com CF tools:  

Re: Homesite's Wizards in DW?

2004-10-15 Thread Massimo, Tiziana e Federica
> I was wondering if there was any way to get that functionality in DWMX. You should investigate the "Application Objects" in DW and, more in general, Server Behaviors. They aren't 100% equivalent of HS's wizards, but it may be worth a check Massimo Foti DW tools: htt

File I/O CFC

2004-10-11 Thread Massimo, Tiziana e Federica
A stateless CFC that support different kind of file I/O tasks, including recursive directory listing and much more. Feel free to grab it here: http://www.olimpo.ch/tmt/cfc/tmt_file_io Any feedback is appreciated Massimo Foti DW tools: http://www.massimocorner.com CF

Re: CFC for image resize/crop

2004-10-06 Thread Massimo, Tiziana e Federica
> How did you get good quality on your resizing? There are a few quality parameters that can be set. You can see them by looking at the code > I blogged this a couple weeks ago about alagad's image.cfc I am not familiar with alagad's cfc, apart from knowing it offers many features (mine is much

CFC for image resize/crop

2004-10-06 Thread Massimo, Tiziana e Federica
http://www.olimpo.ch/tmt/cfc/tmt_img I think I finally managed to achieve a pretty good quality for thumbnail generation. Please give it a try and let me know Massimo Foti DW tools: http://www.massimocorner.com CF tools:  http://www.olimpo.ch/tmt/ ---

Re: Icons for Applications...

2004-10-06 Thread Massimo, Tiziana e Federica
> If you guys use icons in your apps, where do you get them from?  I've been > hand-creating or borrowing all of mine from other apps, but there are some > that I need some ideas for. > There are many free repositories on the web (my fellow designers has plenty of bookmarks and usually takes care o

Re: removing directories that are not empty

2004-10-02 Thread Massimo, Tiziana e Federica
> does anyone know of a udf or custom tag that will easy remove directories > that are not empty? I developed a CFC that does this (and much more), it's in beta stage right now, drop me an email if you would like to give it a try Massimo Foti DW tools: http://www.mass

Re: CFMX, XSLT, and ASP Webservices

2004-09-17 Thread Massimo, Tiziana e Federica
> Your code is exactly what we need and our Coldfusion Guru is very impressed. Glad you find it useful and thanks for the nice words. BTW If you need to do more XML realted work calling the Java API, you will find a few additional UDFs on cfmentor.com and cflig.org. One of the best reference rega

Re: CFMX, XSLT, and ASP Webservices

2004-09-17 Thread Massimo, Tiziana e Federica
> Since the XmlTransform(xmlString | xmlObj, xslString) function > doesn't pass parameters, we've been cludging around with Xalan and > JavaX. I am not sure I understood what you are looking for. Anyway, if you need XSLT with parameters, check this UDF: http://www.cfmentor.com/code/index.cfm?acti

Re: Next Dreamweaver release?

2004-09-15 Thread Massimo, Tiziana e Federica
> To be entirely fair to the DW team - wasn't there an UltraDev release or two > to be sandwiched into that time line? Yes, I left out UD :-) UD 1 arrived around June/July 1999, there was also a public beta, so I am not 100% sure. UD 4 shipped just a few weeks after DW 4, late December 2000 or ea

Re: Next Dreamweaver release?

2004-09-15 Thread Massimo, Tiziana e Federica
>From DW 1 to DW 4 the releases were annual (at the end of the year). Then > it took much longer and they haven't be annual anymore > > DWMX was in 2002, DWMX 2004 was in 2003... I am not an english native speaker, I intepreted "annual" as 12 months. Anyway, for what's worth, the releases date so

Re: Next Dreamweaver release?

2004-09-15 Thread Massimo, Tiziana e Federica
> Does anyone know anything about the next release of Dreamweaver? > They've been doing annual releases for three+ years >From DW 1 to DW 4 the releases were annual (at the end of the year). Then it took much longer and they haven't be annual anymore Massimo Foti http

Re: Next Dreamweaver release?

2004-09-15 Thread Massimo, Tiziana e Federica
> >CFMX debugging would require changes within CFMX as well as within > >Dreamweaver. > > CFStudio can do it? > CFStudio can do it only with CF 5, the "hooks" it was using aren't available anymore in CF MX (yes, it's a shame) Massimo Foti http://www.massimocorner.com -

Re: Determining the size of a remote image

2004-09-14 Thread Massimo, Tiziana e Federica
> So I could do it when validating the form onsubmit.. interesting .. I > didn't know _javascript_ could do that.  I'll have to google for sample > code... (unless anyone would like to provide sample code before I get a > chance to do that tomorrow!) I am going to bed, but this should at least

Re: Determining the size of a remote image

2004-09-14 Thread Massimo, Tiziana e Federica
> I want to restrict the size, so that when people enter a remote URL to an > image, it can't be any bigger than 100x100... Have you considered using _javascript_ for the job? You can create a new image object out of the url entered by the user, then you read the dimensions out of it

Re: Access alternatives (WAS: Security gurus out there?)

2004-09-02 Thread Massimo, Tiziana e Federica
> or hire Jochem to figure out how to get PostGres running on your Windows > server :D Postgres 8.0 is coming, with Win32 Native Support http://www.postgresql.org/news/216.html Massimo Foti http://www.massimocorner.com [Todays Threads]

Re: XML parsing in ColdFusion

2004-09-02 Thread Massimo, Tiziana e Federica
> "WRONG_DOCUMENT_ERR: That node doesn't belong in this document." CF, under the hood, use DOM APIs. With DOM every node has an its owner document and you can't move it around across different documents. The solution is to first "clone" the node and move the resulting clone (removing the original

Re: advanced query builders

2004-09-01 Thread Massimo, Tiziana e Federica
> Any other similar tools out there that works well in a DWMX / CFMX > environment? I never tried this one, but Interakt's developers really know their business: http://www.interaktonline.com/products/QuB/ Massimo Foti http://www.massimocorner.com ---

Re: Image size

2004-09-01 Thread Massimo, Tiziana e Federica
> Does anyone know a way to get the width and height of an image when it is upload. http://www.cfmentor.com/code/index.cfm?action=""> Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.massimocorner.com/ -

Re: Anyone looking for a java WYSIWYG online textarea replacement...

2004-08-28 Thread Massimo, Tiziana e Federica
> We've currently told them that Word produces proprietary markup that is > pretty much incompatible with anything but itself - and though they've > accepted that for now, they are still asking for clean cut and paste > from Word into their admin pages. Hi Les, give this one a try: http://www.mas

Re: Image Manipulation - server side

2004-08-02 Thread Massimo, Tiziana e Federica
The image quality isn't great (I plan to work on it), but it's free and works pretty well: http://www.cfmentor.com/code/index.cfm?action=""> The website is in italian, but the code and comments are in english :-) Massimo Foti http://www.massimocorner.com

Re: Dreamweaver MX error

2004-06-10 Thread Massimo, Tiziana e Federica
> Anyone seen this error before? > > "A script in the file C:\Program Files\Macromedia\Dreamweaver > MX\Translators\TranslationManager.js has been running for a long time. Do > you wish to continue?"^ Looks like a DW's translator gone crazy trying to figure out the contents of many include files.

Re: upload a file explanation

2004-06-02 Thread Massimo, Tiziana e Federica
This line: Check the HTTP's header for file size. In case it's too big it stops before the file is written to the final destination folder. I am not sure if CF in the meantime stores the file on a temp folder or just keep it in memory, anyway, it never reaches its final destination Hope it may

Re: OT: Mach-II

2004-05-26 Thread Massimo, Tiziana e Federica
> No, it's there. I've received about a dozen replies off list. It would be useful if you can summarize that with the rest of the llist. No need to report names, just share whatever you think it may be useful to others as well. Thanks. Massimo Foti http://www.massimoc

Re: DW Extension

2004-05-22 Thread Massimo, Tiziana e Federica
> This would fulfill two main niches.  First, it'd let you get a list of > functions in a CFC, and easily jump to one This one is on top of my "to do" list since a long time :-) > I'm sure I could figure it out from scratch, but if anyone's got something > that'll give me a head start, I'd love t

Re: Extending Dreamweaver

2004-05-20 Thread Massimo, Tiziana e Federica
> Has anybody on this list augmented Dreamweaver with their own features/ > functions/ behaviors? Yes, many times > I'm trying to get a sense of what and how I can extend Dreamweaver.  The > root of my desire is that I like the idea of the "Insert Application Object" > feature. That's one of the

Re: JavaScript RegEx bug in NS6?

2004-05-17 Thread Massimo, Tiziana e Federica
It works fine on Mozilla 1.6 NN 6 was based on a beta version of Mozilla and was very buggy. You should at least try NN 7 Massimo Foti http://www.massimocorner.com Co-Author of Dreamweaver MX 2004 Magic: http://www.dwmagic.com/ [Todays Threads] [This Message] [Su

Re: XMLParse() Throwing Error - Shared Hosting

2004-05-09 Thread Massimo, Tiziana e Federica
> Sure, the RSS feed is coming from http://www.arrl.org/arrl.rss Fine, spotted the problem, it's an old, RSS 0.91 feed > Didn't realize that the XMLParse had to download the DTD (duh)... so I > need to ask for the URL of the DTD to be added to the allowed host list of > the server, right? Well,

Re: XMLParse() Throwing Error - Shared Hosting

2004-05-09 Thread Massimo, Tiziana e Federica
> What I want to know is where is this coming from??  The error itself is > being thrown on the XMLParse() line, not the CFHTTP.  A dump of the > FileContent shows the correct RSS feed. Could you post the RSS's url? Even if XMLParse() doesn't validate the XML it still downloads a DTD if any is av

Re: xslt beginners guide?

2004-04-21 Thread Massimo, Tiziana e Federica
A good book to get started is: http://www.oreilly.com/catalog/learnxslt/ I wrote a small review on Amazon Apart from zvon.org, as Michael suggested, w3schools.com is a good resource (especially for beginners) Massimo Foti http://www.massimocorner.com Co-Author of D

Re: [ a good mysql admin application ]

2004-03-13 Thread Massimo, Tiziana e Federica
> Does anyone know of a good interface for mysql ( preferably free ] ? This one works with many RDMS, includingMySQL. It's free for personal use http://www.aquafold.com/ Massimo Foti http://www.massimocorner.com Co-Author of Dreamweaver MX 2004 Magic: http://www.dwm

Re: 20 meg updater for DWMX 2004

2004-03-12 Thread Massimo, Tiziana e Federica
> Does anyone know what is fixed in the updater? An otrageous amount of bugs, many hundreds of them. Check: http://www.macromedia.com/support/documentation/en/dreamweaver/releasenotes. html http://www.macromedia.com/devnet/logged_in/dwteam_updater.html Massimo Foti

Re: Macromedia Dreamweaver MX & Studio MX 2004 Updates Now Available

2004-03-11 Thread Massimo, Tiziana e Federica
The DW updater is really worth, the team fixed literally many hundreds of bugs. I felt DW 2004 was pushed out of the door too early, but the update send a strong message to the userbase about how much the DW's team is committed to deliver a quality product Of course, if you don't like DW before,

Re: Mappings vs. Custom Tag Paths

2004-02-24 Thread Massimo, Tiziana e Federica
>  I believe custom tag paths are also > used for CFC invocation, but again, I'm not sure. Yes, they are. I use them for CFC invocation whenever I am on a shared box Massimo Foti http://www.massimocorner.com Co-Author of Dreamweaver MX 2004 Magic: http://www.dwmagic.

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Massimo, Tiziana e Federica
> In fact, some say that eclipse with the cfeclipse plug-in is > faster / more responsive then dw - that is opinion and cfeclipse has far > less features then dw. Being faster than DW isn't that hard :-))) Apart from this, yes, Eclipse is faster than most Java IDEs out there

Re: Massimo's CF XHTML Editor from DRK 1

2004-02-16 Thread Massimo, Tiziana e Federica
> Is there a limit to the number of these that can be on a page? No. Just be sure you assign unique names at each of them. Names must be also valid _javascript_ variables and you must avoid name clashing with any other HTML elöements (images, form fields etc) If everything else fails, post an url

Re: Determine url relativity between two points?

2004-02-10 Thread Massimo, Tiziana e Federica
> Anyone got that lying around? http://www.cflib.org/udf.cfm?ID=841 Massimo Foti http://www.massimocorner.com Co-Author of Dreamweaver MX 2004 Magic: http://www.dwmagic.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Good beginner cold fusion book

2004-02-09 Thread Massimo, Tiziana e Federica
> Anybody have a recommendation for a good beginning cold fusion book for > someone without any coding experience? I think in this case your best choice is this one: ColdFusion MX: From Static to Dynamic in 10 Steps by Barry Moore Paperback - 380 pages (August 2002) New Riders ISBN: 0735712964

Re: Serial Number

2004-02-05 Thread Massimo, Tiziana e Federica
> Since the Java engine is built to be very Perlish, look at the Perl > regex stuff in the Mastering book for good help. The last edition of the book has a dedicated section on Java RegExp http://www.oreilly.com/catalog/regex2/ It mostly talks about java.util.regex package from Sun, but it cover

Re: Serial Number

2004-02-05 Thread Massimo, Tiziana e Federica
> Actually, after Ben's post, an idea occurred to me, and I found the > 'jakarta-oro-2.0.6.jar' file in the 6.1 'lib' directory, so it looks like > 6.1 still uses the ORO implementation, not the native Java one. The day you will see CFML's RegExp start supporting lookbehind it should be a signal t

Re: XML Storage

2004-02-05 Thread Massimo, Tiziana e Federica
> I looked this over. It's interesting. How difficult would this be to > integrate into CF? It looks like a pretty involved API. Good question... I don't have the answer :-) Not yet at least, it's something I would love to try but it's definitely low priority Massimo

Re: Sort snippets list in Dreamweaver MX 2004?

2004-02-04 Thread Massimo, Tiziana e Federica
There isn't much you can do, snippets sorting is just buggy in DW 2004... Massimo Foti http://www.massimocorner.com Co-Author of Dreamweaver MX 2004 Magic: http://www.dwmagic.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Setting

Re: is defined xmlnode....?

2004-02-03 Thread Massimo, Tiziana e Federica
>   bk_details[i].Manufacturer.xmlText Try: Massimo Foti http://www.massimocorner.com Co-Author of Dreamweaver MX 2004 Magic: http://www.dwmagic.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Catching Up: UDF's and CFC's

2004-02-03 Thread Massimo, Tiziana e Federica
> However, are there any online resources I could at least start > off with? http://www.macromedia.com/devnet/mx/coldfusion/cfcs.html A bunch of generic FCs are also available here: http://www.cfczone.org/cfcs/index.cfm Massimo Foti http://www.massimocorner.com Co-

Re: Content Editor for the web

2004-02-02 Thread Massimo, Tiziana e Federica
> wanted to know other options before committing.   http://www.fredck.com/FCKeditor/ http://www.cfmentor.com/code/index.cfm?action=""> If you use DW this can be worth too: http://www.massimocorner.com/beta/cf.htm Massimo Foti http://www.massimocorner.com Co-Author

Re: Java for ColdFusion Developers

2004-01-26 Thread Massimo, Tiziana e Federica
> Java for ColdFusion Developers > by Eben Hewitt > http://www.amazon.com/exec/obidos/ASIN/0130461806 > > I'm looking for a book that gives the nuts-n-bolts of using Java from > within ColdFusion, and this one has several good reviews on Amazon. I think it's an excellent book (I wrote one of those

  1   2   3   >