It repeats itself!

2008-01-31 Thread Ali Majdzadeh
I wrote the following page to make a many-to-many relationship for a site search I need but when I test it it returns the product names several time.something like this:

Re: It repeats itself!

2008-01-31 Thread Ali Majdzadeh
On Jan 31, 2008 2:30 PM, Ali Majdzadeh [EMAIL PROTECTED] wrote: cfoutput#test.ProductName#/cfoutput would work, but i'm guessing you want to display the product name once, and related data beneath it? http://tutorial150.easycfm.com/ -- Evelyn the dog, having undergone further modification

Re: Coldfusion Tutorial Collections (web_based tutorials)

2008-01-20 Thread Ali Majdzadeh
http://learncf.com These are all new tutorials, all published last year and I have about 6 to publish. The quantity isn't that high, but it's a new site. Great site: Thanks. It looks to be a good start. With a better categorization it will a great tutorial collection.

Coldfusion Tutorial Collections (web_based tutorials)

2008-01-19 Thread Ali Majdzadeh
Hi: I googled Coldfusion Tutorial Collection websites a lot but EasyCFM and Adobe were the major websites out there. It seems PHP and .NET tutorial collections are much more avaialable. Adobe tutorials are great but not enough and EasyCFM is not updated very fast (I checked and most of the

Dynamic menu with CFMENU, CFMENUITEM, reading items and links from a MS SQL database

2007-12-28 Thread Ali Majdzadeh
Hi: I want to make an advanced dynamic menu (menus with submenu) with CFMENU, CFMENUITEM but I want to read the menu items and links from a MS SQL database. I googled but can't find a tutorial that shows me how to that. Please anybody can give me tutorial link or any example that I can learn

Re: Dynamic menu with CFMENU, CFMENUITEM, reading items and links from a MS SQL database

2007-12-28 Thread Ali Majdzadeh
. Benign Well have you tried yet? The syntax for cfmenu and cfmenuitem is pretty simple. The syntax for queries is pretty simple as well. Do you know how to loop over a query? What have you tried so far? On Dec 28, 2007 11:26 AM, Ali Majdzadeh [EMAIL PROTECTED] wrote: Hi: I want to make

WebAssist DataBase Search extension doesnt work!

2007-12-24 Thread Ali Majdzadeh
Hi: I use DW8/CF8 and I tried to use this DW8 extension(WebAssist Database Search version 1.4.1) to make the search for the website. But the problem is at the end when I apply (I click finish) it returns an error about a javascript. Anyone has used it? Anyone has the same problem? Thanks

CF8 shopping cart tutorial

2007-12-17 Thread Ali Majdzadeh
Hi everybody: I want to make a shopping cart with CF8 and MS ACCESS. Do you know a simple tutorial for that? I found a couple of tutorials in easycfm.com but it will be great if I have more things to learn from. I rather not to use CFCs while I know they are great but I prefer to write one

Re: sql editor

2007-11-30 Thread Ali Majdzadeh
On Friday 30 Nov 2007, Ali Majdzadeh wrote: Hi everybody: I need to make some complex cfqueries and I wonder if there any easy to use software is out there I can use to make the sql statements easier What O/S and what database ? Thanks for all the replies. I use Windows Vista/MS

sql editor

2007-11-30 Thread Ali Majdzadeh
Hi everybody: I need to make some complex cfqueries and I wonder if there any easy to use software is out there I can use to make the sql statements easier than writing down all of them. I don't mind if it is a 3rdparty program or a cfeclipse addon or a dw extension, I just need something to

Showing dynamic data in two side by side groups

2007-11-26 Thread Ali Majdzadeh
Hi: I'm trying to make a show dynamic data (dynamic table) using dw/cf8. I works fine but it shows data down the page while I need them in two side by side groups (columns). I write down the code : cfquery name=members datasource=test SELECT ID, firstName, lastName, email FROM Membership

Re: Showing dynamic data in two side by side groups

2007-11-26 Thread Ali Majdzadeh
Not sure what you mean by side by side... This? cfquery name=members datasource=test SELECT ID, firstName, lastName, email FROM Membership /cfquery table border=0 cellpadding=0 cellspacing=0 cfoutput query=members tr tdFirst Name/td td#firstName#/td /tr tr

Dynamic Multiple selection lists

2007-11-24 Thread Ali Majdzadeh
Hi: I wanted to make some sort of search for my website that has check boxes. They look very very clean and easy to use for most users. I found a great help in (http://livedocs.adobe.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData7.htm) I write down some parts of

Where can I learn about Verity in CF8?

2007-11-08 Thread Ali Majdzadeh
Hi: I want to learn about Verity searching in CF8. I googled and googled and googled but no straight tutorial that describes it from the begining to the intermediate in details! Please help me find a resource. Thanks Benign ~|

Re: Where can I learn about Verity in CF8?

2007-11-08 Thread Ali Majdzadeh
Not to be silly- but did you try the docs? The Developers Guide includes 2 chapters on it. It covers quite a bit. On Nov 8, 2007 9:10 AM, Ali Majdzadeh [EMAIL PROTECTED] wrote: Hi: I want to learn about Verity searching in CF8. I googled and googled and googled but no straight tutorial

Lynda.com released ColdFusion 8 Beyond the Basics! Thank you Lynda

2007-11-03 Thread Ali Majdzadeh
Hi everybody: At last a video based Coldfusion 8 advanced training came out! I was waiting for such a release for a long time. ColdFusion 8 Beyond the Basics from Lynda.com covers many topics traditionaly are covered in books and not video trainings. It shows that CF8 is a major jump for Cf

Silverlight and Coldfusion!

2007-11-03 Thread Ali Majdzadeh
Hi everybody: Does Silverlight support CF? I quote: Silverlight offers a flexible programming model that supports JavaScript, Visual C#, Visual Basic, and other languages. (Cpied from http://silverlight.net/GetStarted/) I googled for Silveright and coldfusion a little bit but no straight answer

Making advanced search options for a database using CF8

2007-10-12 Thread Ali Majdzadeh
Hi: I am working on a project which its main idea is, making a dynamic website contanins the basic information about certain companies and gives the users advanced search option through the database. The basic options will be free (all companies can add their info) but when a company pays the

Re: Making advanced search options for a database using CF8

2007-10-12 Thread Ali Majdzadeh
Dear sir: Thanks for the reply. I'm deeply sorry for my mistake. It was not on purpose and you are right I should reconsider my mailing server. Sorry again. Benign Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 12 Oct 2007, [EMAIL PROTECTED] wrote: Hi: Three strikes. Get a new mail

Re: Making advanced search options for a database using CF8

2007-10-12 Thread Ali Majdzadeh
Dear sir: Thanks for the reply. I'm really sorry for sending the questions 3 times. I didn't do it on pupose. The mailing server showed no adding and I thiught it was my IE problem or wireless internet internet which is now working very well these days. Anyway I am really sorry and I do

Making advanced search options for a database using CF8

2007-10-12 Thread Ali Majdzadeh
Hi: I am working on a project which its main idea is, making a dynamic website contanins the basic information about certain companies and gives the users advanced search option through the database. The basic options will be free (all companies can add their info) but when a company pays

Making advanced search options for a database using CF8

2007-10-12 Thread Ali Majdzadeh
Hi: I am working on a project which its main idea is, making a dynamic website contanins the basic information about certain companies and gives the users advanced search option through the database. The basic options will be free (all companies can add their info) but when a company pays the

Re: Sharing violation (Dreamweaver, Illustrator, Photoshop amp;amp; CF8)

2007-09-20 Thread Ali Majdzadeh
Nobody else run into this problem? I've seen a couple of threads on other CF forums. I have the same problem! Is there any solution? The only thing I could think of is closing and starting dw again but it should be other sort of solution like a bug-fixastion update. Thanks Benign

multi-level coldfusion menu that reads from a database

2007-09-11 Thread Ali Majdzadeh
Hi everybody: I have a problem and I believe you experts can help me. I need to make a dynamic manu which generates the menu from a database conetnt and has three levels. It means something like that: MenuSubmenu_level1Submenu_level2 for example for a book shop menu: Home BooksKids *Harry

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Ali Majdzadeh
Did you look at the docs for cfmenu? \ Yes, I really love to use CFMENU but it is a CF8 tag and my hosting is a shared host from crystal tech and they still are on CF7. Thanks Benign ~| Check out the new features and

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Ali Majdzadeh
That's problem then...but you must try CFMENU tag, it's amazingly easy to use. Jayesh Yes, I really love to use CFMENU but it is a CF8 tag and my hosting is a shared host from crystal tech and they still are on CF7. Thanks Benign Okay but there is a question. What CF8 hosting service do you

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Ali Majdzadeh
Did you look at the docs for ? Okay it seems mine will be CF8 soon. Then how can I use CFMENU? I'm waiting for Ben Forta's books to learn more about the new features of CF8 and I wonder where I can learn more about it meanwhile. thanks Benign

CF sample application for a Library

2007-09-08 Thread Ali Majdzadeh
Hi: The hospital I used to practice in has a medium sized library which needs a basic online application to manage the books. I know it should buy the application or hire some developers (including myself) to make one for its needs but nowadays the hospital has major financial problems and the

Re: PHP or .Net?

2007-09-07 Thread Ali Majdzadeh
Thanks everybody. I read all your great replies and at the end I decided I choose JAVA as my next move. I will learn more about CSS or AJAX while they are usefull anyway but JAVA will be what I will focus as my server side tech. I started with VTC.com Java learning video series which looked to

List of Coldfusion Bloggers

2007-09-07 Thread Ali Majdzadeh
Hi everybody: Does anyone has a list of CF Bloggers? I learnt lots of things from forta.com (Ben Forta's blog) and I really think other CF Bloggers can do the same for me. Being uptodate and know what other CFers (CF developers) think and do will be very interesting. Thanks Benign

PHP or .Net?

2007-09-05 Thread Ali Majdzadeh
Hi: For about 5 years I am using CF as my main devloping laguage but many experienced programmers suggested I learn another programming language too because CF is great but not as popular as PHP or .Net Which one do you suggest as the second language I learn? The only thing I ever used is

Re: PHP or .Net?

2007-09-05 Thread Ali Majdzadeh
Infact I am doing that. I know JS and some XML, but I know I should learn more about them. Thanks for the advice. Ali ~| Check out the new features and enhancements in the latest product release - download the What's New PDF

Re: PHP or .Net?

2007-09-05 Thread Ali Majdzadeh
What do you think about JAVA? I read you mentioned it but isn't it hard to learn java? I know it is marktable big time but I really love to know if I can learn it easily while I have no experience in C. thanks Ali ~|

Re: PHP or .Net?

2007-09-05 Thread Ali Majdzadeh
Sean, Michael, Andrew... Any thoughts on Ruby and Python? i read many good things about Ruby or Python but I never experienced coding with them. Are they marketable as others? Thanks Benign ~| Download the latest

Coldfusion 8 hosting

2007-08-20 Thread Ali Majdzadeh
Hi: Is there any reliable Coldfusion 8 hosting server right now? I found by googling the following company but never heard of them before. http://www.bmchosting.com/features.cfm Do you know any good hosting with reasonable price which supports all cool CF8 features? Thanks Benign

Lynda.com released the first official CF8. Thank you Lynda!

2007-08-08 Thread Ali Majdzadeh
Hi: Just wanted to inform you about something. I was searching for a good CF8 video tutorial and found out Lynda.com released an essential traning. It seems it covers many basic subjects. I hope they release the intermediate and advanced DVDs soon. Thank you LYNDA.COM :) i hope you folks find it

Any idea how to introduce CF in my area?

2007-07-18 Thread Ali Majdzadeh
Hey people: CF is not popular in my area and the main reason is .Net adds and PHP open source reputation. Do u have any idea how I can iontroduce it to people? I am planing to make a website (my personal blog) to introduce it more but I need new ideas. Thanks Benign

Re: Dreamweaver extensions for CF8

2007-07-07 Thread Ali Majdzadeh
There's a few people here that havent switched to CFEclipse and are still using Dreamweaver. Does anyone know if Adobe is planning on releasing CF8 extensions for Dreamweaver? Thanks Why should all migrate from DW to CFECLIPSE. I like eclipse but DW is what I always loved and will love. I know

Coldfusion MX7 Developer Exam for certification, a must? Where is the location of the exam?

2007-07-05 Thread Ali Majdzadeh
Hi: I heard a lot about Coldfusion MX7 Developer Exam for CF7 certification. First of all I want to know if it is a must. Is there more job offers for certified programmer? Is the salary usually higher? Second I wonder if the exam is under Adobe certifications now? And last, I wonder where is

Coldfusion Video Tutorials

2007-06-23 Thread Ali Majdzadeh
Hi: I wanted to introduce CF to some webdeveloping classes (I'm struggling to make them start a CF course class) and I need a Video Tutorial CD/DVD which I can suggest as a start point for them. Lynda.com has one but it is for MX and the Dreamweaver 8 Dynamic Development is mostly about DW.

Re: Coldfusion Video Tutorials

2007-06-23 Thread Ali Majdzadeh
Where are you involved with teaching of web development? I too am interested in teaching about HTML and CF. Tell me more about what it is your are doing there. Ariel Hi: I live in Iran and here ASP.Net and PHP are most popular languages. I used to teach ASP and DW mostly and now I think CF

I love CF but it's not fair

2007-06-12 Thread Ali Majdzadeh
Hi: I was searching for job offers in Australia in here http://mycareer.com.au/ If you search for CF job offers it brings only 23 jobs which more than half are not even only for CF developers and some are for other languages like PHP or .NET. When I searched for PHP it came out with a few

Re: I love CF but it's not fair

2007-06-12 Thread Ali Majdzadeh
Another thought: You don't need 2334 jobs. You need one job (ok, maybe 2) Hopefully it's the quality not the quantity that matters. Sure but when there are less options to choose it means many may not match your needs. The main problem will be location. But when there are 2334 job offers

Re: Does CF Framework make life easier? Which one to start?

2007-05-18 Thread Ali Majdzadeh
I have no OO background. Till now I just used coldfusion tags to make my projects. It was easy and with a little help from Dreamweaver it was the easiest programming experience I ever had. recently after making 10 online catalogs for a friend I realized there might be a problem to manage all

Does CF Framework make life easier? Which one to start?

2007-05-17 Thread Ali Majdzadeh
Hi: Everybody says Frameworks make life easier. Does it? If yes, please tell me which one can work as a starter for me? Model-Glue looks nice and easy, Mach-II looks very powerful and Fusebox claims to be the most popular. Are they completely different? Is it possible to learn one and then

counting the search results on database

2007-05-12 Thread Ali Majdzadeh
Hi: I know it looks to be very basic but I really need help here. I am making a search page and I want to show the users number of search results on the database. In other world I want to be able to count the records in database that match the search criteria. What function and how I should use

Re: upload image and insert the image name into the database for the right product

2007-05-11 Thread Ali Majdzadeh
Ali, Just upload the image as usual to whatever directory you'll be using. If it's multiple images with multiple cffile's, and you're using MX7, use the result attribute which lets you specify your own variable name for each image. result=file1.serverfile result=file2.serverfile

Re: upload image and insert the image name into the database for the right product

2007-05-11 Thread Ali Majdzadeh
If you are going to have the general public uploading files, I'd suggest not allowing as many as 10 images per page - you are likely to get timeout problems. I'd suggest only 5 or even as few as 3 images per page. What I've found on my pages is that if users just take the picture off their

News Application with rolling animation on the header

2007-05-10 Thread Ali Majdzadeh
Hi: Is there any CF tutorial /free application that I can use to make a news part sof my website. I saw a javascript code that showed the news rolling on the header of the page and looked very nice. Is there any CF/JS one? Thanks Benign

CF tutorial for image gallery with upload function

2007-05-09 Thread Ali Majdzadeh
Hi: Do you know any Cf tutorial that helps me learn how to upload multi images and then show them as thumbnails that if I click on the larg images shows up. Please help me find the best way. Benign ~| Create robust enterprise,

upload image and insert the image name into the database for the right product

2007-05-04 Thread Ali Majdzadeh
Hi: Do you know any tutorial that teaches me how to make an image upload form that I can use with my Add Product page? I need it to be something like the one in cartweaver shopping cart. I mean when you upload the image it is uploaded and the address goes to the database at the same time and

Basic CFM shopping cart tutorial/Dreaweaver extension

2007-04-15 Thread Ali Majdzadeh
Hi everybody: Do you know any CFM shopping tutorial or a Dreamweaver extension that helps me build a shopping cart? I saw cartweaver but it is too complicated and full of options and I think I won't have full control over everything on that while I need to learn/ customize the whole shopping

Coldfusion 7 Real World-Examples language problem

2007-02-11 Thread Ali Majdzadeh
Hi: I was looking at the real-world examples of CF7 (the example applications that CF7 installs automaticly) and Community application looked very nice. Then I started looking at it and editing that to learn more about the structure and I changed some of the english text content of it in DW8

Ebay-like auction written in CFM?

2007-02-06 Thread Ali Majdzadeh
Hi everybody: I am searching for an open source or commercial ebay-like auction application written in CFM/MSSQL or ACCESS. Do you know one? Thanks Ali ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration

Re: Coldfusion Online HTML editor

2007-02-03 Thread Ali Majdzadeh
Hi: What about ActivEdit(http://www.activsoftware.com/activedit/)? Did you every use it and does it work fine? Thanks Ali ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform

Re: Coldfusion Online HTML editor

2007-02-03 Thread Ali Majdzadeh
Everynody, Thanks for all the replies. Yeah FCKEditor is a great option as TinyMCE. They both have great options. I really liked them when I started useing them. I am really confused to choose which one! FCKEditor has something nice as TniyMCE looks very great. People please help me choose

Re: Canadian Hosting Company as good as Crystaltech

2007-02-02 Thread Ali Majdzadeh
Used http://www.webserve.ca/ for a long time and it works great. I believe it can compete with crystaltech absolutely well. Ali ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful

Coldfusion Online HTML editor

2007-02-02 Thread Ali Majdzadeh
Hi: I need a coldfusion online html editor. Do you know a reliable one? The one that has some advanced features but saves the file with the right code? Thanks Ali ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7

Re: Coldfusion Online HTML editor

2007-02-02 Thread Ali Majdzadeh
Hi: Yes something like TinyMCE but in coldfusion. I mean if the WYSIWYG editor you introduced is great but is there anything like that with best cfm integration? Thanks Ali ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2

Re: Coldfusion Online HTML editor

2007-02-02 Thread Ali Majdzadeh
Infact I don't want to edit .cfm files I just need an online WYSIWYG HTML editor. Infact I was looking for a Newsletter application for my website that I can send some HTML pages every month for my users but couldn't find a proper one. Someone here said that I can use a WYSIWYG HTML editor to

Newsletter with HTML editor

2007-01-31 Thread Ali Majdzadeh
Hi everyone: I need a newsletter application which has an HTML editor (that the admin can create an html file to send to the users) in coldfusion. Do you know a good one. Thanks Ali ~| Upgrade to Adobe ColdFusion MX7 Experience

Newsletter with HTML editor

2007-01-31 Thread Ali Majdzadeh
Hi everyone: I wonder is there any Newsletter application (CFM) that has HTML editor? Do you know a good one. Thanks Ali ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Auction sample

2007-01-18 Thread Ali Majdzadeh
Hi everybody: I need a coldfusion auction application as a sample to start the project. I have made some shopping carts before but a sample auction can help me start with open eyes. thanks Ali ~| Upgrade to Adobe ColdFusion MX7

What is Ruby on Rails?

2007-01-14 Thread Ali Majdzadeh
Hi everyone: I was surfing and suddenly saw the site http://www.rubyonrails.org/ It looks it is some sort of frame work! Is it compatible or usefull in C applications? Thanks Ali ~| Create robust enterprise, web RIAs. Upgrade

Client asked me: Why you use coldfusion?

2007-01-12 Thread Ali Majdzadeh
Hi: Two days before I was talking about a project with a client. He wants a portal_like website that has at least 8 seperated Auction parts and some message boards and a complete Administration pannel. It has at least 18 dynamic parts (like; News, Job finder, Seminar Alerts ...) that the admin

Re: Client asked me: Why you use coldfusion?

2007-01-12 Thread Ali Majdzadeh
Hi everyone: Thanks alot for the great replies. I really used them. Infact I will code it all by myself with least help from read-to-use code_templates. I will use DW8/CFEclipse and CF7 to make it. Mark said 10hours and I really doubt that it can be done under 100hours maybe twice even. Thanks

Migrating from PHPBB to a CF forum. Is it possible?

2006-12-20 Thread Ali Majdzadeh
Hi everybody: I am managing a popular forum which is based on PHPBB. Now I want to make a shoppimg cart that offers more services and I want to do it with Coldfusion. But I need to keep the forum active, plus I need all the registration information of the users because I don't wan to loose so

When Keystone releases a new CF7 video tutorial?

2006-12-15 Thread Ali Majdzadeh
Hi everybody: I was searching for some video tutorials for coldfusion and look what I found http://store.keystonelearning.com/ColdFusionMX7.aspx 11chapters of tutorials form the very begining to some advanced options. It looks complete for a movie tutorial. Do you know when it will be released?

Re: When Keystone releases a new CF7 video tutorial?

2006-12-15 Thread Ali Majdzadeh
Dan: It's great idea. If you start it CF can compete with other server side technologies much easier. There are many sources for PHP for example and I hope one day CF tutorials, communities and online resources can compete with PHP's. Thanks Benign P.S: In some posts I told you about the

Re: When Keystone releases a new CF7 video tutorial?

2006-12-15 Thread Ali Majdzadeh
y'know...the book's always better than the movie :) You know Charlie, the first day I started programming I asked someone which one is the best and he said; the one that works fr you. I believe that. Movies helped me start CF while books help me a lot as references. I can't say which one is

Re: When Keystone releases a new CF7 video tutorial?

2006-12-15 Thread Ali Majdzadeh
Why not e-mail or phone the company that's creating it and ask them when it comes out? Not trying to be snarky, but they'd probably know better than we would. Charlie You are definitely right but the truth is I wanted to know your opinions about the movie topics too. I never regret sharing

Re: When Keystone releases a new CF7 video tutorial?

2006-12-15 Thread Ali Majdzadeh
Yes Bruce. It looks like CFWACk, but only if Ben Forta would release a CFWACK in movies. Oh is it possible ever? Thanks Benign ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: When Keystone releases a new CF7 video tutorial?

2006-12-15 Thread Ali Majdzadeh
(URL to the DVD, in case you're interested: http://www.totaltraining.com/prod/adobe/flex2_ria.asp) Yes, I usually use Lynda.com video tutorials but Total training job is grea too. Thanks Benign ~| Create robust enterprise,

software for converting Charesets

2006-12-03 Thread Ali Majdzadeh
Hi: I need to change charset of some text documents. In fact I need to convert the charset of a UTF-8 text into windows-1256 text. Do you know any software that can do it? Thanks Benign ~| Introducing the Fusion Authority

Re: software for converting Charesets

2006-12-03 Thread Ali Majdzadeh
In fact I did it one time before with EditPad Pro. I reinstalled my windows xp and now I can not do it! Last time it worked just fine and this time it doesn't let me do it!!! I am really confused! Thanks Benign ~| Introducing

Re: Training Videos For ColdFusion

2006-12-01 Thread Ali Majdzadeh
Captative is good but I believe Camtasia is the best. Benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a

Re: Training Videos For ColdFusion

2006-12-01 Thread Ali Majdzadeh
I googled a little and found out some cheap and affordable streaming video hosting. Take a look at here http://www.hostindex.com/web/webhostingnews/streamingvideohosting/streaming_video_hosting.shtm Benign ~| Introducing the

Re: Training Videos For ColdFusion

2006-12-01 Thread Ali Majdzadeh
The above link looked not working because of the paste issues. http://www.hostindex.com/web/webhostingnews/streamingvideohosting/streaming_video_hosting.shtm should work fine Benign ~| Introducing the Fusion Authority Quarterly

Crystal Tech or HostMySite? That's my problem!!!

2006-11-28 Thread Ali Majdzadeh
Hi: After a lot of researching I realized that Crystal Tech and HostMySite are two of the best for shared hosting of CF7.0 My current problem is which one has better support for CF7.0 and Flex? Which one is the first choise for all customers? This is not what I can find by searching but I can

Re: Crystal Tech or HostMySite? That's my problem!!!

2006-11-28 Thread Ali Majdzadeh
I need FDS. thanks benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

Full intermediate CF application with step_by_step tutorial

2006-11-16 Thread Ali Majdzadeh
Hi: I need a sample CF application that has a tutorial. I know the basics and I need some intermediate sample application with several pages it will help me alot. Thanks Benign ~| Introducing the Fusion Authority Quarterly

Re: Full intermediate CF application with step_by_step tutorial

2006-11-16 Thread Ali Majdzadeh
Hi Ben: I tried your link but it was dead so I searched Skin Spider and found http://www.bennadel.com/skin-spider/overview.htm. I nebelieve you meant this website. It is very very cool and I just wonder if you have any other projects links like Skin Spider in your mind? Thanks Benign

educational/simple CF/MSSQl application with documentation and description

2006-11-10 Thread Ali Majdzadeh
Hi: Do you know any basic level CF/MSSQL (or even MSACCESS) application with complete description and documentation? I need it to learn more about CF plus learn how to make description/documentation for my own apps. It doesn't matter if it is blog or catalog or any other sort of application.

Plenty of Coldfusion/Ajax frameworks. Which one for a starter?

2006-11-08 Thread Ali Majdzadeh
Hi: I want to start AJAX. I found plenty of CF/AJAX frameworks out there and some looked really great but I really need a basic documentation plus ease of use cause I want to START it. Which one is the easiest and/or best with good a documentation. thanks benign

Re: Plenty of Coldfusion/Ajax frameworks. Which one for a starter ?

2006-11-08 Thread Ali Majdzadeh
Great reply Rey. Thanks. Another question is what IDE do you suggest for these frameworks? I've heard of some AJAX IDE's (WYSIWYG/NON WYSIWYG) but not sure they are real help. Please give me your opinion. Thanks Benign ~|

Coldfusion related extensions for Dreamweaver

2006-11-06 Thread Ali Majdzadeh
Hi: Is there anyplace for Dreamweaver extensions that are developed for CF developers with some reviews? I tried Adobe.com extension page but looks a little out dated. Thanks Ali ~| Introducing the Fusion Authority Quarterly

Re: Coldfusion related extensions for Dreamweaver

2006-11-06 Thread Ali Majdzadeh
Yes Joshua, some of the best are killed and surely this because of some good reasons and I hope someone can tell us why those extensions are killed and what is the adobe policy? thanks ~| Introducing the Fusion Authority

Re: Best CF7 Hosting company

2006-11-03 Thread Ali Majdzadeh
Is Crystal Tech coldfusion services on Windows server or Linux? Thanks Benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door

Re: Best CF7 Hosting company

2006-11-03 Thread Ali Majdzadeh
I am now down to Three Hosting Companies. Please help me choose one. Crystal Tech ( http://www.crystaltech.com ) Looks very great. But the only problem is when you choose Coldfusion you have only coldfusion and if one part is in ASP you don't have ASP support. Ben Forta gave it 4/5. Good

Re: Best CF7 Hosting company

2006-11-03 Thread Ali Majdzadeh
I used to use this host for my blog and cfquickdocs. My general consensus, you get what you pay for. 90% of the time it was fine, very little problems. But the rest of the time my sites were down with 0 explanation from the guy that runs it. And yes, it appeared that the whole thing

Re: Best CF7 Hosting company

2006-11-03 Thread Ali Majdzadeh
BUT I need to let you know that I have some horror stories for my some international customers at their billing departments. Can you please explain it more because the international customers problem will be mine! Thanks Benign

Re: Best CF7 Hosting company

2006-11-03 Thread Ali Majdzadeh
I have used Crystal Tech for many years. No problems. Also have 4 dedicated servers there as well for some really large projects. Support is fantastic, which is most important to me, right behind the access to their control panel. Great. So it seems they provide a good windows+CF hosting.

Re: Best CF7 Hosting company

2006-11-03 Thread Ali Majdzadeh
Well I dunno about the other ISP's liste don bens site, but ours (cfmxhosting) has 100% legitimate reviews by all our customers, and they can all be contacted for a reference. Do you support Flex in you CF7 plans? And about custom tags, do you support them? Thanks Benign

Re: Best CF7 Hosting company

2006-11-03 Thread Ali Majdzadeh
Identity theft for CC and they were not helpful. And if you are not in USA as a company, it is not easy to follow these kind of problems. Sorry I didn't catch it. You mean that they didn't help you find the money? What is I don't have any money transfer in my websites? Benign

Re: Best CF7 Hosting company

2006-11-03 Thread Ali Majdzadeh
Okay... It seems the best choice for a shared, cheap and reliable hosting company is Crystal Tech while I should wonder about the international complications. About the reviews, you know I think the best review is here in CF-Talk. http://www.cfmxhosting.co.uk looks very great but I need MSSQL

coldfusion forum application

2006-11-02 Thread Ali Majdzadeh
Hi: Do you any opensource CF forum application with multi language pack/compatibility? Infact I want a forum that I can change the language from english to some righ-to-left langauge and I need it to be easy to change the language. Thanks Benign

Best CF7 Hosting company

2006-11-02 Thread Ali Majdzadeh
Hi: I need a Cf7 hosting. What is the best? thanks benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

Re: Best CF7 Hosting company

2006-11-02 Thread Ali Majdzadeh
Yes. i tried to use it but couldn't find what I need. I need a shared CF7.0.2 hosting with at least 100MB space with the price less than 200USD/1year. Do you know one? I need it to be reliable. Thanks Benign ~| Introducing the

Coldfusion and Python integration and webhosting

2006-11-02 Thread Ali Majdzadeh
Hi: Anybody has any refernce about integration/compatibility? Do you know any webhosting that provides them both in one package? Thanks Benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

Re: Best CF7 Hosting company

2006-11-02 Thread Ali Majdzadeh
Do they support custom tag? thanks benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

  1   2   >